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	Mon Apr 14 10:01:27 2014
--- new/src/share/vm/runtime/fprofiler.cpp	Mon Apr 14 10:01:26 2014

*** 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