view test/runtime/6929067/T.java @ 13237:bc1b0ff498f4

removed no longer needed dependency from c.o.g.compiler.ptx to c.o.g.hotspot
author Doug Simon <doug.simon@oracle.com>
date Tue, 03 Dec 2013 18:06:21 +0100
parents 3b3d12e645e7
children
line wrap: on
line source

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}