Review request 8008310 - Some adjustments needed to, minimal VM warnings and errors for unsupported command line options
Chris Plummer
chris.plummer at oracle.com
Mon Feb 18 10:52:33 PST 2013
Hi Joe,
I don't think the -Xshare change is quite correct. If you specify
something invalid, like -Xshare:foo, you will get a warning about shared
archives not being supported. This is a change from the current
behavior, which will say "Unrecognized option" and then exit the VM. You
probably need to check for each valid -Xshare option.
Chris
On 2/18/13 7:24 AM, JOSEPH PROVINO wrote:
> Webrev is here:http://cr.openjdk.java.net/~jprovino/8008310/webrev.00
>
> Only change is to arguments.cpp.
>
> thanks.
>
> joe
More information about the hotspot-dev
mailing list