< prev index next >
src/hotspot/share/prims/jvmtiExport.hpp
Print this page
@@ -158,10 +158,11 @@
// posts a DynamicCodeGenerated event (internal/private implementation).
// The public post_dynamic_code_generated* functions make use of the
// 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
// DynamicCodeGenerated events for a given environment.
friend class JvmtiCodeBlobEvents;
< prev index next >