--- old/src/hotspot/share/code/dependencyContext.hpp 2018-09-21 10:57:13.027462645 -0400 +++ new/src/hotspot/share/code/dependencyContext.hpp 2018-09-21 10:57:12.779462634 -0400 @@ -141,10 +141,6 @@ void expunge_stale_entries(); - // Unsafe deallocation of nmethodBuckets. Used in IK::release_C_heap_structures - // to clean up the context possibly containing live entries pointing to unloaded nmethods. - void wipe(); - #ifndef PRODUCT void print_dependent_nmethods(bool verbose); bool is_dependent_nmethod(nmethod* nm);