Skip to content

Commit 4ade125

Browse files
author
Hamlin Li
committed
8267934: remove dead code in CLD
Reviewed-by: stefank, tschatzl
1 parent bd31653 commit 4ade125

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/classfile/classLoaderData.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ class ClassLoaderData : public CHeapObj<mtClass> {
191191
void free_deallocate_list(); // for the classes that are not unloaded
192192
void free_deallocate_list_C_heap_structures(); // for the classes that are unloaded
193193

194-
// Allocate out of this class loader data
195-
MetaWord* allocate(size_t size);
196-
197194
Dictionary* create_dictionary();
198195

199196
void initialize_name(Handle class_loader);

0 commit comments

Comments
 (0)