dfuchs [Tue, 30 Jun 2015 12:04:27 +0200] rev 31497
8130051: Cleanup usage of reflection in jaxp
Summary: replaced usage of reflection with direct access where possible, removed obsolete code where possible.
Reviewed-by: joehw
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31496
Added tag jdk9-b71 for changeset 976a2f96dbcc
duke [Wed, 05 Jul 2017 20:40:38 +0200] rev 31495
Merge
lana [Thu, 02 Jul 2015 16:09:43 -0700] rev 31494
Merge
sundar [Thu, 02 Jul 2015 19:02:28 +0530] rev 31493
8130317: "ant test" fails to complete on Windows when run under cygwin shell
Reviewed-by: lagergren, attila
mhaupt [Thu, 02 Jul 2015 11:20:47 +0200] rev 31492
8130307: improve Nashorn Javadoc target
Summary: reduce dependence on ASM sources in testing, address command line length problem on Windows
Reviewed-by: hannesw, sundar
mhaupt [Thu, 02 Jul 2015 11:09:20 +0200] rev 31491
8130306: enable running Nashorn test on Windows
Summary: fix executable name (add .exe suffix)
Reviewed-by: hannesw, sundar
attila [Thu, 02 Jul 2015 10:55:35 +0200] rev 31490
8130234: Get rid of JSType.isNegativeZero
Reviewed-by: hannesw, lagergren
mhaupt [Wed, 01 Jul 2015 16:26:25 +0200] rev 31489
8130127: streamline input parameter of Nashorn scripting $EXEC function
Summary: handle null and undefined correctly, do not coerce them to strings
Reviewed-by: lagergren, sundar
prr [Tue, 30 Jun 2015 08:51:06 -0700] rev 31488
Merge
prr [Mon, 22 Jun 2015 13:29:27 -0700] rev 31487
Merge
erikj [Wed, 27 May 2015 17:35:21 +0200] rev 31486
8081814: Modularize the deploy build
Reviewed-by: ihse, ddehaven
sundar [Tue, 30 Jun 2015 13:10:37 +0530] rev 31485
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
Reviewed-by: attila, hannesw, lagergren
attila [Mon, 29 Jun 2015 10:42:57 +0200] rev 31484
8130035: Move test/script/basic/NASHORN-627.js to currently-failing until JDK-8129881 is fixed
Reviewed-by: lagergren, sundar
katleman [Thu, 02 Jul 2015 08:54:05 -0700] rev 31483
Added tag jdk9-b71 for changeset 84ecc1a708df
duke [Wed, 05 Jul 2017 20:40:32 +0200] rev 31482
Merge
lana [Thu, 02 Jul 2015 16:08:26 -0700] rev 31481
Merge
avstepan [Thu, 02 Jul 2015 18:07:48 +0400] rev 31480
8130247: fix some new tidy warnings from jaxws and CORBA
Summary: minor docs cleanup
Reviewed-by: darcy
katleman [Thu, 02 Jul 2015 08:53:57 -0700] rev 31479
Added tag jdk9-b71 for changeset 9402c8fae0fc
duke [Wed, 05 Jul 2017 20:40:29 +0200] rev 31478
Merge
lana [Thu, 02 Jul 2015 16:08:47 -0700] rev 31477
Merge
simonis [Thu, 02 Jul 2015 15:25:46 +0200] rev 31476
8130315: Fix wrong prototype of GrowKnownVMs() in java.c
Reviewed-by: alanb, ksrini
vinnie [Thu, 02 Jul 2015 12:01:48 +0100] rev 31475
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
Reviewed-by: xuelei
weijun [Thu, 02 Jul 2015 16:20:43 +0800] rev 31474
8130112: Create a common TEST.properties for @modules in test/sun/security/krb5/auto
Reviewed-by: alanb
weijun [Thu, 02 Jul 2015 13:20:46 +0800] rev 31473
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
Reviewed-by: darcy
weijun [Thu, 02 Jul 2015 09:19:42 +0800] rev 31472
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
Reviewed-by: darcy
igerasim [Thu, 02 Jul 2015 00:26:35 +0300] rev 31471
8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
Reviewed-by: martin
igerasim [Wed, 01 Jul 2015 22:17:32 +0300] rev 31470
8098854: Do cleanup in a proper order in sunmscapi code
Reviewed-by: vinnie
psandoz [Tue, 09 Jun 2015 07:10:02 +0100] rev 31469
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
darcy [Tue, 30 Jun 2015 17:48:06 -0700] rev 31468
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
Reviewed-by: alanb
amurillo [Tue, 30 Jun 2015 11:20:43 -0700] rev 31467
Merge
sjohanss [Tue, 30 Jun 2015 17:16:40 +0200] rev 31466
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
Reviewed-by: stefank, dholmes, chegar, sjohanss
Contributed-by: stefan.sarne@oracle.com