Is that your GWT chains?  If so, these are either a little too long or we 
have a bug somewhere.


I don't think so ( I think this is a constant look up )

The test part of gwt looks like


  public static boolean test(RtObject oldClass, RtObject receiver) {
    //System.out.println("test");

    //if(rtn) {RtCallSite.sends = RtCallSite.sends + 1;
    //}
    //if(rtn == false){
    //  System.out.println("fail");
    //}
    //System.out.println(receiver);
    //System.out.println(oldClass.getCfClassName());
    boolean rtn=receiver.classField() == oldClass;
    return rtn;
  }



mark

_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to