equal
deleted
inserted
replaced
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. |