hotspot/src/share/vm/prims/jvmtiExport.hpp
changeset 8475 c2b97a27943a
parent 8110 c992c8d52344
child 10547 ea4a2ec31ae2
--- a/hotspot/src/share/vm/prims/jvmtiExport.hpp	Thu Feb 24 21:38:37 2011 -0500
+++ b/hotspot/src/share/vm/prims/jvmtiExport.hpp	Sat Feb 26 13:33:23 2011 -0500
@@ -140,12 +140,12 @@
                                       char sig_type, jvalue *value);
 
 
- private:
   // posts a DynamicCodeGenerated event (internal/private implementation).
   // The public post_dynamic_code_generated* functions make use of the
-  // internal implementation.
+  // 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) KERNEL_RETURN;
 
+ private:
 
   // GenerateEvents support to allow posting of CompiledMethodLoad and
   // DynamicCodeGenerated events for a given environment.