view test/runtime/6929067/T.java @ 7625:b5f6465019f6

8006548: version wrong in new constantPool code Summary: fix increment problem with saved_version Reviewed-by: dholmes
author coleenp
date Thu, 17 Jan 2013 22:11:57 -0500
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");
  }
}