src/hotspot/share/aot/aotCompiledMethod.cpp
changeset 54839 e9db10a375d9
parent 54669 ad45b3802d4e
child 55005 9b70ebd131b4
--- a/src/hotspot/share/aot/aotCompiledMethod.cpp	Tue May 14 12:00:49 2019 +0200
+++ b/src/hotspot/share/aot/aotCompiledMethod.cpp	Tue May 14 12:07:24 2019 +0200
@@ -278,7 +278,7 @@
           }
         }
       } else if (iter.type() == relocInfo::static_call_type ||
-                 iter.type() == relocInfo::opt_virtual_call_type){
+                 iter.type() == relocInfo::opt_virtual_call_type) {
         // Check Method* in AOT c2i stub for other calls.
         Metadata* meta = (Metadata*)nativeLoadGot_at(nativePltCall_at(iter.addr())->plt_c2i_stub())->data();
         if (meta != NULL) {