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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip