view test/runtime/6626217/IFace.java @ 3756:c8f2186acf6d

7053520: JSR292: crash in invokedynamic with C1 using tiered and compressed oops Reviewed-by: iveresov, never
author twisti
date Tue, 14 Jun 2011 12:25:05 -0700
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();
}