Re: Please review changes for JDK-8012975: Remove rhino from jdk8

2013-05-03 Thread Alan Bateman
On 03/05/2013 07:47, A. Sundararajan wrote: Thanks. Looks like the first one has not been removed. But second one was removed: hg stat shows R make/sun/org/mozilla/javascript/Makefile (also the webrev shows it as removed). Perhaps patch does not take care of deleted files?? I am not sure. A

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' ../../

Re: Code review request: 8010192: Enable native JGSS provider on Mac

2013-05-03 Thread Valerie (Yu-Ching) Peng
So, has this changes been tested against the existing regression tests on Mac? After this, is the native JGSS provider get used on Mac for most if not all Kerberos operation or is it still Java Kerberos? Otherwise, changes look ok to me. Valerie On 03/18/13 05:38, Erik Joelsson wrote: The b

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