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