hotspot/src/share/vm/jvmci/jvmciCompiler.hpp
changeset 41322 d91c045cdfe4
parent 38674 eacc567feae8
child 46271 979ebd346ecf
equal deleted inserted replaced
41321:463ff7705f2f 41322:d91c045cdfe4
    45 
    45 
    46   static JVMCICompiler* _instance;
    46   static JVMCICompiler* _instance;
    47 
    47 
    48   static elapsedTimer _codeInstallTimer;
    48   static elapsedTimer _codeInstallTimer;
    49 
    49 
    50   static void abort_on_pending_exception(Handle exception, const char* message, bool dump_core = false);
    50   /**
       
    51    * Exits the VM due to an unexpected exception.
       
    52    */
       
    53   static void exit_on_pending_exception(Handle exception, const char* message);
    51 
    54 
    52 public:
    55 public:
    53   JVMCICompiler();
    56   JVMCICompiler();
    54 
    57 
    55   static JVMCICompiler* instance(TRAPS) {
    58   static JVMCICompiler* instance(TRAPS) {