Thu, 13 Dec 2018 13:03:26 +0530 8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
jgeorge [Thu, 13 Dec 2018 13:03:26 +0530] rev 53004
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads. Reviewed-by: jcbeyler, ysuenaga
Thu, 13 Dec 2018 08:26:07 +0100 8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
jlahoda [Thu, 13 Dec 2018 08:26:07 +0100] rev 53003
8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\" Summary: Do not reset closed state in the StopDetectingInputStream.write Reviewed-by: rfield
Wed, 12 Dec 2018 23:08:01 -0800 8211034: OnStackReplacePercentage option checking has bugs
jcm [Wed, 12 Dec 2018 23:08:01 -0800] rev 53002
8211034: OnStackReplacePercentage option checking has bugs Summary: Fixed the constraint checks Reviewed-by: kvn
Wed, 12 Dec 2018 22:23:48 -0800 8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
epavlova [Wed, 12 Dec 2018 22:23:48 -0800] rev 53001
8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest Reviewed-by: dlong
Wed, 12 Dec 2018 21:02:46 -0800 8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
kvn [Wed, 12 Dec 2018 21:02:46 -0800] rev 53000
8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754 Summary: Fix CheckGraalIntrinsics test for new intrinsics. Reviewed-by: iveresov, never
Thu, 13 Dec 2018 12:34:35 +0800 8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
jjiang [Thu, 13 Dec 2018 12:34:35 +0800] rev 52999
8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date Reviewed-by: xuelei
Wed, 12 Dec 2018 20:13:39 -0800 8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates
dl [Wed, 12 Dec 2018 20:13:39 -0800] rev 52998
8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates Reviewed-by: martin, dholmes
Thu, 13 Dec 2018 12:03:03 +0800 8214568: Use {@systemProperty} for definitions of system properties
weijun [Thu, 13 Dec 2018 12:03:03 +0800] rev 52997
8214568: Use {@systemProperty} for definitions of system properties Reviewed-by: xuelei
Thu, 13 Dec 2018 11:16:33 +0800 8076190: Customizing the generation of a PKCS12 keystore
weijun [Thu, 13 Dec 2018 11:16:33 +0800] rev 52996
8076190: Customizing the generation of a PKCS12 keystore Reviewed-by: mullan
Thu, 13 Dec 2018 01:15:21 +0000 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
valeriep [Thu, 13 Dec 2018 01:15:21 +0000] rev 52995
7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck Summary: Changed Provider class to use ConcurrentHashMap and default providers to use putService() Reviewed-by: weijun, mullan
Thu, 13 Dec 2018 08:23:56 +0800 8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order
jjiang [Thu, 13 Dec 2018 08:23:56 +0800] rev 52994
8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order Reviewed-by: xuelei
Wed, 12 Dec 2018 15:01:29 -0800 8215301: Module-summary page is unreadably wide
mr [Wed, 12 Dec 2018 15:01:29 -0800] rev 52993
8215301: Module-summary page is unreadably wide Reviewed-by: mchung
Wed, 12 Dec 2018 14:48:34 -0800 8214751: X86: Support for VNNI Instructions
vdeshpande [Wed, 12 Dec 2018 14:48:34 -0800] rev 52992
8214751: X86: Support for VNNI Instructions Reviewed-by: kvn Contributed-by: razvan.a.lupusoru@intel.com, vivek.r.deshpande@intel.com
Wed, 12 Dec 2018 15:35:20 -0500 8215309: Convert package.html files to package-info.java files
rriggs [Wed, 12 Dec 2018 15:35:20 -0500] rev 52991
8215309: Convert package.html files to package-info.java files Reviewed-by: darcy, lancea
Wed, 12 Dec 2018 12:17:33 -0800 8214074: Ghash optimization using AVX instructions
ascarpino [Wed, 12 Dec 2018 12:17:33 -0800] rev 52990
8214074: Ghash optimization using AVX instructions Reviewed-by: kvn, ascarpino Contributed-by: smita.kamath@intel.com
Wed, 12 Dec 2018 11:45:10 -0800 8215000: tools/launcher/JliLaunchTest.java fails on Windows
henryjen [Wed, 12 Dec 2018 11:45:10 -0800] rev 52989
8215000: tools/launcher/JliLaunchTest.java fails on Windows Reviewed-by: bchristi, mchung
Wed, 12 Dec 2018 11:17:21 -0800 8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
mchung [Wed, 12 Dec 2018 11:17:21 -0800] rev 52988
8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules Reviewed-by: lancea, alanb
Thu, 13 Dec 2018 00:46:39 +0900 8213183: InputMethod cannot be used after its restarting
tnakamura [Thu, 13 Dec 2018 00:46:39 +0900] rev 52987
8213183: InputMethod cannot be used after its restarting Summary: Retains masks at XSelectInput and deletes all IM data at DestroyXIMCallback Reviewed-by: naoto
Wed, 12 Dec 2018 19:04:05 +0100 8215304: Make target "docs-jdk-index" has unnecessary dependencies
ihse [Wed, 12 Dec 2018 19:04:05 +0100] rev 52986
8215304: Make target "docs-jdk-index" has unnecessary dependencies Reviewed-by: lancea
Wed, 12 Dec 2018 18:59:23 +0100 8214741: docs/index.html has no title or copyright
ihse [Wed, 12 Dec 2018 18:59:23 +0100] rev 52985
8214741: docs/index.html has no title or copyright Reviewed-by: erikj
Tue, 11 Dec 2018 15:47:31 +0100 8214910: If pandoc is present, markdown spec files should be processed
ihse [Tue, 11 Dec 2018 15:47:31 +0100] rev 52984
8214910: If pandoc is present, markdown spec files should be processed Reviewed-by: erikj, lancea
Wed, 12 Dec 2018 09:50:39 -0800 8215239: Make deletes images/jdk/bin/java if something goes wrong
erikj [Wed, 12 Dec 2018 09:50:39 -0800] rev 52983
8215239: Make deletes images/jdk/bin/java if something goes wrong Reviewed-by: redestad, dholmes, tbell, ihse
Wed, 12 Dec 2018 18:43:16 +0100 8214750: Unnecessary <p> tags in jfr classes
egahlin [Wed, 12 Dec 2018 18:43:16 +0100] rev 52982
8214750: Unnecessary <p> tags in jfr classes Reviewed-by: mgronlun
Wed, 12 Dec 2018 18:35:26 +0100 8165675: Trace event for thread park has incorrect unit for timeout
egahlin [Wed, 12 Dec 2018 18:35:26 +0100] rev 52981
8165675: Trace event for thread park has incorrect unit for timeout Reviewed-by: mgronlun
Wed, 12 Dec 2018 14:18:16 +0100 8215206: VtableStubs::find_stub is not appropriately protected by VtableStubs_lock
eosterlund [Wed, 12 Dec 2018 14:18:16 +0100] rev 52980
8215206: VtableStubs::find_stub is not appropriately protected by VtableStubs_lock Reviewed-by: thartmann, pliden
Tue, 11 Dec 2018 20:31:18 -0500 8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
mhorie [Tue, 11 Dec 2018 20:31:18 -0500] rev 52979
8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace Reviewed-by: kvn, rriggs, mdoerr, gromero
Wed, 12 Dec 2018 13:28:50 +0100 8215159: Improve initial setup of system Properties
redestad [Wed, 12 Dec 2018 13:28:50 +0100] rev 52978
8215159: Improve initial setup of system Properties Reviewed-by: mchung, rriggs, plevart, briangoetz, robilad
Wed, 12 Dec 2018 15:26:49 +0300 8205421: AARCH64: StubCodeMark should be placed after alignment
dpochepk [Wed, 12 Dec 2018 15:26:49 +0300] rev 52977
8205421: AARCH64: StubCodeMark should be placed after alignment Reviewed-by: aph
Wed, 12 Dec 2018 11:34:08 +0000 8214892: Delayed starting of debugging via jcmd
clanger [Wed, 12 Dec 2018 11:34:08 +0000] rev 52976
8214892: Delayed starting of debugging via jcmd Reviewed-by: cjplummer, clanger Contributed-by: ralf.schmelter@sap.com
Wed, 12 Dec 2018 12:00:02 +0100 8152724: Sum of eden before GC and current survivor capacity may be larger than heap size
tschatzl [Wed, 12 Dec 2018 12:00:02 +0100] rev 52975
8152724: Sum of eden before GC and current survivor capacity may be larger than heap size Summary: Limit the maximum survivor size for a given GC to the remaining number of free regions. Reviewed-by: sjohanss, sangheki
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip