Pls review 7142586: Cannot build on Solaris 11 due to use of ia_nice [XS]
Paul Hohensee
paul.hohensee at oracle.com
Fri Feb 3 12:08:11 PST 2012
Webrev here
http://cr.openjdk.java.net/~phh/7142586.00/
My fix for
7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60
on Solaris 10 and 11
mistakenly reintroduced the use of ia_nice from iapriocntl.h. ia_nice was
removed from Solaris 11 some time ago, so the reference must be removed
in order to build Hotspot on Solaris 11.
Thanks,
Paul
More information about the hotspot-runtime-dev
mailing list