view test/runtime/6929067/T.java @ 13667:076e233aec3f

Fix AMD64HotSpotLIRGenerator.moveValueToThread
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 17 Jan 2014 13:58:56 +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");
  }
}