Hi,
> >I.e., I'm wondering if a gc can discard a compiled method and
> >cause it to run interpreted again the next time it is called.
> >Is this possible?
>
> I imagine it is possible - I'm not aware of anything in the Java specs
> that define behaviour of JITs. I can't guess how likely it is, i
>I.e., I'm wondering if a gc can discard a compiled method and
>cause it to run interpreted again the next time it is called.
>Is this possible?
I imagine it is possible - I'm not aware of anything in the Java specs
that define behaviour of JITs. I can't guess how likely it is, it
seems like a fa
On 16 Mar 2001 18:57:57 -0800, noisebrain wrote:
> I have a performance problem that would be explained if the
> following were true:
>
> x = new Something()
> x.methodcall(); // not compiled yet
> x.methodcall(); // second call, compiled now?
> y = new i
I did. It didnt work.
- Original Message -
From: Justin Lee <"justinl[remove to reply]"@intelis.com>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 19, 1999 12:15 PM
Subject: Re: When
>Has anyoune tried running Java 2 under Wine?
>
>--
>Justi
Has anyoune tried running Java 2 under Wine?
--
Justin Lee | Freedom means love without condition,
JEDI | Without a beginning or an end.
--
| From: bank / mime, , , [EMAIL PROTECTED]
| To: java-linux / mime, , , [EMAIL PROTECTED]
| Subject: When will JDK 1.2 beta be released?
| Date: Tuesday, July 07, 1998 11:40PM
|
| I want to use a package that requires Java2D and Java3D which are
| new for JDK 1.2 beta, so I was
Bruce J. Carter wrote:
BTW for those interested, we are working on a "native_threads" port
of the
JDK, taking advantage of the pthreads in the glibc package, which does
include linuxthreads and the libraries libpthreads.so and libpthreads.a.
We are hoping to have this as a release in the not too
Hi Seth,
On 07-Jul-98 Seth Bank wrote:
> I want to use a package that requires Java2D and Java3D which are
> new for JDK 1.2 beta, so I was wondering two things (1) when/if do you
> think you will release version 1.2? (2) is it possible to just download
> the Java2D and Java3D classes and