view test/runtime/6929067/T.java @ 6481:6977b54ddba8

modified Monitor[Enter|Exit]StubCall nodes to use information provided by the (platform independent) backend instead of AMD64 specific nodes for linking the stub calls
author Doug Simon <doug.simon@oracle.com>
date Tue, 02 Oct 2012 14:17:40 +0200
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");
  }
}