view test/runtime/6929067/T.java @ 16340:e7af30d6ae5b

remove frame state manipulation after a DeoptimizeNode is appended as the state will never be used; remove unused ParameterNodes from a graph
author Doug Simon <doug.simon@oracle.com>
date Tue, 01 Jul 2014 11:48:54 +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");
  }
}