-
Bug
-
Resolution: Fixed
-
P2
-
9-repo-jigsaw
-
None
In Toolkit, we need to cascade the classloader tried when we -Djavafx.toolkit is processed. Some tests need:
Toolkit.class.getClassLoader();
others:
Thread.currentThread().getContextClassLoader();
This is Jake specific at this point.
- blocks
-
JDK-8131896 Run gradle test tasks using a Jigsaw (jake) build
- Resolved