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
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
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
ngasson [Tue, 04 Jun 2019 17:56:16 +0800] rev 55251
8224853: CDS address sanitizer errors
Reviewed-by: iklam, dholmes
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
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
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
jwilhelm [Thu, 06 Jun 2019 04:04:03 +0200] rev 55247
Added tag jdk-13+24 for changeset 7e2238451585
vromero [Wed, 05 Jun 2019 21:50:29 -0400] rev 55246
8225386: test for JDK-8216261 fails in Windows
Reviewed-by: jjg
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
vromero [Wed, 05 Jun 2019 17:01:43 -0400] rev 55244
8223942: Missing methods in ClientCodeWrapper$WrappedJavaFileManager
Reviewed-by: jjg
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
vromero [Wed, 05 Jun 2019 16:01:50 -0400] rev 55242
8216261: Javap ignores default modifier on interfaces
Reviewed-by: jjg, darcy
stuefe [Wed, 05 Jun 2019 21:14:46 +0200] rev 55241
8225348: serviceability/dcmd/vm/EventsTest.java failed
Reviewed-by: jcbeyler, cjplummer
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