src/hotspot/share/runtime/java.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff src/hotspot/share/runtime/java.hpp

src/hotspot/share/runtime/java.hpp

Print this page

        

*** 49,58 **** --- 49,60 ---- extern void vm_exit_during_initialization(Handle exception); extern void vm_exit_during_initialization(Symbol* exception_name, const char* message); 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 * string prior to JDK 1.6 was removed (partial initialization) */
src/hotspot/share/runtime/java.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File