< prev index next >

test/runtime/CommandLine/CompilerConfigFileWarning.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 7167142
  * @summary Warn if unused .hotspot_compiler file is present
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm CompilerConfigFileWarning
  */
 
 import java.io.PrintWriter;
 import com.oracle.java.testlibrary.*;
 
< prev index next >