1 hello 2 Not doing anything here 3 goodbye 4 hello 5 transforming calling function 6 Received error : java.lang.Error: Throwing exception into an obsolete method! 7 java.lang.Error: Throwing exception into an obsolete method! 8 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) 13 Hello - Transformed 14 Not doing anything here 15 Goodbye - Transformed 16