*** 146,9 *** case JVM_CONSTANT_ClassIndex : return "Unresolved Class Index"; case JVM_CONSTANT_StringIndex : return "Unresolved String Index"; default: - ShouldNotReachHere(); return "Illegal"; } } --- 146,8 ---