src/hotspot/share/runtime/arguments.cpp
changeset 50708 bd3a8f48597e
parent 50696 5c886cfc6ef5
child 50765 c49a01150a66
equal deleted inserted replaced
50707:ed45d8e6a44b 50708:bd3a8f48597e
   486  *                  - Newly obsolete or expired deprecated options should have their global variable
   486  *                  - Newly obsolete or expired deprecated options should have their global variable
   487  *                    definitions removed (from globals.hpp, etc) and related implementations removed.
   487  *                    definitions removed (from globals.hpp, etc) and related implementations removed.
   488  *
   488  *
   489  * Recommended approach for removing options:
   489  * Recommended approach for removing options:
   490  *
   490  *
   491  * To remove options commonly used by customers (e.g. product, commercial -XX options), use
   491  * To remove options commonly used by customers (e.g. product -XX options), use
   492  * the 3-step model adding major release numbers to the deprecate, obsolete and expire columns.
   492  * the 3-step model adding major release numbers to the deprecate, obsolete and expire columns.
   493  *
   493  *
   494  * To remove internal options (e.g. diagnostic, experimental, develop options), use
   494  * To remove internal options (e.g. diagnostic, experimental, develop options), use
   495  * a 2-step model adding major release numbers to the obsolete and expire columns.
   495  * a 2-step model adding major release numbers to the obsolete and expire columns.
   496  *
   496  *