7142586: Cannot build on Solaris 11 due to use of ia_nice

Delete the single use of ia_nice in os_solaris.cpp

Reviewed-by: kamg, kvn
This commit is contained in:
Paul Hohensee 2012-02-03 17:21:52 -05:00
parent 73785e645b
commit 76dfe7f707

View File

@ -4007,7 +4007,6 @@ int set_lwp_class_and_priority(int ThreadID, int lwpid,
iaInfo->ia_uprilim = cur_class == new_class
? IA_NOCHANGE : (pri_t)iaLimits.maxPrio;
iaInfo->ia_mode = IA_NOCHANGE;
iaInfo->ia_nice = cur_class == new_class ? IA_NOCHANGE : NZERO;
if (ThreadPriorityVerbose) {
tty->print_cr("IA: [%d...%d] %d->%d\n",
iaLimits.minPrio, maxClamped, newPrio, iaInfo->ia_upri);