jdk/test/com/sun/jdi/BacktraceFieldTest.java
changeset 24973 8c4bc3fa4c4e
parent 5506 202f599c92aa
child 30376 2ccf2cf7ea48
equal deleted inserted replaced
24972:d3304c4e66b5 24973:8c4bc3fa4c4e
    28  *
    28  *
    29  *  @author jjh
    29  *  @author jjh
    30  *
    30  *
    31  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    31  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    32  *  @run compile -g BacktraceFieldTest.java
    32  *  @run compile -g BacktraceFieldTest.java
    33  *  @run main BacktraceFieldTest
    33  *  @run driver BacktraceFieldTest
    34  */
    34  */
    35 
    35 
    36 /*
    36 /*
    37  * The fix for this bug filters out the backtrace field from the list
    37  * The fix for this bug filters out the backtrace field from the list
    38  * of fields for java.lang.Throwable.
    38  * of fields for java.lang.Throwable.