allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks

Benno Overeinder benno at NLnetLabs.nl
Tue Jun 9 09:34:08 UTC 2009


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/


More information about the freebsd-java mailing list