--- old/src/hotspot/share/prims/jvmtiExport.hpp 2019-11-22 14:30:45.357677963 -0500 +++ new/src/hotspot/share/prims/jvmtiExport.hpp 2019-11-22 14:30:45.093671042 -0500 @@ -160,6 +160,7 @@ // internal implementation. Also called from JvmtiDeferredEvent::post() static void post_dynamic_code_generated_internal(const char *name, const void *code_begin, const void *code_end) NOT_JVMTI_RETURN; + static void post_class_unload_internal(const char *name) NOT_JVMTI_RETURN; private: // GenerateEvents support to allow posting of CompiledMethodLoad and