Ioi,
> Dmitry, are you running with -Xshare:on? If you use -Xshare:off (which
> is the default), when the CDS archive cannot be mapped, the JVM will
> continue execution.
I use default parameters for java. i.e. ever simple
java -version
refuses to start with the message below.
> Are you having
Hi,
Currently there is no easy way to produce an OpenJDK build which could
subsequently be used to build Substrate VM (part of Graal CE). Basic
building blocks are there, but no actual JDK image is getting produced
with the static libs along side their dynamic counterparts. This patch
addresses th
I like it!
I have to manually copy the libs each time.
BTW: I have a PR in our internal queue to update the graal repo so it can
build with the latest JDK 14.
Bob.
> On Jan 10, 2020, at 10:45 AM, Severin Gehwolf wrote:
>
> Hi,
>
> Currently there is no easy way to produce an OpenJDK bui
Hello Severin,
Looks good.
/Erik
On 2020-01-10 09:28, Bob Vandette wrote:
I like it!
I have to manually copy the libs each time.
BTW: I have a PR in our internal queue to update the graal repo so it can
build with the latest JDK 14.
Bob.
On Jan 10, 2020, at 10:45 AM, Severin Gehwolf w