RFR 8028141 intermittent test failure of LocalManagementTest

Chris Hegarty chris.hegarty at oracle.com
Mon Nov 18 14:25:47 PST 2013


> On 18 Nov 2013, at 21:59, roger riggs <roger.riggs at oracle.com> wrote:
> 
> Please review this fix to improve the reliability of the jmxRemote/LocalManagementTest and CustomLauncherTest. The solution may apply to other tests that fail with ClassNotFound.
> 
> The tests did not include the jdk.testlibrary in the classpath when it spawns a new process. The failure mode is dependent on the order that tests had been run.
> 
> Also note that if a test depends on classes in the jdk.testlibrary it should include @build <classname> to ensure they are built in the @library directory
> 
> Webrev:
> http://cr.openjdk.java.net/~rriggs/webrev-localmanagement-8028141/

I've come across some of these before. The changes to the tags make sense.

About the change to the property, test.class.path, I thought test.classes was right. Is this different from what other tests are doing?

-Chris.

> 
> Thanks, Roger
> 
> 


More information about the serviceability-dev mailing list