test/runtime/6626217/IFace.java

Tue, 28 Jan 2014 14:56:01 -0800

author
katleman
date
Tue, 28 Jan 2014 14:56:01 -0800
changeset 6578
2fdc8a2268d2
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag jdk8u5-b06 for changeset 956c0e048ef2

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

mercurial