mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 17:38:38 +00:00
6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake
Reviewed-by: kvn
This commit is contained in:
parent
bc7e37f4df
commit
f3a403d0d4
@ -3756,7 +3756,7 @@ int set_lwp_priority (int ThreadID, int lwpid, int newPrio )
|
||||
int maxClamped = MIN2(iaLimits.maxPrio, (int)iaInfo->ia_uprilim);
|
||||
iaInfo->ia_upri = scale_to_lwp_priority(iaLimits.minPrio, maxClamped, newPrio);
|
||||
iaInfo->ia_uprilim = IA_NOCHANGE;
|
||||
// iaInfo->ia_nice = IA_NOCHANGE;
|
||||
iaInfo->ia_nice = IA_NOCHANGE;
|
||||
iaInfo->ia_mode = IA_NOCHANGE;
|
||||
if (ThreadPriorityVerbose) {
|
||||
tty->print_cr ("IA: [%d...%d] %d->%d\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user