OpenJDK uses a system for deciding the priority of open bugs. It's based on the concepts of Impact, Likelihood and Workaround effort for an issue, and in levels ranging from High through Medium to Low.
This means that there are 27 (3^3) combinations of these, mapping to the standard P1 through P5 issue priorities in the Java Bug System.
The mappings are:
If you find any errors, please update theĀ source spreadsheet.