< prev index next >

src/share/vm/runtime/vm_operations.hpp

Print this page

        

*** 290,300 **** }; #ifndef PRODUCT class VM_DeoptimizeAll: public VM_Operation { private: ! KlassHandle _dependee; public: VM_DeoptimizeAll() {} VMOp_Type type() const { return VMOp_DeoptimizeAll; } void doit(); bool allow_nested_vm_operations() const { return true; } --- 290,300 ---- }; #ifndef PRODUCT class VM_DeoptimizeAll: public VM_Operation { private: ! Klass* _dependee; public: VM_DeoptimizeAll() {} VMOp_Type type() const { return VMOp_DeoptimizeAll; } void doit(); bool allow_nested_vm_operations() const { return true; }
< prev index next >