Re: Native Threads Help

1999-10-17 Thread Juergen Kreileder
> Aaron Mulder writes: Aaron> Is there any workaround? I installed Oracle for Linux, and Aaron> all it's tools run via java -native, and there are *ever so Aaron> many* scripts to edit to change that! ;) You can modify jdk117_v3/bin/.java_wrapper: --- jdk117_v3/bin/.java_wrapp

Re: Native Threads Help

1999-10-17 Thread Aaron Mulder
Is there any workaround? I installed Oracle for Linux, and all it's tools run via java -native, and there are *ever so many* scripts to edit to change that! ;) Thanks, Aaron P.S. to Nathan: I have a /proc filesystem and the kernel is compiled from the Red Hat 2.2.12 source with

Re: Native Threads Help

1999-10-17 Thread Juergen Kreileder
> Aaron Mulder writes: Aaron> I just installed the native threads add-on to the 1.1.7 JRE Aaron> and whenever I try to use it (jre -native test) I get the Aaron> following result: Aaron> Cannot open /proc/02891 for GCCould not create Java VM Aaron> Where the proc number

Re: Native Threads Help

1999-10-17 Thread Nathan Meyers
Aaron Mulder wrote: > > I just installed the native threads add-on to the 1.1.7 JRE and > whenever I try to use it (jre -native test) I get the following result: > > Cannot open /proc/02891 for GCCould not create Java VM > > Where the proc number changes every time... I'm using

Re: native threads, SIGSTOP, and Invocation API

1999-09-08 Thread Matt Welsh
I had quite a few problems using native threads with JDK 1.1.7v3. These were never resolved but the Blackdown folks said that the forthcoming 1.1.8 release might fix some of the problems. You should be able to use gdb to find out what's going on; you can tell gdb to report the various signals

Re: native threads broken on jdk1.2pre-v2 under SMP

1999-08-31 Thread Matt Welsh
Bart Locanthi <[EMAIL PROTECTED]> writes: > i've been periodically trying out native threads, hoping to get full > usage from an SMP sytem. so far, no luck. finally abstracted the problem > into a simple, repeatable form. > > the following program creates M threads that each make and quit from N

Re: native threads Java with glibc 2.1

1999-06-11 Thread Bernd Kreimeier
Jim Hazen writes: > Same there. Blackdown is doing a great job with 1.2 considering all the > bazillion new features it adds over 1.1. The latest rounds of Native > threads for 117v3 work great 'cept for AWT in dlopen() loaded JNI apps. Still waiting for the new release with improved AWT lin

Re: native threads Java with glibc 2.1

1999-06-09 Thread Jim Hazen
Same there. Blackdown is doing a great job with 1.2 considering all the bazillion new features it adds over 1.1. The latest rounds of Native threads for 117v3 work great, but there still seem to be numerous Native threading issues in 1.2. I'd really like to see this problem resolved so that I c

Re: Native Threads

1999-05-13 Thread Michael Sinz
On Thu, 13 May 1999 10:42:54 +0200, Gerald de Jong wrote: > >i downloaded the v3 JDK, and also the native threads stuff. > >i would like to RTFM about how to make use of the native threads stuff, but i >don't know where the M is. can somebody point a finger? The M should be in the README.linux

Re: Native Threads in Linux Port for 1.2

1999-03-23 Thread pridemor
Yes, native threads are working in the 1.2 prerelease. Green threads, this time, is a problem when used with the JIT, but you can disable it, of course. Russ [EMAIL PROTECTED] on 03/23/99 11:25:09 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Russell Pridemore/

Re: Native threads

1998-06-25 Thread Stephen Zander
> "Diego" == Diego Ramiro Gomez Deck <[EMAIL PROTECTED]> writes: Diego> Hello, I want to know if any Linux port support native Diego> threads. I have that as a work-in-progress. Tuit drought has prevented my achieving much of late. -- Stephen --- all coders are created equal; that

Re: Native threads

1998-06-03 Thread Uncle George
mine does not gat Diego Ramiro Gomez Deck wrote: > Hello, > > I want to know if any Linux port support native threads. > > TIA, > Diego.class