dholmes [Mon, 11 Mar 2019 21:26:19 -0400] rev 54065
8219721: jcmd from earlier release will hang attaching to VM with JDK-8215622 applied
Summary: fix compatibility issue caused by jmap update of 8215622
Reviewed-by: dholmes, ysuenaga, phh, sspitsyn
Contributed-by: zanglin5@jd.com
bsrbnd [Tue, 12 Mar 2019 02:13:02 +0100] rev 54064
8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
Reviewed-by: kvn
valeriep [Mon, 11 Mar 2019 23:51:25 +0000] rev 54063
Merge
valeriep [Mon, 11 Mar 2019 23:48:32 +0000] rev 54062
8213008: Cipher with UNWRAP_MODE should support the generation of an AES key type
Summary: Replaced CKK_GENERIC_SECRET with alorithm-specific key type in P11RSACipher unwrap impl
Reviewed-by: ascarpino
joehw [Mon, 11 Mar 2019 15:51:39 -0700] rev 54061
8219705: Wrong media-type for a given serialization method
Reviewed-by: lancea
jjg [Mon, 11 Mar 2019 12:59:45 -0700] rev 54060
8220202: Simplify/standardize method naming for HtmlTree
Reviewed-by: hannesw
darcy [Mon, 11 Mar 2019 11:23:09 -0700] rev 54059
8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
Reviewed-by: lancea, mchung, tvaleev, forax, martin, plevart
zgu [Mon, 11 Mar 2019 14:06:05 -0400] rev 54058
8220444: Shenandoah should use parallel version of WeakProcessor in root processor for weak roots
Reviewed-by: rkennke, shade
lancea [Mon, 11 Mar 2019 13:37:56 -0400] rev 54057
8220331: Remove extra spaces in copyright header
Reviewed-by: naoto
redestad [Mon, 11 Mar 2019 17:33:55 +0100] rev 54056
8220420: Cleanup c1_LinearScan
Reviewed-by: thartmann, neliasso
clanger [Mon, 11 Mar 2019 15:34:16 +0100] rev 54055
8220409: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java - testOverlapWithBaseModule tests the wrong thing
Reviewed-by: alanb
rgoel [Mon, 11 Mar 2019 17:34:23 +0530] rev 54054
8220414: Correct copyright headers in Norm2AllModes.java and Normalizer2.java
Summary: Updated copyright headers
Reviewed-by: alanb
shade [Mon, 11 Mar 2019 12:39:51 +0100] rev 54053
8074817: Resolve disabled warnings for libverify
Reviewed-by: erikj, alanb
thartmann [Mon, 11 Mar 2019 11:42:57 +0100] rev 54052
8218201: Failures when vmIntrinsics::_getClass is not inlined
Summary: Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic.
Reviewed-by: kvn, dlong, redestad, neliasso
pmuthuswamy [Mon, 11 Mar 2019 14:57:16 +0530] rev 54051
8220087: Remove remnants of HTML4 support
Reviewed-by: jjg
nishjain [Mon, 11 Mar 2019 14:22:23 +0530] rev 54050
8217254: CompactNumberFormat:: CompactNumberFormat​() constructor does not comply with spec.
8217721: CompactNumberFormat:: format​() method spec for IAEx is not complaint
Reviewed-by: naoto