[1498] in athena10
Re: Replace Sun Java with OpenJDK? [Re: Updates to debathena-thirdparty]
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Tue Mar 10 19:09:59 2009
Message-Id: <200903102308.n2AN8via012910@dit.mit.edu>
To: andersk@MIT.EDU
cc: alexp@MIT.EDU, jdreedm@MIT.EDU, geofft@MIT.EDU, debathena@MIT.EDU
Date: Tue, 10 Mar 2009 19:08:57 -0400
From: Alex T Prengel <alexp@MIT.EDU>
>>Can we consider moving to OpenJDK by default
>I'm basically OK with this but have some concerns
I've already run into one problem- jikes worked OK with sun-java6-*, but when I
try the corresponding compile with openjdk-6-*:
jikes -bootclasspath /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar gencode.java
Found 1 semantic error compiling "gencode.java":
6. class gencode
^-----^
*** Semantic Error: The class file "Class.class" in "/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar/java/lang" has an invalid format (duplicate local variable type table).
I don't know enough Java to know if this is easy to fix or not.
Alex