RFR: 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Apr 22 18:02:21 UTC 2015
- Previous message: RFR: 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
- Next message: RFR: 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good to me.
Vlaidmir
On 4/22/15 10:56 AM, Christian Thalinger wrote:
https://bugs.openjdk.java.net/browse/JDK-8022853
In some native data structures of the VM oops are stored uncompressed even if compressed oops are turned on, for example Klass::javamirror. Java code which is tightly coupled with the VM should have the ability to read and write such fields. This additional Unsafe API make the implementation of JEP 243: Java-Level JVM Compiler Interface simpler. http://cr.openjdk.java.net/~twisti/8022853/hotspot/webrev.01/ http://cr.openjdk.java.net/~twisti/8022853/jdk/webrev.01/
- Previous message: RFR: 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
- Next message: RFR: 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]