< prev index next >

test/runtime/CommandLine/UnrecognizedVMOption.java

Print this page

        

*** 24,33 **** --- 24,35 ---- /* * @test * @bug 8006298 * @summary Using an unrecognized VM option should print the name of the option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm UnrecognizedVMOption */ import com.oracle.java.testlibrary.*; public class UnrecognizedVMOption {
< prev index next >