--- old/src/demo/share/java2d/J2DBench/README 2020-08-13 20:50:43.840628800 -0700 +++ new/src/demo/share/java2d/J2DBench/README 2020-08-13 20:50:43.274903800 -0700 @@ -20,8 +20,9 @@ ----------------------------------------------------------------------- The benchmark requires at least jdk1.4 to compile and run. Note that -source/target is set to 1.6 in the makefile and build.xml, because of -support in jdk 9 compiler. +source/target is set to 1.7 in the makefile and build.xml, because of +support in jdk 14 compiler. To check compatibility with jdk1.4 you can +use "-source 1.4 -target 1.4" options and jdk1.7. ----------------------------------------------------------------------- How To Compile