Skip to content

Commit 388c8f2

Browse files
committed
8253348: Remove unimplemented JNIHandles::initialize
Reviewed-by: zgu
1 parent bca9e55 commit 388c8f2

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
@@ -99,9 +99,6 @@ class JNIHandles : AllStatic {
9999
static void destroy_weak_global(jobject handle);
100100
static bool is_global_weak_cleared(jweak handle); // Test jweak without resolution
101101

102-
// Initialization
103-
static void initialize();
104-
105102
// Debugging
106103
static void print_on(outputStream* st);
107104
static void print();

0 commit comments

Comments
 (0)