Request for review(S): 7011627: C1: call_RT must support targets that don't fit in wdisp30
Tom Rodriguez
tom.rodriguez at oracle.com
Tue Jan 11 13:01:57 PST 2011
On Jan 11, 2011, at 12:44 PM, Igor Veresov wrote:
> Webrev: http://cr.openjdk.java.net/~iveresov/7011627/webrev.00/
I like that you're trying to use the short one when you can but I don't think that test is sufficient. The code is generated into a temporary blob and then moved into a RuntimeStub. You could conceivably just reach in the temporary code blob but not reach in the final one. I think you need to check that the call is reachable from the highest and lowest point in the code cache instead.
tom
>
> Thanks,
> igor
More information about the hotspot-compiler-dev
mailing list