hotspot/src/share/vm/memory/filemap.hpp
changeset 26296 fd6180a0e0ab
parent 26135 82b516c550f7
child 27025 f4805f778f16
equal deleted inserted replaced
26295:6a9d9192f215 26296:fd6180a0e0ab
   188   // JVM/TI RedefineClasses() support:
   188   // JVM/TI RedefineClasses() support:
   189   // Remap the shared readonly space to shared readwrite, private.
   189   // Remap the shared readonly space to shared readwrite, private.
   190   bool  remap_shared_readonly_as_readwrite();
   190   bool  remap_shared_readonly_as_readwrite();
   191 
   191 
   192   // Errors.
   192   // Errors.
   193   static void fail_stop(const char *msg, ...);
   193   static void fail_stop(const char *msg, ...) ATTRIBUTE_PRINTF(1, 2);
   194   static void fail_continue(const char *msg, ...);
   194   static void fail_continue(const char *msg, ...) ATTRIBUTE_PRINTF(1, 2);
   195 
   195 
   196   // Return true if given address is in the mapped shared space.
   196   // Return true if given address is in the mapped shared space.
   197   bool is_in_shared_space(const void* p) NOT_CDS_RETURN_(false);
   197   bool is_in_shared_space(const void* p) NOT_CDS_RETURN_(false);
   198   void print_shared_spaces() NOT_CDS_RETURN;
   198   void print_shared_spaces() NOT_CDS_RETURN;
   199 
   199