--- old/src/share/vm/runtime/fprofiler.cpp 2014-09-04 12:25:43.338499569 +0200 +++ new/src/share/vm/runtime/fprofiler.cpp 2014-09-04 12:25:43.030499583 +0200 @@ -165,7 +165,7 @@ for (int index = 0; index < s; index++) { counters[index] = 0; } - base = CodeCache::first_address(); + base = CodeCache::low_bound(); } void PCRecorder::record(address pc) {