changeset 41322 | d91c045cdfe4 |
parent 38674 | eacc567feae8 |
child 46271 | 979ebd346ecf |
--- a/hotspot/src/share/vm/jvmci/jvmciCompiler.hpp Thu Sep 01 16:47:53 2016 +0200 +++ b/hotspot/src/share/vm/jvmci/jvmciCompiler.hpp Wed Sep 14 05:48:18 2016 -0700 @@ -47,7 +47,10 @@ static elapsedTimer _codeInstallTimer; - static void abort_on_pending_exception(Handle exception, const char* message, bool dump_core = false); + /** + * Exits the VM due to an unexpected exception. + */ + static void exit_on_pending_exception(Handle exception, const char* message); public: JVMCICompiler();