src/hotspot/share/runtime/arguments.hpp
changeset 49746 b17256b5c047
parent 49739 00805b129186
child 49857 31e07291ae29
child 56448 76d86de267b9
equal deleted inserted replaced
49745:e3e66c178518 49746:b17256b5c047
   701   // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
   701   // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
   702   static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
   702   static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
   703 
   703 
   704   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
   704   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
   705 
   705 
   706   static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN;
   706   static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN0;
   707 
   707 
   708   static bool atojulong(const char *s, julong* result);
   708   static bool atojulong(const char *s, julong* result);
   709 };
   709 };
   710 
   710 
   711 // Disable options not supported in this release, with a warning if they
   711 // Disable options not supported in this release, with a warning if they