[Bug 1623] New: [IcedTea7] Collision between OpenJDK 6 & 7 classes when bootstrapping with OpenJDK 6
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Dec 17 09:36:40 PST 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1623
Bug ID: 1623
Summary: [IcedTea7] Collision between OpenJDK 6 & 7 classes
when bootstrapping with OpenJDK 6
Classification: Unclassified
Product: IcedTea
Version: 2.4.3
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P3
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
# Running javac:
/home/andrew/builder/icedtea7-2.4/bootstrap/jdk1.6.0/bin/java
-XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m
-Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclasspath/p:/home/andrew/builder/icedtea7-2.4/openjdk.build-boot/langtools/dist/bootstrap/lib/javac.jar
-jar
/home/andrew/builder/icedtea7-2.4/openjdk.build-boot/langtools/dist/bootstrap/lib/javac.jar
-g -source 7 -target 7 -encoding ascii
-Xbootclasspath:/home/andrew/builder/icedtea7-2.4/openjdk.build-boot/classes
-sourcepath
/home/andrew/builder/icedtea7-2.4/generated.build:../../../src/solaris/classes:../../../src/share/classes
-bootclasspath
/home/andrew/builder/icedtea7-2.4/openjdk.build-boot/classes:/home/andrew/builder/icedtea7-2.4/bootstrap/jdk1.6.0/jre/lib/rt.jar
-d /home/andrew/builder/icedtea7-2.4/openjdk.build-boot/classes
@/home/andrew/builder/icedtea7-2.4/openjdk.build-boot/tmp/sun/java.util.jar/.classes.list
../../../src/share/classes/com/sun/java/util/jar/pack/Package.java:82: error:
cannot find symbol
short max_class_majver = JAVA7_MAX_CLASS_MAJOR_VERSION;
^
symbol: variable JAVA7_MAX_CLASS_MAJOR_VERSION
location: class Package
../../../src/share/classes/com/sun/java/util/jar/pack/Package.java:83: error:
cannot find symbol
short max_class_minver = JAVA7_MAX_CLASS_MINOR_VERSION;
^
symbol: variable JAVA7_MAX_CLASS_MINOR_VERSION
location: class Package
../../../src/share/classes/com/sun/java/util/jar/pack/ClassReader.java:425:
error: cannot find symbol
} catch (Instruction.FormatException iie) {
^
symbol: class FormatException
location: class Instruction
../../../src/share/classes/com/sun/java/util/jar/pack/ClassReader.java:455:
error: cannot find symbol
Instruction.opcodeChecker(code.bytes);
^
symbol: method opcodeChecker(byte[])
location: class Instruction
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Can be resolved by -Xprefer:source in appropriate Makefiles (there are further
errors later).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131217/31175526/attachment.html
More information about the distro-pkg-dev
mailing list