Fri, 17 Jul 2015 08:10:41 +0200 8062543: Replace uses of MethodHandleImpl.castReference with Class.cast
mhaupt [Fri, 17 Jul 2015 08:10:41 +0200] rev 31802
8062543: Replace uses of MethodHandleImpl.castReference with Class.cast Reviewed-by: psandoz, vlivanov
Fri, 17 Jul 2015 17:30:55 -0700 8075297: Tests for RFEs 4515853 and 4745056
asmotrak [Fri, 17 Jul 2015 17:30:55 -0700] rev 31801
8075297: Tests for RFEs 4515853 and 4745056 Reviewed-by: weijun
Fri, 17 Jul 2015 19:40:25 +0800 8131735: closed/sun/security/ssl/SSLSessionImpl/RemovedPrivateKey.java is failing
weijun [Fri, 17 Jul 2015 19:40:25 +0800] rev 31800
8131735: closed/sun/security/ssl/SSLSessionImpl/RemovedPrivateKey.java is failing Reviewed-by: vinnie
Fri, 17 Jul 2015 10:37:25 +0100 8131665: Bad exception message in HandshakeHash.getFinishedHash
coffeys [Fri, 17 Jul 2015 10:37:25 +0100] rev 31799
8131665: Bad exception message in HandshakeHash.getFinishedHash Reviewed-by: xuelei
Thu, 23 Jul 2015 11:54:29 -0700 Added tag jdk9-b74 for changeset 63fb159920a7
katleman [Thu, 23 Jul 2015 11:54:29 -0700] rev 31798
Added tag jdk9-b74 for changeset 63fb159920a7
Wed, 05 Jul 2017 20:42:56 +0200 Merge
duke [Wed, 05 Jul 2017 20:42:56 +0200] rev 31797
Merge
Thu, 23 Jul 2015 15:28:52 -0700 Merge
lana [Thu, 23 Jul 2015 15:28:52 -0700] rev 31796
Merge
Fri, 17 Jul 2015 08:46:52 -0700 Merge
amurillo [Fri, 17 Jul 2015 08:46:52 -0700] rev 31795
Merge
Thu, 16 Jul 2015 10:22:08 -0700 Merge
dcubed [Thu, 16 Jul 2015 10:22:08 -0700] rev 31794
Merge
Thu, 16 Jul 2015 02:49:21 +0200 Merge
dcubed [Thu, 16 Jul 2015 02:49:21 +0200] rev 31793
Merge
Wed, 15 Jul 2015 15:52:55 -0700 8131331: tmtools/jstack/locks/wait_interrupt and wait_notify fail due to wrong number of lock records
dcubed [Wed, 15 Jul 2015 15:52:55 -0700] rev 31792
8131331: tmtools/jstack/locks/wait_interrupt and wait_notify fail due to wrong number of lock records Summary: make new thread dump output line optional Reviewed-by: dholmes
Wed, 15 Jul 2015 20:58:06 +0000 Merge
minqi [Wed, 15 Jul 2015 20:58:06 +0000] rev 31791
Merge
Wed, 15 Jul 2015 12:24:41 -0700 8025692: Log what methods are touched at run-time
minqi [Wed, 15 Jul 2015 12:24:41 -0700] rev 31790
8025692: Log what methods are touched at run-time Summary: Added two diagnostic flags, LogTouchedMethods and PrintTouchedMethodsAtExit to list all methods that have been touched at run time. Added new jcmd, VM.print_touched_methods. Reviewed-by: acorn, iklam
Wed, 15 Jul 2015 10:37:11 -0700 8080733: [TESTBUG] several runtime/ErrorHandling/* tests time out on Windows
ctornqvi [Wed, 15 Jul 2015 10:37:11 -0700] rev 31789
8080733: [TESTBUG] several runtime/ErrorHandling/* tests time out on Windows Reviewed-by: coleenp, gtriantafill
Tue, 14 Jul 2015 16:28:53 +0200 8131325: Remove hprof agent tests in hotspot repo
ykantser [Tue, 14 Jul 2015 16:28:53 +0200] rev 31788
8131325: Remove hprof agent tests in hotspot repo Reviewed-by: dholmes
Tue, 14 Jul 2015 20:51:50 +0000 Merge
coleenp [Tue, 14 Jul 2015 20:51:50 +0000] rev 31787
Merge
Tue, 14 Jul 2015 11:08:41 -0500 8079156: [TESTBUG] 32 bit Java 9-fastdebug hit assertion in client mode with StackShadowPages flag value from 32 to 50.
gziemski [Tue, 14 Jul 2015 11:08:41 -0500] rev 31786
8079156: [TESTBUG] 32 bit Java 9-fastdebug hit assertion in client mode with StackShadowPages flag value from 32 to 50. Summary: We increase CodeBufer instr size to account for stack banging code generation. Reviewed-by: coleenp, dholmes, kvn
Tue, 14 Jul 2015 18:34:11 +0000 Merge
coleenp [Tue, 14 Jul 2015 18:34:11 +0000] rev 31785
Merge
Tue, 14 Jul 2015 17:23:57 +0000 Merge
coleenp [Tue, 14 Jul 2015 17:23:57 +0000] rev 31784
Merge
Sat, 11 Jul 2015 12:36:46 +0300 8130332: StarvationMonitorInterval, PreInflateSpin, VerifyGenericSignatures and CountInterpCalls VM Options can be deprecated or removed in JDK 9
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
Tue, 14 Jul 2015 09:33:20 -0700 8130448: thread dump improvements, comment additions, new diagnostics inspired by 8077392
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
Tue, 14 Jul 2015 11:40:49 +0200 8130057: serviceability/sa/TestStackTrace.java should be quarantined
ykantser [Tue, 14 Jul 2015 11:40:49 +0200] rev 31781
8130057: serviceability/sa/TestStackTrace.java should be quarantined Reviewed-by: egahlin, jbachorik
Mon, 13 Jul 2015 11:49:23 -0400 8129961: SIGSEGV when copying to survivor space
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
Sun, 12 Jul 2015 22:54:54 -0400 8130728: Disable WorkAroundNPTLTimedWaitHang by default
dholmes [Sun, 12 Jul 2015 22:54:54 -0400] rev 31779
8130728: Disable WorkAroundNPTLTimedWaitHang by default Reviewed-by: dcubed
Fri, 10 Jul 2015 16:37:41 +0200 Merge
jbachorik [Fri, 10 Jul 2015 16:37:41 +0200] rev 31778
Merge
Thu, 09 Jul 2015 15:39:05 -0400 8130669: VM prohibits <clinit> methods with return values
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
Thu, 09 Jul 2015 08:36:37 -0400 8130183: InnerClasses: VM permits wrong inner_class_info_index value of zero
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
Tue, 31 Mar 2015 21:46:44 +0200 6900757: minor bug fixes to LogCompilation tool
mhaupt [Tue, 31 Mar 2015 21:46:44 +0200] rev 31775
6900757: minor bug fixes to LogCompilation tool Summary: improve internal error reporting (point to XML element causing trouble); fix comparator for sorting by name and start; make tool more robust wrt. incorrect options and files not found; make inlining decision output more clear; adopt uncommon traps history printing; properly mention compiler in generated logs; add options for printing time stamps and omitting compilation IDs; add option for comparing compilation logs; overall code cleanup and API documentation Reviewed-by: kvn, vlivanov
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip