< prev index next >

test/compiler/startup/StartupOutput.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 8026949
  * @summary Test ensures correct VM output during startup
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm StartupOutput
  */
 import com.oracle.java.testlibrary.*;
 
 public class StartupOutput {
   public static void main(String[] args) throws Exception {
< prev index next >