RFR [XXS] : 8241948: enhance list of environment variables printed in hs_err file

Baesken, Matthias matthias.baesken at sap.com
Wed Apr 1 11:10:04 UTC 2020


Hi David, thanks for the review .

>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.

Should I open another JBS issue for this ?

Best regards, Matthias

-----Original Message-----
From: David Holmes <david.holmes at oracle.com> 
Sent: Mittwoch, 1. April 2020 11:47
To: Baesken, Matthias <matthias.baesken at sap.com>; 'hotspot-dev at openjdk.java.net' <hotspot-dev at openjdk.java.net>
Subject: Re: RFR [XXS] : 8241948: enhance list of environment variables printed in hs_err file

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