< prev index next >

src/share/vm/runtime/arguments.hpp

Print this page

        

*** 728,737 **** --- 728,739 ---- // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid. static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen); static void check_unsupported_dumping_properties() NOT_CDS_RETURN; + + static bool atomull(const char *s, julong* result); }; // Disable options not supported in this release, with a warning if they // were explicitly requested on the command-line #define UNSUPPORTED_OPTION(opt, description) \
< prev index next >