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
pmuthuswamy [Mon, 11 Mar 2019 14:17:08 +0530] rev 54049
8219632: Remove reference to com.sun.javadoc API in RemoveOldDoclet test
Reviewed-by: jjg
kbarrett [Mon, 11 Mar 2019 02:05:07 -0400] rev 54048
8217417: Decorator name typo: C2_TIGHLY_COUPLED_ALLOC
Summary: Fixed typo in decorator name, variables, and comments.
Reviewed-by: tschatzl
shade [Mon, 11 Mar 2019 00:06:48 +0100] rev 54047
8220162: Shenandoah should not commit HugeTLBFS memory
Reviewed-by: rkennke, zgu
shade [Mon, 11 Mar 2019 00:06:47 +0100] rev 54046
8220153: Shenandoah does not work with TransparentHugePages properly
Reviewed-by: rkennke, zgu
shade [Mon, 11 Mar 2019 00:06:46 +0100] rev 54045
8220350: Refactor ShenandoahHeap::initialize
Reviewed-by: rkennke, zgu
dholmes [Sun, 10 Mar 2019 18:53:55 -0400] rev 54044
8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
Reviewed-by: lfoltan, redestad