Summary
-------
Deprecate Solaris-only options VMThreadHintNoPreempt and CompilerThreadHintNoPreempt.
Problem
-------
These are Solaris-only options that default to false and if turned on may have adverse affects on performance and are also untested.
Solution
--------
Deprecate and remove.
Specification
-------------
product(bool, VMThreadHintNoPreempt, false, \
"(Solaris only) Give VM thread an extra quanta") \
product(bool, CompilerThreadHintNoPreempt, true, \
"(Solaris only) Give compiler threads an extra quanta") \
\