1hello 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! 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) 13Hello - Transformed 14Not doing anything here 15Goodbye - Transformed 16