Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2009 11:34:02 +0200
From:      Benno Overeinder <benno@NLnetLabs.nl>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        FreeBSD-gnats-submit@freebsd.org, brian@experts-exchange.com, freebsd-java@freebsd.org
Subject:   Re: allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks
Message-ID:  <4A2E2C8A.1060401@NLnetLabs.nl>
In-Reply-To: <4A2E2B6B.3030901@NLnetLabs.nl>
References:  <20090510210726.C9DE52840C@chen.org.nz> <4A2E2B6B.3030901@NLnetLabs.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/9/09 11:29 AM, Benno Overeinder wrote:
> The first compile/bootstrap of openjdk6 using the Diablo javac compiler
> is fine.  Afterwards, I wanted to reinstall with other options, that is,
> with and without IPv6 for testing purposes.  This failed (repetitively,
> also after make clean) when the OpenJDK javac compiler was put to use, e.g.
> 
> # Running javac:
> /usr/local/diablo-jdk1.6.0/bin/java -client -Xmx896m -Xms128m
> -XX:PermSize=32m -XX:MaxPermSize=160m
> -Xbootclasspath/p:/usr/ports/java/openjdk6/work/build/bsd-i586/langtools/dist/bootstrap/lib/javac.jar
> ...

I meant of course:

# Running javac:
/usr/local/openjdk6/bin/java -client -Xmx896m -Xms128m
-XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclasspath/p:/usr/ports/java/openjdk6/work/build/bsd-i586/langtools/dist/bootstrap/lib/javac.jar
...

-- Benno

-- 
Benno J. Overeinder
NLnet Labs
http://www.nlnetlabs.nl/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A2E2C8A.1060401>