Hi All,
This is a back-out of 6461834: Minimize WindowsLookAndFeel classes
included with Unix JDKs
fix which was done to make sure WindowsLookAndFeel classes are not built
for non-windows platform
but it seems there are some classes in shared folder which uses
com/sun/java/swing/plaf/windows/ class.
It will require moving around those classes to windows and test.
But to aid jdk10 integration, I guess it is best to back-out the earlier
fix and work on this later.
Bug: https://bugs.openjdk.java.net/browse/JDK-8184813
webrev: http://cr.openjdk.java.net/~psadhukhan/8184813/
Regards
Prasanta