< prev index next >

test/com/sun/jdi/RedefineMulti.sh

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 23,38 **** # questions. # # @test # @bug 4724076 ! # @summary Redefine does not work in for/while loop ! # @author Jim Holmlund/Swamy Venkataramanappa ! # # The failure occurs when a method is active and # a method that it calls multiple times is redefined # more than once. # @run shell/timeout=240 RedefineMulti.sh compileOptions=-g #java=java_g --- 23,38 ---- # questions. # # @test # @bug 4724076 ! # @summary Redefine does not work in for/while loop. # The failure occurs when a method is active and # a method that it calls multiple times is redefined # more than once. + # @author Jim Holmlund/Swamy Venkataramanappa + # # @run shell/timeout=240 RedefineMulti.sh compileOptions=-g #java=java_g
< prev index next >