RFR: 8265767: compiler/eliminateAutobox/TestIntBoxing.java crashes on arm32 after 8264649 in debug VMs [v2]
Christoph Göttschkes
cgo at openjdk.java.net
Mon May 3 12:58:51 UTC 2021
On Sun, 2 May 2021 00:51:35 GMT, Hui Shi <hshi 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.
>
>> 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.
Hi @huishi-hs, hotspot tier1 passes on my ARMv7-A targets.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3818
More information about the hotspot-compiler-dev
mailing list