Skip to content

Commit

Permalink
Merge pull request #18116 from pshipton/debug8
Browse files Browse the repository at this point in the history
Update jdk8 build instructions, LOG=cmdlines should be LOG=debug
  • Loading branch information
keithc-ca committed Sep 13, 2023
2 parents 1f58a61 + 5552cbc commit c0fab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-instructions/Build_Instructions_V8.md
Expand Up @@ -152,7 +152,7 @@ bash configure --with-boot-jdk=/home/jenkins/bootjdks/jdk8
:warning: The path in the example --with-boot-jdk= option is appropriate for the Docker installation. If not using the Docker environment, set the path appropriate for your setup, such as "<my_home_dir>/bootjdk8" as setup in the previous instructions.

:pencil: Configuring and building is not specific to OpenJ9 but uses the OpenJDK build infrastructure with OpenJ9 added.
Many other configuration options are available, including options to increase the verbosity of the build output to include command lines (`LOG=cmdlines`), more info or debug information.
Many other configuration options are available, including options to increase the verbosity of the build output to include command lines (`LOG=debug`).
For more information see [OpenJDK build troubleshooting](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openjdk/jdk8u/master/README-builds.html#troubleshooting).

:pencil: **Mixed and compressed references support:** Different types of 64-bit builds can be created:
Expand Down

0 comments on commit c0fab8f

Please sign in to comment.