diff src/share/vm/prims/jvmtiExport.hpp @ 2491:0654ee04b214

Merge with OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:30:53 +0200
parents f91db74a6810
children f6f3bb0ee072
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiExport.hpp	Fri Apr 22 15:22:45 2011 +0200
+++ b/src/share/vm/prims/jvmtiExport.hpp	Fri Apr 22 15:30:53 2011 +0200
@@ -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.