Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
b21
-
ppc
-
aix
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226218 | 11.0.5 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Description
The change
https://bugs.openjdk.java.net/browse/JDK-8204598
added more thread-related system settings info to the hs_error file on Linux.
On AIX I want to add some system settings output as well .
The added maximum # of threads would look like this in the hs_err - file output :
--------------- S Y S T E M ---------------
....
rlimit: STACK 4194304k, CORE infinity, NPROC 2048, NOFILE infinity, AS infinity, DATA infinity, FSIZE infinity
maximum #threads within a process:32767
https://bugs.openjdk.java.net/browse/JDK-8204598
added more thread-related system settings info to the hs_error file on Linux.
On AIX I want to add some system settings output as well .
The added maximum # of threads would look like this in the hs_err - file output :
--------------- S Y S T E M ---------------
....
rlimit: STACK 4194304k, CORE infinity, NPROC 2048, NOFILE infinity, AS infinity, DATA infinity, FSIZE infinity
maximum #threads within a process:32767
Attachments
Issue Links
- backported by
-
JDK-8226218 add more thread-related system settings info to hs_error file on AIX
- Resolved