hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 46329 53ccc37bda19
parent 37466 287c4ebd11b0
child 46495 34f7d403039f
--- a/hotspot/src/share/vm/runtime/vm_operations.hpp	Wed Mar 15 11:44:46 2017 +0100
+++ b/hotspot/src/share/vm/runtime/vm_operations.hpp	Wed Mar 15 10:25:37 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -292,7 +292,7 @@
 #ifndef PRODUCT
 class VM_DeoptimizeAll: public VM_Operation {
  private:
-  KlassHandle _dependee;
+  Klass* _dependee;
  public:
   VM_DeoptimizeAll() {}
   VMOp_Type type() const                         { return VMOp_DeoptimizeAll; }