hg: hsx/hotspot-rt/nashorn: Added tag jdk8-b118 for changeset 8d014b039b44

2013-11-28 Thread john . coomes
Changeset: b55a011cf8ae Author:cl Date: 2013-11-28 08:24 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/nashorn/rev/b55a011cf8ae Added tag jdk8-b118 for changeset 8d014b039b44 ! .hgtags

hg: hsx/hotspot-rt/langtools: Added tag jdk8-b118 for changeset 4fd6a7ff8c06

2013-11-28 Thread john . coomes
Changeset: 1f6ffcd56363 Author:cl Date: 2013-11-28 08:24 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/1f6ffcd56363 Added tag jdk8-b118 for changeset 4fd6a7ff8c06 ! .hgtags

hg: hsx/hotspot-rt/jdk: 4 new changesets

2013-11-28 Thread john . coomes
Changeset: 6c1f5c7baab0 Author:ksrini Date: 2013-11-21 12:01 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/6c1f5c7baab0 8028645: [infra] purge applet demos from the Solaris distros Reviewed-by: erikj ! makefiles/CompileDemos.gmk Changeset: 66c98bd811f1 Author:rg

hg: hsx/hotspot-rt/jaxws: Added tag jdk8-b118 for changeset 76a598cf50c4

2013-11-28 Thread john . coomes
Changeset: 7ac7d1afd966 Author:cl Date: 2013-11-28 08:23 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/7ac7d1afd966 Added tag jdk8-b118 for changeset 76a598cf50c4 ! .hgtags

hg: hsx/hotspot-rt/jaxp: Added tag jdk8-b118 for changeset e4e5069250e7

2013-11-28 Thread john . coomes
Changeset: 6b37ae056340 Author:cl Date: 2013-11-28 08:23 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/6b37ae056340 Added tag jdk8-b118 for changeset e4e5069250e7 ! .hgtags

hg: hsx/hotspot-rt/corba: Added tag jdk8-b118 for changeset d6820a414f18

2013-11-28 Thread john . coomes
Changeset: 5029f982dfae Author:cl Date: 2013-11-28 08:22 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/5029f982dfae Added tag jdk8-b118 for changeset d6820a414f18 ! .hgtags

hg: hsx/hotspot-rt: Added tag jdk8-b118 for changeset 0a6db1aac998

2013-11-28 Thread john . coomes
Changeset: 06d512d44c31 Author:cl Date: 2013-11-28 08:22 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/06d512d44c31 Added tag jdk8-b118 for changeset 0a6db1aac998 ! .hgtags

Re: Review quest for JDK-7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently

2013-11-28 Thread Leonid Mesnik
On 11/28/2013 04:33 PM, Staffan Larsen wrote: On 28 nov 2013, at 11:16, Leonid Mesnik > wrote: Eric, Mandy Sorry that I looping on very late step. It is not a review just suggestion. We have whitebox API in Hotspot which includes fullGC() method. It could b

Re: Review quest for JDK-7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently

2013-11-28 Thread Mikael Gerdin
On Thursday 28 November 2013 13.33.48 Staffan Larsen wrote: > On 28 nov 2013, at 11:16, Leonid Mesnik wrote: > > Eric, Mandy > > > > Sorry that I looping on very late step. It is not a review just > > suggestion. > > We have whitebox API in Hotspot which includes fullGC() method. It could > > be

Re: RFR (S): 6461635: [TESTBUG] BasicTests.sh test fails intermittently

2013-11-28 Thread Mattias Tobiasson
The change has been updated after review. Current summary of changes: 1. To avoid the complication of shared archives, the test now uses a dummy class for the retransform test. A new bug has been created for the possible problem of transforming classes loaded from archive: https://bugs.openjd

Re: Review quest for JDK-7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently

2013-11-28 Thread Staffan Larsen
On 28 nov 2013, at 11:16, Leonid Mesnik wrote: > Eric, Mandy > > Sorry that I looping on very late step. It is not a review just suggestion. > We have whitebox API in Hotspot which includes fullGC() method. It could be > used to reliably provoke full GC. > See example in > http://hg.openjdk.j

RE: RFR(S): 8028412 - AsyncGetCallTrace() is broken on x86 in JDK7u40

2013-11-28 Thread Markus Gronlund
Hi Vladimir, Thanks for taking a look. I have updated the bug with a link to 8005849, thanks. "Is it possible to prepare a jtreg test which will use AsynchGetCallTrace and catch such situations in a future?" I agree that having a way to check for regression here would be ideal. I also realize

Re: Review quest for JDK-7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently

2013-11-28 Thread Leonid Mesnik
Eric, Mandy Sorry that I looping on very late step. It is not a review just suggestion. We have whitebox API in Hotspot which includes fullGC() method. It could be used to reliably provoke full GC. See example in http://hg.openjdk.java.net/jdk8/tl/hotspot/file/c9f439732b18/test/runtime/interned

Re: RFR (S): 6461635: [TESTBUG] BasicTests.sh test fails intermittently

2013-11-28 Thread Leonid Mesnik
Mattias On 11/28/2013 01:48 PM, Mattias Tobiasson wrote: Is it ok if I check in the current test as it is now, and add a new bug for the (possible) problem of retransforming classes from the shared archive? It is ok if you check current test which redefine non-shared class and add new bug ab

Re: RFR (S): 6461635: [TESTBUG] BasicTests.sh test fails intermittently

2013-11-28 Thread Mattias Tobiasson
Is it ok if I check in the current test as it is now, and add a new bug for the (possible) problem of retransforming classes from the shared archive? Reasons for why I want to check in the current test as it is are: The purpose of the current test is not about the shared archive and is already

hg: jdk8/tl/jdk: 6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS

2013-11-28 Thread jaroslav . bachorik
Changeset: 4afe1281c837 Author:jbachorik Date: 2013-11-28 09:10 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4afe1281c837 6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS Reviewed-by: mchung ! test/com/sun/management/GarbageCollectorMXBe