Re: bootcycle-images fail

2019-04-04 Thread Erik Joelsson
It's not just you. I see it in our CI as well. It was caused by my change https://bugs.openjdk.java.net/browse/JDK-8221764 Will look into it. /Erik On 2019-04-04 11:35, Andrew Haley wrote: This is jdk-jdk, 54423:6c0ab8bd8da5 Building JVM variant 'server' with features 'aot cds cmsgc compiler1

bootcycle-images fail

2019-04-04 Thread Andrew Haley
This is jdk-jdk, 54423:6c0ab8bd8da5 Building JVM variant 'server' with features 'aot cds cmsgc compiler1 compiler2 dtrace epsilongc g1gc graal jfr jni-check jvmci jvmti management nmt parallelgc serialgc services shenandoahgc vm-structs' Boot cycle build step 2: Building a new JDK image using pr

Re: RFR: JDK-8180198: make bootcycle-images fail with uses of -d64 flags

2017-05-12 Thread Tim Bell
Erik: Looks good to me as well. Tim On 05/12/17 11:36, Kumar Srinivasan wrote: Looks good, and thanks for fixing this quickly!. Kumar With the removal of the -d64 flag, bootcycle builds started failing. This patch stops trying to use -d64 completely for the boot jdk since it shouldn't be n

Re: RFR: JDK-8180198: make bootcycle-images fail with uses of -d64 flags

2017-05-12 Thread Kumar Srinivasan
Looks good, and thanks for fixing this quickly!. Kumar With the removal of the -d64 flag, bootcycle builds started failing. This patch stops trying to use -d64 completely for the boot jdk since it shouldn't be needed for either JDK 8 or 9. The checks that used this parameter to see if the JV

Re: RFR: JDK-8180198: make bootcycle-images fail with uses of -d64 flags

2017-05-12 Thread Mandy Chung
> On May 12, 2017, at 11:30 AM, Erik Joelsson wrote: > > With the removal of the -d64 flag, bootcycle builds started failing. This > patch stops trying to use -d64 completely for the boot jdk since it shouldn't > be needed for either JDK 8 or 9. The checks that used this parameter to see > if

RFR: JDK-8180198: make bootcycle-images fail with uses of -d64 flags

2017-05-12 Thread Erik Joelsson
With the removal of the -d64 flag, bootcycle builds started failing. This patch stops trying to use -d64 completely for the boot jdk since it shouldn't be needed for either JDK 8 or 9. The checks that used this parameter to see if the JVM was 64 bit has been rewritten to instead look at the ver