view test/runtime/6929067/T.java @ 17223:5b8f316bdb9e

Using suppress warning for SPARCNodeLIRBuilder
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 25 Sep 2014 20:57:00 -0700
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");
  }
}