--- old/src/share/vm/runtime/fprofiler.cpp 2014-09-05 10:38:01.369388230 +0200 +++ new/src/share/vm/runtime/fprofiler.cpp 2014-09-05 10:38:01.233388236 +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) {