hotspot/src/share/vm/code/codeCache.hpp
changeset 36300 5b47f168b948
parent 35123 b0b89d83bcf5
child 36593 5ef494d5c3e8
--- a/hotspot/src/share/vm/code/codeCache.hpp	Fri Feb 19 10:06:19 2016 +0100
+++ b/hotspot/src/share/vm/code/codeCache.hpp	Fri Feb 19 20:40:20 2016 +0300
@@ -72,7 +72,7 @@
 // Solaris and BSD.
 
 class OopClosure;
-class DepChange;
+class KlassDepChange;
 
 class CodeCache : AllStatic {
   friend class VMStructs;
@@ -223,7 +223,7 @@
 
   // Deoptimization
  private:
-  static int  mark_for_deoptimization(DepChange& changes);
+  static int  mark_for_deoptimization(KlassDepChange& changes);
 #ifdef HOTSWAP
   static int  mark_for_evol_deoptimization(instanceKlassHandle dependee);
 #endif // HOTSWAP