Integrated: 8314688: VM build without C1 fails after JDK-8313372
xpbob
duke at openjdk.org
Tue Aug 22 09:24:36 UTC 2023
On Tue, 22 Aug 2023 03:33:03 GMT, xpbob <duke at openjdk.org> wrote:
> [8314688: VM build without C1 fails after JDK-8313372]
>
> ./configure --with-jvm-features=-compiler1 --with-debug-level=release
> make images JOBS=32
>
>
> jvmciCompilerToVMInit.o:make/hotspot/src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp:252: more undefined references to `Compiler::is_intrinsic_supported(vmIntrinsicID)' follow
This pull request has now been integrated.
Changeset: 3e1b1bf9
Author: bobpengxie <bobpengxie at tencent.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3e1b1bf94e7acf9717b837085e61fc05a7765de4
Stats: 22 lines in 1 file changed: 20 ins; 0 del; 2 mod
8314688: VM build without C1 fails after JDK-8313372
Reviewed-by: yzheng, dnsimon, haosun
-------------
PR: https://git.openjdk.org/jdk/pull/15376
More information about the hotspot-compiler-dev
mailing list