mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
7157365: jruby/bench.bench_timeout crashes with JVM internal error
Reviewed-by: jrose, kvn
This commit is contained in:
parent
3927b8d331
commit
ed2051c861
4 changed files with 53 additions and 40 deletions
|
@ -273,7 +273,7 @@ class Universe: AllStatic {
|
|||
}
|
||||
|
||||
static klassOop typeArrayKlassObj(BasicType t) {
|
||||
assert((uint)t < T_VOID+1, "range check");
|
||||
assert((uint)t < T_VOID+1, err_msg("range check for type: %s", type2name(t)));
|
||||
assert(_typeArrayKlassObjs[t] != NULL, "domain check");
|
||||
return _typeArrayKlassObjs[t];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue