JEP 148: Small VM

Florian Weimer fweimer at bfk.de
Thu Mar 1 01:46:51 PST 2012


* David Holmes:

> On 1/03/2012 5:46 PM, Florian Weimer wrote:
>>> Posted: http://openjdk.java.net/jeps/148
>>
>> The JEP doesn't mention if this work will cover 64 bit VMs.
>
> 64-bit is not really the target of this work but the ability to leave
> out optional parts of the VM should apply to 64-bit as much as
> 32-bit. However the "minimal VM" is currently assumed/expected to be
> the smaller client VM.

Oh.  I wonder if our configuration is really that unusual---we run a
Java management agent on most machines, and given that it doesn't do
anything most of the time, a reduced JVM size is quite interesting.
(For this particular application, -Xint -XX:+UseSerialGC isn't that bad,
even the TLS encryption has acceptable speed.)

-- 
Florian Weimer                <fweimer at bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


More information about the hotspot-dev mailing list