coleenp [Tue, 14 Jul 2015 18:34:11 +0000] rev 31785
Merge
coleenp [Tue, 14 Jul 2015 17:23:57 +0000] rev 31784
Merge
ddmitriev [Sat, 11 Jul 2015 12:36:46 +0300] rev 31783
8130332: StarvationMonitorInterval, PreInflateSpin, VerifyGenericSignatures and CountInterpCalls VM Options can be deprecated or removed in JDK 9
Summary: Deprecate StarvationMonitorInterval and PreInflateSpin, remove VerifyGenericSignatures and CountInterpCalls
Reviewed-by: coleenp, gziemski
dcubed [Tue, 14 Jul 2015 09:33:20 -0700] rev 31782
8130448: thread dump improvements, comment additions, new diagnostics inspired by 8077392
Reviewed-by: dholmes, coleenp
ykantser [Tue, 14 Jul 2015 11:40:49 +0200] rev 31781
8130057: serviceability/sa/TestStackTrace.java should be quarantined
Reviewed-by: egahlin, jbachorik
ecaspole [Mon, 13 Jul 2015 11:49:23 -0400] rev 31780
8129961: SIGSEGV when copying to survivor space
Summary: Remove "include_young" parameter from GenCollectedHeap::no_allocs_since_save_marks() since all existing uses pass true to always rescan young gen.
Reviewed-by: jmasa, kbarrett
dholmes [Sun, 12 Jul 2015 22:54:54 -0400] rev 31779
8130728: Disable WorkAroundNPTLTimedWaitHang by default
Reviewed-by: dcubed
jbachorik [Fri, 10 Jul 2015 16:37:41 +0200] rev 31778
Merge
hseigel [Thu, 09 Jul 2015 15:39:05 -0400] rev 31777
8130669: VM prohibits <clinit> methods with return values
Summary: Ignore <clinit> methods with return values instead of throwing ClassFormatError exceptions
Reviewed-by: acorn, iklam
hseigel [Thu, 09 Jul 2015 08:36:37 -0400] rev 31776
8130183: InnerClasses: VM permits wrong inner_class_info_index value of zero
Summary: Throw ClassFormatError if InnerClasses attribute's inner_class_info_index is 0
Reviewed-by: acorn, lfoltan