Re: jdk 8 building just jdk

2013-08-05 Thread Erik Joelsson
On 2013-07-27 07:49, Alan Bateman wrote: On 26/07/2013 20:38, Mike Duigou wrote: On Jul 26 2013, at 18:41 , Pete Brunet wrote: Am doing my first jdk8 build. After reading through the build readme I didn't see any info on building just jdk and using an import lib. I'm guessing this is no long

Re: jdk 8 building just jdk

2013-07-27 Thread Alan Bateman
On 26/07/2013 23:24, Phil Race wrote: Flogging a dead horse here .. > it shouldn't really be necessary to do partial builds any more (it was way too fragile in the past with the old build) I whole heartedly disagree. I've said it before and I say it again. I do not want to build hotspot or an

Re: jdk 8 building just jdk

2013-07-26 Thread Phil Race
Flogging a dead horse here .. > it shouldn't really be necessary to do partial builds any more (it was way too fragile in the past with the old build) I whole heartedly disagree. I've said it before and I say it again. I do not want to build hotspot or anything else besides JDK I do not want t

Re: jdk 8 building just jdk

2013-07-26 Thread Mike Duigou
MacOS in my closest config. Windows is quite a bit slower on comparable hardware,and an SSD also makes a huge difference. I would guess that these times seem about reasonable for a clean windows build On Jul 26, 2013, at 9:40 PM, Pete Brunet wrote: > Hi Mike, Thanks. Below are my build times

Re: jdk 8 building just jdk

2013-07-26 Thread Alan Bateman
On 26/07/2013 20:38, Mike Duigou wrote: On Jul 26 2013, at 18:41 , Pete Brunet wrote: Am doing my first jdk8 build. After reading through the build readme I didn't see any info on building just jdk and using an import lib. I'm guessing this is no longer possible but checking... It's probably

Re: jdk 8 building just jdk

2013-07-26 Thread Pete Brunet
Hi Mike, Thanks. Below are my build times (prior to a crash in jdk). I'm running 64 bit Win 7 on a 2.53 GHz dual core 8 GB Lenovo T500. I'm using cygwin. langtools: 4:34 hotspot: 18:29 corba: 2:51 jaxp: 5:31 jaxws: 10:26 jdk: failed So I'm up to about 40 min with just those. Are you running c

Re: jdk 8 building just jdk

2013-07-26 Thread Mike Duigou
On Jul 26 2013, at 18:41 , Pete Brunet wrote: > Am doing my first jdk8 build. After reading through the build readme I > didn't see any info on building just jdk and using an import lib. I'm > guessing this is no longer possible but checking... It's probably possible but usually not necessary.