mchung [Mon, 14 Sep 2009 13:37:26 -0700] rev 3849
6878481: Add performance counters in the JDK
Summary: Added new performance counters in the JDK to track performance metrics
Reviewed-by: alanb, dholmes, iris, forax, andrew
kevinw [Mon, 14 Sep 2009 20:55:08 +0100] rev 3848
6842838: 64-bit failure in handling invalid manifest in launcher.
Summary: Don't compare with hard-coded 32-bit -1 when checking zip fields.
Reviewed-by: ksrini
alanb [Mon, 14 Sep 2009 17:47:26 +0100] rev 3847
6876541: (file) Files.walkFileTree(...): no SecurityException if read access to the starting file is denied
Reviewed-by: chegar
alanb [Mon, 14 Sep 2009 15:29:13 +0100] rev 3846
6529758: JVMTI Waiters demo crashes. Double free.
Reviewed-by: ohair, tbell
martin [Sat, 12 Sep 2009 15:30:13 -0700] rev 3845
6881442: (reflect) Race condition in Class.getName()
Summary: only read "name" field racily once
Reviewed-by: darcy
sherman [Fri, 11 Sep 2009 16:36:22 -0700] rev 3844
6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64
Summary: restored the correct spec and implementation of setComment
Reviewed-by: martin
lancea [Wed, 09 Sep 2009 20:15:22 -0400] rev 3843
6737212: Fixed javadoc warning messages in RowSet classes
Reviewed-by: darcy
mullan [Wed, 09 Sep 2009 09:59:48 -0400] rev 3842
Merge
mullan [Wed, 09 Sep 2009 09:54:13 -0400] rev 3841
6745437: Add option to only check revocation of end-entity certificate in a chain of certificates
6869739: Cannot check revocation of single certificate without validating the entire chain
Reviewed-by: xuelei
martin [Tue, 08 Sep 2009 14:33:59 -0700] rev 3840
6850958: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
Summary: Test hotspot/jvmti fix 6850957 using ProcessBuilder test infrastructure
Reviewed-by: tbell, dholmes, alanb, ysr
mchung [Tue, 08 Sep 2009 12:59:03 -0700] rev 3839
Merge
mchung [Fri, 04 Sep 2009 15:44:26 -0700] rev 3838
Merge
mchung [Thu, 03 Sep 2009 16:09:37 -0700] rev 3837
Merge
mchung [Thu, 27 Aug 2009 12:58:18 -0700] rev 3836
Merge
mchung [Mon, 24 Aug 2009 10:33:08 -0700] rev 3835
Merge
mchung [Thu, 06 Aug 2009 16:35:24 -0700] rev 3834
6864028: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader
Summary: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader
Reviewed-by: ksrini