Integrated: 8278384: Bytecodes::result_type() for arraylength returns T_VOID instead of T_INT

Harold Seigel hseigel at openjdk.java.net
Fri Dec 17 15:14:30 UTC 2021


On Thu, 16 Dec 2021 13:39:18 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small change to specify T_INT instead of T_VOID as the return type for the arraylength bytecode.  The fix was tested with Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5 on Linux x64.
> 
> Thanks, Harold

This pull request has now been integrated.

Changeset: 769f14db
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/769f14db847813f5a3601e9ec21e6cadbd99ee96
Stats:     3 lines in 2 files changed: 0 ins; 1 del; 2 mod

8278384: Bytecodes::result_type() for arraylength returns T_VOID instead of T_INT

Reviewed-by: lfoltan, dholmes

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

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


More information about the hotspot-runtime-dev mailing list