if (nm != NULL) {
nm->log_new_nmethod();
}
nm->make_in_use(); <-- crash if nm is NULL
nm->log_new_nmethod();
}
nm->make_in_use(); <-- crash if nm is NULL
- relates to
- 
                    JDK-8043070 nmethod::verify_interrupt_point() shouldn't enter safepoint -           
- Closed
 
-         
 P1
  P1