8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1)

Reviewed-by: iignatyev, twisti
This commit is contained in:
Tatiana Pivovarova 2015-11-25 20:30:28 +03:00
parent 419a331a48
commit c17490ef7b

View File

@ -87,7 +87,7 @@ public class GetStackTraceElementTest {
+ " : unexpected line number");
} else {
// native and abstract function
Asserts.assertLT(0, ste.getLineNumber(),
Asserts.assertGT(0, ste.getLineNumber(),
aMethod + " : unexpected line number for abstract "
+ "or native method");
}