--- old/src/share/vm/runtime/fprofiler.cpp 2014-04-14 10:01:27.231015919 +0200 +++ new/src/share/vm/runtime/fprofiler.cpp 2014-04-14 10:01:26.239015880 +0200 @@ -161,7 +161,7 @@ for (int index = 0; index < s; index++) { counters[index] = 0; } - base = CodeCache::first_address(); + base = CodeCache::low_bound(); } void PCRecorder::record(address pc) {