On Wed, 9 Sep 2020 23:20:07 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> This bug extracted from JDK-8240290[1]
> 
> The libawt_xawt.so library is used by the headful toolkit, but it still
> has some code related to the headless mode, which could be deleted.
> 
> In the fix, the HEADLESS related code was removed, to prove that we did
> not build this library in HEADLESS mode, I added "#error This " to all
> library files(but some of them already has it)
> 
> [1] https://bugs.openjdk.java.net/browse/JDK-8240290
> 
> The old review request:
> https://mail.openjdk.java.net/pipermail/awt-dev/2020-April/015881.html

This pull request has now been integrated.

Changeset: d8d91977
Author:    Sergey Bylokhov <s...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d8d91977
Stats:     316 lines in 29 files changed: 119 ins; 167 del; 30 mod

8242559: Clean the "libawt_xawt" library from code for headless mode

Reviewed-by: kizune

-------------

PR: https://git.openjdk.java.net/jdk/pull/101

Reply via email to