Timothy Reaves wrote:
> 
>     I do not find documentation on how to enable hotspot.  Have I
> overlooked it?

Hotspot is enabled by default.  You can specify the jit you want on the
command line:

    java -hotspot
    java -server
    java -classic

If you don't specify anything, you get hotspot.  Look in
.../jre/lib/jvm.cfg.

-Peter
http://armedbear.org


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

Reply via email to