mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
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:
parent
419a331a48
commit
c17490ef7b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue