hotspot/src/share/vm/c1/c1_Runtime1.hpp
changeset 6176 4d9030fe341f
parent 5707 6c66849ed24e
child 6418 6671edbd230e
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
   157   static CodeBlob* blob_for (StubID id);
   157   static CodeBlob* blob_for (StubID id);
   158   static address   entry_for(StubID id)          { return blob_for(id)->instructions_begin(); }
   158   static address   entry_for(StubID id)          { return blob_for(id)->instructions_begin(); }
   159   static const char* name_for (StubID id);
   159   static const char* name_for (StubID id);
   160   static const char* name_for_address(address entry);
   160   static const char* name_for_address(address entry);
   161 
   161 
       
   162   // platform might add runtime names.
       
   163   static const char* pd_name_for_address(address entry);
       
   164 
   162   // method tracing
   165   // method tracing
   163   static void trace_block_entry(jint block_id);
   166   static void trace_block_entry(jint block_id);
   164 
   167 
   165 #ifndef PRODUCT
   168 #ifndef PRODUCT
   166   static address throw_count_address()       { return (address)&_throw_count;       }
   169   static address throw_count_address()       { return (address)&_throw_count;       }