Re: [APPCDS] JDK-8236847: JDK built on machine with 4K pages refused to start on machine with 64k pages

2020-01-10 Thread Dmitry Samersoff
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

RFR: 8236921: Add build target to produce a JDK image suitable for a Graal/SVM build

2020-01-10 Thread Severin Gehwolf
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

Re: RFR: 8236921: Add build target to produce a JDK image suitable for a Graal/SVM build

2020-01-10 Thread Bob Vandette
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

Re: RFR: 8236921: Add build target to produce a JDK image suitable for a Graal/SVM build

2020-01-10 Thread Erik Joelsson
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