src/share/vm/runtime/vm_operations.hpp

changeset 3427
94ec88ca68e2
parent 2708
1d1603768966
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/runtime/vm_operations.hpp	Mon Jan 09 10:27:24 2012 +0100
     1.2 +++ b/src/share/vm/runtime/vm_operations.hpp	Wed Jan 11 17:34:02 2012 -0500
     1.3 @@ -93,6 +93,7 @@
     1.4    template(HeapWalkOperation)                     \
     1.5    template(HeapIterateOperation)                  \
     1.6    template(ReportJavaOutOfMemory)                 \
     1.7 +  template(JFRCheckpoint)                         \
     1.8    template(Exit)                                  \
     1.9  
    1.10  class VM_Operation: public CHeapObj {

mercurial