diff -r e5b3e9732c3c -r 2ed792c9481d hotspot/src/share/vm/runtime/arguments.hpp --- a/hotspot/src/share/vm/runtime/arguments.hpp Tue May 03 09:09:20 2016 +0100 +++ b/hotspot/src/share/vm/runtime/arguments.hpp Fri May 06 06:12:56 2016 -0700 @@ -769,6 +769,8 @@ 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 atojulong(const char *s, julong* result); }; // Disable options not supported in this release, with a warning if they