langtools/test/tools/javap/T6980017.java
changeset 6601 90c4a1a64217
parent 6578 964b4d71d26f
child 30730 d3ce7619db2c
equal deleted inserted replaced
6600:b3bb16faccc2 6601:90c4a1a64217
    37     void run() throws Exception {
    37     void run() throws Exception {
    38 
    38 
    39         String[] args = {
    39         String[] args = {
    40             "-v",
    40             "-v",
    41             "-XDdetails:source",
    41             "-XDdetails:source",
    42             "java.lang.String"
    42             "java.lang.Object"
    43         };
    43         };
    44 
    44 
    45         StringWriter sw = new StringWriter();
    45         StringWriter sw = new StringWriter();
    46         PrintWriter pw = new PrintWriter(sw);
    46         PrintWriter pw = new PrintWriter(sw);
    47         int rc = com.sun.tools.javap.Main.run(args, pw);
    47         int rc = com.sun.tools.javap.Main.run(args, pw);