-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b19
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246065 | 13.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
JDK-8234341 | 11.0.7-oracle | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8234257 | 11.0.6 | Matthias Baesken | P4 | Resolved | Fixed | b04 |
Currently only on Linux (os_linux.cpp) the format string is a string literal and not a variable when handling the PauseAtStartupFile flag.
This was done on Linux with
https://bugs.openjdk.java.net/browse/JDK-8042894
when handling gcc warnings; however on the other platforms it is recommended to do the same.
This was done on Linux with
https://bugs.openjdk.java.net/browse/JDK-8042894
when handling gcc warnings; however on the other platforms it is recommended to do the same.
- backported by
-
JDK-8234257 use string literal for format string when handling PauseAtStartupFile
-
- Resolved
-
-
JDK-8234341 use string literal for format string when handling PauseAtStartupFile
-
- Resolved
-
-
JDK-8246065 use string literal for format string when handling PauseAtStartupFile
-
- Resolved
-