diff src/share/vm/runtime/vm_operations.hpp @ 4800:94ec88ca68e2

7115199: Add event tracing hooks and Java Flight Recorder infrastructure Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn Contributed-by: markus.gronlund@oracle.com
author phh
date Wed, 11 Jan 2012 17:34:02 -0500
parents 1d1603768966
children 0ebca2e35ca5 d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.hpp	Mon Jan 09 10:27:24 2012 +0100
+++ b/src/share/vm/runtime/vm_operations.hpp	Wed Jan 11 17:34:02 2012 -0500
@@ -93,6 +93,7 @@
   template(HeapWalkOperation)                     \
   template(HeapIterateOperation)                  \
   template(ReportJavaOutOfMemory)                 \
+  template(JFRCheckpoint)                         \
   template(Exit)                                  \
 
 class VM_Operation: public CHeapObj {