--- old/src/hotspot/share/runtime/java.hpp 2018-10-25 09:53:08.925956366 -0700 +++ new/src/hotspot/share/runtime/java.hpp 2018-10-25 09:53:08.584924086 -0700 @@ -51,6 +51,8 @@ extern void vm_exit_during_initialization(const char* error, const char* message = NULL); extern void vm_shutdown_during_initialization(const char* error, const char* message = NULL); +extern void vm_exit_during_cds_dumping(const char* error, const char* message = NULL); + /** * With the integration of the changes to handle the version string * as defined by JEP-223, most of the code related to handle the version