Code Review for jdk

Prepared by:twisti on Mon Aug 19 14:03:00 PDT 2013
Workspace:/Users/twisti/ws/jdk8-tl/jdk
Compare against: http://hg.openjdk.java.net/jdk8/tl/jdk
Summary of changes: 281 lines changed: 280 ins; 0 del; 1 mod; 1133 unchg
Patch of changes: jdk.patch
Author comments:
8022853: add ability to Unsafe to load and store uncompressed object and Klass references in a compressed environment
Reviewed-by:

In some native data structures of the VM oops are stored uncompressed when compressed oops are turned on, for example Klass::_java_mirror. Java code which is tightly coupled with the VM should have the ability to read and write such fields.

Bug id: 8022853
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/sun/misc/Unsafe.java

63 lines changed: 62 ins; 0 del; 1 mod; 1133 unchg

------ ------ ------ ------ --- New Patch Raw test/sun/misc/Unsafe/UnsafeMemoryAccessWithStorageMode.java

218 lines changed: 218 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /Users/twisti/bin/webrev (vers 23.18-hg-never-dev).