diff -r ed45d8e6a44b -r bd3a8f48597e src/hotspot/share/runtime/arguments.cpp --- a/src/hotspot/share/runtime/arguments.cpp Thu Jun 21 16:45:29 2018 -0700 +++ b/src/hotspot/share/runtime/arguments.cpp Thu Jun 21 21:37:28 2018 -0700 @@ -488,7 +488,7 @@ * * Recommended approach for removing options: * - * To remove options commonly used by customers (e.g. product, commercial -XX options), use + * To remove options commonly used by customers (e.g. product -XX options), use * the 3-step model adding major release numbers to the deprecate, obsolete and expire columns. * * To remove internal options (e.g. diagnostic, experimental, develop options), use