RFR: 8202230: Provide accessors for JNIHandles storage objects (original) (raw)
Kim Barrett kim.barrett at oracle.com
Wed Apr 25 21:09:40 UTC 2018
- Previous message: zip-library handling in Hotspot
- Next message: RFR: 8202230: Provide accessors for JNIHandles storage objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review this addition to JNIHandles, providing access to the OopStorage objects used to manage the global and weak global handles. The accessors assert the storage objects have been allocated.
Also changed direct uses of the storage object variables to instead use the new accessors, to get the initialization asserts during development.
CR: https://bugs.openjdk.java.net/browse/JDK-8202230
Webrev: http://cr.openjdk.java.net/~kbarrett/8202230/open.00/
Testing: {jdk,hs}-tier{1,2,3} for all Oracle platforms.
- Previous message: zip-library handling in Hotspot
- Next message: RFR: 8202230: Provide accessors for JNIHandles storage objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]