amurillo [Tue, 04 Aug 2015 10:59:31 -0700] rev 32027
Merge
amurillo [Fri, 31 Jul 2015 10:15:03 -0700] rev 32026
Merge
ykantser [Fri, 24 Jul 2015 15:28:59 +0200] rev 32025
8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name
Reviewed-by: jbachorik
jbachorik [Fri, 24 Jul 2015 20:45:30 +0200] rev 32024
Merge
hseigel [Fri, 24 Jul 2015 10:03:58 -0400] rev 32023
8081695: Old verifier fails to reject bad access to protected <init> method
Summary: Remove the class file version check that prevented the proper access check
Reviewed-by: coleenp, gtriantafill, lfoltan
hseigel [Thu, 23 Jul 2015 21:33:57 +0200] rev 32022
Merge
hseigel [Thu, 23 Jul 2015 08:44:37 -0400] rev 32021
8129897: Old verifier fails to reject erroneous cast from boolean[] to byte[]
Summary: Add ITEM_Boolean enum to differentiate between arrays of booleans and arrays of bytes
Reviewed-by: dholmes, lfoltan
dsamersoff [Thu, 23 Jul 2015 15:25:30 +0000] rev 32020
Merge
dsamersoff [Thu, 23 Jul 2015 18:17:02 +0300] rev 32019
8059038: Create new launcher for SA tools
Summary: Proivide jhsdb command to launch sa based tools
Reviewed-by: sspitsyn, jbachorik
ykantser [Wed, 22 Jul 2015 09:51:40 +0200] rev 32018
8132094: Mark intermittently failuring core-svc tests
Reviewed-by: jbachorik, sspitsyn
smarks [Tue, 04 Aug 2015 14:45:38 -0700] rev 32017
8132800: clarify stream package documentation regarding sequential vs parallel modes
Reviewed-by: psandoz
darcy [Tue, 04 Aug 2015 11:26:51 -0700] rev 32016
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
Reviewed-by: psandoz
naoto [Mon, 03 Aug 2015 21:47:50 -0700] rev 32015
8129881: JDK-8008577 breaks Nashorn test
8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors
8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
Reviewed-by: tbell, okutsu
bpb [Mon, 03 Aug 2015 10:25:38 -0700] rev 32014
8132652: Java_sun_nio_ch_Net_poll passes a long to an int
Summary: Clamp long timeout parameter to [-1,INT_MAX].
Reviewed-by: alanb