author | zgu |
Thu, 04 Sep 2014 14:50:31 -0400 | |
changeset 26561 | e104c9397ca1 |
parent 25635 | d2f8ae0c908b |
child 40059 | c2304140ed64 |
permissions | -rw-r--r-- |
25635
d2f8ae0c908b
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
roland
parents:
diff
changeset
|
1 |
public class B extends A { |
d2f8ae0c908b
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
roland
parents:
diff
changeset
|
2 |
void m() { |
d2f8ae0c908b
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
roland
parents:
diff
changeset
|
3 |
} |
d2f8ae0c908b
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
roland
parents:
diff
changeset
|
4 |
} |
d2f8ae0c908b
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
roland
parents:
diff
changeset
|
5 |