hotspot/src/share/vm/code/codeCache.cpp
changeset 25486 be44827be5e7
parent 24440 7c472e3e3c57
child 25490 59f226da8d81
--- a/hotspot/src/share/vm/code/codeCache.cpp	Thu Jun 26 13:30:43 2014 -0700
+++ b/hotspot/src/share/vm/code/codeCache.cpp	Tue Jul 01 09:03:55 2014 +0200
@@ -488,7 +488,7 @@
       while(iter.next()) {
         if (iter.type() == relocInfo::virtual_call_type) {
           if (CompiledIC::is_icholder_call_site(iter.virtual_call_reloc())) {
-            CompiledIC *ic = CompiledIC_at(iter.reloc());
+            CompiledIC *ic = CompiledIC_at(&iter);
             if (TraceCompiledIC) {
               tty->print("noticed icholder " INTPTR_FORMAT " ", p2i(ic->cached_icholder()));
               ic->print();