view test/runtime/6929067/T.java @ 16424:1bed6de938cd

Truffle: if value is null use instance stamps, not class or type stamps.
author Danilo Ansaloni <danilo.ansaloni@oracle.com>
date Tue, 08 Jul 2014 15:59:34 +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");
  }
}