hotspot/src/share/vm/code/compiledIC.cpp
changeset 35086 bbf32241d851
parent 33593 60764a78fa5c
child 37248 11a660dbbb8e
--- a/hotspot/src/share/vm/code/compiledIC.cpp	Fri Dec 04 16:38:04 2015 +0100
+++ b/hotspot/src/share/vm/code/compiledIC.cpp	Fri Dec 04 23:46:19 2015 +0300
@@ -434,7 +434,7 @@
       InlineCacheBuffer::create_transition_stub(this, info.cached_metadata(), info.entry());
     } else {
       if (is_optimized()) {
-      set_ic_destination(info.entry());
+        set_ic_destination(info.entry());
       } else {
         set_ic_destination_and_value(info.entry(), info.cached_metadata());
       }