test/runtime/6626217/IFace.java

Thu, 19 Sep 2013 09:36:51 -0700

author
cl
date
Thu, 19 Sep 2013 09:36:51 -0700
changeset 5664
34aa07e92d22
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag jdk8-b108 for changeset 85072013aad4

     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