RFR: 8286597: Implement PollerProvider on AIX [v2]

Tyler Steele tsteele at openjdk.org
Wed May 10 21:32:46 UTC 2023


On Mon, 8 May 2023 23:45:19 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Tyler Steele has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Fixup
>>  - Rename poll2 to pollIndirect
>
> src/hotspot/share/adlc/main.cpp line 232:
> 
>> 230:   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
>> 231:   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
>> 232:   AD.addInclude(AD._CPP_file, "runtime/continuation.hpp");
> 
> This seems unrelated to the AIX changes. Is this include needed in general?

This change solved a build issue I had earlier in the development process. The build issue seems to have gone in my recent testing with this change removed. Thanks for pointing this out. I'll change the PR shortly.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13452#discussion_r1190411962


More information about the hotspot-dev mailing list