--- old/src/share/vm/runtime/arguments.hpp 2016-03-30 22:57:39.310641130 +0900 +++ new/src/share/vm/runtime/arguments.hpp 2016-03-30 22:57:39.143641252 +0900 @@ -730,6 +730,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 atomull(const char *s, julong* result); }; // Disable options not supported in this release, with a warning if they