On Fri, 29 Jan 2021 01:13:30 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
>> Duplicated messages are not much help in understanding control flow. I'd >> change the new message or merge conditions. Whatever you prefer. > > It is fine with me to have two separate messages for display and desktop, but > it is better to move this check to top of function after if > (GraphicsEnvironment.isHeadless()). No point to execute other code. Okay, I moved the check upwards. The trace message is left intact. Note it says "desktop", there, so it is not a duplicate message. ------------- PR: https://git.openjdk.java.net/jdk/pull/2291