On 25/09/2012 05:16, Weijun Wang wrote:
Hi Stuart
Please take a look at
http://cr.openjdk.java.net/~weijun/7200682/webrev.00/
So I am now using "java -XshowSettings:properties | grep os.arch" to
find out the arch. Not sure if there is a more formal way to do that.
An alternative might be to look at the OS_ARCH field in the "release"
file The intention with that file is that there is somewhere in the
image that IDEs, tools, tests, etc. can look at without needing to run
"java". The other issue might be the development environment where you
are running tests on a non-images build and so the release file won't exist.
-Alan.