android13/art/test/497-inlining-and-class-loader/expected-stdout.txt

9 lines
277 B
Plaintext

JNI_OnLoad called
java.lang.Exception
at Main.$noinline$bar(Main.java:124)
at Level2.$inline$bar(Level1.java:25)
at Level1.$inline$bar(Level1.java:19)
at LoadedByMyClassLoader.bar(Main.java:82)
at java.lang.reflect.Method.invoke(Native Method)
at Main.main(Main.java:98)