< prev index next >

src/share/vm/jvmci/jvmciCompiler.hpp

Print this page

        

@@ -40,10 +40,12 @@
 
   static JVMCICompiler* _instance;
 
   static elapsedTimer _codeInstallTimer;
 
+  static void abort_on_pending_exception(Handle exception, const char* message, bool dump_core = false);
+
 public:
   JVMCICompiler();
 
   static JVMCICompiler* instance(TRAPS) {
     if (!EnableJVMCI) {
< prev index next >