Integrated: 8364199: Enhance list of environment variables printed in hserr/hsinfo file
Matthias Baesken
mbaesken at openjdk.org
Fri Aug 1 10:27:01 UTC 2025
On Mon, 28 Jul 2025 15:09:12 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We have a number of interesting environment variables influencing the JVM/JDK that could be added to the list of environment variables printed in the hserr/hsinfo file.
> JAVA_OPTS is used by lots of tools .
> WAYLAND_DISPLAY ( https://github.com/openjdk/jdk/blob/965b68107ffe1c1c988d4faf6d6742629407451b/src/java.desktop/unix/classes/sun/awt/UNIXToolkit.java#L492)
> and JDK_AOT_VM_OPTIONS (https://github.com/openjdk/jdk/blob/965b68107ffe1c1c988d4faf6d6742629407451b/src/java.base/share/man/java.md?plain=1#L4052) are referenced in the codebase.
This pull request has now been integrated.
Changeset: 812bd8e9
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/812bd8e94d22f9751651e28a2ef8affdf6a33220
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
8364199: Enhance list of environment variables printed in hserr/hsinfo file
Reviewed-by: lucy, clanger
-------------
PR: https://git.openjdk.org/jdk/pull/26509
More information about the hotspot-dev
mailing list