RFR (S) 8007142: Add utility classes for writing better multiprocess tests in jtreg

Alan Bateman Alan.Bateman at oracle.com
Mon Feb 4 02:55:15 PST 2013


On 04/02/2013 10:33, Yekaterina Kantserova wrote:
>
> No, it was a bad example. Let's take another one:
>
> /java -jar jtreg.jar -jdk MONKEY -compilejdk LION test.java/
>
> In this case JDKToolFinder.getJDKTool("jcmd") will return 
> LION/bin/jcmd, but I need to test MONKEY/bin/jcmd.
The -compilejdk option should only be used when testing a JRE -- ie: no 
tools in the runtime under test.

So this your example shouldn't include the -compilejdk option as it is 
testing a JDK.

-Alan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20130204/d42bb5d7/attachment.html 


More information about the serviceability-dev mailing list