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

src/share/vm/ci/ciMethodData.cpp

Print this page

        

*** 76,86 **** _eflags = _arg_local = _arg_stack = _arg_returned = 0; } void ciMethodData::load_data() { MethodData* mdo = get_MethodData(); ! 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 --- 76,88 ---- _eflags = _arg_local = _arg_stack = _arg_returned = 0; } void ciMethodData::load_data() { MethodData* mdo = get_MethodData(); ! 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