Tue, 16 Oct 2018 09:54:28 -0400 8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
bobv [Tue, 16 Oct 2018 09:54:28 -0400] rev 52145
8211740: [AOT] -XX:AOTLibrary doesn't accept windows path Reviewed-by: kvn, iignatyev
Tue, 16 Oct 2018 15:05:03 +0200 8210683: Search result display order reversed for overloaded entries
hannesw [Tue, 16 Oct 2018 15:05:03 +0200] rev 52144
8210683: Search result display order reversed for overloaded entries Reviewed-by: jjg
Tue, 16 Oct 2018 14:17:19 +0200 8210215: C2 should optimize trichotomy calculations
thartmann [Tue, 16 Oct 2018 14:17:19 +0200] rev 52143
8210215: C2 should optimize trichotomy calculations Summary: Ideal transformation to optimize trichotomic comparisons. Reviewed-by: kvn, jrose
Tue, 16 Oct 2018 13:18:22 +0200 8210498: nmethod entry barriers
eosterlund [Tue, 16 Oct 2018 13:18:22 +0200] rev 52142
8210498: nmethod entry barriers Reviewed-by: kvn, pliden
Tue, 16 Oct 2018 13:16:11 +0200 8210330: Make CLD claiming allow multiple claim bits
eosterlund [Tue, 16 Oct 2018 13:16:11 +0200] rev 52141
8210330: Make CLD claiming allow multiple claim bits Reviewed-by: pliden, coleenp
Tue, 16 Oct 2018 13:14:18 +0200 8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
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
Tue, 16 Oct 2018 13:43:04 +0200 8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
pliden [Tue, 16 Oct 2018 13:43:04 +0200] rev 52139
8212181: ZGC: Fix incorrect root iteration in ZHeapIterator Reviewed-by: eosterlund
Tue, 16 Oct 2018 12:38:46 +0100 8211960: broken links in java.util.logging
dfuchs [Tue, 16 Oct 2018 12:38:46 +0100] rev 52138
8211960: broken links in java.util.logging Reviewed-by: mchung, chegar
Tue, 16 Oct 2018 11:32:49 +0200 8212004: Optional compile_commands.json field not compatible with older libclang
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
Tue, 16 Oct 2018 11:27:21 +0200 8210492: PLAB object promotion events report object sizes in words
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
Tue, 16 Oct 2018 10:16:04 +0800 8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
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
Tue, 16 Oct 2018 09:19:32 +0800 8212165: JGSS: Fix cut/paste error in NativeUtil.c
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>
Mon, 15 Oct 2018 21:02:17 -0400 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
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
Mon, 15 Oct 2018 14:55:17 -0700 8212083: Handle remaining gc/lock native code and fix two strings
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
Mon, 15 Oct 2018 14:16:35 -0700 8211980: Remove ThreadHeapSampler enable/disable/enabled methods
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
Wed, 03 Oct 2018 23:00:32 -0700 8209499: Create test for SwingSet EditorPaneDemo
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
Mon, 15 Oct 2018 13:44:31 -0700 Merge
shurailine [Mon, 15 Oct 2018 13:44:31 -0700] rev 52129
Merge
Thu, 11 Oct 2018 07:22:53 -0700 8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src
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
Mon, 15 Oct 2018 22:30:32 +0200 8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
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
Mon, 15 Oct 2018 15:21:54 -0400 8211956: AppCDS crashes for some uses with JRuby
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
Mon, 15 Oct 2018 11:36:20 -0700 8212028: Use run-test makefile framework for testing in Oracle's Mach5
erikj [Mon, 15 Oct 2018 11:36:20 -0700] rev 52125
8212028: Use run-test makefile framework for testing in Oracle's Mach5 Reviewed-by: ihse
Wed, 10 Oct 2018 23:05:15 +0200 8211955: GC abstraction for LAB reserve
rkennke [Wed, 10 Oct 2018 23:05:15 +0200] rev 52124
8211955: GC abstraction for LAB reserve Reviewed-by: pliden, shade
Mon, 15 Oct 2018 09:35:05 -0700 8211961: Broken link in java.util.Locale
naoto [Mon, 15 Oct 2018 09:35:05 -0700] rev 52123
8211961: Broken link in java.util.Locale Reviewed-by: mchung
Mon, 15 Oct 2018 11:53:15 -0400 8212074: Add method to peek the remaining tasks in task queues
zgu [Mon, 15 Oct 2018 11:53:15 -0400] rev 52122
8212074: Add method to peek the remaining tasks in task queues Summary: Add methods for implementing new task termination protocol Reviewed-by: tschatzl, shade, rkennke
Mon, 15 Oct 2018 22:47:03 +0800 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary
jjiang [Mon, 15 Oct 2018 22:47:03 +0800] rev 52121
8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary Summary: Move SimpleSSLContext.java and testkeys to test/lib/jdk/test/lib/net Reviewed-by: chegar
Mon, 15 Oct 2018 14:42:31 +0100 8209862: CipherCore performance improvement
coffeys [Mon, 15 Oct 2018 14:42:31 +0100] rev 52120
8209862: CipherCore performance improvement Reviewed-by: apetcher, ascarpino Contributed-by: sergey.kuksenko@oracle.com, sean.coffey@oracle.com
Fri, 12 Oct 2018 12:14:01 +0200 8211447: Replace oop_pc_update_pointers with oop_iterate and closure
lkorinth [Fri, 12 Oct 2018 12:14:01 +0200] rev 52119
8211447: Replace oop_pc_update_pointers with oop_iterate and closure Reviewed-by: sjohanss, tschatzl
Fri, 12 Oct 2018 12:13:06 +0200 8211446: Replace oop_pc_follow_contents with oop_iterate and closure
lkorinth [Fri, 12 Oct 2018 12:13:06 +0200] rev 52118
8211446: Replace oop_pc_follow_contents with oop_iterate and closure Reviewed-by: sjohanss, tschatzl
Fri, 12 Oct 2018 12:10:34 +0200 8201436: Replace oop_ps_push_contents with oop_iterate and closure
lkorinth [Fri, 12 Oct 2018 12:10:34 +0200] rev 52117
8201436: Replace oop_ps_push_contents with oop_iterate and closure Reviewed-by: sjohanss, tschatzl
Mon, 15 Oct 2018 17:52:42 +0530 8211957: Broken links to stylesheet in java.base/doc-files
pmuthuswamy [Mon, 15 Oct 2018 17:52:42 +0530] rev 52116
8211957: Broken links to stylesheet in java.base/doc-files Reviewed-by: alanb
Mon, 15 Oct 2018 08:08:02 +0200 8211852: inspect stack during error reporting
mdoerr [Mon, 15 Oct 2018 08:08:02 +0200] rev 52115
8211852: inspect stack during error reporting Reviewed-by: dholmes, goetz
Sun, 14 Oct 2018 19:07:34 -0700 8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]*
jcbeyler [Sun, 14 Oct 2018 19:07:34 -0700] rev 52114
8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]* Summary: Remove NSK_CPP_STUB macros from the tests Reviewed-by: amenkov, phh
Mon, 15 Oct 2018 09:34:18 +0800 8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed out
xyin [Mon, 15 Oct 2018 09:34:18 +0800] rev 52113
8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed out Reviewed-by: chegar, vtewari
Fri, 12 Oct 2018 17:35:26 -0400 8212023: Implicit narrowing in Solaris/sparc initializers
kbarrett [Fri, 12 Oct 2018 17:35:26 -0400] rev 52112
8212023: Implicit narrowing in Solaris/sparc initializers Summary: Explicitly narrow or fix destination types. Reviewed-by: dholmes, tschatzl
Fri, 12 Oct 2018 14:16:24 -0400 8212045: Add back tests removed from HashesTest.java and AddExportsTest.java
lancea [Fri, 12 Oct 2018 14:16:24 -0400] rev 52111
8212045: Add back tests removed from HashesTest.java and AddExportsTest.java Reviewed-by: rriggs
Fri, 12 Oct 2018 10:08:11 -0700 8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2'
amenkov [Fri, 12 Oct 2018 10:08:11 -0700] rev 52110
8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2' Reviewed-by: sspitsyn, jcbeyler
Tue, 09 Oct 2018 16:08:07 +0530 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
mchinnathamb [Tue, 09 Oct 2018 16:08:07 +0530] rev 52109
8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork Reviewed-by: dholmes, iklam
Fri, 12 Oct 2018 10:58:06 +0200 8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
sgehwolf [Fri, 12 Oct 2018 10:58:06 +0200] rev 52108
8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647 Summary: Only add RTC1 compile flag for slowdebug builds. Reviewed-by: mdoerr, erikj
Fri, 12 Oct 2018 16:25:24 +0200 8212053: A few more missing object equals barriers
rkennke [Fri, 12 Oct 2018 16:25:24 +0200] rev 52107
8212053: A few more missing object equals barriers Reviewed-by: shade, zgu
Fri, 12 Oct 2018 11:12:51 +0100 8203850: java.net.http HTTP client should allow specifying Origin and Referer headers
michaelm [Fri, 12 Oct 2018 11:12:51 +0100] rev 52106
8203850: java.net.http HTTP client should allow specifying Origin and Referer headers Reviewed-by: chegar, dfuchs
Fri, 12 Oct 2018 03:51:02 -0400 8211046: Forced data dependencies serve no purpose on x86
dholmes [Fri, 12 Oct 2018 03:51:02 -0400] rev 52105
8211046: Forced data dependencies serve no purpose on x86 Reviewed-by: eosterlund, rehn
Fri, 12 Oct 2018 12:37:13 +0530 8189366: SocketInputStream.available() should check for eof
vtewari [Fri, 12 Oct 2018 12:37:13 +0530] rev 52104
8189366: SocketInputStream.available() should check for eof Reviewed-by: chegar
Fri, 12 Oct 2018 08:33:18 +0200 8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately
goetz [Fri, 12 Oct 2018 08:33:18 +0200] rev 52103
8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately Reviewed-by: dholmes, mdoerr
Fri, 12 Oct 2018 10:35:24 +0800 8186610: move ModuleUtils to top-level testlibrary
mli [Fri, 12 Oct 2018 10:35:24 +0800] rev 52102
8186610: move ModuleUtils to top-level testlibrary Reviewed-by: alanb, iignatyev
Thu, 11 Oct 2018 15:49:23 -0700 8211714: Need to update vm_version.cpp to recognise VS2017 minor versions
kevinw [Thu, 11 Oct 2018 15:49:23 -0700] rev 52101
8211714: Need to update vm_version.cpp to recognise VS2017 minor versions Reviewed-by: dholmes Contributed-by: muthusamy.chinnathambi@oracle.com
Thu, 11 Oct 2018 23:48:55 +0200 8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation
rkennke [Thu, 11 Oct 2018 23:48:55 +0200] rev 52100
8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation Reviewed-by: shade, eosterlund
Thu, 11 Oct 2018 12:41:47 -0700 8212025: Remove collector_present variable from ThreadHeapSampler
jcbeyler [Thu, 11 Oct 2018 12:41:47 -0700] rev 52099
8212025: Remove collector_present variable from ThreadHeapSampler Summary: Remove unused variable from ThreadHeapSampler Reviewed-by: tschatzl, pliden
Thu, 11 Oct 2018 09:30:10 -0700 8211432: [REDO] Handle JNIGlobalRefLocker.cpp
jcbeyler [Thu, 11 Oct 2018 09:30:10 -0700] rev 52098
8211432: [REDO] Handle JNIGlobalRefLocker.cpp Summary: Adding a JNI verification wrapper for tests Reviewed-by: amenkov, sspitsyn, phh
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 tip