sogoel [Fri, 15 May 2015 09:53:08 -0700] rev 30719
8074417: Group 13a: golden files for tests in tools/javac/generics dir
Reviewed-by: jjg, mcimadamore
sogoel [Fri, 15 May 2015 09:30:55 -0700] rev 30718
8074502: Group 13c: golden files for tests in tools/javac/generics dir
Reviewed-by: jjg, mcimadamore
jlahoda [Fri, 15 May 2015 11:41:04 +0200] rev 30717
8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content
Summary: equals&hashCode of ZipFileObject and ZipFileIndexFileObject need to be based on full entry path, not only the file name.
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:56:14 -0700] rev 30716
8074408: Group 12: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:36:32 -0700] rev 30715
8074387: Group 11: golden files for coin tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:28:43 -0700] rev 30714
8068465: Group 10e: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:09:51 -0700] rev 30713
8068464: Group 10d: golden files for tests in tools/javac dir
Reviewed-by: jjg
katleman [Thu, 21 May 2015 10:07:40 -0700] rev 30712
Added tag jdk9-b65 for changeset f0f03398adb4
duke [Wed, 05 Jul 2017 20:35:10 +0200] rev 30711
Merge
katleman [Thu, 21 May 2015 10:07:37 -0700] rev 30710
Added tag jdk9-b65 for changeset 92cd300e0653
duke [Wed, 05 Jul 2017 20:35:04 +0200] rev 30709
Merge
lana [Thu, 21 May 2015 16:21:00 -0700] rev 30708
Merge
joehw [Fri, 15 May 2015 16:26:03 -0700] rev 30707
8078596: jaxp tests failed in modular jdk due to internal class access
Reviewed-by: alanb, lancea, joehw
Contributed-by: frank.yuan@oracle.com
katleman [Thu, 21 May 2015 10:07:37 -0700] rev 30706
Added tag jdk9-b65 for changeset bc411809e58c
duke [Wed, 05 Jul 2017 20:34:59 +0200] rev 30705
Merge
lana [Thu, 21 May 2015 16:19:37 -0700] rev 30704
Merge
sundar [Thu, 21 May 2015 21:51:48 +0530] rev 30703
8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
Reviewed-by: jlaskey, hannesw
sundar [Thu, 21 May 2015 18:44:51 +0530] rev 30702
8080848: delete of bound Java method property results in crash
Reviewed-by: hannesw, lagergren
sundar [Wed, 20 May 2015 14:16:19 +0530] rev 30701
8080598: Javadoc warnings in Global.java after lazy initialization
Reviewed-by: lagergren, hannesw
mhaupt [Fri, 15 May 2015 16:36:25 +0200] rev 30700
8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
Summary: honor quoting with "" and '' as well as escaped spaces
Reviewed-by: hannesw, sundar
attila [Fri, 15 May 2015 15:40:57 +0200] rev 30699
8078414: Don't create impossible converters for ScriptObjectMirror
Reviewed-by: hannesw, sundar
mhaupt [Fri, 15 May 2015 10:21:48 +0200] rev 30698
8080471: fix usage of replace and file separator in Nashorn tests
Summary: Two tests should use replace instead of replaceAll, and there is a typo in the usage of File.separator.
Reviewed-by: attila, hannesw
attila [Fri, 15 May 2015 10:19:37 +0200] rev 30697
8079424: code generator for discarded boolean logical operation has an extra pop
Reviewed-by: lagergren, sundar
katleman [Thu, 21 May 2015 10:07:41 -0700] rev 30696
Added tag jdk9-b65 for changeset 8bbe109bca14
duke [Wed, 05 Jul 2017 20:34:52 +0200] rev 30695
Merge
katleman [Thu, 21 May 2015 10:07:35 -0700] rev 30694
Added tag jdk9-b65 for changeset 7337899df26d
duke [Wed, 05 Jul 2017 20:34:47 +0200] rev 30693
Merge
lana [Thu, 21 May 2015 16:20:20 -0700] rev 30692
Merge
sherman [Thu, 21 May 2015 15:42:30 -0700] rev 30691
8080248: Coding regression in HKSCS charsets
Summary: to update the sp correctly when encoding supplementary characters
Reviewed-by: martin
juh [Thu, 21 May 2015 14:18:33 -0700] rev 30690
8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature
Reviewed-by: mullan
bpb [Thu, 21 May 2015 09:57:59 -0700] rev 30689
8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
Summary: Replace f[data]sync(fd) with fcntl(fd, F_FULLSYNC) on OS X.
Reviewed-by: alanb
vinnie [Thu, 21 May 2015 17:42:15 +0100] rev 30688
8072578: ProbeKeystores.java creates files in test.src
Reviewed-by: weijun