view test/runtime/6929067/T.java @ 14275:efc27a069897

8031151: Add basic CDS tests Summary: Added new tests to cover missing CDS basic funtions Reviewed-by: zgu, hseigel
author mseledtsov
date Wed, 15 Jan 2014 19:12:45 -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");
  }
}