This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: merging the classpath threadlocal changes
Andrew John Hughes schrieb:
> 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?
Didn't save the build logs. Afaicr these were differences in return and
parameter types for some thread related classes.