hotspot/src/share/vm/jvmci/jvmciCompiler.hpp
changeset 35143 33daaea9d5c2
parent 34165 66826441022f
child 35845 30025047885d
--- a/hotspot/src/share/vm/jvmci/jvmciCompiler.hpp	Tue Dec 22 13:41:09 2015 -0800
+++ b/hotspot/src/share/vm/jvmci/jvmciCompiler.hpp	Wed Dec 23 07:27:42 2015 -1000
@@ -42,6 +42,8 @@
 
   static elapsedTimer _codeInstallTimer;
 
+  static void abort_on_pending_exception(Handle exception, const char* message, bool dump_core = false);
+
 public:
   JVMCICompiler();