view test/runtime/6626217/IFace.java @ 1797:883a82d6d41d

6942092: Loader-constraint test is failing Summary: Fix test string compare to match source update Reviewed-by: dcubed, phh
author acorn
date Fri, 10 Sep 2010 12:36:47 -0400
parents 495caa35b1b5
children
line wrap: on
line source

// 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();
}