xref: /aosp_15_r20/art/test/497-inlining-and-class-loader/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1JNI_OnLoad called
2java.lang.Exception
3	at Main.$noinline$bar(Main.java:124)
4	at Level2.$inline$bar(Level1.java:25)
5	at Level1.$inline$bar(Level1.java:19)
6	at LoadedByMyClassLoader.bar(Main.java:82)
7	at java.lang.reflect.Method.invoke(Native Method)
8	at Main.main(Main.java:98)
9