JTRegs for OpenJDK
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu Jun 21 07:30:38 PDT 2012
On 06/20/2012 11:31 PM, Mani Sarkar wrote:
> Hi
>
> I have been configuring and testing the JTRegs with OpenJDK on Ubuntu
> 12.04 and attached are couple of log files with errors.
>
> Can someone help me out understand where the config for the JTRegs is
> going wrong, or is it a different problem altogether.
>
> One of them mentions win32 in the log, while I'm using linux. I have
> attached .sh file that updates the environment along with this message.
>
> Regards,
> Mani
Do not worry about the win32 issue. For historical reasons, there is a
platform component in the pathname for the jtreg script, but the current
reality is that the script is the same on all platforms, solaris, linux
and win32. The makefile you are using arbitrarily chooses one, which
happens to be win32.
For general info on configuring jtreg, see http://openjdk.java.net/jtreg
In particular, for info on running jtreg via the Makefiles, see
http://openjdk.java.net/jtreg/#makefile
Note that you need to set PRODUCT_HOME to the version of JDK to be tested.
-- Jon
More information about the jtreg-use
mailing list