< prev index next >

src/os/aix/vm/vmError_aix.cpp

Print this page

        

@@ -115,12 +115,11 @@
   if (uc && pc && StubRoutines::is_safefetch_fault(pc)) {
     os::Aix::ucontext_set_pc(uc, StubRoutines::continuation_for_safefetch_fault(pc));
     return;
   }
 
-  VMError err(NULL, sig, pc, info, ucVoid);
-  err.report_and_die();
+  VMError::report_and_die(NULL, sig, pc, info, ucVoid);
 }
 
 void VMError::reset_signal_handlers() {
   sigset_t newset;
   sigemptyset(&newset);
< prev index next >