hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 23848 2a4fff3b50c1
parent 23517 27c4307d6cda
child 25051 8110ec6e7340
equal deleted inserted replaced
23846:490ace57944d 23848:2a4fff3b50c1
    95   template(ReportJavaOutOfMemory)                 \
    95   template(ReportJavaOutOfMemory)                 \
    96   template(JFRCheckpoint)                         \
    96   template(JFRCheckpoint)                         \
    97   template(Exit)                                  \
    97   template(Exit)                                  \
    98   template(LinuxDllLoad)                          \
    98   template(LinuxDllLoad)                          \
    99   template(RotateGCLog)                           \
    99   template(RotateGCLog)                           \
       
   100   template(WhiteBoxOperation)                     \
   100 
   101 
   101 class VM_Operation: public CHeapObj<mtInternal> {
   102 class VM_Operation: public CHeapObj<mtInternal> {
   102  public:
   103  public:
   103   enum Mode {
   104   enum Mode {
   104     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated
   105     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated