RFR: 8281815: x86: Use short jumps in TIG::generate_slow_signature_handler

Richard Reingruber rrich at openjdk.java.net
Thu Feb 17 08:53:16 UTC 2022


On Thu, 17 Feb 2022 08:45:00 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> > Yes it is another way of doing so. For me the intend is clearer. Also you can pass a `NearLabel` to an assembler method that takes a `Label` parameter and there you can optimize if the passed `Label` is actually a `NearLabel`.
> 
> True. I would like to consider that out of scope for this PR, would you agree?

Of course.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7475


More information about the hotspot-dev mailing list