On Mon, 16 Nov 2020 11:59:59 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
>> I think that it should be fixed as part of this patch since it addresses >> exactly the same issue from the same cause. > >> >> >> I think that it should be fixed as part of this patch since it addresses >> exactly the same issue from the same cause. > > perfectly valid (and what I would say as well ;) - but then I'm out - no > intention to further fiddle with tooling that I'm not entirely confident with. Change the following in `\tests.classpath`: <classpathentry combineaccessrules="false" kind="src" path="/base"> <attributes> <attribute name="module" value="true"/> <attribute name="add-exports" value="javafx.base/com.sun.javafx=ALL-UNNAMED:javafx.base/test.util.memory=ALL-UNNAMED"/> ^ add here </attributes> </classpathentry> See if these errors are resolved. ------------- PR: https://git.openjdk.java.net/jfx/pull/352