RFR: 8267332: xor value should handle bounded values [v3]
Nils Eliasson
neliasso at openjdk.java.net
Fri May 21 09:40:09 UTC 2021
On Fri, 21 May 2021 07:28:23 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 39:
>
>> 37: public class TestMeetXor {
>> 38: public static void main(String[] args) throws Exception {
>> 39: for (int i = 0; i < 10000; i++) {
>
> Maybe increase number of iterations to make sure C2 compilation is triggered (and maybe also add `-Xbatch`).
Thanks Tobias! Fixed all your comments.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4136
More information about the hotspot-compiler-dev
mailing list