Tue, 07 May 2019 18:10:59 +0100 8223463: Replace wildcard address with loopback or local host in tests - part 2
dfuchs [Tue, 07 May 2019 18:10:59 +0100] rev 54746
8223463: Replace wildcard address with loopback or local host in tests - part 2 Summary: Removes (or documents) some usages of the wildcard address in intermittently failing tests. Reviewed-by: alanb
Tue, 07 May 2019 09:37:02 -0700 8220037: Inconsistencies of generated timezone files between Windows and Linux
naoto [Tue, 07 May 2019 09:37:02 -0700] rev 54745
8220037: Inconsistencies of generated timezone files between Windows and Linux Reviewed-by: rriggs
Tue, 07 May 2019 07:43:41 -0700 8223044: Add back exception checking in tests
jcbeyler [Tue, 07 May 2019 07:43:41 -0700] rev 54744
8223044: Add back exception checking in tests Summary: Add exception checking to previously modified tests Reviewed-by: sspitsyn, cjplummer
Tue, 07 May 2019 15:39:33 +0100 8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
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
Tue, 07 May 2019 16:06:10 +0200 8223449: Unprotected UseCompressedOops block in gc/shenandoah/shenandoahBarrierSetC1_x86.cpp
shade [Tue, 07 May 2019 16:06:10 +0200] rev 54742
8223449: Unprotected UseCompressedOops block in gc/shenandoah/shenandoahBarrierSetC1_x86.cpp Reviewed-by: rkennke
Tue, 07 May 2019 16:05:49 +0200 8223450: Disable Shenandoah C2 barriers verification for x86_32
shade [Tue, 07 May 2019 16:05:49 +0200] rev 54741
8223450: Disable Shenandoah C2 barriers verification for x86_32 Reviewed-by: rkennke
Tue, 07 May 2019 16:04:36 +0200 8223448: Shenandoah disabled barriers blocks omit LRB
shade [Tue, 07 May 2019 16:04:36 +0200] rev 54740
8223448: Shenandoah disabled barriers blocks omit LRB Reviewed-by: rkennke
Tue, 07 May 2019 06:58:55 -0700 8223335: Compare baseline builds on linux are failing
erikj [Tue, 07 May 2019 06:58:55 -0700] rev 54739
8223335: Compare baseline builds on linux are failing Reviewed-by: tbell
Thu, 02 May 2019 20:47:23 +0200 8222738: Shenandoah: assert(is_Proj()) failed when running cometd benchmarks
roland [Thu, 02 May 2019 20:47:23 +0200] rev 54738
8222738: Shenandoah: assert(is_Proj()) failed when running cometd benchmarks Reviewed-by: rkennke
Mon, 06 May 2019 13:51:02 +0200 8223389: Shenandoah optimizations fail with assert(!phase->exceeding_node_budget())
roland [Mon, 06 May 2019 13:51:02 +0200] rev 54737
8223389: Shenandoah optimizations fail with assert(!phase->exceeding_node_budget()) Reviewed-by: thartmann
Tue, 07 May 2019 09:17:03 +0200 8222670: pathological case of JIT recompilation and code cache bloat
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
Tue, 07 May 2019 07:44:15 +0200 8223308: ZGC: Remove ZGranuleMap::size()
pliden [Tue, 07 May 2019 07:44:15 +0200] rev 54735
8223308: ZGC: Remove ZGranuleMap::size() Reviewed-by: stefank, eosterlund
Mon, 06 May 2019 21:31:36 -0700 8223422: [Graal] assert(!m->can_be_statically_bound(InstanceKlass::cast(ctxk))) failed: redundant
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
Thu, 25 Apr 2019 13:35:34 -0700 8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
dlong [Thu, 25 Apr 2019 13:35:34 -0700] rev 54733
8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError Reviewed-by: never, kvn
Mon, 06 May 2019 20:05:19 -0700 8223332: Update JVMCI
kvn [Mon, 06 May 2019 20:05:19 -0700] rev 54732
8223332: Update JVMCI Reviewed-by: never, dnsimon
Tue, 07 May 2019 10:21:04 +0800 8219013: Update Apache Santuario (XML Signature) to version 2.1.3
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
Tue, 07 May 2019 00:58:10 +0000 8223054: [TESTBUG] Put graalJarsCP before existing classpath in GraalUnitTestLauncher
pli [Tue, 07 May 2019 00:58:10 +0000] rev 54730
8223054: [TESTBUG] Put graalJarsCP before existing classpath in GraalUnitTestLauncher Reviewed-by: iignatyev, dlong
Mon, 06 May 2019 21:23:23 -0400 8222534: VerifyBeforeExit is not honored when System.exit is called
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
Mon, 06 May 2019 18:07:55 -0700 8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
igerasim [Mon, 06 May 2019 18:07:55 -0700] rev 54728
8222955: Optimize String.replace(CharSequence, CharSequence) for common cases Reviewed-by: redestad, tvaleev
Mon, 06 May 2019 18:01:01 -0400 8223412: tier1 build failure after 8222893
coleenp [Mon, 06 May 2019 18:01:01 -0400] rev 54727
8223412: tier1 build failure after 8222893 Summary: disable the test in PRODUCT Reviewed-by: dcubed, pliden, kvn
Mon, 06 May 2019 14:19:48 -0700 8221509: Refactor assert( G1CollectedHeap::used() == recalculate_used() ) with better message
sangheki [Mon, 06 May 2019 14:19:48 -0700] rev 54726
8221509: Refactor assert( G1CollectedHeap::used() == recalculate_used() ) with better message Reviewed-by: tschatzl, manc
Mon, 06 May 2019 15:25:57 -0400 8222893: markOopDesc::print_on() is a bit confused
coleenp [Mon, 06 May 2019 15:25:57 -0400] rev 54725
8222893: markOopDesc::print_on() is a bit confused Summary: Add print_on for ObjectMonitor and make markOop printing sensible and add test. Reviewed-by: dcubed, pchilanomate
Mon, 06 May 2019 21:50:20 +0200 8222665: Update Graal
jwilhelm [Mon, 06 May 2019 21:50:20 +0200] rev 54724
8222665: Update Graal Reviewed-by: kvn
Mon, 06 May 2019 12:17:54 -0700 8221542: ~15% performance degradation due to less optimized inline decision
jiefu [Mon, 06 May 2019 12:17:54 -0700] rev 54723
8221542: ~15% performance degradation due to less optimized inline decision Reviewed-by: vlivanov, coleenp
Mon, 06 May 2019 12:15:55 -0700 8219902: C2: MemNode::can_see_stored_value() ignores casts which carry control dependency
vlivanov [Mon, 06 May 2019 12:15:55 -0700] rev 54722
8219902: C2: MemNode::can_see_stored_value() ignores casts which carry control dependency Reviewed-by: kvn
Mon, 06 May 2019 12:15:49 -0700 8223171: Redundant nmethod dependencies for effectively final methods
vlivanov [Mon, 06 May 2019 12:15:49 -0700] rev 54721
8223171: Redundant nmethod dependencies for effectively final methods Reviewed-by: dlong
Mon, 06 May 2019 14:47:55 -0400 8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
vromero [Mon, 06 May 2019 14:47:55 -0400] rev 54720
8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null Reviewed-by: darcy
Mon, 06 May 2019 09:58:14 -0700 8222667: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java failed with "event IS NOT a breakpoint"
dtitov [Mon, 06 May 2019 09:58:14 -0700] rev 54719
8222667: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java failed with "event IS NOT a breakpoint" Reviewed-by: gadams, sspitsyn, jcbeyler, cjplummer
Mon, 06 May 2019 08:54:19 -0700 8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl
xuelei [Mon, 06 May 2019 08:54:19 -0700] rev 54718
8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl Reviewed-by: alanb, dfuchs
Mon, 06 May 2019 09:53:11 -0400 8223395: PPC64: Improve comments in the JVM signal handler to match ISA text
gromero [Mon, 06 May 2019 09:53:11 -0400] rev 54717
8223395: PPC64: Improve comments in the JVM signal handler to match ISA text Reviewed-by: mdoerr
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip