vtewari [Thu, 15 Sep 2016 12:20:50 +0530] rev 41197
8161448: 4 JNI exception pending defect groups in DiagnosticCommandImpl.c
Reviewed-by: dholmes, dsamersoff
asmotrak [Tue, 27 Sep 2016 11:34:45 -0700] rev 41196
8164591: sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java failed with SSLHandshakeException
Reviewed-by: xuelei
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41195
Added tag jdk-9+138 for changeset cbc639238d91
duke [Wed, 05 Jul 2017 22:16:41 +0200] rev 41194
Merge
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
lana [Thu, 29 Sep 2016 17:23:47 +0000] rev 41192
Merge
amurillo [Tue, 27 Sep 2016 09:04:49 -0700] rev 41191
Merge
amurillo [Fri, 23 Sep 2016 13:32:17 -0700] rev 41190
Merge
kbarrett [Tue, 20 Sep 2016 00:34:54 +0000] rev 41189
Merge
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
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
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
kbarrett [Mon, 19 Sep 2016 17:35:25 +0000] rev 41185
Merge
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
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
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