src/hotspot/share/runtime/arguments.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/arguments.hpp	Mon Apr  2 14:11:49 2018
--- new/src/hotspot/share/runtime/arguments.hpp	Mon Apr  2 14:11:49 2018

*** 695,704 **** --- 695,706 ---- // 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 check_unsupported_cds_runtime_properties() NOT_CDS_RETURN; + static bool atojulong(const char *s, julong* result); }; // Disable options not supported in this release, with a warning if they // were explicitly requested on the command-line

src/hotspot/share/runtime/arguments.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File