Fri, 15 May 2015 10:21:48 +0200 8080471: fix usage of replace and file separator in Nashorn tests
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
Fri, 15 May 2015 10:19:37 +0200 8079424: code generator for discarded boolean logical operation has an extra pop
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
Thu, 21 May 2015 10:07:41 -0700 Added tag jdk9-b65 for changeset 8bbe109bca14
katleman [Thu, 21 May 2015 10:07:41 -0700] rev 30696
Added tag jdk9-b65 for changeset 8bbe109bca14
Wed, 05 Jul 2017 20:34:52 +0200 Merge
duke [Wed, 05 Jul 2017 20:34:52 +0200] rev 30695
Merge
Thu, 21 May 2015 10:07:35 -0700 Added tag jdk9-b65 for changeset 7337899df26d
katleman [Thu, 21 May 2015 10:07:35 -0700] rev 30694
Added tag jdk9-b65 for changeset 7337899df26d
Wed, 05 Jul 2017 20:34:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:34:47 +0200] rev 30693
Merge
Thu, 21 May 2015 16:20:20 -0700 Merge
lana [Thu, 21 May 2015 16:20:20 -0700] rev 30692
Merge
Thu, 21 May 2015 15:42:30 -0700 8080248: Coding regression in HKSCS charsets
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
Thu, 21 May 2015 14:18:33 -0700 8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature
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
Thu, 21 May 2015 09:57:59 -0700 8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
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
Thu, 21 May 2015 17:42:15 +0100 8072578: ProbeKeystores.java creates files in test.src
vinnie [Thu, 21 May 2015 17:42:15 +0100] rev 30688
8072578: ProbeKeystores.java creates files in test.src Reviewed-by: weijun
Thu, 21 May 2015 07:17:36 -0400 8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
mullan [Thu, 21 May 2015 07:17:36 -0400] rev 30687
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection Reviewed-by: weijun
Thu, 21 May 2015 09:35:26 +0000 8048599: Tests for key wrap and unwrap operations
xuelei [Thu, 21 May 2015 09:35:26 +0000] rev 30686
8048599: Tests for key wrap and unwrap operations Reviewed-by: xuelei Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
Wed, 20 May 2015 18:06:31 +0100 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
robm [Wed, 20 May 2015 18:06:31 +0100] rev 30685
8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection Reviewed-by: michaelm
Wed, 20 May 2015 18:03:56 +0100 8077822: javac does not recognize '*.java' as file if '-J' option is specified
robm [Wed, 20 May 2015 18:03:56 +0100] rev 30684
8077822: javac does not recognize '*.java' as file if '-J' option is specified Reviewed-by: ksrini
Wed, 20 May 2015 11:17:09 -0400 8078582: java/lang/Runtime/exec/LotsOfOutput.java fails intermittently with Process consumes memory
rriggs [Wed, 20 May 2015 11:17:09 -0400] rev 30683
8078582: java/lang/Runtime/exec/LotsOfOutput.java fails intermittently with Process consumes memory Summary: Small allocations may bump total memory, raise THRESHOLD to 2Mb Reviewed-by: martin
Wed, 20 May 2015 17:16:58 +0300 8080680: sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups
amlu [Wed, 20 May 2015 17:16:58 +0300] rev 30682
8080680: sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups Reviewed-by: igerasim
Wed, 20 May 2015 14:50:57 +0200 8080623: CPU overhead in FJ due to spinning in awaitWork
dl [Wed, 20 May 2015 14:50:57 +0200] rev 30681
8080623: CPU overhead in FJ due to spinning in awaitWork Reviewed-by: chegar, dholmes
Wed, 20 May 2015 08:58:14 +0530 8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
sundar [Wed, 20 May 2015 08:58:14 +0530] rev 30680
8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency Reviewed-by: lagergren, attila
Tue, 19 May 2015 18:33:08 -0700 8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures
darcy [Tue, 19 May 2015 18:33:08 -0700] rev 30679
8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures Reviewed-by: rriggs
Tue, 19 May 2015 13:30:03 -0700 8075284: fix up miscellaneous TM constructions
darcy [Tue, 19 May 2015 13:30:03 -0700] rev 30678
8075284: fix up miscellaneous TM constructions Reviewed-by: lancea
Tue, 19 May 2015 11:40:00 -0700 Merge
amurillo [Tue, 19 May 2015 11:40:00 -0700] rev 30677
Merge
Thu, 14 May 2015 12:05:33 -0700 Merge
amurillo [Thu, 14 May 2015 12:05:33 -0700] rev 30676
Merge
Tue, 12 May 2015 13:57:46 -0400 8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly
hseigel [Tue, 12 May 2015 13:57:46 -0400] rev 30675
8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly Summary: Add correct @library and @build tags Reviewed-by: ctornqvi, gtriantafill
Sat, 09 May 2015 07:35:16 -0400 Merge
hseigel [Sat, 09 May 2015 07:35:16 -0400] rev 30674
Merge
Fri, 08 May 2015 11:15:52 +0200 Merge
ykantser [Fri, 08 May 2015 11:15:52 +0200] rev 30673
Merge
Fri, 08 May 2015 09:14:18 +0200 6755586: Test com/sun/jdi/NoLaunchOptionTest.java may erroneously fail
ykantser [Fri, 08 May 2015 09:14:18 +0200] rev 30672
6755586: Test com/sun/jdi/NoLaunchOptionTest.java may erroneously fail Reviewed-by: sla, dsamersoff
Fri, 08 May 2015 09:40:46 +0200 8079559: Exclude demo/jvmti/hprof tests
sla [Fri, 08 May 2015 09:40:46 +0200] rev 30671
8079559: Exclude demo/jvmti/hprof tests Reviewed-by: alanb
Thu, 07 May 2015 11:01:37 +0200 8079360: AttachProviderImpl could not be instantiated
sla [Thu, 07 May 2015 11:01:37 +0200] rev 30670
8079360: AttachProviderImpl could not be instantiated Reviewed-by: dsamersoff, sspitsyn, ihse
Fri, 08 May 2015 13:26:07 -0400 Merge
hseigel [Fri, 08 May 2015 13:26:07 -0400] rev 30669
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip