review: javafx.swing system test RT30650Test fails in jigsaw mode

David Hill David.Hill at Oracle.com
Wed Mar 30 18:12:36 UTC 2016


Kevin,

you were right about:
https://bugs.openjdk.java.net/browse/JDK-8152898

just need an add exports:

diff -r 1a6124ade5b4 tests/system/src/test/addExports
--- a/tests/system/src/test/addExports Wed Mar 30 13:58:30 2016 -0400
+++ b/tests/system/src/test/addExports Wed Mar 30 14:03:58 2016 -0400
@@ -18,5 +18,6 @@
      javafx.graphics/com.sun.javafx.iio.png=ALL-UNNAMED,\
      javafx.graphics/com.sun.javafx.image.impl=ALL-UNNAMED,\
      javafx.graphics/com.sun.javafx.image=ALL-UNNAMED,\
+ javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED,\
      \
      java.base/sun.util.logging=ALL-UNNAMED"

-- 
David Hill<David.Hill at Oracle.com>
Java Embedded Development

"A man's feet should be planted in his country, but his eyes should survey the world."
-- George Santayana (1863 - 1952)



More information about the openjfx-dev mailing list