eosterlund [Tue, 16 Oct 2018 13:16:11 +0200] rev 52141
8210330: Make CLD claiming allow multiple claim bits
Reviewed-by: pliden, coleenp
eosterlund [Tue, 16 Oct 2018 13:14:18 +0200] rev 52140
8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
Reviewed-by: pliden, kbarrett
pliden [Tue, 16 Oct 2018 13:43:04 +0200] rev 52139
8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
Reviewed-by: eosterlund
dfuchs [Tue, 16 Oct 2018 12:38:46 +0100] rev 52138
8211960: broken links in java.util.logging
Reviewed-by: mchung, chegar
rwestberg [Tue, 16 Oct 2018 11:32:49 +0200] rev 52137
8212004: Optional compile_commands.json field not compatible with older libclang
Reviewed-by: erikj
tschatzl [Tue, 16 Oct 2018 11:27:21 +0200] rev 52136
8210492: PLAB object promotion events report object sizes in words
Summary: Properly scale values passed to the JFR event.
Reviewed-by: phh, jcbeyler
jjiang [Tue, 16 Oct 2018 10:16:04 +0800] rev 52135
8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
Summary: Move lib/security tests to sun/security/lib
Reviewed-by: weijun
weijun [Tue, 16 Oct 2018 09:19:32 +0800] rev 52134
8212165: JGSS: Fix cut/paste error in NativeUtil.c
Reviewed-by: alanb, weijun
Contributed-by: Viktor Dukhovni <viktor@twosigma.com>
dholmes [Mon, 15 Oct 2018 21:02:17 -0400] rev 52133
8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
Summary: ensure the target thread has reached wait() before inspecting it
Reviewed-by: mchung, dfuchs, jcbeyler
jcbeyler [Mon, 15 Oct 2018 14:55:17 -0700] rev 52132
8212083: Handle remaining gc/lock native code and fix two strings
Summary: Migrate code to using wrapping JNI for exceptions
Reviewed-by: phh, tschatzl
jcbeyler [Mon, 15 Oct 2018 14:16:35 -0700] rev 52131
8211980: Remove ThreadHeapSampler enable/disable/enabled methods
Summary: Remove methods from ThreadHeapSampler
Reviewed-by: dholmes, phh
akolarkunnu [Wed, 03 Oct 2018 23:00:32 -0700] rev 52130
8209499: Create test for SwingSet EditorPaneDemo
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
shurailine [Mon, 15 Oct 2018 13:44:31 -0700] rev 52129
Merge
akolarkunnu [Thu, 11 Oct 2018 07:22:53 -0700] rev 52128
8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
shade [Mon, 15 Oct 2018 22:30:32 +0200] rev 52127
8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
Reviewed-by: rkennke, kbarrett, joehw
jiangli [Mon, 15 Oct 2018 15:21:54 -0400] rev 52126
8211956: AppCDS crashes for some uses with JRuby
Summary: Make sure FileMapInfo::verify_mapped_heap_regions only verifies 'num' of spaces.
Reviewed-by: iklam