jiangli [Wed, 06 Dec 2017 20:06:43 -0500] rev 48313
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
Summary: Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
dcubed [Wed, 06 Dec 2017 15:19:30 -0500] rev 48312
8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
Reviewed-by: stefank, coleenp, dholmes, gthornbr
dlong [Tue, 05 Dec 2017 11:16:03 -0800] rev 48311
8192870: [Testbug] runtime/handshake/HandshakeTransitionTest throws NPE
Reviewed-by: dholmes, rehn
dlong [Tue, 05 Dec 2017 10:38:31 -0800] rev 48310
8145579: SimpleThresholdPolicy assumes non-trivial methods to be trivial
Reviewed-by: shade, kvn, thartmann
kvn [Tue, 05 Dec 2017 09:49:23 -0800] rev 48309
8192846: Support cmov vectorization for float
Reviewed-by: kvn
Contributed-by: razvan.a.lupusoru@intel.com
hb [Tue, 05 Dec 2017 21:26:11 +0530] rev 48308
8192909: Invalid username or password in HashedPasswordFileTest.java
Reviewed-by: clanger, dfuchs
sjohanss [Tue, 05 Dec 2017 16:34:03 +0100] rev 48307
8193068: Add gc/g1/TestVerifyGCType.java to problem list
Reviewed-by: tschatzl
sjohanss [Tue, 05 Dec 2017 13:58:55 +0100] rev 48306
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
Reviewed-by: tschatzl, jwilhelm
ihse [Tue, 05 Dec 2017 11:23:27 +0100] rev 48305
8193045: JDK-8190484 breaks build on Windows
Reviewed-by: dholmes
phedlin [Thu, 30 Nov 2017 15:54:45 +0100] rev 48304
8191232: compiler/intrinsics/bigInteger/TestMultiplyToLen.java fails with java.lang.Exception: Failed
Summary: Generating the wrong insn for pointer comparison in intrinsic (on SPARC).
Reviewed-by: neliasso, kvn
dholmes [Tue, 05 Dec 2017 02:55:44 -0500] rev 48303
8192950: Missing -nativepath for svc tests
Reviewed-by: ihse
thartmann [Tue, 05 Dec 2017 08:27:54 +0100] rev 48302
8191360: Lookup of critical JNI method causes duplicate library loading with leaking handler
Summary: Unload shared library after lookup to avoid keeping it live.
Reviewed-by: vlivanov, dholmes
ysuenaga [Mon, 04 Dec 2017 10:23:08 +0900] rev 48301
8192897: NPE occurs on clhsdb jstack
Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
ihse [Mon, 04 Dec 2017 23:55:52 +0100] rev 48300
8190484: Move jvm.h, jmm.h et al to hotspot/*/include
Reviewed-by: dholmes, erikj, mchung
never [Mon, 04 Dec 2017 13:13:44 -0800] rev 48299
8191052: [Graal] java/lang/invoke/CallSiteTest.java intermittently fails with "Failed dependency of type call_site_target_value" when running with Graal as JIT
Reviewed-by: kvn, iveresov, dlong
roland [Sat, 02 Dec 2017 13:50:04 +0100] rev 48298
8191950: assertion failed: no insertions allowed
Summary: Check for dead loops before incremental inlining.
Reviewed-by: thartmann