< prev index next >

src/share/vm/runtime/vm_operations.hpp

Print this page

        

@@ -290,11 +290,11 @@
 };
 
 #ifndef PRODUCT
 class VM_DeoptimizeAll: public VM_Operation {
  private:
-  KlassHandle _dependee;
+  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 >