Pls review 7124880 (XS)
Paul Hohensee
paul.hohensee at oracle.com
Mon Dec 19 09:24:32 PST 2011
The framework implemented for
7117389: Add a framework for vendor-specific command line switch
extensions to Hotspot
did not include support for vendor-specific manageable-by-JMX switches.
This change adds new methods Flag::is_external_ext() and
Flag::is_writeable_ext() that
return false, and uses them in Flag::is_external() and
Flag::is_writeable(). Somewhat
relatedly, management.cpp didn't include globals.hpp, even though it
uses Flag methods.
I added globals.hpp to its #include list for completeness, even though
it was being
included indirectly.
Webrev here
http://cr.openjdk.java.net/~phh/7122880.00/
Thanks,
Paul
More information about the serviceability-dev
mailing list