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


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.


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