JoglVersion.getGLInfo() just shows the values of 3 fields of a graphics device whereas we are accustomed to show all information in the debug logs. This lack can lead to confusion: https://github.com/sgothel/jogl/blob/master/src/jogl/classes/com/jogamp/opengl/JoglVersion.java#L147 I suggest to call sb.append(device.toString()).append(':').append(Platform.getNewline()); instead.
Done: https://github.com/gouessej/jogl/commit/fa0f55873667a0380101312c073ad18bd0ec3fab
merged