Fri, 22 Dec 2017 18:49:41 +0000 8193435: Remove pre-1.2 SecurityManager text from java.awt.Toolkit
dmarkov [Fri, 22 Dec 2017 18:49:41 +0000] rev 48416
8193435: Remove pre-1.2 SecurityManager text from java.awt.Toolkit Reviewed-by: serb, mullan
Wed, 20 Dec 2017 08:38:20 -0800 8191988: JDK-8190862 work for arch s390
jcbeyler [Wed, 20 Dec 2017 08:38:20 -0800] rev 48415
8191988: JDK-8190862 work for arch s390 Summary: Cleanup interpreter TLAB code and fix ZeroTLAB Reviewed-by: mdoerr, goetz
Fri, 22 Dec 2017 01:28:29 +0000 Merge
lana [Fri, 22 Dec 2017 01:28:29 +0000] rev 48414
Merge
Fri, 22 Dec 2017 01:27:36 +0000 Added tag jdk-10+37 for changeset 4f830b447edf
lana [Fri, 22 Dec 2017 01:27:36 +0000] rev 48413
Added tag jdk-10+37 for changeset 4f830b447edf
Thu, 21 Dec 2017 17:08:05 -0800 8184431: References to @sun.com
joehw [Thu, 21 Dec 2017 17:08:05 -0800] rev 48412
8184431: References to @sun.com Reviewed-by: lancea
Wed, 20 Dec 2017 17:36:50 +0100 8193371: Use Dynalink REMOVE operation in Nashorn
attila [Wed, 20 Dec 2017 17:36:50 +0100] rev 48411
8193371: Use Dynalink REMOVE operation in Nashorn Reviewed-by: hannesw, sundar
Wed, 20 Dec 2017 11:40:45 -0800 8193856: takeWhile produces incorrect result with elements produced by flatMap
psandoz [Wed, 20 Dec 2017 11:40:45 -0800] rev 48410
8193856: takeWhile produces incorrect result with elements produced by flatMap Reviewed-by: smarks
Thu, 21 Dec 2017 09:29:24 -0800 8193568: @LastModified tag in license header
joehw [Thu, 21 Dec 2017 09:29:24 -0800] rev 48409
8193568: @LastModified tag in license header Reviewed-by: rriggs
Thu, 21 Dec 2017 16:58:51 +0000 8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher jdk-10+37
chegar [Thu, 21 Dec 2017 16:58:51 +0000] rev 48408
8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher Reviewed-by: dfuchs
Thu, 21 Dec 2017 10:26:03 +0100 8193491: JavaImporter fails to resolve method elements within functions, that contain too many statements
hannesw [Thu, 21 Dec 2017 10:26:03 +0100] rev 48407
8193491: JavaImporter fails to resolve method elements within functions, that contain too many statements Reviewed-by: hannesw, sundar, jlaskey Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Wed, 20 Dec 2017 13:28:23 -0800 8193512: Remove remnants of javah from jdk/jdk repo
jjg [Wed, 20 Dec 2017 13:28:23 -0800] rev 48406
8193512: Remove remnants of javah from jdk/jdk repo Reviewed-by: tbell, erikj, alanb, darcy
Tue, 19 Dec 2017 15:56:28 -0500 8193622: JFR test TestUnloadingEventClass.java times out intermittently
coleenp [Tue, 19 Dec 2017 15:56:28 -0500] rev 48405
8193622: JFR test TestUnloadingEventClass.java times out intermittently Summary: Previous change was leaving scratch classes on CLD::_klasses list which are reported to tracing Reviewed-by: gtriantafill, dcubed, mgronlun
Wed, 20 Dec 2017 20:55:07 +0100 Merge
jwilhelm [Wed, 20 Dec 2017 20:55:07 +0100] rev 48404
Merge
Wed, 13 Dec 2017 15:37:48 -0800 8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm
iklam [Wed, 13 Dec 2017 15:37:48 -0800] rev 48403
8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm Reviewed-by: mseledtsov, dholmes
Wed, 06 Dec 2017 11:11:16 +0100 8133805: Remove the bot_updates parameter from G1Allocator's allocation methods
lkorinth [Wed, 06 Dec 2017 11:11:16 +0100] rev 48402
8133805: Remove the bot_updates parameter from G1Allocator's allocation methods Reviewed-by: tschatzl, sjohanss
Thu, 14 Dec 2017 12:49:47 +0530 8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
jgeorge [Thu, 14 Dec 2017 12:49:47 +0530] rev 48401
8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands Summary: Create tests for the clhsdb commands: inspect, scanoops and printas Reviewed-by: sspitsyn, sballal, cjplummer
Wed, 13 Dec 2017 20:35:09 -0800 8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler
dlong [Wed, 13 Dec 2017 20:35:09 -0800] rev 48400
8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler Reviewed-by: kvn
Wed, 13 Dec 2017 23:06:59 +0100 Merge
jwilhelm [Wed, 13 Dec 2017 23:06:59 +0100] rev 48399
Merge
Wed, 13 Dec 2017 12:28:22 -0800 8193439: Update Graal
iveresov [Wed, 13 Dec 2017 12:28:22 -0800] rev 48398
8193439: Update Graal Reviewed-by: kvn
Wed, 13 Dec 2017 11:59:55 -0800 8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
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
Wed, 13 Dec 2017 19:32:48 +0300 8190869: C2: missing strength reduction of Math.pow(x, 2.0D) to x*x
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
Wed, 13 Dec 2017 07:14:18 -0500 8193053: jvm crash by G1CMBitMapClosure::do_addr
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
Wed, 13 Dec 2017 10:21:21 +0100 8192971: LockCompilationTest fails intermittently
neliasso [Wed, 13 Dec 2017 10:21:21 +0100] rev 48394
8192971: LockCompilationTest fails intermittently Summary: Remove all unnecessary compilations Reviewed-by: kvn, thartmann
Tue, 12 Dec 2017 21:46:06 -0500 8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
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
Fri, 08 Dec 2017 13:04:43 -0800 8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
bchristi [Fri, 08 Dec 2017 13:04:43 -0800] rev 48392
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java Reviewed-by: darcy
Tue, 12 Dec 2017 21:43:00 -0500 Merge
dholmes [Tue, 12 Dec 2017 21:43:00 -0500] rev 48391
Merge
Tue, 12 Dec 2017 19:06:19 -0500 8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
dholmes [Tue, 12 Dec 2017 19:06:19 -0500] rev 48390
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls Reviewed-by: coleenp, dcubed
Tue, 12 Dec 2017 21:27:06 -0500 8193407: jdk/hs fails Solaris slowdebug test-image build
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
Tue, 12 Dec 2017 14:14:06 -0500 Merge
coleenp [Tue, 12 Dec 2017 14:14:06 -0500] rev 48388
Merge
Tue, 12 Dec 2017 11:55:57 -0500 8193386: CompressedClassSize too large with MaxMetaspace
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip