view test/runtime/6929067/T.java @ 13981:a1b71ebfdf5f

reduce IGV memory usage, intern strings, eliminate some LinkedHashMaps, cache InputEdges
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 19 Feb 2014 14:50:49 -0800
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");
  }
}