jdk/src/share/classes/sun/tools/attach/HotSpotAttachProvider.java
changeset 10419 12c063b39232
parent 9035 1255eb81cc2f
child 11125 99b115114fa3
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
    87                 throw (ThreadDeath)t;
    87                 throw (ThreadDeath)t;
    88             }
    88             }
    89             if (t instanceof SecurityException) {
    89             if (t instanceof SecurityException) {
    90                 return result;
    90                 return result;
    91             }
    91             }
    92             throw new InternalError();          // shouldn't happen
    92             throw new InternalError(t);          // shouldn't happen
    93         }
    93         }
    94 
    94 
    95         for (Object vmid: vms) {
    95         for (Object vmid: vms) {
    96             if (vmid instanceof Integer) {
    96             if (vmid instanceof Integer) {
    97                 String pid = vmid.toString();
    97                 String pid = vmid.toString();