RFR: 8339298: Remove unused function declaration poll_for_safepoint

Christian Hagedorn chagedorn at openjdk.org
Fri Aug 30 09:01:22 UTC 2024


On Fri, 30 Aug 2024 07:03:57 GMT, Gui Cao <gcao at openjdk.org> wrote:

> Hi, I noticed that there are two unused function declarations here, in the historical version they were used without UseCompilerSafepoints, now the unused UseCompilerSafepoints have been removed, but the function declarations may have forgotten to be removed.
> 
> ### Testing
> - [x] release & fastdebug build OK on linux-aarch64
> - [x] release & fastdebug build OK on linux-riscv64

Looks good!

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

Marked as reviewed by chagedorn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20785#pullrequestreview-2271655731


More information about the hotspot-compiler-dev mailing list