[OpenJDK 2D-Dev] RFR: 8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt
Severin Gehwolf
sgehwolf at openjdk.java.net
Tue Apr 6 09:46:16 UTC 2021
On Wed, 31 Mar 2021 20:37:32 GMT, Sergey Bylokhov <serb 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?
>
> Marked as reviewed by serb (Reviewer).
@mrserb Thanks for the review!
-------------
PR: https://git.openjdk.java.net/jdk/pull/3155
More information about the 2d-dev
mailing list