Code Review for jdk

Prepared by:mduigou on Thu May 24 13:33:09 PDT 2012
Workspace:/home/mike/code/jdk/tl8/jdk
Compare against: ssh://hg.openjdk.java.net/jdk8/tl-gate/jdk
Compare against version:5381
Summary of changes: 343 lines changed: 50 ins; 73 del; 220 mod; 6208 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 5382 : 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 5382 : 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 5382 : 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
326 lines changed: 35 ins; 73 del; 218 mod; 2789 unchg

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

rev 5382 : 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
15 lines changed: 15 ins; 0 del; 0 mod; 402 unchg

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