view test/runtime/6929067/T.java @ 20916:661ed7d3d10d

RegisterConfig: rename getAllocatableRegisters(PK,R[) to filterAllocatableRegisters and remove caching from implementors.
author Josef Eisl <josef.eisl@jku.at>
date Mon, 13 Apr 2015 16:50:27 +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");
  }
}