RFR [XXS] : 8241948: enhance list of environment variables printed in hs_err file
David Holmes
david.holmes at oracle.com
Wed Apr 1 09:47:28 UTC 2020
Hi Matthias,
On 1/04/2020 4:44 pm, Baesken, Matthias wrote:
> Hello, please review this small change .
> It enhances the list of environment variables printed in hs_err file by locale / timezone related
> variables. They are often of interest in support cases.
>
> Bug/webrev :
>
> https://bugs.openjdk.java.net/browse/JDK-8241948
>
> http://cr.openjdk.java.net/~mbaesken/webrevs/8241948.0/
That seems harmless enough :)
Those lists need some additional TLC:
93 // defined on Linux
94 "LD_ASSUME_KERNEL", "_JAVA_SR_SIGNUM",
I think we can dispense with LD_ASSUME_KERNEL, and _JAVA_SR_SIGNUM is
used on Linux, BSD and AIX. :) Not for this change of course.
Cheers,
David
> Thanks, Matthias
>
>
More information about the hotspot-dev
mailing list