I made several recreation attempts under two environments as documented below,
based on these I do not believe this is a jikes bug, but rather a combination
of JAX and blackdown's JVM (You failed to mention which version of Jikes you're
running btw, so I used the current version.)
recreation envi
On Wed, May 10, 2000 at 11:16:56AM -0700, Matt Welsh wrote:
> No. I want to wrap a *C array* as a Java object - not the other way around.
> What you are talking about is getting a C pointer to a Java object.
> Not the same thing!
Oh, I misunderstood. My apologies. Yes, the reverse would be REALLY
Christopher Smith <[EMAIL PROTECTED]> writes:
> > Matt Welsh wrote,
> > I guess that in principle it ought to be possible to tweak
> > JVMs to special-case a priviledged class of byte[]s to allow
> > them to be pinned for an extended interval without completely
> > screwing GC, but I'm not at all
On Wed, May 10, 2000 at 01:10:20PM +0100, Miles Sabin wrote:
> Matt Welsh wrote,
> I guess that in principle it ought to be possible to tweak
> JVMs to special-case a priviledged class of byte[]s to allow
> them to be pinned for an extended interval without completely
> screwing GC, but I'm not at
SilverStream began shipping our application server on Linux this
week. We are currently calling it a beta because the VM isn't final
yet.
Thanks for all of the help from the people on this list and a
special thanks to the folks on the Blackdown porting team! Your work
is definitely appreciated!
On Tuesday May 9, 2000, Lyanne Truong wrote:
> hi.
>
> i've been getting mails from people i don't even know who are asking advices
> on certain problems that are relating to computer technical problems or seem
> to be coming from a java-linux organization. i have no idea how and why i am
Matt Welsh wrote,
> My personal feeling is that there is a lot that will need to
> happen at both the Java and the O/S level to get great I/O
> performance. I am not sure I agree with many of the
> discussions in the linux-kernel list that the right way to
> get high I/O bandwidth is just to u
> Joseph Shraibman writes:
Joseph> I started an application with java -Xmx1024M classname and
Joseph> at about 60megs I got an OutOfMemoryError. I tried it
Joseph> again with java -Xmx1073741824 classname and it works.
Joseph> Verstion is 1.2.2 rc4
That's very strange, the