Description
Fix zero after JDK-8169881, JDK-8175318, JDK-8178350
JDK-8169881 (Remove implicit Handle conversions oop->Handle): missed fixing up a number of places in bytecodeInterpreter.cpp.
JDK-8175318 (Performance issue regarding local JNI references): removed JNIHandleBlock::clear() as unused, but it was still used in the CppInterpreter. Reintroduced clear(), but left private, as CppInterpreter is friend.
JDK-8178350: klassVtable and klassItable should be ValueObj: missed an occurence of klassVtable* in methodHandles_zero.cpp.
Attachments
Issue Links
- duplicates
-
JDK-8181158 zero broken by removal of implicit oop to Handle conversions
- Resolved
- relates to
-
JDK-8175318 Performance issue regarding local JNI references
- Resolved
-
JDK-8178350 klassVtable and klassItable should be ValueObj
- Resolved
-
JDK-8169881 Remove implicit Handle conversions oop->Handle
- Resolved