On 8/08/2012 8:54 PM, Dalibor Topic wrote:
$ export ALT_BOOTDIR=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home
$ time make | tee 7u6b23build.log
[snip]
Doing vm.make build:
All done.
cd bsd_amd64_compiler2/product&& ./test_gamma
Error occurred during initialization of VM
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:432)
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1115)
Using java runtime at:
/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/jre
make[6]: *** [product] Error 1
make[5]: *** [generic_build2] Error 2
make[4]: *** [product] Error 2
make[3]: *** [all_product_universal] Error 2
make[2]: *** [universal_product] Error 2
make[1]: *** [hotspot-build] Error 2
make: *** [build_product_image] Error 2
real 43m59.056s
user 16m47.436s
sys 2m44.408s
-> It seems like it's using the wrong java runtime to run test_gamma to begin
with, right?
Right. After the hashtable changes the minimum requirement for the JDK
runtime went up.
David
cheers,
dalibor topic