mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8199007: ClassLoaderDataGraph::unload_list_contains() is wrong
The function isn't needed any longer. Reviewed-by: stuefe, stefank
This commit is contained in:
parent
7b568da79b
commit
f8ee0063b1
3 changed files with 1 additions and 16 deletions
|
@ -155,8 +155,6 @@ class ClassLoaderDataGraph : public AllStatic {
|
|||
static void print() { print_on(tty); }
|
||||
static void verify();
|
||||
|
||||
static bool unload_list_contains(const void* x);
|
||||
|
||||
// instance and array class counters
|
||||
static inline size_t num_instance_classes();
|
||||
static inline size_t num_array_classes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue