comparison src/share/vm/runtime/fprofiler.hpp @ 109:9f4457a14b58

Merge
author rasbold
date Wed, 09 Apr 2008 15:10:22 -0700
parents 93b6525e3b82
children d1605aabd0a1
comparison
equal deleted inserted replaced
97:f38a25e2458a 109:9f4457a14b58
133 char* area_limit; 133 char* area_limit;
134 static int table_size; 134 static int table_size;
135 ProfilerNode** table; 135 ProfilerNode** table;
136 136
137 private: 137 private:
138 void record_interpreted_tick(frame fr, TickPosition where, int* ticks); 138 void record_interpreted_tick(JavaThread* thread, frame fr, TickPosition where, int* ticks);
139 void record_compiled_tick (JavaThread* thread, frame fr, TickPosition where); 139 void record_compiled_tick (JavaThread* thread, frame fr, TickPosition where);
140 void interpreted_update(methodOop method, TickPosition where); 140 void interpreted_update(methodOop method, TickPosition where);
141 void compiled_update (methodOop method, TickPosition where); 141 void compiled_update (methodOop method, TickPosition where);
142 void stub_update (methodOop method, const char* name, TickPosition where); 142 void stub_update (methodOop method, const char* name, TickPosition where);
143 void adapter_update (TickPosition where); 143 void adapter_update (TickPosition where);