-
Enhancement
-
Resolution: Not an Issue
-
P3
-
8
-
None
-
generic
-
generic
As of now (jdk8 circa b43) realSync() is a sun.awt.SunToolkit method, thus not public and not suitable for use with Jigsaw modules without some sort of whitelisting etc.
That makes regular testing in that mode rather hard since hundreds of the regression tests and a big part of functional suite all depend on realSync.
Please consider converting it to the new Toolkit.sync().
That makes regular testing in that mode rather hard since hundreds of the regression tests and a big part of functional suite all depend on realSync.
Please consider converting it to the new Toolkit.sync().