weijun [Fri, 26 Oct 2018 22:58:04 +0800] rev 52303
8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
Reviewed-by: mullan
stuefe [Fri, 19 Oct 2018 09:39:29 +0200] rev 52302
8212173: Thread._stack_base/_stack_size initialized too late for new threads
Reviewed-by: dholmes, simonis
hseigel [Fri, 26 Oct 2018 08:23:52 -0400] rev 52301
8192864: defmeth tests can hide failures
Summary: Add a call to addFailureCount() to record previously hidden failures.
Reviewed-by: lfoltan, coleenp
ccheung [Thu, 25 Oct 2018 21:40:17 -0700] rev 52300
8209598: Clean up how messages are printed when CDS aborts start-up
Summary: added a new function vm_exit_during_cds_dumping() to java.cpp so that it can be used when an error condition is encountered during CDS dumping.
Reviewed-by: iklam, dholmes, jiangli
weijun [Fri, 26 Oct 2018 11:11:13 +0800] rev 52299
8212867: Link to DRBG test vectors is redirected to a broken link
Reviewed-by: mullan
never [Thu, 25 Oct 2018 19:00:46 -0700] rev 52298
8212956: [JVCMI] SpeculationReason should maintain identity
Reviewed-by: kvn
dlong [Thu, 25 Oct 2018 18:41:26 -0700] rev 52297
8021335: Missing synchronization when reading counters for live threads and peak thread count
Reviewed-by: dholmes, mchung
iris [Thu, 25 Oct 2018 17:06:40 -0700] rev 52296
8212994: Links to Oracle websites should use "https:"
Reviewed-by: erikj, lancea
erikj [Thu, 25 Oct 2018 16:47:14 -0700] rev 52295
8213005: Missing symbols in hs_err files on Windows after JDK-8212028
Reviewed-by: ctornqvi
dholmes [Thu, 25 Oct 2018 19:12:39 -0400] rev 52294
8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86
Summary: Non-NUL-terminated string was passed to %s - use %.*s to specify the actual length.
Reviewed-by: lfoltan, hseigel
jcbeyler [Thu, 25 Oct 2018 14:23:26 -0700] rev 52293
8212884: Remove the assignments in ifs for vmTestbase/[a-s]
Summary: Extract assignments from if statements in vmTestbase
Reviewed-by: cjplummer, sspitsyn
akolarkunnu [Thu, 25 Oct 2018 08:59:26 -0700] rev 52292
8212897: Some improvements in the EditorPaneDemotest
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
amenkov [Thu, 25 Oct 2018 11:48:18 -0700] rev 52291
8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
Reviewed-by: sspitsyn, jcbeyler
ppunegov [Thu, 25 Oct 2018 11:18:24 -0700] rev 52290
8164546: Convert DirectivesParser_test to GTest
Reviewed-by: kvn, iignatyev, neliasso
mchung [Thu, 25 Oct 2018 10:58:59 -0700] rev 52289
Merge
mchung [Thu, 25 Oct 2018 10:57:42 -0700] rev 52288
8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
Reviewed-by: dfuchs