hotspot/test/runtime/6626217/IFace.java
changeset 6257 43c2f12b4e90
child 46503 760f8f589de3
equal deleted inserted replaced
6256:f6281d6d5a60 6257:43c2f12b4e90
       
     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 }
       
     6