view test/runtime/6626217/IFace.java @ 23572:d6c92b9e192e jdk8u102-b00 jdk8u82-b00

Added tag jdk8u76-b04 for changeset 16f7b676725a
author asaha
date Mon, 25 Jan 2016 13:21:15 -0800
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();
}