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
jwilhelm [Mon, 06 May 2019 21:50:20 +0200] rev 54724
8222665: Update Graal
Reviewed-by: kvn
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
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
vlivanov [Mon, 06 May 2019 12:15:49 -0700] rev 54721
8223171: Redundant nmethod dependencies for effectively final methods
Reviewed-by: dlong
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
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
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
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
manc [Thu, 02 May 2019 15:46:34 -0700] rev 54716
8223267: Fix incorrect usage of GCTraceTime in g1FullCollector and g1CollectedHeap
Reviewed-by: kbarrett, tschatzl
kbarrett [Sun, 05 May 2019 09:10:21 -0400] rev 54715
8223359: JDK-8221359 breaks TestG1ParallelPhases.java
Summary: Removed check for SATBFiltering event.
Reviewed-by: tschatzl
igerasim [Fri, 03 May 2019 23:00:07 -0700] rev 54714
8223174: Pattern.compile() can throw confusing NegativeArraySizeException
Reviewed-by: martin
kbarrett [Fri, 03 May 2019 23:35:12 -0400] rev 54713
8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
Summary: Removed filter_thread_buffers
Reviewed-by: tschatzl, sangheki
darcy [Fri, 03 May 2019 14:09:19 -0700] rev 54712
8223178: Improve FileSystems.newFileSystem example with map factory methods
Reviewed-by: alanb, clanger, bpb
erikj [Fri, 03 May 2019 09:34:02 -0700] rev 54711
8223309: test failing due to self-assign-overloaded
Reviewed-by: tbell
Contributed-by: johan.vos@gluonhq.com, erik.joelsson@oracle.com
pchilanomate [Fri, 03 May 2019 12:33:08 -0400] rev 54710
8220724: TestBiasedLockRevocationEvents fails while matching revoke events to VMOperation events
Summary: Safepoint id used by JavaThread when posting event is now set inside appropiate safepoint
Reviewed-by: dholmes, rehn