src/share/vm/runtime/vm_operations.hpp

changeset 3467
0a10d80352d5
parent 3427
94ec88ca68e2
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/runtime/vm_operations.hpp	Thu Jan 26 14:14:55 2012 -0800
     1.2 +++ b/src/share/vm/runtime/vm_operations.hpp	Fri Jan 27 09:04:57 2012 +0100
     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