You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
490 B
16 lines
490 B
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
|