This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: merging the classpath threadlocal changes


2008/9/24 Matthias Klose <doko@ubuntu.com>:
> this is a pending patch for some files which are not used in libgcj, and the
> files are shadowed except for one new file. Just merging the patch does result
> in a build failure, because libgcj picks up this one new file. can makemake.tcl
> blacklist this, or should libgcj just get an empty file/class?
>
>  Matthias
>

What is the build failure? I assume the new ThreadLocalMap (or
whatever it's called)
is referring back to ThreadLocal, though the map itself is unused.
Maybe gcj's version
could support the needed methods without using the map itself?
-- 
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]