test/runtime/6626217/IFace.java

Thu, 04 Jul 2013 01:00:19 -0700

author
cl
date
Thu, 04 Jul 2013 01:00:19 -0700
changeset 5323
2bfa00fac03f
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag jdk8-b97 for changeset d197d377ab2e

     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