Mon, 19 Sep 2016 13:12:26 -0400 8166229: Eliminate ParNew's use of klass_or_null()
kbarrett [Mon, 19 Sep 2016 13:12:26 -0400] rev 41184
8166229: Eliminate ParNew's use of klass_or_null() Summary: Use list_ptr_from_klass instead of klass_or_null. Reviewed-by: mgerdin, jmasa
Mon, 19 Sep 2016 12:04:28 -0400 8163406: The fixup_module_list must be protected by Module_lock when inserting new entries
lfoltan [Mon, 19 Sep 2016 12:04:28 -0400] rev 41183
8163406: The fixup_module_list must be protected by Module_lock when inserting new entries Summary: In java_lang_Class::create_mirror, restructure the check for adding a class to the fixup_module_list, guarded by Module_lock. Reviewed-by: acorn, coleenp, dholmes, zgu
Sun, 18 Sep 2016 21:10:48 -0400 8078644: CDS needs to support JVMTI CFLH
jiangli [Sun, 18 Sep 2016 21:10:48 -0400] rev 41182
8078644: CDS needs to support JVMTI CFLH Summary: Support posting CLFH for shared classes. Tests are contributed by Misha Seledtsov. Reviewed-by: iklam, coleenp, acorn, dcubed, sspitsyn
Tue, 06 Sep 2016 13:01:27 +0200 8165489: Missing G1 barrier in Unsafe_GetObjectVolatile
mdoerr [Tue, 06 Sep 2016 13:01:27 +0200] rev 41181
8165489: Missing G1 barrier in Unsafe_GetObjectVolatile Summary: Add missing barrier, sharing code with Unsafe_GetObject. Reviewed-by: kbarrett, mgerdin, pliden
Fri, 16 Sep 2016 13:15:01 -0700 Merge
amurillo [Fri, 16 Sep 2016 13:15:01 -0700] rev 41180
Merge
Fri, 16 Sep 2016 12:09:53 -0500 8136766: Enable ThreadStackSize range test
gziemski [Fri, 16 Sep 2016 12:09:53 -0500] rev 41179
8136766: Enable ThreadStackSize range test Summary: Re-enabled max range check for StackSize runtime options Reviewed-by: dcubed
Fri, 16 Sep 2016 11:33:47 +0200 8157952: Parallelize Memory Pretouch
tschatzl [Fri, 16 Sep 2016 11:33:47 +0200] rev 41178
8157952: Parallelize Memory Pretouch Summary: Use multiple threads to pretouch memory using -XX:+AlwaysPreTouch to use more memory bandwidth Reviewed-by: jmasa, sangheki
Thu, 15 Sep 2016 12:10:43 -0400 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett [Thu, 15 Sep 2016 12:10:43 -0400] rev 41177
8165808: Add release barriers when allocating objects with concurrent collection Summary: Add release_set_klass, use in slow-path allocators. Reviewed-by: jmasa, dholmes
Thu, 15 Sep 2016 16:44:19 +0200 8159422: Very high Concurrent Mark mark stack contention
tschatzl [Thu, 15 Sep 2016 16:44:19 +0200] rev 41176
8159422: Very high Concurrent Mark mark stack contention Summary: Decrease contention on mark stack by splitting locks, and minimizing the amount of time these locks are held. Improve mark stack management. Reviewed-by: kbarrett, mgerdin, eosterlund
Wed, 14 Sep 2016 16:20:54 +0300 8165017: Additional test coverage of the JDWP CLASSLOADER and MODULE commands
akulyakh [Wed, 14 Sep 2016 16:20:54 +0300] rev 41175
8165017: Additional test coverage of the JDWP CLASSLOADER and MODULE commands Summary: A new JDWP test Reviewed-by: sspitsyn
Thu, 15 Sep 2016 10:19:11 +0300 8027920: SA: Add default methods to InstanceKlass
dsamersoff [Thu, 15 Sep 2016 10:19:11 +0300] rev 41174
8027920: SA: Add default methods to InstanceKlass Summary: Add default methods to InstanceKlass to enable SA to inspect default methods Reviewed-by: dsamersoff, iklam Contributed-by: jini.george@oracle.com
Thu, 29 Sep 2016 16:45:09 +0000 Added tag jdk-9+138 for changeset b4b4c1119f39
lana [Thu, 29 Sep 2016 16:45:09 +0000] rev 41173
Added tag jdk-9+138 for changeset b4b4c1119f39
Tue, 04 Oct 2016 13:41:51 +0200 8166965: Some small java build tools are still running with big JVM configuration
erikj [Tue, 04 Oct 2016 13:41:51 +0200] rev 41172
8166965: Some small java build tools are still running with big JVM configuration Reviewed-by: ihse
Tue, 04 Oct 2016 13:34:34 +0200 8166948: Exploded image too slow to be usable
erikj [Tue, 04 Oct 2016 13:34:34 +0200] rev 41171
8166948: Exploded image too slow to be usable Reviewed-by: alanb, mchung, ihse
Fri, 30 Sep 2016 09:05:40 +0200 8160630: libjimage.so and others should link statically to libgcc
erikj [Fri, 30 Sep 2016 09:05:40 +0200] rev 41170
8160630: libjimage.so and others should link statically to libgcc Reviewed-by: ihse, tbell
Thu, 29 Sep 2016 16:45:08 +0000 Added tag jdk-9+138 for changeset de6f69208f82
lana [Thu, 29 Sep 2016 16:45:08 +0000] rev 41169
Added tag jdk-9+138 for changeset de6f69208f82
Wed, 05 Jul 2017 22:16:20 +0200 Added tag jdk-9+138 for changeset d273dfe9a126
duke [Wed, 05 Jul 2017 22:16:20 +0200] rev 41168
Added tag jdk-9+138 for changeset d273dfe9a126
Wed, 05 Jul 2017 22:16:18 +0200 Merge jdk-9+138
duke [Wed, 05 Jul 2017 22:16:18 +0200] rev 41167
Merge
Wed, 05 Jul 2017 22:16:12 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:12 +0200] rev 41166
Merge
Tue, 27 Sep 2016 04:34:09 +0530 8164519: Rendering of supertype_target for annotated extends clause
sadayapalam [Tue, 27 Sep 2016 04:34:09 +0530] rev 41165
8164519: Rendering of supertype_target for annotated extends clause Summary: Eliminate inconsistencies in handling annotated super class. Reviewed-by: jlahoda
Mon, 26 Sep 2016 13:39:50 -0700 8153654: Update jdeps to be multi-release jar aware
sdrach [Mon, 26 Sep 2016 13:39:50 -0700] rev 41164
8153654: Update jdeps to be multi-release jar aware Reviewed-by: mchung
Mon, 26 Sep 2016 13:18:11 -0700 8166655: JShell: Process running JShell should not be blocked from exit by non-daemon data-transfer threads
rfield [Mon, 26 Sep 2016 13:18:11 -0700] rev 41163
8166655: JShell: Process running JShell should not be blocked from exit by non-daemon data-transfer threads Reviewed-by: jlahoda
Fri, 23 Sep 2016 14:37:03 -0700 8166589: jshell tool: typo: remove out of place text in /help /set truncation
rfield [Fri, 23 Sep 2016 14:37:03 -0700] rev 41162
8166589: jshell tool: typo: remove out of place text in /help /set truncation Reviewed-by: jlahoda
Fri, 23 Sep 2016 09:57:24 -0700 8166127: Develop new tests to cover javadoc module options which are passed to underlying javac
ksrini [Fri, 23 Sep 2016 09:57:24 -0700] rev 41161
8166127: Develop new tests to cover javadoc module options which are passed to underlying javac Reviewed-by: jjg, ksrini Contributed-by: andrey.x.nazarov@oracle.com
Fri, 23 Sep 2016 15:35:32 +0200 8047347: com.sun.source.util.Trees breaks the compiler.
jlahoda [Fri, 23 Sep 2016 15:35:32 +0200] rev 41160
8047347: com.sun.source.util.Trees breaks the compiler. Summary: Clearing synthetic constructors and super constructor calls between annotation processing rounds. Reviewed-by: jjg
Thu, 22 Sep 2016 18:31:35 +0000 Merge
lana [Thu, 22 Sep 2016 18:31:35 +0000] rev 41159
Merge
Wed, 21 Sep 2016 23:46:06 -0700 8166400: JShell: friendlier representation of array values
rfield [Wed, 21 Sep 2016 23:46:06 -0700] rev 41158
8166400: JShell: friendlier representation of array values Reviewed-by: sundar, jlahoda
Wed, 21 Sep 2016 18:18:50 -0700 8162363: Tables in javadoc documentation missing row headers
bpatel [Wed, 21 Sep 2016 18:18:50 -0700] rev 41157
8162363: Tables in javadoc documentation missing row headers Reviewed-by: jjg
Wed, 21 Sep 2016 05:26:26 +0530 8163027: AssertionError while compiling a program that uses try with resources.
sadayapalam [Wed, 21 Sep 2016 05:26:26 +0530] rev 41156
8163027: AssertionError while compiling a program that uses try with resources. Reviewed-by: vromero
Tue, 20 Sep 2016 12:12:18 +0530 8156568: Update javac to support compiling against a modular JAR that is a multi-release JAR
sadayapalam [Tue, 20 Sep 2016 12:12:18 +0530] rev 41155
8156568: Update javac to support compiling against a modular JAR that is a multi-release JAR Reviewed-by: jjg
Tue, 20 Sep 2016 05:28:54 +0530 8166108: VerifyError passing anonymous inner class to supertype constructor
sadayapalam [Tue, 20 Sep 2016 05:28:54 +0530] rev 41154
8166108: VerifyError passing anonymous inner class to supertype constructor Summary: Anonymous classes instantitated in explicit constructor calls cannot have enclosing instance Reviewed-by: vromero
Thu, 22 Sep 2016 16:41:15 +0000 Added tag jdk-9+137 for changeset 49af2ecba616
lana [Thu, 22 Sep 2016 16:41:15 +0000] rev 41153
Added tag jdk-9+137 for changeset 49af2ecba616
Wed, 05 Jul 2017 22:16:00 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:00 +0200] rev 41152
Merge
Thu, 22 Sep 2016 16:41:14 +0000 Added tag jdk-9+137 for changeset 3627d835ccf4
lana [Thu, 22 Sep 2016 16:41:14 +0000] rev 41151
Added tag jdk-9+137 for changeset 3627d835ccf4
Wed, 05 Jul 2017 22:15:53 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:53 +0200] rev 41150
Merge
Thu, 22 Sep 2016 18:32:15 +0000 Merge
lana [Thu, 22 Sep 2016 18:32:15 +0000] rev 41149
Merge
Thu, 22 Sep 2016 10:17:19 -0700 8166398: CatalogSupport tests need to be fixed
joehw [Thu, 22 Sep 2016 10:17:19 -0700] rev 41148
8166398: CatalogSupport tests need to be fixed Reviewed-by: dfuchs
Thu, 22 Sep 2016 16:41:13 +0000 Added tag jdk-9+137 for changeset 6de6d5c0e9d5
lana [Thu, 22 Sep 2016 16:41:13 +0000] rev 41147
Added tag jdk-9+137 for changeset 6de6d5c0e9d5
Wed, 05 Jul 2017 22:15:43 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:43 +0200] rev 41146
Merge
Mon, 26 Sep 2016 13:27:45 +0200 8164467: ES6 computed properties are implemented wrongly
hannesw [Mon, 26 Sep 2016 13:27:45 +0200] rev 41145
8164467: ES6 computed properties are implemented wrongly Reviewed-by: sundar, lagergren
Thu, 22 Sep 2016 18:32:42 +0000 Merge
lana [Thu, 22 Sep 2016 18:32:42 +0000] rev 41144
Merge
Tue, 20 Sep 2016 21:53:00 +0530 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar [Tue, 20 Sep 2016 21:53:00 +0530] rev 41143
8166298: 3 nashorn ant tests fail with latest jdk9-dev tip Reviewed-by: hannesw, mhaupt
Tue, 20 Sep 2016 11:33:03 +0200 8166296: add documentation for Date,RegExp,Error,JSON objects
sdama [Tue, 20 Sep 2016 11:33:03 +0200] rev 41142
8166296: add documentation for Date,RegExp,Error,JSON objects Reviewed-by: mhaupt, sundar
Thu, 22 Sep 2016 16:41:15 +0000 Added tag jdk-9+137 for changeset b772c7126f36
lana [Thu, 22 Sep 2016 16:41:15 +0000] rev 41141
Added tag jdk-9+137 for changeset b772c7126f36
Wed, 05 Jul 2017 22:15:34 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:34 +0200] rev 41140
Merge
Thu, 22 Sep 2016 16:41:12 +0000 Added tag jdk-9+137 for changeset 7d79b32d8005
lana [Thu, 22 Sep 2016 16:41:12 +0000] rev 41139
Added tag jdk-9+137 for changeset 7d79b32d8005
Wed, 05 Jul 2017 22:15:27 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:27 +0200] rev 41138
Merge
Tue, 27 Sep 2016 12:07:33 +0100 8166747: Add invalid network / computer name cases to isReachable known failure switch
robm [Tue, 27 Sep 2016 12:07:33 +0100] rev 41137
8166747: Add invalid network / computer name cases to isReachable known failure switch Reviewed-by: chegar, msheppar
Tue, 27 Sep 2016 01:36:31 -0700 8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test
xiaofeya [Tue, 27 Sep 2016 01:36:31 -0700] rev 41136
8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test Reviewed-by: chegar
Mon, 26 Sep 2016 13:37:10 -0700 8153654: Update jdeps to be multi-release jar aware
sdrach [Mon, 26 Sep 2016 13:37:10 -0700] rev 41135
8153654: Update jdeps to be multi-release jar aware Reviewed-by: mchung
Mon, 26 Sep 2016 21:24:17 +0200 8166604: nio: remove unneeded locals variables and correct NPE
clanger [Mon, 26 Sep 2016 21:24:17 +0200] rev 41134
8166604: nio: remove unneeded locals variables and correct NPE Reviewed-by: alanb
Mon, 26 Sep 2016 08:19:07 -0700 8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result
xiaofeya [Mon, 26 Sep 2016 08:19:07 -0700] rev 41133
8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result 8085575: java/net/Socket/InheritHandle.java fails intermittently with "Address already in use" Reviewed-by: dfuchs
Mon, 26 Sep 2016 14:56:35 +0200 8163102: Fix headless only configuration option
erikj [Mon, 26 Sep 2016 14:56:35 +0200] rev 41132
8163102: Fix headless only configuration option Reviewed-by: tbell
Fri, 23 Sep 2016 13:24:33 -0700 8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21
dl [Fri, 23 Sep 2016 13:24:33 -0700] rev 41131
8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21 Reviewed-by: martin, chegar, shade
Fri, 23 Sep 2016 13:21:23 -0700 8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout
dl [Fri, 23 Sep 2016 13:21:23 -0700] rev 41130
8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout Reviewed-by: martin, chegar, shade
Fri, 23 Sep 2016 13:18:22 -0700 8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout
dl [Fri, 23 Sep 2016 13:18:22 -0700] rev 41129
8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout Reviewed-by: martin, chegar, shade
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip