equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6332962 |
26 * @bug 6332962 |
27 * @summary Test that DescriptorSupport does not serialize targetObject |
27 * @summary Test that DescriptorSupport does not serialize targetObject |
28 * @author Eamonn McManus |
28 * @author Eamonn McManus |
29 * @modules java.management |
29 * |
30 * @run clean DescriptorSupportSerialTest |
30 * @run clean DescriptorSupportSerialTest |
31 * @run build DescriptorSupportSerialTest |
31 * @run build DescriptorSupportSerialTest |
32 * @run main DescriptorSupportSerialTest |
32 * @run main DescriptorSupportSerialTest |
33 */ |
33 */ |
34 |
34 |