You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
425 B
7 lines
425 B
4 months ago
|
Regression test for JIT related incompatible class changes caused by miranda methods.
|
||
|
E.g.
|
||
|
java.lang.IncompatibleClassChangeError: The method 'void Main$TheInterface.m()' was expected to be of type virtual but instead was found to be of type interface (declaration of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework/core-libart-hostdex.jar)
|
||
|
at Main.DoStuff(Main.java:37)
|
||
|
at Main.main(Main.java:44)
|
||
|
|