RFE: Add compressed oops to VM info string

Florian Weimer fweimer at bfk.de
Thu Nov 10 07:43:24 PST 2011


* Coleen Phillimore:

> This
>> Java HotSpot(TM) Server VM (build 23.0-b03, mixed mode, tiered, serial gc, zerobased coops)
> "zerobased coops" looks awkward to me.   If the requirement is that
> you know whether compressed oops is on or off, simply printing
> "compressed oops" meets that.   If you want to know more about the
> compressed oops mode, you can use the option PrintCompressedOopsMode
> (not PrintFlagsFinal, which oddly doesn't mention compressed oops).

This option is guarded by -XX:+UnlockDiagnosticVMOptions (for my future
reference 8-).

-- 
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