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
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
ykantser [Tue, 14 Jul 2015 16:28:53 +0200] rev 31788
8131325: Remove hprof agent tests in hotspot repo
Reviewed-by: dholmes
coleenp [Tue, 14 Jul 2015 20:51:50 +0000] rev 31787
Merge
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
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