hotspot/src/share/vm/runtime/fprofiler.cpp
changeset 26796 666464578742
parent 25949 34557722059b
child 27880 afb974a04396
--- a/hotspot/src/share/vm/runtime/fprofiler.cpp	Tue Sep 16 14:39:11 2014 +0200
+++ b/hotspot/src/share/vm/runtime/fprofiler.cpp	Wed Sep 17 08:00:07 2014 +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) {