Re: make/java/nio/FILES_java.gmk does not list Unicode.java

2009-12-23 Thread Andrew John Hughes
2009/12/23 Alan Bateman : > Andrew John Hughes wrote: >> >> On building OpenJDK6 from the Mercurial forest with IcedTea, I found >> that the class sun.nio.cs.Unicode is not built as it is not listed in >> FILES_java.gmk.  Presumably, it was being pulled in before by some >> dependency which has cha

Re: make/java/nio/FILES_java.gmk does not list Unicode.java

2009-12-23 Thread Alan Bateman
Alan Bateman wrote: : I agree on pushing this to jdk7 too (jdk7/jdk7/jdk would be best). Ah, I meant jdk7/tl/jdk as that is where the any fixes in the nio area are pushed. -Alan.

Re: make/java/nio/FILES_java.gmk does not list Unicode.java

2009-12-23 Thread Alan Bateman
Andrew John Hughes wrote: On building OpenJDK6 from the Mercurial forest with IcedTea, I found that the class sun.nio.cs.Unicode is not built as it is not listed in FILES_java.gmk. Presumably, it was being pulled in before by some dependency which has changed since b17. The failure only occurs

make/java/nio/FILES_java.gmk does not list Unicode.java

2009-12-22 Thread Andrew John Hughes
On building OpenJDK6 from the Mercurial forest with IcedTea, I found that the class sun.nio.cs.Unicode is not built as it is not listed in FILES_java.gmk. Presumably, it was being pulled in before by some dependency which has changed since b17. The failure only occurs when bootstrapping with ecj