X86 plateform run SPECJVM2008 test with Parameter -Xcomp Error
liu chao jun
amiko212 at 126.com
Thu Oct 25 18:23:30 PDT 2012
Hi all ,
After I compile Icedtea1-11-4 against llvm-3.0 ,and got libjvm.so ,I would like to run SPECJVM2008 test ,However the following error happened,and final fail the test
Exception in thread "main" java.lang.ExceptionInInitializerError
at spec.harness.Launch.setupContext(Launch.java:413)
at spec.harness.Launch.runBenchmarkSuite(Launch.java:60)
at spec.harness.Launch.main(Launch.java:452)
Caused by: java.lang.NullPointerException:
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:796)
at sun.util.LocaleServiceProviderPool.getPool(LocaleServiceProviderPool.java:96)
at java.util.Currency.getSymbol(Currency.java:460)
at java.text.DecimalFormatSymbols.initialize(DecimalFormatSymbols.java:569)
at java.text.DecimalFormatSymbols.<init>(DecimalFormatSymbols.java:94)
at java.text.DecimalFormat.<init>(DecimalFormat.java:433)
at spec.harness.results.TestResult.<clinit>(TestResult.java:25)
... 3 more
my test command is :
java–Xcomp-Xms800m –Xms800m –jar SPECJVM2008.jar –peak -ikv
and if I run test command :
java -Xint -Xms800m –Xms800m –jar SPECJVM2008.jar –peak -ikv
it succeed , which means the only compile mode is fail and the only interpreter mode is ok ,Is anybody meet this case ,
Thank you very much ,all the suggestions and advices is welcome
BR//Amiko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121026/5849162c/attachment.html
More information about the distro-pkg-dev
mailing list