hotspot/src/share/vm/ci/ciMethodData.cpp
changeset 20695 4f5a5e95090b
parent 20692 65021f70c2fc
child 20702 bbe0fcde6e13
--- a/hotspot/src/share/vm/ci/ciMethodData.cpp	Mon Oct 07 14:13:28 2013 +0400
+++ b/hotspot/src/share/vm/ci/ciMethodData.cpp	Mon Oct 07 10:41:56 2013 -0700
@@ -78,7 +78,9 @@
 
 void ciMethodData::load_data() {
   MethodData* mdo = get_MethodData();
-  if (mdo == NULL) return;
+  if (mdo == NULL) {
+    return;
+  }
 
   // To do: don't copy the data if it is not "ripe" -- require a minimum #
   // of invocations.