-
Enhancement
-
Resolution: Fixed
-
P3
-
13
-
b06
-
s390x
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8221223 | 11.0.4 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
On linux s390x, we usually run in virtualized environments (LPAR and/or z/VM / KVM ).
It is helpful for instance in support cases to get some information about the virtualized environment in the hs_error file .
A lot of info can be taken from the /proc/sysinfo file on linux s390x .
Example information added to hs_error file :
LPAR Number: 14
LPAR Characteristics: Shared
LPAR Name: VM3
LPAR Adjustment: 320
LPAR CPUs Total: 24
LPAR CPUs Configured: 16
LPAR CPUs Standby: 8
LPAR CPUs Reserved: 0
LPAR CPUs Dedicated: 0
LPAR CPUs Shared: 16
VM00 Name: LINUX100
VM00 Control Program: z/VM 6.4.0
VM00 Adjustment: 375
VM00 CPUs Total: 6
VM00 CPUs Configured: 6
VM00 CPUs Standby: 0
VM00 CPUs Reserved: 0
CPUs Total: 63
CPUs Configured: 50
CPUs Standby: 0
CPUs Reserved: 13
It is helpful for instance in support cases to get some information about the virtualized environment in the hs_error file .
A lot of info can be taken from the /proc/sysinfo file on linux s390x .
Example information added to hs_error file :
LPAR Number: 14
LPAR Characteristics: Shared
LPAR Name: VM3
LPAR Adjustment: 320
LPAR CPUs Total: 24
LPAR CPUs Configured: 16
LPAR CPUs Standby: 8
LPAR CPUs Reserved: 0
LPAR CPUs Dedicated: 0
LPAR CPUs Shared: 16
VM00 Name: LINUX100
VM00 Control Program: z/VM 6.4.0
VM00 Adjustment: 375
VM00 CPUs Total: 6
VM00 CPUs Configured: 6
VM00 CPUs Standby: 0
VM00 CPUs Reserved: 0
CPUs Total: 63
CPUs Configured: 50
CPUs Standby: 0
CPUs Reserved: 13
- backported by
-
JDK-8221223 Provide virtualization related info in the hs_error file on linux s390x
- Resolved
- relates to
-
JDK-8218063 JDK-8218060 breaks build for S390
- Resolved
-
JDK-8218060 JDK-8217786 breaks build due to remaining unused function
- Closed