hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 25051 8110ec6e7340
parent 23848 2a4fff3b50c1
child 26587 e8b28fa936af
equal deleted inserted replaced
25050:1e5e4bfb4de8 25051:8110ec6e7340
    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   template(WhiteBoxOperation)                     \
       
   101   template(ClassLoaderStatsOperation)             \
   101 
   102 
   102 class VM_Operation: public CHeapObj<mtInternal> {
   103 class VM_Operation: public CHeapObj<mtInternal> {
   103  public:
   104  public:
   104   enum Mode {
   105   enum Mode {
   105     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated
   106     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated