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
mullan [Thu, 21 May 2015 07:17:36 -0400] rev 30687
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
Reviewed-by: weijun
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>
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
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
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
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
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
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
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
darcy [Tue, 19 May 2015 13:30:03 -0700] rev 30678
8075284: fix up miscellaneous TM constructions
Reviewed-by: lancea
amurillo [Tue, 19 May 2015 11:40:00 -0700] rev 30677
Merge
amurillo [Thu, 14 May 2015 12:05:33 -0700] rev 30676
Merge
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
hseigel [Sat, 09 May 2015 07:35:16 -0400] rev 30674
Merge
ykantser [Fri, 08 May 2015 11:15:52 +0200] rev 30673
Merge
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
sla [Fri, 08 May 2015 09:40:46 +0200] rev 30671
8079559: Exclude demo/jvmti/hprof tests
Reviewed-by: alanb
sla [Thu, 07 May 2015 11:01:37 +0200] rev 30670
8079360: AttachProviderImpl could not be instantiated
Reviewed-by: dsamersoff, sspitsyn, ihse
hseigel [Fri, 08 May 2015 13:26:07 -0400] rev 30669
Merge
sla [Wed, 06 May 2015 20:37:33 +0200] rev 30668
Merge
sla [Wed, 06 May 2015 16:36:17 +0200] rev 30667
8079345: After 8079248 fixed JDK still fails with "jdk\\bin\\management_ext.dll: The specified procedure could not be found"
Reviewed-by: erikj, sspitsyn, ihse
ykantser [Tue, 05 May 2015 20:09:52 +0200] rev 30666
8076998: BadHandshakeTest.java fails due to warnings in output
Reviewed-by: sla
jbachorik [Thu, 30 Apr 2015 16:44:39 +0200] rev 30665
8072906: sun/management/jmxremote/bootstrap/CustomLauncherTest.java failing on embedded platform
Reviewed-by: sspitsyn, dholmes
ccheung [Sat, 02 May 2015 18:40:59 -0700] rev 30664
Merge
rriggs [Fri, 01 May 2015 18:23:31 +0000] rev 30663
Merge
rriggs [Thu, 30 Apr 2015 09:58:17 -0400] rev 30662
8077743: (rm) Port ResourceManagement to JDK9
Reviewed-by: erikj, mchung, alanb, dholmes
sla [Thu, 30 Apr 2015 09:50:10 +0200] rev 30661
8076473: Remove the jhat code and update makefiles
Reviewed-by: alanb, erikj, sspitsyn
ykantser [Tue, 28 Apr 2015 14:39:21 +0200] rev 30660
8076524: Remove jhat tests and help library from JDK
Reviewed-by: sla, alanb
ykantser [Tue, 28 Apr 2015 14:33:32 +0200] rev 30659
8059047: Extract parser/validator from jhat for use in tests
Reviewed-by: sla
iignatyev [Tue, 19 May 2015 20:04:29 +0300] rev 30658
8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
Reviewed-by: vlivanov
amlu [Tue, 19 May 2015 11:05:52 -0400] rev 30657
8080658: Update sun/nio/cs/FindDecoderBugs.java to use random number generator library
Reviewed-by: rriggs
bpb [Tue, 19 May 2015 07:12:10 -0700] rev 30656
8080629: (fs) Re-enable ability to fsync() on directories even though read()s on those directories may fail.
Summary: Revert fix applied to resolve JDK-8066915.
Reviewed-by: alanb
avstepan [Tue, 19 May 2015 16:04:14 +0400] rev 30655
8080422: some docs cleanup for core libs
Summary: some docs cleanup
Reviewed-by: rriggs, lancea
ihse [Tue, 19 May 2015 10:05:02 +0200] rev 30654
8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
Reviewed-by: erikj
weijun [Tue, 19 May 2015 09:09:09 +0800] rev 30653
8077102: dns_lookup_realm should be false by default
Reviewed-by: valeriep
jmanson [Mon, 18 May 2015 13:34:56 -0700] rev 30652
8080538: hprof does not work well with multiple agents on non-Solaris platforms
Summary: Never take the address of Agent_OnLoad.
Reviewed-by: sla, martin
asmotrak [Mon, 18 May 2015 19:26:48 +0300] rev 30651
8079140: IgnoreAllErrorHandler should use doPrivileged when it reads system properties
Reviewed-by: mullan
igerasim [Mon, 18 May 2015 19:15:50 +0300] rev 30650
8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
Reviewed-by: martin, chegar
igerasim [Mon, 18 May 2015 17:38:38 +0300] rev 30649
8080522: Optimize string operations in java.base/share/classes/sun/security/x509/
Reviewed-by: mullan
asmotrak [Mon, 18 May 2015 17:34:48 +0300] rev 30648
8079138: Additional negative tests for XML signature processing
Reviewed-by: mullan