Building leyden / premain-precompile

Remi Forax forax at univ-mlv.fr
Tue Aug 15 10:24:51 UTC 2023


----- Original Message -----
> From: "Vladimir Ivanov" <vladimir.x.ivanov at oracle.com>
> To: "leyden-dev" <leyden-dev at openjdk.org>
> Sent: Tuesday, August 15, 2023 12:43:07 AM
> Subject: Re: Building leyden / premain-precompile

> 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.

ok, branch changed :)

> 
> 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

Rémi

> 
> 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