I was wondering what the expected differences are in the usage of these two paths. The names imply something but I find it confusing.
In my use case ( in line cache) one of the paths is directly into a method handle to invoke and the other goes to either another GWT or the lookup. Both should be fast up to the lookup which could be slower. I would also like to see the optimizer reduce chains of GWTs or at least reorder them. So is there a difference I should be aware of? Right now I put the chain of GWTs into the slow path. thanks mark
_______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev