view test/runtime/6929067/T.java @ 15522:589c3627fab8

special cases for addresses involving compressed references
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 05 May 2014 20:33:00 -0700
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");
  }
}