Great. Thanks for the feedback, I have committed the correction along with an important fix for interactive applications.
Dongsheng Song wrote: > Thanks, your patch works good. > > I use jdk 1.6 bootstrap, spent 120 min. The use native bootstrap, spend 126 > min. > > --- > Dongsheng > > [EMAIL PROTECTED] www]$ /usr/local/jdk-1.7.0/bin/java -version > openjdk version "1.7.0-internal" > OpenJDK Runtime Environment (build > 1.7.0-internal-dongsheng_20_mar_2008_23_55-b00) > OpenJDK Client VM (build 12.0-b01, mixed mode) > > [EMAIL PROTECTED] www]$ /usr/local/jdk-1.7.0/bin/java -server -version > openjdk version "1.7.0-internal" > OpenJDK Runtime Environment (build > 1.7.0-internal-dongsheng_20_mar_2008_23_55-b00) > OpenJDK Server VM (build 12.0-b01, mixed mode) > > 2008/3/20, Kurt Miller <[EMAIL PROTECTED]>: >> Dongsheng Song wrote: >> > It's a memory compute bug for small memory computers, e.g. 256MB. >> >> >> Thanks for the report. Please try the attached diff which should address >> the negative mem problem. However, I'm skeptical that 256M will be >> enough real mem to build it. Make sure you have a lot of swap and expect >> plenty of thrashing (i.e. excessive build times). >> >> Also please don't use misc@ for ports and package questions. misc@ has >> enough 'noise' on it. :-) >> >> >> -Kurt >>