src/share/vm/ci/ciMethodData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciMethodData.cpp	Fri Oct  4 14:50:19 2013
--- new/src/share/vm/ci/ciMethodData.cpp	Fri Oct  4 14:50:19 2013

*** 76,86 **** --- 76,88 ---- _eflags = _arg_local = _arg_stack = _arg_returned = 0; } 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. // Snapshot the data -- actually, take an approximate snapshot of

src/share/vm/ci/ciMethodData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File