RFR: 8252324: Signal related code should be shared among POSIX platforms [v4]

Coleen Phillimore coleenp at openjdk.java.net
Mon Sep 28 12:15:07 UTC 2020


On Mon, 28 Sep 2020 04:37:03 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Future cleanup: do we really need JVM_handle_<os>_signal to be cpu specific? I can imagine one copy of this with a few
> ifdefs or newly introduced os::pd_* functions.
The small bit of code that I looked at last week defied refactoring unfortunately, but yes, we should try to do this.

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

PR: https://git.openjdk.java.net/jdk/pull/157


More information about the hotspot-runtime-dev mailing list