mduigou [Thu, 17 May 2012 10:06:19 -0700] rev 12858
6924259: Remove offset and count fields from java.lang.String
Summary: Removes the use of shared character array buffers by String along with the two fields needed to support the use of shared buffers.
Reviewed-by: alanb, mduigou, forax, briangoetz
Contributed-by: brian.doherty@oracle.com
ksrini [Tue, 29 May 2012 14:56:48 -0700] rev 12857
7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present
Reviewed-by: jrose
khazra [Tue, 29 May 2012 13:16:17 -0700] rev 12856
7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
Summary: Use CHECK_NULL_RETURN instead of CHECK_NULL
Reviewed-by: alanb
littlee [Tue, 29 May 2012 09:42:09 +0800] rev 12855
7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
Reviewed-by: alanb, okutsu