Request for review(XS): 6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Oct 29 15:27:36 PDT 2010


Igor,

Could you consolidate code which set UseCompressedOops in one separate method?
Also we should print warning id user specified COOP:

     if (UseCompressedOops && FLAG_IS_CMDLINE(UseCompressedOops)) {
       warning("Can not use Compressed Oops with shared spaces");
       FLAG_SET_DEFAULT(UseCompressedOops, false);
     }

Thanks,
Vladimir

Igor Veresov wrote:
> Turn CDS off if compressed oops are used. Also move the checking code 
> after set_ergonomic_flags().
> 
> Webrev: http://cr.openjdk.java.net/~iveresov/6996136/webrev.00/
> 
> igor


More information about the hotspot-dev mailing list