We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20fb43 commit 81d5159Copy full SHA for 81d5159
src/hotspot/share/runtime/jniHandles.hpp
@@ -154,9 +154,6 @@ class JNIHandleBlock : public CHeapObj<mtInternal> {
154
uintptr_t* _free_list; // Handle free list
155
int _allocate_before_rebuild; // Number of blocks to allocate before rebuilding free list
156
157
- // Check JNI, "planned capacity" for current frame (or push/ensure)
158
- size_t _planned_capacity;
159
-
160
#ifndef PRODUCT
161
JNIHandleBlock* _block_list_link; // Link for list below
162
static JNIHandleBlock* _block_list; // List of all allocated blocks (for debugging only)
0 commit comments