agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java

changeset 1820
bc32f286fae0
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java	Mon Apr 19 02:13:06 2010 -0700
     1.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java	Tue Apr 20 13:26:33 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2001 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2001-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -108,7 +108,7 @@
    1.11          return BasicTypeSize.getTArraySize();
    1.12        }
    1.13      }
    1.14 -    throw new RuntimeException("Should not reach here");
    1.15 +    throw new RuntimeException("Should not reach here: char " + (char)_signature.getByteAt(_index) + " @ " + _index + " in " + _signature.asString());
    1.16    }
    1.17    protected void checkSignatureEnd() {
    1.18      if (_index < _signature.getLength()) {

mercurial