Integrated: 8294083: RISC-V: Minimal build failed with --disable-precompiled-headers

Fei Yang fyang at openjdk.org
Wed Sep 21 13:00:28 UTC 2022


On Wed, 21 Sep 2022 03:01:00 GMT, Fei Yang <fyang at openjdk.org> wrote:

> The build failed due to undeclared 'java_lang_ref_Reference'.
> Including the corresponding header (classfile/javaClasses.hpp) will fix it.
> I see a similar issue was once fixed for aarch64: https://bugs.openjdk.org/browse/JDK-8257743
> 
> Testing: Minimal builds with this fix

This pull request has now been integrated.

Changeset: 0746bcb6
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0746bcb68fde1d59e71c573aaf448bc54a0897d3
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8294083: RISC-V: Minimal build failed with --disable-precompiled-headers

Reviewed-by: fjiang, yadongwang, shade

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

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


More information about the hotspot-dev mailing list