Re: jmx-dev RFR 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled

2013-10-31 Thread Staffan Larsen
Looks good! Thanks, /Staffan On 31 okt 2013, at 11:27, Jaroslav Bachorik wrote: > On 7.10.2013 16:35, Staffan Larsen wrote: >> This will make it less likely for the test to fail, but does not guarantee >> it since there is nothing that says classloading will be done in 300 ms. Any >> failure

Re: jmx-dev RFR 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled

2013-10-31 Thread Jaroslav Bachorik
On 7.10.2013 16:35, Staffan Larsen wrote: This will make it less likely for the test to fail, but does not guarantee it since there is nothing that says classloading will be done in 300 ms. Any failures will unfortunately be harder to reproduce. (And the test is now 300 ms slower to run.) A d