hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   154                                   }
   154                                   }
   155                               } catch (IOException exp) {
   155                               } catch (IOException exp) {
   156                                   throw new RuntimeException(exp);
   156                                   throw new RuntimeException(exp);
   157                               }
   157                               }
   158                           }
   158                           }
       
   159                               public void visitCompOopAddress(Address handleAddr) {
       
   160                              throw new RuntimeException("Should not reach here. JNIHandles are not compressed");
       
   161                           }
   159                        });
   162                        });
   160             } catch (RuntimeException re) {
   163             } catch (RuntimeException re) {
   161                 handleRuntimeException(re);
   164                 handleRuntimeException(re);
   162             }
   165             }
   163         }
   166         }