Relates :
|
The JNIHandleBlock used to be a shared structure between global and local JNI handles. Its freelist mechanism was used only by global JNI handles. However, the global handles have moved into OopStorage, making the freelist mechanism effectively dead code. Let's remove it.