view test/runtime/6626217/IFace.java @ 17177:805a26002dc7

[SPARC] Implement stuffing of delay slots in branches and calls. Optimized the cmove for integer and fp ops
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 22 Sep 2014 09:21:29 -0700
parents 495caa35b1b5
children
line wrap: on
line source

// A simple interface, to allow an unknown foreign call from a class
// loaded with LOADER1 to a class loaded with LOADER2.
public interface IFace {
  public many_loader[] gen();
}