hotspot/src/share/vm/code/codeCache.hpp
changeset 46329 53ccc37bda19
parent 43945 e7f2e49d2274
child 46632 cef226af6c02
--- a/hotspot/src/share/vm/code/codeCache.hpp	Wed Mar 15 11:44:46 2017 +0100
+++ b/hotspot/src/share/vm/code/codeCache.hpp	Wed Mar 15 10:25:37 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2016, 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
@@ -260,7 +260,7 @@
  private:
   static int  mark_for_deoptimization(KlassDepChange& changes);
 #ifdef HOTSWAP
-  static int  mark_for_evol_deoptimization(instanceKlassHandle dependee);
+  static int  mark_for_evol_deoptimization(InstanceKlass* dependee);
 #endif // HOTSWAP
 
  public:
@@ -269,10 +269,10 @@
   static void make_marked_nmethods_not_entrant();
 
   // Flushing and deoptimization
-  static void flush_dependents_on(instanceKlassHandle dependee);
+  static void flush_dependents_on(InstanceKlass* dependee);
 #ifdef HOTSWAP
   // Flushing and deoptimization in case of evolution
-  static void flush_evol_dependents_on(instanceKlassHandle dependee);
+  static void flush_evol_dependents_on(InstanceKlass* dependee);
 #endif // HOTSWAP
   // Support for fullspeed debugging
   static void flush_dependents_on_method(methodHandle dependee);