view test/runtime/6929067/T.java @ 14425:2e3c546f46d9

8027966: Adapt PPC to 8023657: New type profiling points: arguments to call Reviewed-by: dholmes
author goetz
date Thu, 07 Nov 2013 11:44:53 +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");
  }
}