The input argument "pc" is shadowed by a local variable with the same type and name, and is initialized to the same value as is passed into the handle_safefetch() function by its callers. The local "pc" variable can therefore be removed from handle_safefetch().
            
- relates to
 - 
                    
JDK-8292166 POSIX signal handling issues with pc access
-         
     - Closed
 
 -