hotspot/src/share/vm/runtime/arguments.hpp
changeset 38195 d317aafcc87c
parent 37491 edf4cc53f5a3
child 38207 2ed792c9481d
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Wed May 04 23:45:10 2016 +0000
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Wed May 04 21:53:01 2016 -0400
@@ -729,6 +729,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