commit | 09e21afaaa3ba4bc080b4617802a7e4b769ca043 | [log] [tgz] |
---|---|---|
author | Paul Hohensee <phh@openjdk.org> | Thu Jan 26 20:06:06 2012 -0500 |
committer | Paul Hohensee <phh@openjdk.org> | Thu Jan 26 20:06:06 2012 -0500 |
tree | c0e6dffed984234919fcb8283295496dbcc384b4 | |
parent | 7ece65491368807e00cda5b584e89b1e03d02c46 [diff] |
7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11 Add CriticalPriority == MaxPriority+1 and enable scheduling class as well as thread priority to change on Solaris. Reviewed-by: dholmes, dcubed