RFR(S): 8155950: Add minimal VM in JIB profile on linux-x86

2016-05-03 Thread Leonid Mesnik
Please review this small change which adds minimal VM as a part of default JIB profile on linux-x86. The fix also include quick workaround for bug JDK-8155946 . Bug: https://bugs.openjdk.java.net/browse/JDK-8155950 Webrev (top): http://cr.openj

Re: trouble setting up build environment on new linux system

2016-05-03 Thread Erik Joelsson
On 2016-05-03 20:58, Steve Drach wrote: Have you tried jib to set up your build environment? No I haven’t tried it. bash ./common/bin/jib.sh configure But it works perfectly! Thanks a lot. Good to hear! If you want to get your local toolchain working too, I believe you are missing the dev

Re: trouble setting up build environment on new linux system

2016-05-03 Thread Steve Drach
> Have you tried jib to set up your build environment? No I haven’t tried it. > > bash ./common/bin/jib.sh configure But it works perfectly! Thanks a lot. > > /Claes > > On 2016-05-03 20:03, Steve Drach wrote: >> My linux system was upgraded to Oracle Linux 7u1 from Linux 6u5. I manually

Re: trouble setting up build environment on new linux system

2016-05-03 Thread Claes Redestad
Have you tried jib to set up your build environment? bash ./common/bin/jib.sh configure /Claes On 2016-05-03 20:03, Steve Drach wrote: My linux system was upgraded to Oracle Linux 7u1 from Linux 6u5. I manually installed, using yum, jdk1.8.0_92, ran configure with the following options, --di

trouble setting up build environment on new linux system

2016-05-03 Thread Steve Drach
My linux system was upgraded to Oracle Linux 7u1 from Linux 6u5. I manually installed, using yum, jdk1.8.0_92, ran configure with the following options, --disable-warnings-as-errors --with-boot-jdk=/usr/java/jdk1.8.0_92 and started a make of jdk. For the most part it worked fine until it got h

Re: small changes, long build time

2016-05-03 Thread Erik Joelsson
The term exploded in exploded-image refers to how the class files are stored. In the exploded image, they are just files on disk while in the JDK or JRE image, they are packaged. In JDK 8 and older, it used to be in jars, but in JDK 9 it's a new format called jimage. /Erik On 2016-05-03 17:17

Re: small changes, long build time

2016-05-03 Thread Pete Brunet
What is exploded vs not exploded? On 5/3/16 4:55 AM, Erik Joelsson wrote: > > > On 2016-05-03 07:46, Alan Bateman wrote: >> >> >> On 03/05/2016 02:48, David Holmes wrote: >>> >>> So what build target will ensure the exploded image is created and >>> up to date? >> `make` without any target, that h

Re: JDK 9 RFR of JDK-8155872: Temporarily disable deprecation checking on the java.desktop module

2016-05-03 Thread Erik Joelsson
Looks good to me. /Erik On 2016-05-03 02:17, Joseph D. Darcy wrote: Hello, As part of deprecating Class.newInstance (JDK-6850612), the client team has requested to not @SuppressWarnings the uses of Class.newIntance in the java.desktop module, but rather to let the client team perform a full

Re: small changes, long build time

2016-05-03 Thread Erik Joelsson
On 2016-05-03 07:46, Alan Bateman wrote: On 03/05/2016 02:48, David Holmes wrote: So what build target will ensure the exploded image is created and up to date? `make` without any target, that has always been the default. Note that if you use Jib, the default target is remapped to build