view test/runtime/6929067/T.java @ 16123:5fa2e2f73fa6

UnsafeLoad: insert uncompress operation also for null constant
author Bernhard Urban <bernhard.urban@jku.at>
date Tue, 17 Jun 2014 17:46:56 +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");
  }
}