often times we depend on a feature available in certain JDK version. Given we support versions since jdk8 in 7.x branch it would be useful to write tests that depend on features available in newer versions.
Example would be loading SPI from classpath is a feature available since JDK9 (used for IsoCalendarProvider) #50916