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