RFR: 8265513: Openjfx graphics build broken (Eclipse)

Nir Lisker nlisker at openjdk.java.net
Fri Apr 23 13:38:33 UTC 2021


On Tue, 20 Apr 2021 11:06:32 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

> Issue is usage of JMemoryBuddy in module graphics (SceneTest, added in [JDK-8264330](https://bugs.openjdk.java.net/browse/JDK-8264330). 
> 
> Fix is to add-exports in Eclipse .classpath in graphics (same as done for controls in fix of [JDK-8256184](https://bugs.openjdk.java.net/browse/JDK-8256184)

I can confirm that the access error to `JMemoryBuddy` is resolved after the patch.

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

Marked as reviewed by nlisker (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/469


More information about the openjfx-dev mailing list