RFR: 8297036: Generalize C2 stub mechanism

Aleksey Shipilev shade at openjdk.org
Tue Nov 22 17:09:05 UTC 2022


On Tue, 22 Nov 2022 13:06:05 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> You probably need to call it `c2_CodeStubs_riscv.cpp`? This might be some weird build system quirk?

Ah. "Of course." You have `share/opto/c2_CodeStubs.cpp` and `cpu/riscv/c2_CodeStubs.cpp`. Only one gets compiled. Don't clash the compilation unit names :)

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

PR: https://git.openjdk.org/jdk/pull/11188


More information about the hotspot-compiler-dev mailing list