On Fri, 4 Dec 2020 12:00:56 GMT, Doug Simon <dnsi...@openjdk.org> wrote:

>> @dougxc could you please review AWT static-libs enhancement for GraalVM 
>> Native Image?
>
>> @dougxc could you please review AWT static-libs enhancement for GraalVM 
>> Native Image?
> 
> Sorry, this needs to be reviewed by people who understand this area of the 
> code. Maybe @mrserb can suggest someone.

@prrace I have added more information to PR description, sorry for the 
inconvenience. 

Regarding the use case of using AWT static libraries: with GraalVM Native image 
we can take a jar with some AWT/Swing application and convert it (using gcc and 
static libraries) to binary executable (currently only for Linux 64) and then 
run it without JRE.

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

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

Reply via email to