src/hotspot/share/runtime/arguments.hpp
changeset 54573 b73893f7fee3
parent 53730 1d942423516c
child 54678 93f09ca4a7f8
equal deleted inserted replaced
54572:75a42622414e 54573:b73893f7fee3
   647   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
   647   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
   648 
   648 
   649   static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN0;
   649   static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN0;
   650 
   650 
   651   static bool atojulong(const char *s, julong* result);
   651   static bool atojulong(const char *s, julong* result);
       
   652 
       
   653   static bool has_jfr_option() NOT_JFR_RETURN_(false);
   652 };
   654 };
   653 
   655 
   654 // Disable options not supported in this release, with a warning if they
   656 // Disable options not supported in this release, with a warning if they
   655 // were explicitly requested on the command-line
   657 // were explicitly requested on the command-line
   656 #define UNSUPPORTED_OPTION(opt)                          \
   658 #define UNSUPPORTED_OPTION(opt)                          \