RFR: 8267332: xor value should handle bounded values [v3]
Nils Eliasson
neliasso at openjdk.java.net
Fri May 21 08:14:36 UTC 2021
On Fri, 21 May 2021 07:29:24 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Nils Eliasson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed missing test case
>
> test/hotspot/jtreg/compiler/types/TestMeetXor.java line 25:
>
>> 23:
>> 24: /*
>> 25: * @test
>
> This test looks like a good candidate for IR verification once the framework is integrated. Maybe file a follow-up RFE.
Yes - that's the good stuff I'm waiting for. I choose to not over-engineer this test with log-parsing and stuff. I filed https://bugs.openjdk.java.net/browse/JDK-8267527
-------------
PR: https://git.openjdk.java.net/jdk/pull/4136
More information about the hotspot-compiler-dev
mailing list