hotspot/src/share/vm/runtime/perfMemory.hpp
changeset 27007 3cacf4ad4fc9
parent 22551 9bf46d16dcc6
equal deleted inserted replaced
27006:2b8f82a7b11a 27007:3cacf4ad4fc9
   153       if (UsePerfData) {
   153       if (UsePerfData) {
   154         _prologue->accessible = value;
   154         _prologue->accessible = value;
   155       }
   155       }
   156     }
   156     }
   157 
   157 
   158     // filename of backing store or NULL if none.
       
   159     static char* backing_store_filename();
       
   160 
       
   161     // returns the complete file path of hsperfdata.
   158     // returns the complete file path of hsperfdata.
   162     // the caller is expected to free the allocated memory.
   159     // the caller is expected to free the allocated memory.
   163     static char* get_perfdata_file_path();
   160     static char* get_perfdata_file_path();
   164 };
   161 };
   165 
   162