lana [Thu, 23 Jul 2015 15:28:32 -0700] rev 31830
Merge
mhaupt [Wed, 22 Jul 2015 09:28:28 +0200] rev 31829
8131142: late-bind check for testng.jar presence in Nashorn test execution
Reviewed-by: hannesw, sundar
hannesw [Wed, 22 Jul 2015 10:18:33 +0200] rev 31828
8131683: Delete fails over multiple scopes
Reviewed-by: mhaupt, sundar
hannesw [Mon, 20 Jul 2015 13:11:26 +0200] rev 31827
8131340: Varargs function is recompiled each time it is linked
Reviewed-by: mhaupt, sundar
katleman [Thu, 23 Jul 2015 11:54:34 -0700] rev 31826
Added tag jdk9-b74 for changeset 1889ccd678ae
duke [Wed, 05 Jul 2017 20:43:05 +0200] rev 31825
Merge
katleman [Thu, 23 Jul 2015 11:54:26 -0700] rev 31824
Added tag jdk9-b74 for changeset 5a6507bfdb55
duke [Wed, 05 Jul 2017 20:43:02 +0200] rev 31823
Merge
lana [Thu, 23 Jul 2015 15:27:58 -0700] rev 31822
Merge
kshefov [Thu, 23 Jul 2015 16:46:54 +0300] rev 31821
8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
Reviewed-by: psandoz
sherman [Wed, 22 Jul 2015 21:11:38 -0700] rev 31820
8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
Summary: fixed the 32-bit overflow.
Reviewed-by: rriggs
sherman [Wed, 22 Jul 2015 21:43:33 +0000] rev 31819
8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
Summary: to add a pair of set/getTimeLocal()
Reviewed-by: ksrini, rriggs
rhalade [Wed, 22 Jul 2015 11:08:35 +0300] rev 31818
8130031: Remove the intermittent keyword for this test
Reviewed-by: xuelei
weijun [Tue, 21 Jul 2015 18:02:36 +0800] rev 31817
8131051: KDC might issue a renewable ticket even if not requested
Reviewed-by: xuelei
amurillo [Tue, 21 Jul 2015 14:18:07 -0700] rev 31816
Merge
amurillo [Tue, 21 Jul 2015 09:19:19 -0700] rev 31815
Merge
amurillo [Fri, 17 Jul 2015 08:46:54 -0700] rev 31814
Merge
ykantser [Wed, 15 Jul 2015 13:21:25 +0200] rev 31813
8131328: Restore demo/jvmti tests
Reviewed-by: sspitsyn
ykantser [Mon, 13 Jul 2015 15:35:57 +0200] rev 31812
8131035: [TESTBUG] sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java needs to enable UsePerfData
Reviewed-by: jbachorik, dholmes
jfdenise [Mon, 13 Jul 2015 15:10:01 +0200] rev 31811
Merge
jfdenise [Mon, 13 Jul 2015 14:05:17 +0100] rev 31810
8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements
Summary: Check JNI NewArray for NULL value
Reviewed-by: lfoltan, alanb, dholmes
ykantser [Fri, 10 Jul 2015 14:48:13 +0200] rev 31809
8076471: Remove hprof agent tests in JDK
Reviewed-by: alanb
tyan [Tue, 21 Jul 2015 14:15:59 -0400] rev 31808
8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
Reviewed-by: rriggs
darcy [Mon, 20 Jul 2015 15:13:50 -0700] rev 31807
8081734: ConcurrentHashMap/ConcurrentAssociateTest.java, times out 90% of time on sparc with 256 cpu.
Reviewed-by: chegar
darcy [Mon, 20 Jul 2015 13:11:20 -0700] rev 31806
8129904: Add beans tests to tier 3
Reviewed-by: alanb, serb
mullan [Mon, 20 Jul 2015 09:03:52 -0400] rev 31805
Merge
mullan [Mon, 20 Jul 2015 09:03:03 -0400] rev 31804
8131486: SecureClassLoader key for ProtectionDomain cache also needs to take into account certificates
Reviewed-by: weijun
weijun [Mon, 20 Jul 2015 20:47:54 +0800] rev 31803
8131350: policytool can directly reference permission classes
Reviewed-by: xuelei, mullan
mhaupt [Fri, 17 Jul 2015 08:10:41 +0200] rev 31802
8062543: Replace uses of MethodHandleImpl.castReference with Class.cast
Reviewed-by: psandoz, vlivanov
asmotrak [Fri, 17 Jul 2015 17:30:55 -0700] rev 31801
8075297: Tests for RFEs 4515853 and 4745056
Reviewed-by: weijun
weijun [Fri, 17 Jul 2015 19:40:25 +0800] rev 31800
8131735: closed/sun/security/ssl/SSLSessionImpl/RemovedPrivateKey.java is failing
Reviewed-by: vinnie
coffeys [Fri, 17 Jul 2015 10:37:25 +0100] rev 31799
8131665: Bad exception message in HandshakeHash.getFinishedHash
Reviewed-by: xuelei
katleman [Thu, 23 Jul 2015 11:54:29 -0700] rev 31798
Added tag jdk9-b74 for changeset 63fb159920a7
duke [Wed, 05 Jul 2017 20:42:56 +0200] rev 31797
Merge
lana [Thu, 23 Jul 2015 15:28:52 -0700] rev 31796
Merge
amurillo [Fri, 17 Jul 2015 08:46:52 -0700] rev 31795
Merge
dcubed [Thu, 16 Jul 2015 10:22:08 -0700] rev 31794
Merge
dcubed [Thu, 16 Jul 2015 02:49:21 +0200] rev 31793
Merge
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
minqi [Wed, 15 Jul 2015 20:58:06 +0000] rev 31791
Merge
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
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
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
ascarpino [Mon, 13 Jul 2015 13:22:21 -0700] rev 31774
8131078: typos in ghash cpu message
Reviewed-by: goetz, kvn
goetz [Tue, 07 Jul 2015 10:40:09 +0200] rev 31773
8130653: ppc: implement MultiplyToLen intrinsic
Reviewed-by: simonis
Contributed-by: peter.januschke@sap.com
kvn [Fri, 10 Jul 2015 11:59:09 -0700] rev 31772
8129920: Vectorized loop unrolling
Summary: optimize loop opts for vectorizible loops.
Reviewed-by: kvn, roland
ascarpino [Fri, 10 Jul 2015 11:31:49 -0700] rev 31771
8130341: GHASH 32bit intrinsics has AEADBadTagException
Reviewed-by: kvn, mcberg