jni related

2002-02-06 Thread Amol Kulkarni
Hello All, I am getting the following error stack while using the function JNI_CreateJavaVM. I am using jdk1.2.2 of balckdown on RHL 7.1 Any ideas why this segmentation violation is there Thanks and regards Amol SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentati

Why do threads take so long to wake up underlinux

2002-02-06 Thread Martin, Stephen
I've been doing some benchmarks on my machine (a dual 733 running redhat 7.2) and there seems to be a 20 millisecond penalty for doing a sleep or a wait. Here is code that illustrates it: try { for (int i = 0; i < 30; i++) { long start = System.currentTimeMillis();

Re: Why do threads take so long to wake up underlinux

2002-02-06 Thread Zdenek Kabelac
On Wed, Feb 06, 2002 at 03:54:45PM -0500, Martin, Stephen wrote: > I've been doing some benchmarks on my machine (a dual 733 running redhat > 7.2) > and there seems to be a 20 millisecond penalty for doing a sleep or a wait. > Here > This is pretty much consistent on all jvms that i've tried black

Swing/AWT on ARM

2002-02-06 Thread Todd Pinkerton
Hi everyone, I've asked the Familiar people about this to no avail, maybe someone here (Juergen?) can help. Basically, I can get the VM to do basic text-based apps (compiled on 1.3.1sdk on linux/i386), but can't get even a simple AWT or Swing app to run in the same manner. I imagine I have

Re: Swing/AWT on ARM

2002-02-06 Thread shudo
> Basically, I can get the VM to do basic text-based apps (compiled on > 1.3.1sdk on linux/i386), but can't get even a simple AWT or Swing app > to run in the same manner. I can run a Swing based application at least. It's `IPAQDemo.jar' mentioned in the announce of J2SE for Linux/ARM: http://