mbaesken [Fri, 09 Aug 2019 15:39:32 +0200] rev 57712
8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed in validateStackTrace()
Reviewed-by: mdoerr, mseledtsov
pliden [Mon, 12 Aug 2019 10:49:40 +0200] rev 57711
8229406: ZGC: Fix incorrect statistics
Reviewed-by: pliden, eosterlund
Contributed-by: albert.th@alibaba-inc.com
mdoerr [Mon, 12 Aug 2019 10:02:25 +0200] rev 57710
8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
thartmann [Mon, 12 Aug 2019 08:48:47 +0200] rev 57709
8225670: compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Summary: Clear entry in the ciProfileData object if the klass is NULL.
Reviewed-by: eosterlund, thartmann
herrick [Sat, 10 Aug 2019 10:02:54 -0400] rev 57708
Merge
herrick [Sat, 10 Aug 2019 07:33:52 -0400] rev 57707
8229334: JPackager .exe packages cannot be executed due to missing DL
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
jjg [Fri, 09 Aug 2019 15:22:43 -0700] rev 57706
8229386: Typo "lables" in doc comment
Reviewed-by: mchung
iklam [Fri, 09 Aug 2019 13:13:36 -0700] rev 57705
8229267: [TESTBUG] Remove unnecessary @modules dependencies in CDS tests
Reviewed-by: alanb, lfoltan