mgronlun [Thu, 13 Dec 2018 14:36:54 +0100] rev 53014
8215284: Reduce noise induced by periodic task getFileSize()
Reviewed-by: redestad, egahlin
egahlin [Thu, 13 Dec 2018 14:21:04 +0100] rev 53013
8215175: Inconsistencies in JFR event metadata
Reviewed-by: mgronlun
sgehwolf [Thu, 13 Dec 2018 10:25:50 +0100] rev 53012
8215342: [Zero] Build fails after JDK-8200613
Reviewed-by: shade, jgeorge
Contributed-by: Christophe Phillips <chphilli@redhat.com>
mhorie [Wed, 12 Dec 2018 12:36:53 -0500] rev 53011
8215262: PPC64: FMA Vectorization on PPC64
Reviewed-by: mdoerr, gromero
goetz [Thu, 13 Dec 2018 08:36:10 +0100] rev 53010
8215534: [testbug] some jfr test don't check @requires vm.hasJFR
Reviewed-by: sundar, egahlin
dfuchs [Thu, 13 Dec 2018 11:27:37 +0000] rev 53009
8211093: Default logging.properties sets log level for com.xyz.foo
Reviewed-by: bpb, rriggs
jgeorge [Thu, 13 Dec 2018 15:11:25 +0530] rev 53008
8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
Summary: Read in the bcp from r13 for the top level interpreter frames
Reviewed-by: jcbeyler, jgeorge
Contributed-by: david.griffiths@gmail.com
weijun [Thu, 13 Dec 2018 17:28:30 +0800] rev 53007
8213010: Supporting keys created with certmgr.exe
Reviewed-by: valeriep
weijun [Thu, 13 Dec 2018 17:28:19 +0800] rev 53006
8213009: Refactoring existing SunMSCAPI classes
Reviewed-by: valeriep
alanb [Thu, 13 Dec 2018 09:02:52 +0000] rev 53005
8214696: Module class should be filtered by core reflection
Reviewed-by: lancea, mchung, sundar
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
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
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
epavlova [Wed, 12 Dec 2018 22:23:48 -0800] rev 53001
8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
Reviewed-by: dlong
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
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
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
weijun [Thu, 13 Dec 2018 12:03:03 +0800] rev 52997
8214568: Use {@systemProperty} for definitions of system properties
Reviewed-by: xuelei
weijun [Thu, 13 Dec 2018 11:16:33 +0800] rev 52996
8076190: Customizing the generation of a PKCS12 keystore
Reviewed-by: mullan
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
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
mr [Wed, 12 Dec 2018 15:01:29 -0800] rev 52993
8215301: Module-summary page is unreadably wide
Reviewed-by: mchung
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
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
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
henryjen [Wed, 12 Dec 2018 11:45:10 -0800] rev 52989
8215000: tools/launcher/JliLaunchTest.java fails on Windows
Reviewed-by: bchristi, mchung
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
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
ihse [Wed, 12 Dec 2018 19:04:05 +0100] rev 52986
8215304: Make target "docs-jdk-index" has unnecessary dependencies
Reviewed-by: lancea
ihse [Wed, 12 Dec 2018 18:59:23 +0100] rev 52985
8214741: docs/index.html has no title or copyright
Reviewed-by: erikj