jdk/test/java/beans/Introspector/Test8027905.java
changeset 40702 ddd8e9b8af90
parent 21593 4284575a978e
equal deleted inserted replaced
40701:cfe188d1a054 40702:ddd8e9b8af90
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @bug 8027905
    28  * @bug 8027905
    29  * @summary Tests that GC does not affect a property type
    29  * @summary Tests that GC does not affect a property type
    30  * @author Sergey Malenkov
    30  * @author Sergey Malenkov
       
    31  * @run main/othervm -mx16m Test8027905
    31  */
    32  */
    32 
    33 
    33 public class Test8027905 {
    34 public class Test8027905 {
    34     public static void main(String[] args) {
    35     public static void main(String[] args) {
    35         PropertyDescriptor pd = BeanUtils.getPropertyDescriptor(Sub.class, "foo");
    36         PropertyDescriptor pd = BeanUtils.getPropertyDescriptor(Sub.class, "foo");