< prev index next >

src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp

Print this page

        

@@ -556,11 +556,10 @@
         return 1;
       }
     }
 
     if (sig == SIGBUS &&
-        thread->thread_state() == _thread_in_vm &&
         thread->doing_unsafe_access()) {
       stub = SharedRuntime::handle_unsafe_access(thread, npc);
     }
 
     if (thread->thread_state() == _thread_in_Java) {
< prev index next >