test/tools/javap/T6980017.java

changeset 683
bbc9765d9ec6
parent 660
ae3acbf63943
child 2525
2eb010b6cb22
equal deleted inserted replaced
682:6e2ccba61117 683:bbc9765d9ec6
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);

mercurial