RFR: JDK-8331732 : [PPC64] Unify and optimize code which converts != 0 to 1 [v17]

Suchismith Roy sroy at openjdk.org
Fri Jun 28 20:39:20 UTC 2024


On Fri, 28 Jun 2024 20:23:42 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

>> I think you can't specify the parameters arbitrarily like this. If you want to pass "true" then you have to specify the register as well;
>
> Build is succeding . And i also did a register check for templateGenerator with this example using normalize_bool(result,false) ,(java -version was not hitting this code). Seems to be working fine.

I think the 2nd value is taken at default.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19886#discussion_r1659295984


More information about the hotspot-dev mailing list