Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204002 | 11.0.1 | Volker Simonis | P4 | Resolved | Fixed | team |
When analyzing crashes, it is very useful to have all the extended flag settings at hand. While the hs_err file already contains the full command line parameters, flags can also be changed by ergonomics or various servicebility tools.
We already print the complete set of flags along with their values (i.e. PrintFlagsFinal) in our SAP JVM since many years and would like to also do that in the OpenJDK.
We already print the complete set of flags along with their values (i.e. PrintFlagsFinal) in our SAP JVM since many years and would like to also do that in the OpenJDK.
- backported by
-
JDK-8204002 Print complete set of flags in the hs_err file
- Resolved