view test/runtime/6929067/T.java @ 17083:2b7c005ae93a

[SPARC] Introduce access of HotSpot flags for sparc cpu (VIS1,2,3)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 09 Sep 2014 12:11:57 -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");
  }
}