[OpenJDK 2D-Dev] Integrated: 8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt

Severin Gehwolf sgehwolf at openjdk.java.net
Tue Apr 6 09:46:17 UTC 2021


On Tue, 23 Mar 2021 15:18:13 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> The suggestion is to rename 'jvm' variable in `libjavajpeg` to `the_jvm` so this conflict no longer occurs when `libjavajpeg.a` and `libawt.a` are being linked into one native image.
> 
> Testing: test/jdk/javax/imageio jtreg tests. GHA pre-integration tests running too.
> 
> Thoughts?

This pull request has now been integrated.

Changeset: eb6330e4
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/eb6330e4
Stats:     14 lines in 2 files changed: 0 ins; 0 del; 14 mod

8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt

Reviewed-by: serb

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

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


More information about the 2d-dev mailing list