Code Review for jdk

Prepared by:mduigou on Tue May 29 10:41:15 PDT 2012
Workspace:/home/mike/code/jdk/tl8/jdk
Compare against: ssh://hg.openjdk.java.net/jdk8/tl-gate/jdk
Compare against version:5430
Summary of changes: 333 lines changed: 38 ins; 88 del; 207 mod; 6206 unchg
Patch of changes: jdk.patch
Bug id: 6924259
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/java/lang/Integer.java

rev 5431 : 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.
Contributed-by: brian.doherty@oracle.com
1 line changed: 0 ins; 0 del; 1 mod; 1495 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/java/lang/Long.java

rev 5431 : 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.
Contributed-by: brian.doherty@oracle.com
1 line changed: 0 ins; 0 del; 1 mod; 1522 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/java/lang/String.java

rev 5431 : 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.
Contributed-by: brian.doherty@oracle.com
329 lines changed: 36 ins; 88 del; 205 mod; 2787 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/java/lang/StringCoding.java

rev 5431 : 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.
Contributed-by: brian.doherty@oracle.com
2 lines changed: 2 ins; 0 del; 0 mod; 402 unchg

This code review page was prepared using /home/mike/jdk-tools/webrev (vers 23.18-hg).