hseigel [Mon, 26 Nov 2018 09:46:20 -0500] rev 52681
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
Summary: Handle OutOfMemoryError exception to prevent test aborting
Reviewed-by: zgu, dholmes
thartmann [Mon, 26 Nov 2018 12:16:23 +0100] rev 52680
8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
Summary: Added missing UnlockDiagnosticVMOptions.
Reviewed-by: tschatzl
jlahoda [Mon, 26 Nov 2018 09:24:08 +0100] rev 52679
8214113: Switch expressions may have constant type and may be skipped during write
Summary: Switch expressions should not be compile-time constants.
Reviewed-by: mcimadamore
weijun [Mon, 26 Nov 2018 08:27:49 +0800] rev 52678
8214262: SunEC native code does not compile with debug on
Reviewed-by: jnimeh
jwilhelm [Sat, 24 Nov 2018 01:05:11 +0100] rev 52677
8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
Reviewed-by: kbarrett
bulasevich [Fri, 23 Nov 2018 19:45:38 +0300] rev 52676
8213845: ARM32: Interpreter doesn't call result handler after native calls
Reviewed-by: aph
roland [Thu, 22 Nov 2018 17:25:47 +0100] rev 52675
8214206: Fix for JDK-8213419 is broken on 32-bit
Reviewed-by: mdoerr, shade
sjohanss [Fri, 23 Nov 2018 10:57:07 +0100] rev 52674
8214118: HeapRegions marked as archive even if CDS mapping fails
Reviewed-by: tschatzl, jiangli
rehn [Fri, 23 Nov 2018 11:07:54 +0100] rev 52673
8214181: safepoint header cleanup
Reviewed-by: kbarrett, dholmes, coleenp
rehn [Fri, 23 Nov 2018 10:43:18 +0100] rev 52672
8212108: SafepointSynchronizer never ending counter (big enough)
Reviewed-by: dholmes, eosterlund