comparison test/compiler/startup/StartupOutput.java @ 14502:2757a106eaa8

8032642: [TESTBUG] Fix testbugs in compiler/startup/.* Summary: Fixed issues with these tests Reviewed-by: kvn, twisti
author anoll
date Wed, 26 Feb 2014 07:44:59 +0100
parents a196f1aaec86
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14501:f217a92ae194 14502:2757a106eaa8
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026949 26 * @bug 8026949
27 * @summary Test ensures correct VM output during startup 27 * @summary Test ensures correct VM output during startup
28 * @library ../../testlibrary 28 * @library /testlibrary
29 *
30 */ 29 */
31 import com.oracle.java.testlibrary.*; 30 import com.oracle.java.testlibrary.*;
32 31
33 public class StartupOutput { 32 public class StartupOutput {
34 public static void main(String[] args) throws Exception { 33 public static void main(String[] args) throws Exception {