RFR: 8339298: Remove unused function declaration poll_for_safepoint
Gui Cao
gcao at openjdk.org
Mon Sep 2 01:26:26 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
Thanks all for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20785#issuecomment-2323601152
More information about the hotspot-compiler-dev
mailing list