jwilhelm [Wed, 13 Dec 2017 23:06:59 +0100] rev 48399
Merge
iveresov [Wed, 13 Dec 2017 12:28:22 -0800] rev 48398
8193439: Update Graal
Reviewed-by: kvn
kvn [Wed, 13 Dec 2017 11:59:55 -0800] rev 48397
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
Summary: skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
vlivanov [Wed, 13 Dec 2017 19:32:48 +0300] rev 48396
8190869: C2: missing strength reduction of Math.pow(x, 2.0D) to x*x
Reviewed-by: kvn
coleenp [Wed, 13 Dec 2017 07:14:18 -0500] rev 48395
8193053: jvm crash by G1CMBitMapClosure::do_addr
Summary: We were adding an unloaded mirror to the SATB collection set in remove_handle.
Reviewed-by: hseigel, kbarrett
neliasso [Wed, 13 Dec 2017 10:21:21 +0100] rev 48394
8192971: LockCompilationTest fails intermittently
Summary: Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
bchristi [Tue, 12 Dec 2017 21:46:06 -0500] rev 48393
8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
Reviewed-by: dholmes, mchung
bchristi [Fri, 08 Dec 2017 13:04:43 -0800] rev 48392
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
dholmes [Tue, 12 Dec 2017 21:43:00 -0500] rev 48391
Merge
dholmes [Tue, 12 Dec 2017 19:06:19 -0500] rev 48390
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
Reviewed-by: coleenp, dcubed
dcubed [Tue, 12 Dec 2017 21:27:06 -0500] rev 48389
8193407: jdk/hs fails Solaris slowdebug test-image build
Summary: Add a missing '-lc' option for libCNLookUp.
Reviewed-by: dholmes, kvn
coleenp [Tue, 12 Dec 2017 14:14:06 -0500] rev 48388
Merge
coleenp [Tue, 12 Dec 2017 11:55:57 -0500] rev 48387
8193386: CompressedClassSize too large with MaxMetaspace
Reviewed-by: ysuenaga, coleenp
Contributed-by: manc@google.com
thartmann [Tue, 12 Dec 2017 19:05:02 +0100] rev 48386
8193363: TestDumpReplay.java fails with product builds
Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: kvn
cjplummer [Sat, 09 Dec 2017 07:50:50 -0800] rev 48385
8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
Summary: call FindClass() when we are in the proper classloader context
Reviewed-by: sspitsyn, dholmes, amenkov