langtools/test/tools/javac/classfiles/InnerClasses/SyntheticClasses.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /** @test
    24 /** @test
    25  *  @bug 8034854
    25  *  @bug 8034854
    26  *  @summary Verify that the InnerClasses attribute has outer_class_info_index zero if it has
    26  *  @summary Verify that the InnerClasses attribute has outer_class_info_index zero if it has
    27  *           inner_name_index zero (for synthetic classes)
    27  *           inner_name_index zero (for synthetic classes)
    28  *  @modules jdk.compiler/com.sun.tools.classfile
    28  *  @modules jdk.jdeps/com.sun.tools.classfile
    29  *  @compile SyntheticClasses.java
    29  *  @compile SyntheticClasses.java
    30  *  @run main SyntheticClasses
    30  *  @run main SyntheticClasses
    31  */
    31  */
    32 
    32 
    33 import java.io.*;
    33 import java.io.*;