mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8046824: class SJavacTestUtil and *Wrapper are redundant and should be removed
Reviewed-by: ksrini
This commit is contained in:
parent
1e87b47b2a
commit
6ec02aa50b
12 changed files with 64 additions and 205 deletions
|
@ -21,6 +21,16 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @summary Test all aspects of sjavac.
|
||||
* @bug 8004658 8042441 8042699
|
||||
*
|
||||
* @build Wrapper
|
||||
* @run main Wrapper SJavac
|
||||
*/
|
||||
|
||||
import java.util.*;
|
||||
import java.io.*;
|
||||
import java.nio.file.*;
|
||||
|
@ -29,8 +39,7 @@ import java.nio.charset.*;
|
|||
|
||||
import com.sun.tools.sjavac.Main;
|
||||
|
||||
public
|
||||
class SJavac {
|
||||
public class SJavac {
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue