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: java.lang.Thread.start() doesn't work?


Anthony Green wrote:

>On Fri, 2002-04-19 at 07:20, Lars Andersen wrote:
>  
>
>>I can't make java.lang.Thread.start() work!
>>    
>>
>
>Did you configure GCC with --enable-threads?
>
>AG
>  
>

--enable-threads==posix (suggested in previous reply does not work - produces an error during make)

--enable-threads        (works)

My big application (200+ classes) which spawns lots of threads and uses xerces for xml-parsing now appear to be working perfectly.

My first perception is a clear improvement in performance.

I will now proceed with more testing and some sort of benchmarking.

Thanks guys!


/Lars Andersen




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