--- old/src/share/vm/runtime/fprofiler.cpp 2013-10-11 15:44:37.573819592 +0200 +++ new/src/share/vm/runtime/fprofiler.cpp 2013-10-11 15:44:37.345819600 +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) {