mr [Wed, 13 Dec 2017 17:28:24 -0800] rev 48327
8192833: JEP 322: Time-Based Release Versioning
Reviewed-by: erikj, ihse, iris, mchung, psandoz, tbell
jjg [Wed, 13 Dec 2017 17:29:44 -0800] rev 48326
Merge
jjg [Wed, 13 Dec 2017 17:27:43 -0800] rev 48325
8178070: duplicate entries in package table
Reviewed-by: bpatel, ksrini
hannesw [Thu, 14 Dec 2017 02:26:45 +0100] rev 48324
8191301: JavaImporter fails to resolve imported elements within functions, that contain too many statements
Reviewed-by: hannesw, attila
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
jjg [Wed, 13 Dec 2017 14:49:48 -0800] rev 48323
8191054: Remove the Native-Header Tool (javah)
Reviewed-by: darcy, mcimadamore, ksrini
smarks [Wed, 13 Dec 2017 14:23:34 -0800] rev 48322
8193476: (jdeprscan) additional version updates for JDK 10
Reviewed-by: darcy
neliasso [Wed, 13 Dec 2017 10:21:21 +0100] rev 48321
8192971: LockCompilationTest fails intermittently
Summary: Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
jwilhelm [Fri, 08 Dec 2017 23:43:25 +0100] rev 48320
Merge
dcubed [Thu, 07 Dec 2017 20:08:10 -0500] rev 48319
8193225: [BACKOUT] fix for 8182307 Error during JRMP connection establishment
Reviewed-by: iignatyev
dcubed [Thu, 07 Dec 2017 15:26:49 -0500] rev 48318
8182307: Error during JRMP connection establishment
Summary: Only use SO_REUSEADDR if we're using a fixed ServerSocket port.
Reviewed-by: gthornbr, rriggs, sspitsyn
sangheki [Thu, 07 Dec 2017 10:21:13 -0800] rev 48317
8193105: Print error code when map_memory_to_file() fails
Reviewed-by: dholmes, kbarrett
roland [Thu, 07 Dec 2017 15:52:46 +0100] rev 48316
8192908: -XX:+UseCountedLoopSafepoints alone doesn't disable strip mining with G1
Summary: -XX:+UseCountedLoopSafepoints should disable loop strip mining.
Reviewed-by: kvn, thartmann
jwilhelm [Thu, 07 Dec 2017 10:18:31 +0100] rev 48315
Merge
dlong [Wed, 06 Dec 2017 18:37:57 -0800] rev 48314
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
Reviewed-by: iveresov, kvn
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