Integrated: 8297644: RISC-V: Compilation error when shenandoah is disabled

Magnus Ihse Bursie ihse at openjdk.org
Wed Nov 30 13:00:41 UTC 2022


On Fri, 25 Nov 2022 15:12:01 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> If configuring with `--disable-jvm-feature-shenandoahgc`, the risc-v port fails to build.
> 
> It seems that the code is really dependent on two header files, that is not declared, and probably has "leaked in" somewhere, but only if shenandoah is enabled. I have tried to resolve it to the best of my knowledge, but if you're not happy with the solution, by all means suggest a better way or take over this bug.

This pull request has now been integrated.

Changeset: 4d730f56
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4d730f561fc493a956386b053de492933933ff54
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8297644: RISC-V: Compilation error when shenandoah is disabled

Reviewed-by: fyang, yadongwang

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

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


More information about the hotspot-compiler-dev mailing list