jdk/test/tools/pack200/BandIntegrity.java
changeset 38746 517072d5a4e1
parent 37306 645dd89cd76c
equal deleted inserted replaced
38745:be430178b177 38746:517072d5a4e1
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary test ensures the proper sequencing of bands, dump bands as well.
    26  * @summary test ensures the proper sequencing of bands, dump bands as well.
    27  * @compile -XDignore.symbol.file Utils.java BandIntegrity.java
    27  * @compile -XDignore.symbol.file Utils.java BandIntegrity.java
    28  * @run main BandIntegrity
    28  * @run main BandIntegrity
    29  * @key intermittent
       
    30  * @author ksrini
    29  * @author ksrini
    31  */
    30  */
    32 import java.io.File;
    31 import java.io.File;
    33 import java.io.IOException;
    32 import java.io.IOException;
    34 import java.util.ArrayList;
    33 import java.util.ArrayList;