hotspot/src/share/vm/code/compiledIC.cpp
changeset 32401 cc58aeaec340
parent 26912 19021f626ad2
child 32466 915d0c3d25aa
--- a/hotspot/src/share/vm/code/compiledIC.cpp	Fri Aug 21 09:12:42 2015 +0200
+++ b/hotspot/src/share/vm/code/compiledIC.cpp	Tue Aug 25 07:49:55 2015 +0200
@@ -343,8 +343,8 @@
     // Kill any leftover stub we might have too
     clear_ic_stub();
     if (is_optimized()) {
-    set_ic_destination(entry);
-  } else {
+      set_ic_destination(entry);
+    } else {
       set_ic_destination_and_value(entry, (void*)NULL);
     }
   } else {