blob: edf796eb963bac2d0f92a58a8755b65e818f049a [file] [log] [blame]
Alex Light2811b6e2017-02-13 14:58:18 -08001hello
2Not doing anything here
3goodbye
4hello
5transforming calling function
6Received error : java.lang.Error: Throwing exception into an obsolete method!
7java.lang.Error: Throwing exception into an obsolete method!
Alex Light4eec3c52017-04-14 13:17:26 -07008 at art.Test946$DoRedefinitionClass.run(Test946.java:81)
9 at art.Test946$Transform.sayHi(Test946.java:26)
10 at art.Test946.doTest(Test946.java:88)
11 at art.Test946.run(Test946.java:73)
12 at Main.main(Main.java:19)
Alex Light2811b6e2017-02-13 14:58:18 -080013Hello - Transformed
14Not doing anything here
15Goodbye - Transformed