source:
trunk/openjdk/hotspot/test/runtime/6626217/IFace.java
Last change on this file was 278, checked in by , 14 years ago | |
---|---|
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. |
3 | public interface IFace { |
4 | public many_loader[] gen(); |
5 | } |
6 |
Note:
See TracBrowser
for help on using the repository browser.