langtools/test/tools/javap/classfile/T6887895.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6887895
    26  * @bug 6887895
    27  * @summary CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
    27  * @summary CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
    28  * @modules jdk.compiler/com.sun.tools.classfile
    28  * @modules jdk.jdeps/com.sun.tools.classfile
    29  */
    29  */
    30 
    30 
    31 import java.io.*;
    31 import java.io.*;
    32 import java.net.*;
    32 import java.net.*;
    33 import java.util.*;
    33 import java.util.*;