--- old/src/share/vm/runtime/fprofiler.cpp 2013-10-02 14:57:45.104813355 +0200 +++ new/src/share/vm/runtime/fprofiler.cpp 2013-10-02 14:57:45.044813356 +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) {