--- old/src/share/demo/java2d/J2DBench/README 2014-04-30 14:59:27.000000000 +0400 +++ new/src/share/demo/java2d/J2DBench/README 2014-04-30 14:59:27.000000000 +0400 @@ -19,10 +19,7 @@ Minimum requirements ----------------------------------------------------------------------- -The benchmark requires at least jdk1.4 to compile and -at least jdk1.2** to run. - -** Note: the goal is to make the benchmark run on 1.1.x as well. +The benchmark requires at least jdk1.5 to compile and run. ----------------------------------------------------------------------- How To Compile @@ -125,7 +122,7 @@ After the options file is created, start J2DBench in batch mode to run the benchmarks for the default pipeline: -#> java -jar dest/J2DBench.jar -batch -loadopts options/default.opt \ +#> java -jar dist/J2DBench.jar -batch -loadopts options/default.opt \ -saveres default.res -title "Rendering - Default ppl" \ -desc "Rendering tests with the default pipeline" @@ -136,13 +133,13 @@ "Run Tests" in the J2DBench dialog) Now run the benchmark with opengl pipeline: -#> java -Dsun.java2d.opengl=True -jar dest/J2DBench.jar -batch \ +#> java -Dsun.java2d.opengl=True -jar dist/J2DBench.jar -batch \ -loadopts options/default.opt \ -saveres opengl.res -title "Rendering - OpenGL" \ -desc "Rendering tests with OpenGL pipeline" Now let's analyze the results using J2DAnalyzer: -#> java -jar dest/J2DAnalyzer.jar default.res opengl.res +#> java -jar dist/J2DAnalyzer.jar default.res opengl.res Note that you can compare more than two sets of results, see J2DAnalyzer's help page.