hotspot/src/share/vm/code/codeCache.cpp
changeset 36300 5b47f168b948
parent 35825 7c7652ee137b
child 36593 5ef494d5c3e8
--- a/hotspot/src/share/vm/code/codeCache.cpp	Fri Feb 19 10:06:19 2016 +0100
+++ b/hotspot/src/share/vm/code/codeCache.cpp	Fri Feb 19 20:40:20 2016 +0300
@@ -1023,7 +1023,7 @@
 // Keeps track of time spent for checking dependencies
 NOT_PRODUCT(static elapsedTimer dependentCheckTime;)
 
-int CodeCache::mark_for_deoptimization(DepChange& changes) {
+int CodeCache::mark_for_deoptimization(KlassDepChange& changes) {
   MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
   int number_of_marked_CodeBlobs = 0;