bpb [Fri, 31 Jul 2015 07:12:36 -0700] rev 32007
8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
Summary: Make UnixFileStore.equals() also compare the return values of name(), the names of the mounted filesystems.
Reviewed-by: alanb
bpb [Fri, 31 Jul 2015 07:04:48 -0700] rev 32006
8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
Summary: Change return type of Java_sun_nio_ch_Net_socket0 from int to jint
Reviewed-by: alanb
vinnie [Fri, 31 Jul 2015 14:29:25 +0100] rev 32005
8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
Reviewed-by: mullan
simonis [Fri, 31 Jul 2015 15:19:15 +0200] rev 32004
8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
Reviewed-by: rriggs, alanb
avstepan [Fri, 31 Jul 2015 15:07:18 +0300] rev 32003
8132130: some docs cleanup
Summary: some docs cleanup
Reviewed-by: mullan
psandoz [Fri, 31 Jul 2015 12:29:01 +0200] rev 32002
8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
Reviewed-by: smarks
smarks [Thu, 30 Jul 2015 22:21:56 -0700] rev 32001
8132745: minor cleanup of java/util/Scanner/ScanTest.java
Reviewed-by: darcy, sherman
katleman [Thu, 06 Aug 2015 08:07:39 -0700] rev 32000
Added tag jdk9-b76 for changeset cd6f3c0376eb
duke [Wed, 05 Jul 2017 20:44:31 +0200] rev 31999
Merge
lana [Thu, 06 Aug 2015 11:18:59 -0700] rev 31998
Merge
amurillo [Fri, 31 Jul 2015 10:15:02 -0700] rev 31997
Merge
jbachorik [Fri, 31 Jul 2015 12:13:57 +0200] rev 31996
Merge
sangheki [Mon, 27 Jul 2015 13:56:26 -0700] rev 31995
8130459: Add additional validation after heap creation
Summary: Some PLAB related flags' validation can happen after heap creation. Introduced additional stage of validation check.
Reviewed-by: coleenp, dholmes, kbarrett, gziemski, ecaspole, ddmitriev
kbarrett [Mon, 27 Jul 2015 14:05:55 -0400] rev 31994
8079082: VerifyNoCSetOopsClosure is derived twice from Closure
Summary: Change closure to a function object and update iteration
Reviewed-by: mgerdin, ecaspole
mchernov [Mon, 27 Jul 2015 18:23:35 +0300] rev 31993
8131343: Remove unused imports from hotspot/test/testlibrary/jdk/test/lib/*.java
Reviewed-by: dfazunen, tschatzl
kbarrett [Sat, 25 Jul 2015 02:22:32 +0200] rev 31992
Merge
simonis [Thu, 23 Jul 2015 16:29:48 +0200] rev 31991
8132232: Signature mismatch between declaration and definition of PosixSemaphore::timedwait
Reviewed-by: dholmes, kbarrett
jbachorik [Sat, 25 Jul 2015 00:36:45 +0200] rev 31990
Merge
jbachorik [Fri, 24 Jul 2015 20:45:07 +0200] rev 31989
Merge
ecaspole [Fri, 24 Jul 2015 10:32:00 -0400] rev 31988
8132148: G1 hs_err region dump legend out of sync with region values
Summary: Use E for Eden, S for Survivor, O for Old
Reviewed-by: tschatzl, tbenson
coleenp [Fri, 24 Jul 2015 03:50:48 +0000] rev 31987
Merge
coleenp [Thu, 23 Jul 2015 22:31:10 -0400] rev 31986
Merge
coleenp [Thu, 23 Jul 2015 15:18:56 -0400] rev 31985
8087315: SIGBUS error in nsk/jvmti/RedefineClasses/StressRedefine
Summary: Need to get source_file_name from the_class's constant pool not previous version constant pool
Reviewed-by: dcubed, sspitsyn
dcubed [Fri, 24 Jul 2015 02:57:59 +0200] rev 31984
Merge
dcubed [Thu, 23 Jul 2015 14:48:23 -0700] rev 31983
8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
Reviewed-by: coleenp
coleenp [Thu, 23 Jul 2015 21:33:29 +0200] rev 31982
Merge
coleenp [Thu, 23 Jul 2015 15:17:58 -0400] rev 31981
8082782: vm crash on StressRedefineWithoutBytecodeCorruption fails with assert(((Metadata*)obj)->is_valid()) failed: obj is valid
Summary: Walk compile task for Method* to not deallocate, store methods in methodHandle while compile task is being taken off compile queue
Reviewed-by: dcubed, sspitsyn
dsamersoff [Thu, 23 Jul 2015 16:36:36 +0000] rev 31980
Merge
dsamersoff [Thu, 23 Jul 2015 15:25:28 +0000] rev 31979
Merge
dsamersoff [Thu, 23 Jul 2015 18:17:09 +0300] rev 31978
8059038: Create new launcher for SA tools
Summary: Proivide jhsdb command to launch sa based tools
Reviewed-by: sspitsyn, jbachorik
goetz [Thu, 23 Jul 2015 05:48:26 -0700] rev 31977
8130676: [TESTBUG] aix: Port CreateCoreDumpOnCrash added in 8078121
Reviewed-by: simonis, ctornqvi
tschatzl [Thu, 23 Jul 2015 11:14:47 +0200] rev 31976
8004687: G1: Parallelize object self-forwarding and scanning during an evacuation failure
Summary: Use the regular task queue during evacuation failure and allow per-thread preserved header queues to remove the global lock during evacuation failure.
Reviewed-by: mgerdin, jmasa
Contributed-by: Walter Florian Gugenberger <walter.gugenberger@gmail.com>