Wed, 05 Jul 2017 22:16:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:41 +0200] rev 41194
Merge
Fri, 30 Sep 2016 09:06:02 +0200 8160630: libjimage.so and others should link statically to libgcc
erikj [Fri, 30 Sep 2016 09:06:02 +0200] rev 41193
8160630: libjimage.so and others should link statically to libgcc Reviewed-by: ihse, tbell
Thu, 29 Sep 2016 17:23:47 +0000 Merge
lana [Thu, 29 Sep 2016 17:23:47 +0000] rev 41192
Merge
Tue, 27 Sep 2016 09:04:49 -0700 Merge
amurillo [Tue, 27 Sep 2016 09:04:49 -0700] rev 41191
Merge
Fri, 23 Sep 2016 13:32:17 -0700 Merge
amurillo [Fri, 23 Sep 2016 13:32:17 -0700] rev 41190
Merge
Tue, 20 Sep 2016 00:34:54 +0000 Merge
kbarrett [Tue, 20 Sep 2016 00:34:54 +0000] rev 41189
Merge
Mon, 19 Sep 2016 19:59:28 -0400 8166228: Remove unused HeapRegion::object_iterate_mem_careful()
kbarrett [Mon, 19 Sep 2016 19:59:28 -0400] rev 41188
8166228: Remove unused HeapRegion::object_iterate_mem_careful() Summary: Removed unused function. Reviewed-by: mgerdin, tschatzl
Mon, 19 Sep 2016 19:25:09 -0400 8166312: Backout 8165017
hseigel [Mon, 19 Sep 2016 19:25:09 -0400] rev 41187
8166312: Backout 8165017 Summary: backout of the change for JDK-8165017 because tests failed on windows Reviewed-by: ctornqvi, dholmes, gtriantafill
Mon, 19 Sep 2016 22:55:26 +0200 8166207: Use of Copy::conjoint_oops_atomic in global mark stack causes crashes on arm64
tschatzl [Mon, 19 Sep 2016 22:55:26 +0200] rev 41186
8166207: Use of Copy::conjoint_oops_atomic in global mark stack causes crashes on arm64 Summary: Use Copy::conjoint_memory_atomic() instead. Reviewed-by: kbarrett
Mon, 19 Sep 2016 17:35:25 +0000 Merge
kbarrett [Mon, 19 Sep 2016 17:35:25 +0000] rev 41185
Merge
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip