view test/runtime/6929067/T.java @ 20183:9dc78dc645e5

Integer exact arithmetic: make sure non-exact stamp logic is not used
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 02 Apr 2015 14:37:44 +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");
  }
}