Setting -Dfile.encoding is ignored on OpenJDK11 if it is set Extended Encoding Set. For example, the behavior of the following code is changed between OpenJDK8 and OpenJDK11: Raw import java.nio.charset.Charset; public class Main { public static void main(String[] args) { System.out.pri...