< prev index next >

test/hotspot/jtreg/runtime/7116786/Test7116786.java

Print this page
rev 50037 : 8202745: Remove hyphens from "out-of-bounds".

*** 92,110 **** new Case("case01", "stackMapFrame.cpp", true, "pop_stack_ex", "stack pop not assignable to expected", "Bad type on operand stack"), new Case("case02", "stackMapFrame.cpp", true, "get_local", ! "local index out-of-bounds", "Local variable table overflow"), new Case("case03", "stackMapFrame.cpp", true, "get_local", "local not assignable to expected", "Bad local variable type"), new Case("case04", "stackMapFrame.cpp", true, "get_local_2", ! "local index out-of-bounds [type2]", "get long/double overflows locals"), new Case("case05", "stackMapFrame.cpp", true, "get_local_2", "local not assignabled to expected [type2]", "Bad local variable type"), --- 92,110 ---- new Case("case01", "stackMapFrame.cpp", true, "pop_stack_ex", "stack pop not assignable to expected", "Bad type on operand stack"), new Case("case02", "stackMapFrame.cpp", true, "get_local", ! "local index out of bounds", "Local variable table overflow"), new Case("case03", "stackMapFrame.cpp", true, "get_local", "local not assignable to expected", "Bad local variable type"), new Case("case04", "stackMapFrame.cpp", true, "get_local_2", ! "local index out of bounds [type2]", "get long/double overflows locals"), new Case("case05", "stackMapFrame.cpp", true, "get_local_2", "local not assignabled to expected [type2]", "Bad local variable type"),
*** 113,127 **** new Case("case06", "stackMapFrame.cpp", false, "get_local_2", "local second-word not assignabled to expected", "Bad local variable type"), new Case("case07", "stackMapFrame.cpp", true, "set_local", ! "local index out-of-bounds", "Local variable table overflow"), new Case("case08", "stackMapFrame.cpp", true, "set_local_2", ! "local index out-of-bounds [type2]", "Local variable table overflow"), new Case("case09", "stackMapFrame.hpp", true, "push_stack", "stack overflow", "Operand stack overflow"), --- 113,127 ---- new Case("case06", "stackMapFrame.cpp", false, "get_local_2", "local second-word not assignabled to expected", "Bad local variable type"), new Case("case07", "stackMapFrame.cpp", true, "set_local", ! "local index out of bounds", "Local variable table overflow"), new Case("case08", "stackMapFrame.cpp", true, "set_local_2", ! "local index out of bounds [type2]", "Local variable table overflow"), new Case("case09", "stackMapFrame.hpp", true, "push_stack", "stack overflow", "Operand stack overflow"),
*** 320,330 **** "verify_exception_handler_targets", "stackmap mismatch at exception handler", "Stack map does not match the one at exception handler "), new Case("case54", "verifier.cpp", true, "verify_cp_index", ! "constant pool index is out-of-bounds", "Illegal constant pool index "), new Case("case55", "verifier.cpp", true, "verify_cp_type", "constant pool entry is not expected type", "Illegal type at constant pool entry "), --- 320,330 ---- "verify_exception_handler_targets", "stackmap mismatch at exception handler", "Stack map does not match the one at exception handler "), new Case("case54", "verifier.cpp", true, "verify_cp_index", ! "constant pool index is out of bounds", "Illegal constant pool index "), new Case("case55", "verifier.cpp", true, "verify_cp_type", "constant pool entry is not expected type", "Illegal type at constant pool entry "),
< prev index next >