source: trunk/openjdk/hotspot/test/runtime/6929067/T.java

Last change on this file was 278, checked in by dmik, 14 years ago

trunk: Merged in openjdk6 b22 from branches/vendor/oracle.

File size: 157 bytes
Line 
1public class T
2{
3 public static boolean foo(boolean bar)
4 {
5 return bar;
6 }
7
8 public static void printIt()
9 {
10 System.out.println("Hello");
11 }
12}
Note: See TracBrowser for help on using the repository browser.