Re: trunk build failed on window with java.lang.StackOverFlowError...

2014-03-19 Thread Myrna van Lunteren
I was able to build trunk - apparently without trouble - on windows 7 with jdk 1.8 (64 bit) after setting the following ANT_OPTS: "-Xms512m -Xmx1024m -Xss1024k" On to 10.10... Myrna On Wed, Mar 19, 2014 at 8:04 AM, dag wanvik wrote: > Data point: I just compiler derby successfully with > > >

Re: trunk build failed on window with java.lang.StackOverFlowError...

2014-03-19 Thread dag wanvik
Data point: I just compiler derby successfully with > ant clobber all buildjars on WIndows 7 (64 bits) with the new JDK: > java -version java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode) under cygwin. I don't

Re: trunk build failed on window with java.lang.StackOverFlowError...

2014-03-19 Thread Myrna van Lunteren
Thanks for those experiments and reports... I can probably find a Linux box, but I'll try 10.10 on windows first. (I started with trunk). I've not done the release generation on Linux before, so would probably need to set up some more bits and pieces. On the other hand, there's always been irrita

Re: trunk build failed on window with java.lang.StackOverFlowError...

2014-03-19 Thread Knut Anders Hatlen
Rick Hillegas writes: > On 3/18/14 5:47 PM, Myrna van Lunteren wrote: >> Hi, >> >> I downloaded a copy of the shiny new hotspot jdk 8, and tried to >> build trunk, on windows (7), but got two StackOverFlowError / out of >> resource errors, like so: >> [javac] The system is out of resources.

Re: trunk build failed on window with java.lang.StackOverFlowError...

2014-03-19 Thread Rick Hillegas
On 3/18/14 5:47 PM, Myrna van Lunteren wrote: Hi, I downloaded a copy of the shiny new hotspot jdk 8, and tried to build trunk, on windows (7), but got two StackOverFlowError / out of resource errors, like so: [javac] The system is out of resources. [javac] Consult the following stac