< prev index next >

test/runtime/CommandLine/TestHexArguments.java

Print this page

        

@@ -25,10 +25,12 @@
  * @test
  * @bug 8042885
  * @summary Make sure there is no error using hexadecimal format in vm options
  * @author Yumin Qi
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestHexArguments
  */
 
 import java.io.File;
 import com.oracle.java.testlibrary.*;
 
< prev index next >