src/hotspot/share/runtime/arguments.hpp
changeset 49746 b17256b5c047
parent 49739 00805b129186
child 49857 31e07291ae29
child 56448 76d86de267b9
--- a/src/hotspot/share/runtime/arguments.hpp	Wed Apr 11 13:51:33 2018 +0200
+++ b/src/hotspot/share/runtime/arguments.hpp	Wed Apr 11 13:52:23 2018 +0200
@@ -703,7 +703,7 @@
 
   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
 
-  static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN;
+  static bool check_unsupported_cds_runtime_properties() NOT_CDS_RETURN0;
 
   static bool atojulong(const char *s, julong* result);
 };