mchernov [Tue, 19 Jul 2016 18:15:46 +0300] rev 39981
8160827: gc/stress/TestStressG1Humongous.java fails with OOME
Reviewed-by: tschatzl
tschatzl [Tue, 19 Jul 2016 09:30:30 +0200] rev 39980
8157459: G1 IHOP JFR event attribute with incorrect content type
Summary: Use PERCENTAGE instead of BYTES64 data type for the affected attributes.
Reviewed-by: ehelin, sangheki
tschatzl [Tue, 19 Jul 2016 10:31:41 +0200] rev 39979
8034842: Parallelize the Free CSet phase in G1
Reviewed-by: jmasa, ehelin
dcubed [Mon, 18 Jul 2016 14:20:30 -0700] rev 39978
8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit
8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit
Reviewed-by: sspitsyn, jmasa, gtriantafill
mgerdin [Mon, 18 Jul 2016 14:30:39 +0200] rev 39977
8161027: GPL header missing comma after year
Reviewed-by: redestad, dholmes
igerasim [Sat, 16 Jul 2016 23:10:00 +0300] rev 39976
8160892: Race at the VM exit causes "WaitForMultipleObjects timed out"
Reviewed-by: dcubed, dholmes
dcubed [Fri, 15 Jul 2016 17:05:10 -0700] rev 39975
Merge
gthornbr [Fri, 15 Jul 2016 10:46:08 -0700] rev 39974
8144278: [TESTBUG] hotspot/runtime/StackGuardPages/testme.sh should use native library build support
Reviewed-by: erikj, dsamersoff, dholmes
gthornbr [Fri, 15 Jul 2016 10:31:50 -0700] rev 39973
8144279: [TESTBUG] hotspot/runtime/jsig/Test8017498.sh should use native library build support
Reviewed-by: ccheung, cjplummer, dcubed
gthornbr [Fri, 15 Jul 2016 10:25:16 -0700] rev 39972
8081770: [TESTBUG] regression Test7107135 needs to remove dependence on locally installed gcc
Reviewed-by: cjplummer, dcubed
dcubed [Fri, 15 Jul 2016 18:09:33 +0000] rev 39971
Merge
dcubed [Fri, 15 Jul 2016 09:36:28 -0700] rev 39970
8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
Summary: Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().
Reviewed-by: alanb, dcubed, simonis, dholmes
Contributed-by: alan.burlison@oracle.com
amurillo [Fri, 15 Jul 2016 09:10:36 -0700] rev 39969
Merge
psandoz [Fri, 15 Jul 2016 12:40:47 +0000] rev 39968
Merge
psandoz [Fri, 15 Jul 2016 12:36:18 +0200] rev 39967
8151163: All Buffer implementations should leverage Unsafe unaligned accessors
Reviewed-by: shade, aph
tschatzl [Fri, 15 Jul 2016 13:33:44 +0200] rev 39966
8160897: Concurrent mark mark stack memory allocation leaks memory
Summary: Fix and clean up concurrent mark mark stack memory allocation.
Reviewed-by: jmasa, sangheki