gadams [Wed, 20 Dec 2017 13:41:40 -0500] rev 48474
8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error
Reviewed-by: cjplummer, sspitsyn
iklam [Wed, 20 Dec 2017 11:30:23 -0800] rev 48473
8193897: JDK-8191374 caused windows_i586 build to fail
Reviewed-by: hseigel
coleenp [Wed, 20 Dec 2017 10:05:09 -0500] rev 48472
8152957: Improve specificity of safepoint logging to print safepoint type
Summary: upgrade safepoint begin logs to Info logging, which has the reason.
Reviewed-by: dholmes, hseigel, zgu
dholmes [Tue, 19 Dec 2017 17:31:53 -0500] rev 48471
8193840: Add compiler/c2/Test8007294.java to the problem list
Reviewed-by: coleenp
iklam [Tue, 19 Dec 2017 11:29:07 -0800] rev 48470
8191374: Improve error message when CDS is not supported on exploded build
Reviewed-by: jiangli, hseigel
iklam [Mon, 04 Dec 2017 08:59:47 -0800] rev 48469
8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests
Reviewed-by: dholmes, dsamersoff, simonis
coleenp [Tue, 19 Dec 2017 06:29:17 -0500] rev 48468
8186903: Remove j-types from Atomic
Summary: Make jlong into int64_t, atomic_FN_long into atomic_FN_int64, make jbyte to u_char.
Reviewed-by: dholmes, dcubed
rehn [Mon, 18 Dec 2017 12:11:01 +0100] rev 48467
8193514: UseMembar should not be obsoleted yet
Reviewed-by: dcubed, acorn, mdoerr
goetz [Thu, 14 Dec 2017 12:57:21 +0100] rev 48466
8193509: Test dynamic path to retrieve active processor count.
Reviewed-by: dholmes, mdoerr
hseigel [Fri, 15 Dec 2017 15:13:18 -0500] rev 48465
8167372: Add code to check for getting oops while thread is in native
Summary: Add asserts that detect when a thread is getting oops while in native
Reviewed-by: coleenp, shade, jiangli, gtriantafill
jwilhelm [Fri, 15 Dec 2017 16:54:17 +0100] rev 48464
Merge
hseigel [Fri, 15 Dec 2017 11:23:50 -0500] rev 48463
8154587: Resolution fails for default method named 'clone'
Summary: Make sure default methods with the same names as those in j.l.Object get put in the default methods table where resolution can find them.
Reviewed-by: acorn, lfoltan
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48462
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
Summary: Added test to ProblemList.txt
Reviewed-by: vlivanov
bpb [Fri, 12 Jan 2018 11:06:24 -0800] rev 48461
4358774: Add null InputStream and OutputStream
Reviewed-by: alanb, prappo, reinhapa, rriggs
bpb [Fri, 12 Jan 2018 11:06:22 -0800] rev 48460
8165852: (fs) Mount point not found for a file which is present in overlayfs
Summary: Check /proc/mounts when the device ID boundary is reached
Reviewed-by: alanb