Re: Java Platform Debugger Architecture (JPDA)

1999-10-24 Thread shudoh
Al <[EMAIL PROTECTED]> wrote: > When will Java Platform Debugger Architecture (JPDA) be available for > JDK 1.2? JPDA consists of the three parts, namely JVMDI (JVM Debug Interface), JDWP (Java Debug Wire Protocol) and JDI (Java Debug Interface). At least, JVMDI as one of them should be impleme

Re: Benchmark results for Linux JVM's.

1999-10-16 Thread shudoh
Raja Vallee-Rai <[EMAIL PROTECTED]> wrote: > We have formally evaluated the different virtual machines available for > Linux and thought it would be worthwhile to share the results with > the Linux community. Thanks. The results are so interesting. > ibmjit: speedup of the AlphaWorks IBM 1.1.8

Re: shuJIT: another Java/Linux JIT

1998-11-12 Thread SHUDOH Kazuyuki
[EMAIL PROTECTED](Nelson Minar) said: > I found a link to another JIT for Linux, shuJIT, at > http://www.shudo.net/jit/ Thanks. I'm the author of the JIT. I've forgotten to announce releace of my JIT compiler. > Executive summary: also works with FreeBSD, The JIT is being developing on Linux

Re: Interest in a JIT on Linux

1998-11-03 Thread SHUDOH Kazuyuki
> I couldn't tell whether the 1.2 announcement from Sun > meant that there was going to be a reasonable JIT on Linux with 1.2. Please tell us whether the source code of JDK 1.2 contains JIT compiler or not, if the license allow the porting team to mention it. Kazuyuki SHUDO

Re: Which version of linux on which is JDK compiled?

1998-11-01 Thread SHUDOH Kazuyuki
[EMAIL PROTECTED]("Michael Sinz") wrote: > >What platform on which does binary distribution of JDK > >for linux compiled? Which version of linux kernel? > On x86 we use the production kernels since most users will > be using such kernels. Other platforms may use other > kernels. On other proce

Which version of linux on which is JDK compiled?

1998-10-31 Thread SHUDOH Kazuyuki
What platform on which does binary distribution of JDK for linux compiled? Which version of linux kernel? As the linux patch to JDK shows us, linux JDK distinguishes whether the platform supports signal handler with three arguments or only one argument, with the macro SA_SIGINFO. The macro SA_SI

Re: Threads

1998-10-23 Thread SHUDOH Kazuyuki
> When using Java Threads, are these mapped to system level threads like = > NT does or are they user level threads as in Sun OS. We can obtain both each version of JDK 1.1.6 for Linux, utilizes user level threads and kernel level one. The version which utilizes user level threads is ported by