Skip to content

Commit 81d5159

Browse files
committed
fix backport accortding to Matthias finding
1 parent f20fb43 commit 81d5159

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/runtime/jniHandles.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ class JNIHandleBlock : public CHeapObj<mtInternal> {
154154
uintptr_t* _free_list; // Handle free list
155155
int _allocate_before_rebuild; // Number of blocks to allocate before rebuilding free list
156156

157-
// Check JNI, "planned capacity" for current frame (or push/ensure)
158-
size_t _planned_capacity;
159-
160157
#ifndef PRODUCT
161158
JNIHandleBlock* _block_list_link; // Link for list below
162159
static JNIHandleBlock* _block_list; // List of all allocated blocks (for debugging only)

0 commit comments

Comments
 (0)