lin
2025-07-31 065ea569db06206874bbfa18eb25ff6121aec09b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hello
Not doing anything here
goodbye
hello
transforming calling function
Received error : java.lang.Error: Throwing exception into an obsolete method!
java.lang.Error: Throwing exception into an obsolete method!
   at art.Test946$DoRedefinitionClass.run(Test946.java:81)
   at art.Test946$Transform.sayHi(Test946.java:26)
   at art.Test946.doTest(Test946.java:88)
   at art.Test946.run(Test946.java:73)
   at Main.main(Main.java:19)
Hello - Transformed
Not doing anything here
Goodbye - Transformed