8199007: ClassLoaderDataGraph::unload_list_contains() is wrong

The function isn't needed any longer.

Reviewed-by: stuefe, stefank
This commit is contained in:
Coleen Phillimore 2018-03-26 10:19:31 -04:00
parent 7b568da79b
commit f8ee0063b1
3 changed files with 1 additions and 16 deletions

View file

@ -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();