hotspot/src/share/vm/runtime/arguments.hpp
changeset 38207 2ed792c9481d
parent 37773 e5b3e9732c3c
parent 38195 d317aafcc87c
child 40013 943cf01a6b82
equal deleted inserted replaced
37773:e5b3e9732c3c 38207:2ed792c9481d
   767 
   767 
   768   // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
   768   // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
   769   static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
   769   static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
   770 
   770 
   771   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
   771   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
       
   772 
       
   773   static bool atojulong(const char *s, julong* result);
   772 };
   774 };
   773 
   775 
   774 // Disable options not supported in this release, with a warning if they
   776 // Disable options not supported in this release, with a warning if they
   775 // were explicitly requested on the command-line
   777 // were explicitly requested on the command-line
   776 #define UNSUPPORTED_OPTION(opt)                          \
   778 #define UNSUPPORTED_OPTION(opt)                          \