--- old/src/hotspot/share/runtime/arguments.hpp 2018-04-09 15:33:11.394269285 -0700 +++ new/src/hotspot/share/runtime/arguments.hpp 2018-04-09 15:33:11.119243347 -0700 @@ -703,6 +703,8 @@ 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); };