src/hotspot/share/runtime/arguments.hpp
changeset 49739 00805b129186
parent 49716 450d709262c1
child 49746 b17256b5c047
equal deleted inserted replaced
49738:a7bc87a63dd8 49739:00805b129186
   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;
       
   707 
   706   static bool atojulong(const char *s, julong* result);
   708   static bool atojulong(const char *s, julong* result);
   707 };
   709 };
   708 
   710 
   709 // 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
   710 // were explicitly requested on the command-line
   712 // were explicitly requested on the command-line