< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 56098 : imported patch 8226705-8221734-baseline

*** 47,57 **** template(PrintThreads) \ template(FindDeadlocks) \ template(ClearICs) \ template(ForceSafepoint) \ template(ForceAsyncSafepoint) \ - template(Deoptimize) \ template(DeoptimizeFrame) \ template(DeoptimizeAll) \ template(ZombieAll) \ template(Verify) \ template(PrintJNI) \ --- 47,56 ----
*** 316,333 **** protected: VM_GTestExecuteAtSafepoint() {} }; - class VM_Deoptimize: public VM_Operation { - public: - VM_Deoptimize() {} - VMOp_Type type() const { return VMOp_Deoptimize; } - void doit(); - bool allow_nested_vm_operations() const { return true; } - }; - class VM_MarkActiveNMethods: public VM_Operation { public: VM_MarkActiveNMethods() {} VMOp_Type type() const { return VMOp_MarkActiveNMethods; } void doit(); --- 315,324 ----
< prev index next >