Thu, 06 Jun 2019 10:01:36 -0700 8197927: Allow the system property `java.vendor.version` to be undefined
mr [Thu, 06 Jun 2019 10:01:36 -0700] rev 55265
8197927: Allow the system property `java.vendor.version` to be undefined Reviewed-by: lancea, mchung, clanger
Thu, 23 May 2019 10:06:37 -0700 8224645: Only test multicast interfaces if they exist
aeubanks [Thu, 23 May 2019 10:06:37 -0700] rev 55264
8224645: Only test multicast interfaces if they exist Reviewed-by: alanb, dfuchs, chegar Contributed-by: aeubanks@google.com
Thu, 06 Jun 2019 12:24:44 -0300 8223967: Implement Text Blocks (Preview) in the Java compiler
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55263
8223967: Implement Text Blocks (Preview) in the Java compiler Reviewed-by: vromero, jlahoda, abuckley
Thu, 06 Jun 2019 12:24:44 -0300 8203444: String::formatted (Preview)
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55262
8203444: String::formatted (Preview) Reviewed-by: smarks, rriggs, sherman
Thu, 06 Jun 2019 12:24:44 -0300 8223780: String::translateEscapes (Preview)
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55261
8223780: String::translateEscapes (Preview) Reviewed-by: abuckley, vromero, jlahoda, bchristi, igerasim, smarks
Thu, 06 Jun 2019 12:24:44 -0300 8223775: String::stripIndent (Preview)
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55260
8223775: String::stripIndent (Preview) Reviewed-by: abuckley, vromero, jlahoda, bchristi, rriggs, smarks
Thu, 06 Jun 2019 08:11:25 -0700 8219992: Correct the documentation of PrintWriter to refer System.lineSeparator
bpb [Thu, 06 Jun 2019 08:11:25 -0700] rev 55259
8219992: Correct the documentation of PrintWriter to refer System.lineSeparator Reviewed-by: darcy, lancea, rriggs
Wed, 05 Jun 2019 01:42:11 -0300 8215032: Support Kerberos cross-realm referrals (RFC 6806)
mbalao [Wed, 05 Jun 2019 01:42:11 -0300] rev 55258
8215032: Support Kerberos cross-realm referrals (RFC 6806) Reviewed-by: weijun
Thu, 06 Jun 2019 10:03:22 -0400 8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed
rriggs [Thu, 06 Jun 2019 10:03:22 -0400] rev 55257
8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed Reviewed-by: lancea, bpb, naoto
Thu, 06 Jun 2019 15:22:12 +0200 8224217: RecordingInfo should use textual representation of path
egahlin [Thu, 06 Jun 2019 15:22:12 +0200] rev 55256
8224217: RecordingInfo should use textual representation of path Reviewed-by: mgronlun
Thu, 06 Jun 2019 21:19:07 +0800 8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java
weijun [Thu, 06 Jun 2019 21:19:07 +0800] rev 55255
8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java Reviewed-by: xuelei
Thu, 06 Jun 2019 13:46:03 +0300 8225141: Better handling of classes in error state in fast class initialization checks
vlivanov [Thu, 06 Jun 2019 13:46:03 +0300] rev 55254
8225141: Better handling of classes in error state in fast class initialization checks Reviewed-by: dlong, dholmes
Thu, 06 Jun 2019 13:46:01 +0300 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov [Thu, 06 Jun 2019 13:46:01 +0300] rev 55253
8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state Reviewed-by: mdoerr
Thu, 06 Jun 2019 13:45:59 +0300 8224162: assert(profile.count() == 0) failed: sanity in InlineTree::is_not_reached
jiefu [Thu, 06 Jun 2019 13:45:59 +0300] rev 55252
8224162: assert(profile.count() == 0) failed: sanity in InlineTree::is_not_reached Reviewed-by: vlivanov, kvn
Tue, 04 Jun 2019 17:56:16 +0800 8224853: CDS address sanitizer errors
ngasson [Tue, 04 Jun 2019 17:56:16 +0800] rev 55251
8224853: CDS address sanitizer errors Reviewed-by: iklam, dholmes
Wed, 05 Jun 2019 22:19:09 -0700 8225325: Add tests for redefining a class' private method during resolution of the bootstrap specifier
lfoltan [Wed, 05 Jun 2019 22:19:09 -0700] rev 55250
8225325: Add tests for redefining a class' private method during resolution of the bootstrap specifier Summary: Add new tests Reviewed-by: dholmes, sspitsyn
Wed, 05 Jun 2019 21:02:42 -0700 8205126: JVMTI spec incorrectly states that PopFrame can not be called on the current thread
sspitsyn [Wed, 05 Jun 2019 21:02:42 -0700] rev 55249
8205126: JVMTI spec incorrectly states that PopFrame can not be called on the current thread Summary: Align the PopFrame spec with the implementation Reviewed-by: amenkov, jcbeyler, cjplummer, dcubed
Thu, 06 Jun 2019 10:11:24 +0800 8225390: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8161536
jjiang [Thu, 06 Jun 2019 10:11:24 +0800] rev 55248
8225390: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8161536 Reviewed-by: xuelei
Thu, 06 Jun 2019 04:04:03 +0200 Added tag jdk-13+24 for changeset 7e2238451585
jwilhelm [Thu, 06 Jun 2019 04:04:03 +0200] rev 55247
Added tag jdk-13+24 for changeset 7e2238451585
Wed, 05 Jun 2019 21:50:29 -0400 8225386: test for JDK-8216261 fails in Windows
vromero [Wed, 05 Jun 2019 21:50:29 -0400] rev 55246
8225386: test for JDK-8216261 fails in Windows Reviewed-by: jjg
Wed, 05 Jun 2019 16:10:08 -0700 8225182: JNI exception pending in DestroyXIMCallback of awt_InputMethod.c:1327
naoto [Wed, 05 Jun 2019 16:10:08 -0700] rev 55245
8225182: JNI exception pending in DestroyXIMCallback of awt_InputMethod.c:1327 Reviewed-by: serb
Wed, 05 Jun 2019 17:01:43 -0400 8223942: Missing methods in ClientCodeWrapper$WrappedJavaFileManager
vromero [Wed, 05 Jun 2019 17:01:43 -0400] rev 55244
8223942: Missing methods in ClientCodeWrapper$WrappedJavaFileManager Reviewed-by: jjg
Wed, 05 Jun 2019 13:46:31 -0700 8209381: Default CDS classlist generation should run with an explicit locale setting
erikj [Wed, 05 Jun 2019 13:46:31 -0700] rev 55243
8209381: Default CDS classlist generation should run with an explicit locale setting Reviewed-by: iklam, tbell
Wed, 05 Jun 2019 16:01:50 -0400 8216261: Javap ignores default modifier on interfaces
vromero [Wed, 05 Jun 2019 16:01:50 -0400] rev 55242
8216261: Javap ignores default modifier on interfaces Reviewed-by: jjg, darcy
Wed, 05 Jun 2019 21:14:46 +0200 8225348: serviceability/dcmd/vm/EventsTest.java failed jdk-13+24
stuefe [Wed, 05 Jun 2019 21:14:46 +0200] rev 55241
8225348: serviceability/dcmd/vm/EventsTest.java failed Reviewed-by: jcbeyler, cjplummer
Wed, 05 Jun 2019 09:12:45 +0200 8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
stuefe [Wed, 05 Jun 2019 09:12:45 +0200] rev 55240
8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error Reviewed-by: rriggs, martin, fweimer
Wed, 05 Jun 2019 14:07:14 -0400 8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
dcubed [Wed, 05 Jun 2019 14:07:14 -0400] rev 55239
8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently Reviewed-by: dholmes, stuefe
Wed, 05 Jun 2019 14:01:01 -0400 8224793: os::die() does not honor CreateCoredumpOnCrash option
dcubed [Wed, 05 Jun 2019 14:01:01 -0400] rev 55238
8224793: os::die() does not honor CreateCoredumpOnCrash option Reviewed-by: kbarrett, dholmes, stuefe
Wed, 05 Jun 2019 10:49:09 -0700 8225353: Add @jls links to java.lang.Enum
darcy [Wed, 05 Jun 2019 10:49:09 -0700] rev 55237
8225353: Add @jls links to java.lang.Enum Reviewed-by: lancea, jjg
Wed, 05 Jun 2019 19:34:43 +0200 8225225: stringStream internal buffer should always be zero terminated
stuefe [Wed, 05 Jun 2019 19:34:43 +0200] rev 55236
8225225: stringStream internal buffer should always be zero terminated Reviewed-by: coleenp, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip