@Ignore // test has intermittent problems
// checking call site caching in the caller - do we need to clear it out?
// Are we just not having to because isCompilable is off?
@Test
public void methodCallTargetComingAndGoing() throws Exception {
binLoader = new TestClassloaderWithRewriting();
String t = "simple.BasicG";
String target = "simple.BasicGTarget";
TypeRegistry r = getTypeRegistry(t + "," + target);
ReloadableType rtype = r.addType(t, loadBytesForClass(t));
ReloadableType rtypeTarget = r.addType(target, loadBytesForClass(target));