comparison 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
comparison
equal deleted inserted replaced
4773:4f25538b54c9 4800:94ec88ca68e2
91 template(EnterInterpOnlyMode) \ 91 template(EnterInterpOnlyMode) \
92 template(ChangeSingleStep) \ 92 template(ChangeSingleStep) \
93 template(HeapWalkOperation) \ 93 template(HeapWalkOperation) \
94 template(HeapIterateOperation) \ 94 template(HeapIterateOperation) \
95 template(ReportJavaOutOfMemory) \ 95 template(ReportJavaOutOfMemory) \
96 template(JFRCheckpoint) \
96 template(Exit) \ 97 template(Exit) \
97 98
98 class VM_Operation: public CHeapObj { 99 class VM_Operation: public CHeapObj {
99 public: 100 public:
100 enum Mode { 101 enum Mode {