Tue, 16 Oct 2018 12:05:57 -0700 8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
jnimeh [Tue, 16 Oct 2018 12:05:57 -0700] rev 52153
8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2 Reviewed-by: xuelei
Tue, 16 Oct 2018 11:47:33 -0700 8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
mchung [Tue, 16 Oct 2018 11:47:33 -0700] rev 52152
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement Reviewed-by: alanb
Tue, 16 Oct 2018 11:24:41 -0700 8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
jnimeh [Tue, 16 Oct 2018 11:24:41 -0700] rev 52151
8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms Reviewed-by: xuelei
Tue, 16 Oct 2018 17:43:30 +0200 8212177: Epsilon alignment adjustments can overflow max TLAB size
shade [Tue, 16 Oct 2018 17:43:30 +0200] rev 52150
8212177: Epsilon alignment adjustments can overflow max TLAB size Reviewed-by: pliden, tschatzl
Tue, 16 Oct 2018 10:55:28 -0400 8192939: Remove Finalize methods from FileInputStream and FileOutputStream
rriggs [Tue, 16 Oct 2018 10:55:28 -0400] rev 52149
8192939: Remove Finalize methods from FileInputStream and FileOutputStream Reviewed-by: alanb, iris, mchung
Tue, 16 Oct 2018 11:08:46 -0400 7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
hseigel [Tue, 16 Oct 2018 11:08:46 -0400] rev 52148
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works Summary: Change calls to Abstract_VM_Version methods to be calls to VM_Version methods. Reviewed-by: coleenp, kbarrett, dholmes
Tue, 16 Oct 2018 07:49:08 -0700 8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts
bpb [Tue, 16 Oct 2018 07:49:08 -0700] rev 52147
8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts Reviewed-by: alanb
Tue, 16 Oct 2018 09:55:30 -0400 Merge
bobv [Tue, 16 Oct 2018 09:55:30 -0400] rev 52146
Merge
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
Thu, 11 Oct 2018 11:31:37 -0400 8211821: PrintStringTableStatistics crashes JVM
hseigel [Thu, 11 Oct 2018 11:31:37 -0400] rev 52097
8211821: PrintStringTableStatistics crashes JVM Summary: During JVM exit, print the Symbol and String tables before current thread gets deleted. Reviewed-by: iklam, dholmes
Thu, 11 Oct 2018 10:11:18 -0400 8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
hseigel [Thu, 11 Oct 2018 10:11:18 -0400] rev 52096
8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute Summary: Prevent classes in the InnerClasses attribute from being loaded unless they are actually being accessed. Reviewed-by: dholmes, lfoltan
Thu, 11 Oct 2018 14:10:13 +0100 8212001: Verify exported symbols in java.base (libjava)
prappo [Thu, 11 Oct 2018 14:10:13 +0100] rev 52095
8212001: Verify exported symbols in java.base (libjava) Reviewed-by: chegar
Thu, 11 Oct 2018 13:40:09 +0100 8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList
chegar [Thu, 11 Oct 2018 13:40:09 +0100] rev 52094
8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList Reviewed-by: lancea
Thu, 27 Sep 2018 17:46:01 +0200 8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
roland [Thu, 27 Sep 2018 17:46:01 +0200] rev 52093
8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better Reviewed-by: kvn, thartmann
Tue, 18 Sep 2018 20:41:17 +0200 8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
roland [Tue, 18 Sep 2018 20:41:17 +0200] rev 52092
8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc Reviewed-by: kvn, thartmann
Thu, 11 Oct 2018 10:42:17 +0200 8212005: Epsilon elastic TLAB sizing may cause misalignment
shade [Thu, 11 Oct 2018 10:42:17 +0200] rev 52091
8212005: Epsilon elastic TLAB sizing may cause misalignment Reviewed-by: rkennke, tschatzl
Wed, 10 Oct 2018 16:56:18 +0200 8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1
mbaesken [Wed, 10 Oct 2018 16:56:18 +0200] rev 52090
8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1 Reviewed-by: kvn, stuefe
Wed, 10 Oct 2018 23:47:36 -0400 8211962: Implicit narrowing in MacOSX java.desktop jsound
kbarrett [Wed, 10 Oct 2018 23:47:36 -0400] rev 52089
8211962: Implicit narrowing in MacOSX java.desktop jsound Summary: Cast value to needed type. Reviewed-by: serb
Wed, 10 Oct 2018 17:53:22 -0700 8152910: Get performance improvement with Stable annotation
bpb [Wed, 10 Oct 2018 17:53:22 -0700] rev 52088
8152910: Get performance improvement with Stable annotation Reviewed-by: darcy Contributed-by: Peter Levart <peter.levart@gmail.com>
Thu, 11 Oct 2018 00:43:09 +0200 Added tag jdk-12+15 for changeset f8626bcc1698
jwilhelm [Thu, 11 Oct 2018 00:43:09 +0200] rev 52087
Added tag jdk-12+15 for changeset f8626bcc1698
Wed, 10 Oct 2018 15:19:34 -0700 8211921: AssertionError in MethodHandles$Lookup.defineClass
mchung [Wed, 10 Oct 2018 15:19:34 -0700] rev 52086
8211921: AssertionError in MethodHandles$Lookup.defineClass Reviewed-by: alanb
Fri, 05 Oct 2018 05:03:15 -0700 8210055: Enable different look and feel tests in SwingSet3 demo tests
akolarkunnu [Fri, 05 Oct 2018 05:03:15 -0700] rev 52085
8210055: Enable different look and feel tests in SwingSet3 demo tests Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Wed, 10 Oct 2018 16:25:40 -0400 8191053: Provide a mechanism to make system's security manager immutable
mullan [Wed, 10 Oct 2018 16:25:40 -0400] rev 52084
8191053: Provide a mechanism to make system's security manager immutable Summary: Make System.setSecurityManager optional to support and add new disallow and allow options to the java.security.manager system property Reviewed-by: alanb, mchung, rriggs, smarks
Wed, 10 Oct 2018 15:23:38 -0400 8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html
mullan [Wed, 10 Oct 2018 15:23:38 -0400] rev 52083
8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html Reviewed-by: jjg
Wed, 10 Oct 2018 11:47:01 -0700 8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
ctornqvi [Wed, 10 Oct 2018 11:47:01 -0700] rev 52082
8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java Reviewed-by: erikj
Wed, 10 Oct 2018 11:20:21 -0700 8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E]
jcbeyler [Wed, 10 Oct 2018 11:20:21 -0700] rev 52081
8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E] Summary: Remove the NSK_CPP_STUB macros Reviewed-by: amenkov, sspitsyn
Wed, 10 Oct 2018 10:56:24 -0700 8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
igerasim [Wed, 10 Oct 2018 10:56:24 -0700] rev 52080
8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize() Reviewed-by: jjg, sherman
Wed, 10 Oct 2018 10:28:33 -0700 8058202: AnnotatedType implementations don't override toString(), equals(), hashCode()
darcy [Wed, 10 Oct 2018 10:28:33 -0700] rev 52079
8058202: AnnotatedType implementations don't override toString(), equals(), hashCode() Reviewed-by: jfranck
Wed, 10 Oct 2018 10:00:25 -0700 8211952: Broken links in java.time API
jjg [Wed, 10 Oct 2018 10:00:25 -0700] rev 52078
8211952: Broken links in java.time API Reviewed-by: lancea
Wed, 10 Oct 2018 08:26:49 -0700 8211950: Deprecate the check if a JVMTI collector is present assertion
jcbeyler [Wed, 10 Oct 2018 08:26:49 -0700] rev 52077
8211950: Deprecate the check if a JVMTI collector is present assertion Summary: Deprecate assertion that a collector is there; it is now a nop Reviewed-by: eosterlund, phh, pliden
Wed, 10 Oct 2018 10:18:52 -0400 8207689: Remove perfCounter _load_instance_class_failCounter used by deleted flag UnsyncloadClass jdk-12+15
hseigel [Wed, 10 Oct 2018 10:18:52 -0400] rev 52076
8207689: Remove perfCounter _load_instance_class_failCounter used by deleted flag UnsyncloadClass Summary: Delete the perfCounter Reviewed-by: lfoltan, acorn, dholmes
Wed, 10 Oct 2018 22:13:30 +0800 8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths
weijun [Wed, 10 Oct 2018 22:13:30 +0800] rev 52075
8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths Reviewed-by: mullan
Fri, 28 Sep 2018 14:24:22 +0200 8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
roland [Fri, 28 Sep 2018 14:24:22 +0200] rev 52074
8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call Reviewed-by: kvn
Wed, 10 Oct 2018 14:13:32 +0100 8212000: Verify exported symbols in java.base (libnet, libnio/ch)
prappo [Wed, 10 Oct 2018 14:13:32 +0100] rev 52073
8212000: Verify exported symbols in java.base (libnet, libnio/ch) Reviewed-by: alanb, chegar
Wed, 10 Oct 2018 14:28:35 +0200 8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default
mhorie [Wed, 10 Oct 2018 14:28:35 +0200] rev 52072
8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default Reviewed-by: mdoerr, goetz
Wed, 10 Oct 2018 10:58:48 +0200 8211270: GC abstraction to get real object and headers size
rkennke [Wed, 10 Oct 2018 10:58:48 +0200] rev 52071
8211270: GC abstraction to get real object and headers size Reviewed-by: shade, zgu, eosterlund
Wed, 03 Oct 2018 15:22:16 +0200 8211279: Verify missing object equals barriers
rkennke [Wed, 03 Oct 2018 15:22:16 +0200] rev 52070
8211279: Verify missing object equals barriers Reviewed-by: pliden, shade, zgu
Wed, 10 Oct 2018 08:36:31 +0200 8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
thartmann [Wed, 10 Oct 2018 08:36:31 +0200] rev 52069
8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs Summary: Increase code_size2 for new Skylake CPUs. Reviewed-by: kvn, stuefe, thartmann Contributed-by: ralf.schmelter@sap.com
Tue, 09 Oct 2018 19:11:09 -0700 8193879: Java debugger hangs on method invocation
dtitov [Tue, 09 Oct 2018 19:11:09 -0700] rev 52068
8193879: Java debugger hangs on method invocation Reviewed-by: sspitsyn, amenkov, gadams
Tue, 09 Oct 2018 20:38:13 -0400 8211394: CHECK_ must be used in the rhs of an assignment statement within a block
dholmes [Tue, 09 Oct 2018 20:38:13 -0400] rev 52067
8211394: CHECK_ must be used in the rhs of an assignment statement within a block Summary: replace "return foo(CHECK_X);" with "return foo(THREAD);" Reviewed-by: iklam, phh, stuefe, lfoltan
Tue, 09 Oct 2018 20:19:22 -0400 8211065: Private method check in linkResolver is incorrect
dholmes [Tue, 09 Oct 2018 20:19:22 -0400] rev 52066
8211065: Private method check in linkResolver is incorrect Reviewed-by: acorn, lfoltan
Tue, 09 Oct 2018 14:57:23 -0700 8211724: Change mkdir -p to MakeDir macro where possible
erikj [Tue, 09 Oct 2018 14:57:23 -0700] rev 52065
8211724: Change mkdir -p to MakeDir macro where possible Reviewed-by: ihse, asemenyuk
Tue, 09 Oct 2018 07:33:15 -0400 8211324: Link to java.lang.ThreadGroup in JDWP spec is broken
gadams [Tue, 09 Oct 2018 07:33:15 -0400] rev 52064
8211324: Link to java.lang.ThreadGroup in JDWP spec is broken Reviewed-by: sspitsyn, chegar, alanb
Tue, 09 Oct 2018 13:22:19 -0700 8211905: Remove multiple casts for EM06 file
jcbeyler [Tue, 09 Oct 2018 13:22:19 -0700] rev 52063
8211905: Remove multiple casts for EM06 file Summary: Remove multiple casts for EM06 file Reviewed-by: sspitsyn, cjplummer
Tue, 09 Oct 2018 15:58:07 -0400 8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
jiangli [Tue, 09 Oct 2018 15:58:07 -0400] rev 52062
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp Summary: Restructure and cleanup java heap object archiving code. Reviewed-by: coleenp, iklam
Tue, 09 Oct 2018 12:36:51 -0700 8211880: Broken links in java.util.jar
sherman [Tue, 09 Oct 2018 12:36:51 -0700] rev 52061
8211880: Broken links in java.util.jar Reviewed-by: alanb, mchung, martin
Tue, 09 Oct 2018 20:32:24 +0100 8211927: Add additional diagnostic information to java/net/BindException/Test.java
chegar [Tue, 09 Oct 2018 20:32:24 +0100] rev 52060
8211927: Add additional diagnostic information to java/net/BindException/Test.java Reviewed-by: dfuchs
Tue, 09 Oct 2018 12:26:29 -0700 8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
amenkov [Tue, 09 Oct 2018 12:26:29 -0700] rev 52059
8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test Reviewed-by: sspitsyn, jcbeyler
Fri, 05 Oct 2018 23:45:02 +0200 8211792: Fix misplaced BarrierSet forward declarations
rkennke [Fri, 05 Oct 2018 23:45:02 +0200] rev 52058
8211792: Fix misplaced BarrierSet forward declarations Reviewed-by: shade, zgu
Mon, 08 Oct 2018 14:57:07 -0400 8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
gadams [Mon, 08 Oct 2018 14:57:07 -0400] rev 52057
8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001 Reviewed-by: cjplummer
Tue, 09 Oct 2018 16:03:56 +0200 8211856: [ppc, s390] ProblemList some failing tests.
goetz [Tue, 09 Oct 2018 16:03:56 +0200] rev 52056
8211856: [ppc, s390] ProblemList some failing tests. Reviewed-by: kvn, mdoerr
Tue, 09 Oct 2018 15:06:27 +0200 8211768: [s390] Implement JFR profiling
ghaug [Tue, 09 Oct 2018 15:06:27 +0200] rev 52055
8211768: [s390] Implement JFR profiling Reviewed-by: simonis, mdoerr
Tue, 09 Oct 2018 14:30:06 +0200 8211859: Avoid initializing AtomicBoolean from RandomAccessFile
redestad [Tue, 09 Oct 2018 14:30:06 +0200] rev 52054
8211859: Avoid initializing AtomicBoolean from RandomAccessFile Reviewed-by: alanb
Tue, 09 Oct 2018 13:31:50 +0100 8211902: broken link in java.net.http.WebSocket.Builder
chegar [Tue, 09 Oct 2018 13:31:50 +0100] rev 52053
8211902: broken link in java.net.http.WebSocket.Builder Reviewed-by: alanb, dfuchs
Tue, 09 Oct 2018 11:44:00 +0100 8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java
chegar [Tue, 09 Oct 2018 11:44:00 +0100] rev 52052
8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java Reviewed-by: dfuchs
Tue, 02 Oct 2018 17:17:43 +0200 8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
sgehwolf [Tue, 02 Oct 2018 17:17:43 +0200] rev 52051
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7 Reviewed-by: dholmes, aph Contributed-by: Andrew Haley <aph@redhat.com>
Tue, 09 Oct 2018 07:06:32 +0100 8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
alanb [Tue, 09 Oct 2018 07:06:32 +0100] rev 52050
8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module Reviewed-by: mchung
Mon, 08 Oct 2018 19:44:44 -0700 8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
jcbeyler [Mon, 08 Oct 2018 19:44:44 -0700] rev 52049
8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]* Summary: Remove the NSK_CPP_STUB macros Reviewed-by: amenkov, sspitsyn
Mon, 08 Oct 2018 20:01:39 -0400 8211804: Constant AO_UNUSED_MBZ uses left shift of negative value
kbarrett [Mon, 08 Oct 2018 20:01:39 -0400] rev 52048
8211804: Constant AO_UNUSED_MBZ uses left shift of negative value Summary: Use unsigned shift. Reviewed-by: alanb
Mon, 08 Oct 2018 16:29:10 -0700 8210388: Use hash table to store archived subgraph_info records
iklam [Mon, 08 Oct 2018 16:29:10 -0700] rev 52047
8210388: Use hash table to store archived subgraph_info records Reviewed-by: jiangli
Mon, 08 Oct 2018 14:14:52 -0700 8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
sherman [Mon, 08 Oct 2018 14:14:52 -0700] rev 52046
8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream Reviewed-by: alanb
Mon, 08 Oct 2018 13:56:28 -0700 8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]*
jcbeyler [Mon, 08 Oct 2018 13:56:28 -0700] rev 52045
8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]* Summary: Remove the NSK_CPP_STUB macros Reviewed-by: amenkov, sspitsyn
Mon, 08 Oct 2018 13:54:43 -0700 8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]*
jcbeyler [Mon, 08 Oct 2018 13:54:43 -0700] rev 52044
8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]* Summary: Remove the NSK_CPP_STUB macros Reviewed-by: amenkov, cjplummer
Mon, 08 Oct 2018 11:14:59 -0700 8211407: Bad links to non-existent entries on serialized-form page
jjg [Mon, 08 Oct 2018 11:14:59 -0700] rev 52043
8211407: Bad links to non-existent entries on serialized-form page Reviewed-by: jlahoda
Mon, 08 Oct 2018 07:18:40 -0400 8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
gadams [Mon, 08 Oct 2018 07:18:40 -0400] rev 52042
8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently Reviewed-by: cjplummer, dcubed
Mon, 08 Oct 2018 18:29:41 +0100 8211863: Problem list test/jdk/javax/naming/module/RunBasic.java
chegar [Mon, 08 Oct 2018 18:29:41 +0100] rev 52041
8211863: Problem list test/jdk/javax/naming/module/RunBasic.java Reviewed-by: lancea
Mon, 08 Oct 2018 18:16:03 +0200 8211860: Avoid reading security properties eagerly on Manifest class initialization
redestad [Mon, 08 Oct 2018 18:16:03 +0200] rev 52040
8211860: Avoid reading security properties eagerly on Manifest class initialization Reviewed-by: mullan, alanb
Mon, 08 Oct 2018 17:41:44 +0200 8211837: Creation of the default CDS Archive should depend on ENABLE_CDS
simonis [Mon, 08 Oct 2018 17:41:44 +0200] rev 52039
8211837: Creation of the default CDS Archive should depend on ENABLE_CDS Reviewed-by: shade, goetz, mdoerr, iklam
Mon, 08 Oct 2018 06:52:41 -0700 8209407: VerifyError is thrown for inner class with lambda
vromero [Mon, 08 Oct 2018 06:52:41 -0700] rev 52038
8209407: VerifyError is thrown for inner class with lambda Reviewed-by: mcimadamore
Mon, 08 Oct 2018 14:48:12 +0200 8211718: Supporting multiple concurrent OopStorage iterators
eosterlund [Mon, 08 Oct 2018 14:48:12 +0200] rev 52037
8211718: Supporting multiple concurrent OopStorage iterators Reviewed-by: pliden, kbarrett
Fri, 05 Oct 2018 16:47:27 +0200 8211776: 8210887 broke arraycopy optimization when ZGC is enabled
roland [Fri, 05 Oct 2018 16:47:27 +0200] rev 52036
8211776: 8210887 broke arraycopy optimization when ZGC is enabled Reviewed-by: kvn
Mon, 08 Oct 2018 13:25:39 +0800 8210395: Add doc to SecurityTools.java
weijun [Mon, 08 Oct 2018 13:25:39 +0800] rev 52035
8210395: Add doc to SecurityTools.java Reviewed-by: mullan
Sun, 07 Oct 2018 14:35:00 -0400 8211765: JarFile constructor throws undocumented exception
lancea [Sun, 07 Oct 2018 14:35:00 -0400] rev 52034
8211765: JarFile constructor throws undocumented exception Reviewed-by: lancea, sherman, alanb, chegar Contributed-by: Jaikiran Pai <jai.forums2013@gmail.com>
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip