Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8267934: remove dead code in CLD
Reviewed-by: stefank, tschatzl
  • Loading branch information
Hamlin Li committed May 31, 2021
1 parent bd31653 commit 4ade125
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/classfile/classLoaderData.hpp
Expand Up @@ -191,9 +191,6 @@ class ClassLoaderData : public CHeapObj<mtClass> {
void free_deallocate_list(); // for the classes that are not unloaded
void free_deallocate_list_C_heap_structures(); // for the classes that are unloaded

// Allocate out of this class loader data
MetaWord* allocate(size_t size);

Dictionary* create_dictionary();

void initialize_name(Handle class_loader);
Expand Down

1 comment on commit 4ade125

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.