RFR: 8265767: compiler/eliminateAutobox/TestIntBoxing.java crashes on arm32 after 8264649 in debug VMs [v2]
Hui Shi
hshi at openjdk.java.net
Sun May 2 00:54:50 UTC 2021
On Fri, 30 Apr 2021 17:46:41 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> The fix is reasonable.
> Add comment `// remove dead node later`
> Pass `PhaseIterGVN* igvn` instead of `eliminate_autobox(PhaseGVN* phase)` to simplify code. Note, `can_reshape == true` only for PhaseIterGVN.
@vnkozlov Thanks for your review! All comments are fixed and pass Tier1-3 on Linux x86_64, release and fastdebug build, default option and -XX:-TieredCompilation.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3818
More information about the hotspot-compiler-dev
mailing list