langtools/test/tools/javap/T8032819.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8032819
    26  * @bug 8032819
    27  * @summary Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
    27  * @summary Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
    28  * @modules jdk.compiler
    28  * @modules jdk.jdeps
    29  * @compile -g T8032819.java
    29  * @compile -g T8032819.java
    30  * @run main T8032819
    30  * @run main T8032819
    31  */
    31  */
    32 
    32 
    33 import java.io.*;
    33 import java.io.*;