[PATCH] hotspot: [1/many] Compile with gcc 4.3

2007-12-12 Thread Ismail Dönmez
Hi there, gcc 4.3 no longer provides iostream.h it was a compatibility header anyway. Following patch is needed now. Should be fine for all other gcc's. Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again. diff -r 92489cdc94d1 src/share/vm/adlc/filebuff.h

Re: java.lang.OutOfMemoryError: Java heap space while bootstrapping OpenJDK

2007-12-09 Thread Ismail Dönmez
Sunday 09 December 2007 22:12:10 tarihinde Igor Nekrestyanov şunları yazmıştı: > I suggest to start with recent JDK7 build as bootstrap - > http://download.java.net/jdk7/binaries/. This fixed the problem, thanks. -- Never learn by your mistakes, if you do you may never dare to try again.

Re: java.lang.OutOfMemoryError: Java heap space while bootstrapping OpenJDK

2007-12-09 Thread Ismail Dönmez
Sunday 09 December 2007 20:33:50 tarihinde Ismail Dönmez şunları yazmıştı: > Sunday 09 December 2007 20:16:48 tarihinde Ismail Dönmez şunları yazmıştı: > > Hi all, > > > > I cloned latest OpenJDK off HG forest tree. And I am using jdk 1.6 to > > bootstrap, to be exac

Re: java.lang.OutOfMemoryError: Java heap space while bootstrapping OpenJDK

2007-12-09 Thread Ismail Dönmez
Sunday 09 December 2007 20:16:48 tarihinde Ismail Dönmez şunları yazmıştı: > Hi all, > > I cloned latest OpenJDK off HG forest tree. And I am using jdk 1.6 to > bootstrap, to be exact : > > [~/jdk7]> javac -version > javac 1.6.0_03 > > All sanity tests passes but

java.lang.OutOfMemoryError: Java heap space while bootstrapping OpenJDK

2007-12-09 Thread Ismail Dönmez
Hi all, I cloned latest OpenJDK off HG forest tree. And I am using jdk 1.6 to bootstrap, to be exact : [~/jdk7]> javac -version javac 1.6.0_03 All sanity tests passes but when I try make, I get : === # Running javac: /opt