mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
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:
parent
73785e645b
commit
76dfe7f707
1 changed files with 0 additions and 1 deletions
|
@ -4007,7 +4007,6 @@ int set_lwp_class_and_priority(int ThreadID, int lwpid,
|
||||||
iaInfo->ia_uprilim = cur_class == new_class
|
iaInfo->ia_uprilim = cur_class == new_class
|
||||||
? IA_NOCHANGE : (pri_t)iaLimits.maxPrio;
|
? IA_NOCHANGE : (pri_t)iaLimits.maxPrio;
|
||||||
iaInfo->ia_mode = IA_NOCHANGE;
|
iaInfo->ia_mode = IA_NOCHANGE;
|
||||||
iaInfo->ia_nice = cur_class == new_class ? IA_NOCHANGE : NZERO;
|
|
||||||
if (ThreadPriorityVerbose) {
|
if (ThreadPriorityVerbose) {
|
||||||
tty->print_cr("IA: [%d...%d] %d->%d\n",
|
tty->print_cr("IA: [%d...%d] %d->%d\n",
|
||||||
iaLimits.minPrio, maxClamped, newPrio, iaInfo->ia_upri);
|
iaLimits.minPrio, maxClamped, newPrio, iaInfo->ia_upri);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue