view test/runtime/6929067/T.java @ 3200:536b02e3cd2b

Fix for peeling spliting : inner framestates which are attached to nodes after the coloring can not be colored
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Fri, 08 Jul 2011 14:49:01 +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");
  }
}