< prev index next >

src/hotspot/share/utilities/constantTag.cpp

Print this page
*** 147,9 ***
      case JVM_CONSTANT_ClassIndex :
        return "Unresolved Class Index";
      case JVM_CONSTANT_StringIndex :
        return "Unresolved String Index";
      default:
-       ShouldNotReachHere();
        return "Illegal";
    }
  }
--- 147,8 ---
< prev index next >