view test/runtime/6626217/IFace.java @ 7346:5ce0743ba6d8

Small fix that prevented debug mode to work with DebugSnippets set to false.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 12 Jan 2013 14:50:48 +0100
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();
}