diff -r f6281d6d5a60 -r 43c2f12b4e90 hotspot/test/runtime/6626217/IFace.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hotspot/test/runtime/6626217/IFace.java Tue Aug 17 22:52:50 2010 -0700 @@ -0,0 +1,6 @@ +// 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(); +} +