<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
I ran into the same issue last week. <br>
<br>
I'm hoping to push some RMI changes to 6-open shortly. Will push
7058133 in there also.<br>
<br>
regards,<br>
Sean.<br>
<br>
On 14/11/11 16:34, Kelly O'Hair wrote:
<blockquote
cite="mid:CE1A69BC-1E00-4CC9-9AFC-155CE8A52113@oracle.com"
type="cite">After you apply the fix, you need to start from
scratch, delete the build/ directory and start again.
<div><br>
</div>
<div>-kto</div>
<div><br>
<div>
<div>On Nov 13, 2011, at 7:10 PM, Li Li wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite"><span class="Apple-style-span"
style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">hi all</span>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
I tried to build a debug version of openjdk6. I
follows these articles:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><a
moz-do-not-send="true"
href="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html"
target="_blank" style="color: rgb(0, 0, 204);">http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html</a></div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><a
moz-do-not-send="true"
href="http://hg.openjdk.java.net/jdk6/jdk6/raw-file/tip/README-builds.html"
target="_blank" style="color: rgb(0, 0, 204);">http://hg.openjdk.java.net/jdk6/jdk6/raw-file/tip/README-builds.html</a></div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> I've got the
latest codes and an error occured:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
2045 /usr/bin/gcc -O2 -fno-strict-aliasing -fPIC
-W -Wall -Wno-unused -Wno-parentheses -fno-omit-fra
me-pointer -D_LITTLE_ENDIAN -DARCH='"i586"' -Di586
-DLINUX -DRELEASE='"1.6.0-internal"' -D_LARGEFI
LE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I.
-I/media/d/openjdk6/build/linux-i586/tmp/sun/sun.security
.pkcs11/j2pkcs11/CClassHeaders
-I../../../../src/solaris/javavm/export
-I../../../../src/share/javav m/export
-I../../../../src/share/javavm/include
-I../../../../src/solaris/javavm/include -I../../../
../src/share/native/sun/security/pkcs11/wrapper
-I../../../../src/solaris/native/sun/security/pkcs11
/wrapper -I../../../../src/share/native/common
-I../../../../src/solaris/native/common -I../../../..
/src/share/native/sun/security/pkcs11
-I../../../../src/solaris/native/sun/security/pkcs11 -c
-o
/media/d/openjdk6/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_convert.o
../../../
../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">2046
../../../../src/share/native/sun/security/pkcs11/j2secmod.c:76:27:
error: conflicting types for 'Jav
a_sun_security_pkcs11_Secmod_nssGetModuleList'</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">2047
/media/d/openjdk6/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/sun_security_p
kcs11_Secmod.h:49:27: note: previous declaration of
'Java_sun_security_pkcs11_Secmod_nssGetModuleLis t'
was here</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">2048 make[6]: ***
[/media/d/openjdk6/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod.o
] Error 1</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> I searched a
bug in sun's bug database:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
<a moz-do-not-send="true"
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7058133"
target="_blank" style="color: rgb(0, 0, 204);">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7058133</a></div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
in my make/sun/security/pkcs11/Makefile</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> There is not
any JAVAHFLAGS += -classpath $(CLASSDESTDIR) </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
So I tried to add this line. But it still failed.</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> The result of
make sanity:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
make[1]: Entering directory
`/media/d/openjdk6/jdk/make'</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">make[2]: Entering
directory `/media/d/openjdk6/jdk/make/tools/freetypecheck'</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">make[2]: Nothing to
be done for `all'.</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
make[2]: Leaving directory
`/media/d/openjdk6/jdk/make/tools/freetypecheck'</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">make[1]: Leaving
directory `/media/d/openjdk6/jdk/make'</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Build Machine
Information:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> build machine =
lili-desktop</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Build Directory
Structure:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
CWD = /media/d/openjdk6</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> TOPDIR = .</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
LANGTOOLS_TOPDIR = ./langtools</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> JAXP_TOPDIR =
./jaxp</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
JAXWS_TOPDIR = ./jaxws</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CORBA_TOPDIR =
./corba</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_TOPDIR = ./hotspot</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> JDK_TOPDIR =
./jdk</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Build Directives:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
BUILD_LANGTOOLS = true </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BUILD_JAXP =
true </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
BUILD_JAXWS = true </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BUILD_CORBA =
true </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
BUILD_HOTSPOT = true </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BUILD_JDK =
true </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
DEBUG_CLASSFILES = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> DEBUG_BINARIES =
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Hotspot Settings: </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_BUILD_JOBS = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_OUTPUTDIR =
/media/d/openjdk6/build/linux-i586/hotspot/outputdir </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_EXPORT_PATH =
/media/d/openjdk6/build/linux-i586/hotspot/import </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Bootstrap Settings:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BOOTDIR =
/home/lili/java/jdk1.6.0_26/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_BOOTDIR = /home/lili/java/jdk1.6.0_26/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BOOT_VER = 1.6
[requires at least 1.6]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
OUTPUTDIR = /media/d/openjdk6/build/linux-i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ALT_OUTPUTDIR =
/media/d/openjdk6/build/linux-i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ABS_OUTPUTDIR = /media/d/openjdk6/build/linux-i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
Build Tool Settings:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> SLASH_JAVA =
/NOT-SET</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_SLASH_JAVA = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> VARIANT = OPT</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
JDK_DEVTOOLS_DIR = /NOT-SET/devtools</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_JDK_DEVTOOLS_DIR = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ANT_HOME = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> UNIXCOMMAND_PATH
= /bin/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_UNIXCOMMAND_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> COMPILER_PATH =
/usr/bin/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_COMPILER_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> DEVTOOLS_PATH =
/usr/bin/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_DEVTOOLS_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> UNIXCCS_PATH =
/usr/ccs/bin/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_UNIXCCS_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> USRBIN_PATH =
/usr/bin/</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_USRBIN_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> MOTIF_DIR = /usr</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_MOTIF_DIR = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> MOTIF_REQUIRED =
false</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
COMPILER_NAME = GCC</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> COMPILER_VERSION
= </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
CC_VER = 4.5 [requires at least 3.2]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ZIP_VER = 3.0
[requires at least 2.2]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
UNZIP_VER = 6.00 [requires at least 5.12]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ANT_VER = 1.8
[requires at least 1.6.3]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
TEMPDIR = /media/d/openjdk6/build/linux-i586/tmp</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
Build Directives:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> OPENJDK = true</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
USE_HOTSPOT_INTERPRETER_MODE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> PEDANTIC = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
DEV_ONLY = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> NO_DOCS = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
NO_IMAGES = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> TOOLS_ONLY = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
INSANE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> COMPILE_APPROACH
= parallel</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
PARALLEL_COMPILE_JOBS = 2</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_PARALLEL_COMPILE_JOBS = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
FASTDEBUG = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
COMPILER_WARNINGS_FATAL = false</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
COMPILER_WARNING_LEVEL = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> INCREMENTAL_BUILD
= false</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
CC_HIGHEST_OPT = -O3 </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CC_HIGHER_OPT =
-O3 </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
CC_LOWER_OPT = -O2 </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CXXFLAGS = -O2
-fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses
-fno-omit-frame-pointer -D_LITTLE_ENDIAN </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CFLAGS = -O2
-fno-strict-aliasing -fPIC -W -Wall -Wno-unused
-Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BOOT_JAVA_CMD =
/home/lili/java/jdk1.6.0_26//bin/java -client -Xmx896m
-Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BOOT_JAVAC_CMD =
/home/lili/java/jdk1.6.0_26//bin/javac
-J-XX:ThreadStackSize=768 -J-client -J-Xmx896m -J-Xms128m
-J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii
-source 5 -target 5 -XDignore.symbol.file=true</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> BOOT_JAR_CMD =
/home/lili/java/jdk1.6.0_26//bin/jar</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
BOOT_JARSIGNER_CMD =
/home/lili/java/jdk1.6.0_26//bin/jarsigner</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> JAVAC_CMD =
/home/lili/java/jdk1.6.0_26//bin/java -client -Xmx896m
-Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclasspath/p:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar
-jar
/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar
-source 1.5 -target 5 -encoding ascii
-Xbootclasspath:/media/d/openjdk6/build/linux-i586/classes </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> JAVAH_CMD =
/home/lili/java/jdk1.6.0_26//bin/java -client -Xmx896m
-Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclasspath/p:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar
-jar
/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar
-bootclasspath /media/d/openjdk6/build/linux-i586/classes</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> JAVADOC_CMD =
/home/lili/java/jdk1.6.0_26//bin/java -client -Xmx896m
-Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclasspath/p:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar
-jar
/media/d/openjdk6/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Build Platform
Settings:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> USER = lili</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
PLATFORM = linux</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ARCH = i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
LIBARCH = i386</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ARCH_FAMILY =
i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ARCH_DATA_MODEL = 32</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ARCHPROP = i386</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
LINUX_VERSION = Unknown linux</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ALSA_VERSION =
1.0.24.1</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
OS_VERSION = 2.6.38-12-generic [requires at least
2.4.9-e.3]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> OS_NAME = linux</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
MB_OF_MEMORY = 3527</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
GNU Make Settings:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> MAKE = make</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
MAKE_VER = 3.81 [requires at least 3.78]</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> MAKECMDGOALS =
sanity</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
MAKEFLAGS = w</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> SHELL = /bin/sh</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Target Build
Versions:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
JDK_VERSION = 1.6.0</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> MILESTONE =
internal</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
RELEASE = 1.6.0-internal</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> FULL_VERSION =
1.6.0-internal-lili_11_nov_2011_19_32-b00</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
BUILD_NUMBER = b00</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
External File/Binary Locations:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
USRJDKINSTANCES_PATH = /opt/java</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
BUILD_JDK_IMPORT_PATH =
/NOT-SET/re/openjdk/6/promoted/latest/binaries</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_BUILD_JDK_IMPORT_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
JDK_IMPORT_PATH =
/NOT-SET/re/openjdk/6/promoted/latest/binaries/linux-i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_JDK_IMPORT_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
LANGTOOLS_DIST =
/media/d/openjdk6/build/linux-i586/langtools/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_LANGTOOLS_DIST =
/media/d/openjdk6/build/linux-i586/langtools/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CORBA_DIST =
/media/d/openjdk6/build/linux-i586/corba/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_CORBA_DIST =
/media/d/openjdk6/build/linux-i586/corba/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> JAXP_DIST =
/media/d/openjdk6/build/linux-i586/jaxp/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ALT_JAXP_DIST =
/media/d/openjdk6/build/linux-i586/jaxp/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
JAXWS_DIST =
/media/d/openjdk6/build/linux-i586/jaxws/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> ALT_JAXWS_DIST
= /media/d/openjdk6/build/linux-i586/jaxws/dist</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_DOCS_IMPORT_PATH =
/media/d/openjdk6/build/linux-i586/hotspot/import/docs</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_HOTSPOT_DOCS_IMPORT_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_IMPORT_PATH =
/media/d/openjdk6/build/linux-i586/hotspot/import</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_HOTSPOT_IMPORT_PATH =
/media/d/openjdk6/build/linux-i586/hotspot/import</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_CLIENT_PATH =
/media/d/openjdk6/build/linux-i586/hotspot/import/jre/lib/i386/client</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_HOTSPOT_CLIENT_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
HOTSPOT_SERVER_PATH =
/media/d/openjdk6/build/linux-i586/hotspot/import/jre/lib/i386/server</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_HOTSPOT_SERVER_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CACERTS_FILE =
./../src/share/lib/security/cacerts</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_CACERTS_FILE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> CUPS_HEADERS_PATH
= /usr/include</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_CUPS_HEADERS_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
OpenJDK-specific settings:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
FREETYPE_HEADERS_PATH = /usr/include</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_FREETYPE_HEADERS_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> FREETYPE_LIB_PATH
= /usr/lib</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_FREETYPE_LIB_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
PLUG_LIBRARY_NAMES = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Previous JDK
Settings:</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
PREVIOUS_RELEASE_PATH =
/NOT-SET/re/jdk/1.6.0/archive/fcs/bundles/linux-i586</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_PREVIOUS_RELEASE_PATH = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
PREVIOUS_JDK_VERSION = 1.6.0</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_PREVIOUS_JDK_VERSION = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> PREVIOUS_JDK_FILE
= jdk-6-linux-i586.tar.gz</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_PREVIOUS_JDK_FILE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"> PREVIOUS_JRE_FILE
= jre-6-linux-i586.tar.gz</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_PREVIOUS_JRE_FILE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
PREVIOUS_RELEASE_IMAGE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
ALT_PREVIOUS_RELEASE_IMAGE = </div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);"><br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: arial,sans-serif; font-size: 22px;
background-color: rgb(255, 255, 255);">Sanity check
passed.</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
</body>
</html>