Skip to content

Commit

Permalink
Fix another old reference to optimization levels
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Dec 24, 2024
1 parent 122fae0 commit c2b2b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lost when (re)generating the test262.properties file!
## Updating the test262.properties file
While the [test262.properties](test262.properties) file could be manually updated, the tooling also comes with a mechanism to
(re)generate the file based on the current revision of the test262 submodule and the results of running
the Test262SuiteTest against this revision on all standard optLevels (-1, 0 & 9)
the Test262SuiteTest in both interpreted and compiled mode, and with strict mode on and off.

(Note that the logic to build and organize regenerating this file seems dependent on Java version -- it may be
helpful to make sure that Java 11 is the first JVM in your path before trying this if the result seems
Expand Down

0 comments on commit c2b2b59

Please sign in to comment.