Thread scheduling and dispatching of real-time Java™ threads is part of the Real Time Specification for Java. The scheduling policy SCHED_FIFO is used to prioritize real-time Java threads using Linux® operating system priorities 11 - 89.
Information about Linux scheduling policies can be found in Thread scheduling and dispatching.