RFR (S) round 0 for 8141068 Refactor -XXFlags= code in preparation for removal

Daniel D. Daugherty daniel.daugherty at oracle.com
Fri Nov 6 19:18:56 UTC 2015


On 11/6/15 12:05 PM, Ron Durbin wrote:
> This bug fix consists of a refactoring/cleanup of the -XX:Flags code.
>
> Webrev:
> http://cr.openjdk.java.net/~rdurbin/8141068_OCR0_JDK9_webrev

src/share/vm/runtime/arguments.hpp
     No comments.

src/share/vm/runtime/arguments.cpp
     No comments.

Thanks for detangling the '-XX:Flags=' options support from the
rest of the more recent (and modern?) cmd options changes. That
will make it easier to (hopefully) deprecate (and eventually
remove) the '-XX:Flags=' option...

If we decide not to remove the '-XX:Flags=' option, then at
least we don't have to carry its baggage through all the
new function calls...

Dan


>
>
> Bug report:
> https://bugs.openjdk.java.net/browse/JDK-8141068
>
> This bug fix has been tested on:
>     OS:
>       Solaris, MAC, Windows, Linux
>     Tests:
>       Manual unit tests
>       JPRT with -testset hotspot(including the SQE current test coverage for this feature.)



More information about the hotspot-runtime-dev mailing list