src/share/vm/runtime/fprofiler.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/fprofiler.cpp	Fri Oct 11 15:44:37 2013
--- new/src/share/vm/runtime/fprofiler.cpp	Fri Oct 11 15:44:37 2013

*** 159,169 **** --- 159,169 ---- int s = size(); counters = NEW_C_HEAP_ARRAY(int, s, mtInternal); for (int index = 0; index < s; index++) { counters[index] = 0; } ! base = CodeCache::first_address(); ! base = CodeCache::low_bound(); } void PCRecorder::record(address pc) { if (counters == NULL) return; assert(CodeCache::contains(pc), "must be in CodeCache");

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