Mk/Uses/java.mk: re-order preferred JDK (latest LTS over non-LTS)
Old order:
- JAVA_DEFAULT
- The oldest JDK in the JAVA_VERSION range.
New order:
- JAVA_DEFAULT (unchanged)
- The latest LTS from the JAVA_VERSION range is preferred over non-LTS versions.
Other existing mechanisms are unchanged. Like looking at what JDKs are already
installed.
This only affects 17 ports. (see the issue for the list)
PR: 293756