comparison src/share/vm/runtime/vm_operations.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 94ec88ca68e2
children 0ebca2e35ca5 d2a62e0f25eb
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
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 {