view test/runtime/6626217/IFace.java @ 20634:ab72a2f48aef

8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant Reviewed-by: dholmes, kvn
author mdoerr
date Wed, 05 Nov 2014 16:28:11 +0100
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();
}