This posting reminded me of my many struggles trying to find a neatly
compiled
list of java properties. Does anyone know if such a list exists for JDK
properties?
I cannot find it in the documentation anywhere. There seemed to be only
scattered
descriptions of certain properties here and there.

kornel.

----- Original Message -----
From: Nathan Meyers <[EMAIL PROTECTED]>
To: Bob Cadenza <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 07, 1999 4:37 PM
Subject: Re: sunwjit slows down JDK


>Bob Cadenza wrote:
>>
>> I have been getting very slow performance also, but didn't know what
>> might be causing it.  Exactly how do you disable the JIT, and what is
>> TYA?  I realize I am a newbie, but please enlighten me.
>
>You use a command-line option to choose your JIT (or lack of JIT). For
>no jit:
>
>    java ... -Djava.compiler= ... other command-line stuff ...
>
>To use tya:
>
>    java ... -Djava.compiler=tya ... other command-line stuff ...
>
>
>TYA is a free cleanroom JIT developed without any licensing encumbrances
>to Sun. The documentation with TYA gives the full details on
>installation and invocation.
>
>As the experience of many in this group shows, TYA is in no imminent
>danger of being put out of business by Sun's JIT efforts.
>
>Nathan
>
>
>----------------------------------------------------------------------
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to