--- old/src/share/vm/ci/ciMethodData.cpp 2013-10-04 14:50:19.000000000 -0700 +++ new/src/share/vm/ci/ciMethodData.cpp 2013-10-04 14:50:19.000000000 -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.