Building leyden / premain-precompile
Vladimir Ivanov
vladimir.x.ivanov at oracle.com
Mon Aug 14 17:58:29 UTC 2023
Thanks for trying it out, Remi! I'll fix it.
I'd like to point out that premain-precompile is a dependent branch on
top of premain branch. JVMLS talk by John Rose covers the work happening
in premain branch.
premain-precompile explores different controlled compilation modes which
can be used, in particular, to populate shared code archive or model
online precompilation (jwarmup style).
Best regards,
Vladimir Ivanov
On 8/14/23 07:38, Remi Forax wrote:
> Hello,
> I'm building the premain-precompile branch of Leyden, and clang has found a bug:
>
> /Users/forax/leyden-premain-compile/leyden/src/hotspot/share/compiler/compileTask.hpp:78:7: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
> "precompile",
>
> There is a missing comma in between "preload" and "precompile", so it looks like a string concatenation.
>
> regards,
> Rémi
More information about the leyden-dev
mailing list