amurillo [Mon, 17 Aug 2015 11:18:31 -0700] rev 32225
Merge
amurillo [Thu, 13 Aug 2015 15:50:52 -0700] rev 32224
Merge
sla [Mon, 10 Aug 2015 13:34:55 +0000] rev 32223
Merge
sla [Mon, 10 Aug 2015 13:08:55 +0200] rev 32222
8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
dsamersoff [Mon, 10 Aug 2015 14:05:37 +0300] rev 32221
Merge
kbarrett [Wed, 05 Aug 2015 03:43:31 +0200] rev 32220
Merge
kbarrett [Tue, 04 Aug 2015 17:26:14 -0400] rev 32219
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
Summary: Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
dsamersoff [Tue, 04 Aug 2015 19:25:59 +0000] rev 32218
Merge
dsamersoff [Tue, 04 Aug 2015 18:11:40 +0300] rev 32217
8132648: sun/tools/jhsdb/BasicLauncherTest fails with java.lang.RuntimeException
Summary: Added check for standard conditions causing attach to fail
Reviewed-by: jbachorik, sspitsyn
jbachorik [Tue, 04 Aug 2015 15:16:23 +0200] rev 32216
8085919: OperatingSystemMXBean/TestTotalSwap.java failure : Total Swap Space figures mismatch
Reviewed-by: dholmes
aefimov [Mon, 17 Aug 2015 12:28:55 +0300] rev 32215
8133321: (tz) Support tzdata2015f
Reviewed-by: okutsu
kshefov [Mon, 17 Aug 2015 12:21:34 +0300] rev 32214
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
Reviewed-by: vlivanov, mhaupt
kshefov [Mon, 17 Aug 2015 12:13:18 +0300] rev 32213
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
Reviewed-by: vlivanov, mhaupt
weijun [Sat, 15 Aug 2015 21:14:08 +0800] rev 32212
8132330: Ineffective SecureRandom usage in RSA encoding with PKCS1Padding
Reviewed-by: weijun
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
sherman [Sat, 15 Aug 2015 04:38:51 +0000] rev 32211
8039390: Unexpected behaviour of String.format with null arguments
Summary: to explicitly specify the null behavior for all conversions
Reviewed-by: rriggs