view test/runtime/6929067/T.java @ 16878:bbb987aec58d

HSAIL: pass the number of argument to the JavaCallArguments constructor. Add TraceTime for kernel creation. Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 21 Aug 2014 11:12:38 +0200
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");
  }
}