RtalkTest examination
Mark Roos
mroos at roos.com
Wed Aug 31 12:23:41 PDT 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110831/b5639b86/attachment.html
More information about the mlvm-dev
mailing list