source: trunk/openjdk/hotspot/test/runtime/6626217/IFace.java

Last change on this file was 278, checked in by dmik, 14 years ago

trunk: Merged in openjdk6 b22 from branches/vendor/oracle.

File size: 182 bytes
Line 
1// A simple interface, to allow an unknown foreign call from a class
2// loaded with LOADER1 to a class loaded with LOADER2.
3public interface IFace {
4 public many_loader[] gen();
5}
6
Note: See TracBrowser for help on using the repository browser.