< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page

        

*** 491,510 **** VMOp_Type type() const { return VMOp_PrintCompileQueue; } Mode evaluation_mode() const { return _safepoint; } void doit(); }; - class VM_VTBufferStats: public VM_Operation { - private: - outputStream* _out; - public: - VM_VTBufferStats() { _out = tty; } - VM_VTBufferStats(outputStream* out) { _out = out; } - VMOp_Type type() const { return VMOp_VTBufferStats; } - void doit(); - }; - #if INCLUDE_SERVICES class VM_PrintClassHierarchy: public VM_Operation { private: outputStream* _out; bool _print_interfaces; --- 491,500 ----
< prev index next >