src/hotspot/share/runtime/arguments.hpp
changeset 58447 319173c62caa
parent 58280 ef8c8cf9256a
child 58679 9c3209ff7550
child 58842 6c255334120d
equal deleted inserted replaced
58446:5c83830390ba 58447:319173c62caa
   645   static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN0;
   645   static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN0;
   646 
   646 
   647   static bool atojulong(const char *s, julong* result);
   647   static bool atojulong(const char *s, julong* result);
   648 
   648 
   649   static bool has_jfr_option() NOT_JFR_RETURN_(false);
   649   static bool has_jfr_option() NOT_JFR_RETURN_(false);
       
   650 
       
   651   static bool is_dumping_archive() { return DumpSharedSpaces || DynamicDumpSharedSpaces; }
       
   652 
       
   653   static void assert_is_dumping_archive() {
       
   654     assert(Arguments::is_dumping_archive(), "dump time only");
       
   655   }
   650 };
   656 };
   651 
   657 
   652 // Disable options not supported in this release, with a warning if they
   658 // Disable options not supported in this release, with a warning if they
   653 // were explicitly requested on the command-line
   659 // were explicitly requested on the command-line
   654 #define UNSUPPORTED_OPTION(opt)                          \
   660 #define UNSUPPORTED_OPTION(opt)                          \