hotspot/src/share/vm/c1/c1_Runtime1.hpp
changeset 6176 4d9030fe341f
parent 5707 6c66849ed24e
child 6418 6671edbd230e
--- a/hotspot/src/share/vm/c1/c1_Runtime1.hpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.hpp	Tue Aug 03 08:13:38 2010 -0400
@@ -159,6 +159,9 @@
   static const char* name_for (StubID id);
   static const char* name_for_address(address entry);
 
+  // platform might add runtime names.
+  static const char* pd_name_for_address(address entry);
+
   // method tracing
   static void trace_block_entry(jint block_id);