--- old/src/hotspot/share/runtime/arguments.hpp 2018-04-02 14:11:49.782934072 -0700 +++ new/src/hotspot/share/runtime/arguments.hpp 2018-04-02 14:11:49.510908439 -0700 @@ -697,6 +697,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); };