RFR: 8151994 (test/script/basic/JDK-8141209.js fails)

2016-12-20 Thread Srinivas Dama
Hi, Please review http://cr.openjdk.java.net/~sdama/8151994/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8151994 Added @fork tag in test case since test runner without fork uses customized output stream to compare output, whereas test case uses System.out. Regards, Srinivas

Re: RFR 8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail

2016-12-20 Thread Jim Laskey (Oracle)
+1 > On Dec 20, 2016, at 9:36 AM, Sundararajan Athijegannathan > wrote: > > Please review http://cr.openjdk.java.net/~sundar/8171503/webrev.00/ for > https://bugs.openjdk.java.net/browse/JDK-8171503 > > Thanks, > -Sundar

RFR 8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail

2016-12-20 Thread Sundararajan Athijegannathan
Please review http://cr.openjdk.java.net/~sundar/8171503/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8171503 Thanks, -Sundar

ExceptionInInitializerError when using jdk.nashorn.internal.ir.debug.ObjectSizeCalculator.getObjectSize(object) on OpenJDK VM

2016-12-20 Thread 张同宝(井桐)
Hi all, We get the ExceptionInInitializerError when using the method jdk.nashorn.internal.ir.debug.ObjectSizeCalculator.getObjectSize on our openjdk build. the exception message says "ObjectSizeCalculator only supported on  HotSpot VM". After check the source code, we find the exception was