Re: AdapterMethodHandle not found

2013-05-07 Thread Pete Brunet
If I clone the current code, where to I find the equivalent import? I have been going to jre.us.oracle.com/java/re/jdk/ and looking for the highest numbered 7u directory, 7u80 in this case. I just sorted the jdk directory by date though and I see 7u40 has a more recent date. But that might not b

Re: AdapterMethodHandle not found

2013-05-07 Thread Kelly O'Hair
On May 7, 2013, at 1:59 AM, Volker Simonis wrote: > On Tue, May 7, 2013 at 3:10 AM, Pete Brunet wrote: > >> I tried changing my ALT_BOOTDIR from my normal 64 bit 7u21 installation >> to the 7u80 tarball I extracted, but got: >> make[2]: *** No rule to make target >> `../../../build/windows-i586

Re: AdapterMethodHandle not found

2013-05-07 Thread Volker Simonis
On Tue, May 7, 2013 at 3:10 AM, Pete Brunet wrote: > I tried changing my ALT_BOOTDIR from my normal 64 bit 7u21 installation > to the 7u80 tarball I extracted, but got: > make[2]: *** No rule to make target > `../../../build/windows-i586/btjars/addjsum.jar', needed by > `../../../build/windows-i5

Re: AdapterMethodHandle not found

2013-05-06 Thread Pete Brunet
I tried changing my ALT_BOOTDIR from my normal 64 bit 7u21 installation to the 7u80 tarball I extracted, but got: make[2]: *** No rule to make target `../../../build/windows-i586/btjars/addjsum.jar', needed by `../../../build/windows-i586/lib/classlist'. Stop. FWIW, my ALT_JDK_IMPORT_PATH points

Re: AdapterMethodHandle not found

2013-05-06 Thread Volker Simonis
What does "../../../../build/windows-i586/bin/java -version" return? That must be HotSpot 24 (i.e. something like '..build 24.0-b34..'). How did you specify your boot-jdk? Maybe you didn't really build a new hotspot but imported it from the boot-jdk and that was too old? If you want you can compa

Re: AdapterMethodHandle not found

2013-05-03 Thread John Rose
On May 3, 2013, at 8:42 AM, Pete Brunet wrote: > Error occurred during initialization of VM > java/lang/NoClassDefFoundError: java/lang/invoke/AdapterMethodHandle It's a micro-version mismatch, from running a down-rev JVM on an up-rev rt.jar (JDK). But I don't understand why your makefile is

AdapterMethodHandle not found

2013-05-03 Thread Pete Brunet
I cloned jdk7u-dev today, via get_source.sh and then built from the jdk/make directory using: make ARCH_DATA_MODEL=32 ALLOW_DOWNLOADS=true NO_DOCS=true The build ran a long time and then failed with: make[3]: Entering directory `/cygdrive/c/Users/Pete/JDK7u/jdk7u-dev/jdk/make/com/sun/jmx' ../../