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 can be found here:
http://hirt.se/images/openjdk/ilw.png

This was reverse engineered from information in public OpenJDK Jira issues. If you find any errors, please update the source spreadsheet.