michaelm [Tue, 07 May 2019 15:39:33 +0100] rev 54743
8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
Reviewed-by: dfuchs
shade [Tue, 07 May 2019 16:06:10 +0200] rev 54742
8223449: Unprotected UseCompressedOops block in gc/shenandoah/shenandoahBarrierSetC1_x86.cpp
Reviewed-by: rkennke
shade [Tue, 07 May 2019 16:05:49 +0200] rev 54741
8223450: Disable Shenandoah C2 barriers verification for x86_32
Reviewed-by: rkennke
shade [Tue, 07 May 2019 16:04:36 +0200] rev 54740
8223448: Shenandoah disabled barriers blocks omit LRB
Reviewed-by: rkennke
erikj [Tue, 07 May 2019 06:58:55 -0700] rev 54739
8223335: Compare baseline builds on linux are failing
Reviewed-by: tbell
roland [Thu, 02 May 2019 20:47:23 +0200] rev 54738
8222738: Shenandoah: assert(is_Proj()) failed when running cometd benchmarks
Reviewed-by: rkennke
roland [Mon, 06 May 2019 13:51:02 +0200] rev 54737
8223389: Shenandoah optimizations fail with assert(!phase->exceeding_node_budget())
Reviewed-by: thartmann
xliu [Tue, 07 May 2019 09:17:03 +0200] rev 54736
8222670: pathological case of JIT recompilation and code cache bloat
Summary: Prevent downgraded compilation tasks from recompiling.
Reviewed-by: sgehwolf, thartmann
pliden [Tue, 07 May 2019 07:44:15 +0200] rev 54735
8223308: ZGC: Remove ZGranuleMap::size()
Reviewed-by: stefank, eosterlund
vlivanov [Mon, 06 May 2019 21:31:36 -0700] rev 54734
8223422: [Graal] assert(!m->can_be_statically_bound(InstanceKlass::cast(ctxk))) failed: redundant
Reviewed-by: kvn
dlong [Thu, 25 Apr 2019 13:35:34 -0700] rev 54733
8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
Reviewed-by: never, kvn
kvn [Mon, 06 May 2019 20:05:19 -0700] rev 54732
8223332: Update JVMCI
Reviewed-by: never, dnsimon
weijun [Tue, 07 May 2019 10:21:04 +0800] rev 54731
8219013: Update Apache Santuario (XML Signature) to version 2.1.3
Reviewed-by: mullan
pli [Tue, 07 May 2019 00:58:10 +0000] rev 54730
8223054: [TESTBUG] Put graalJarsCP before existing classpath in GraalUnitTestLauncher
Reviewed-by: iignatyev, dlong
dholmes [Mon, 06 May 2019 21:23:23 -0400] rev 54729
8222534: VerifyBeforeExit is not honored when System.exit is called
Reviewed-by: coleenp, rehn
igerasim [Mon, 06 May 2019 18:07:55 -0700] rev 54728
8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
Reviewed-by: redestad, tvaleev