bpb [Thu, 21 May 2015 09:57:59 -0700] rev 30689
8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
Summary: Replace f[data]sync(fd) with fcntl(fd, F_FULLSYNC) on OS X.
Reviewed-by: alanb
vinnie [Thu, 21 May 2015 17:42:15 +0100] rev 30688
8072578: ProbeKeystores.java creates files in test.src
Reviewed-by: weijun
mullan [Thu, 21 May 2015 07:17:36 -0400] rev 30687
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
Reviewed-by: weijun
xuelei [Thu, 21 May 2015 09:35:26 +0000] rev 30686
8048599: Tests for key wrap and unwrap operations
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
robm [Wed, 20 May 2015 18:06:31 +0100] rev 30685
8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
Reviewed-by: michaelm
robm [Wed, 20 May 2015 18:03:56 +0100] rev 30684
8077822: javac does not recognize '*.java' as file if '-J' option is specified
Reviewed-by: ksrini
rriggs [Wed, 20 May 2015 11:17:09 -0400] rev 30683
8078582: java/lang/Runtime/exec/LotsOfOutput.java fails intermittently with Process consumes memory
Summary: Small allocations may bump total memory, raise THRESHOLD to 2Mb
Reviewed-by: martin
amlu [Wed, 20 May 2015 17:16:58 +0300] rev 30682
8080680: sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups
Reviewed-by: igerasim
dl [Wed, 20 May 2015 14:50:57 +0200] rev 30681
8080623: CPU overhead in FJ due to spinning in awaitWork
Reviewed-by: chegar, dholmes
sundar [Wed, 20 May 2015 08:58:14 +0530] rev 30680
8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
Reviewed-by: lagergren, attila
darcy [Tue, 19 May 2015 18:33:08 -0700] rev 30679
8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures
Reviewed-by: rriggs
darcy [Tue, 19 May 2015 13:30:03 -0700] rev 30678
8075284: fix up miscellaneous TM constructions
Reviewed-by: lancea
amurillo [Tue, 19 May 2015 11:40:00 -0700] rev 30677
Merge
amurillo [Thu, 14 May 2015 12:05:33 -0700] rev 30676
Merge
hseigel [Tue, 12 May 2015 13:57:46 -0400] rev 30675
8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly
Summary: Add correct @library and @build tags
Reviewed-by: ctornqvi, gtriantafill