test/runtime/6929067/T.java

Wed, 21 Jan 2015 12:38:11 +0100

author
goetz
date
Wed, 21 Jan 2015 12:38:11 +0100
changeset 7574
a51071796915
parent 0
f90c822e73f8
permissions
-rw-r--r--

8068013: [TESTBUG] Aix support in hotspot jtreg tests
Reviewed-by: ctornqvi, fzhinkin, farvidsson

     1 public class T
     2 {
     3   public static boolean foo(boolean bar)
     4   {
     5     return bar;
     6   }
     8   public static void printIt()
     9   {
    10     System.out.println("Hello");
    11   }
    12 }

mercurial