- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    9
- 
        b94
- 
        other
- 
        windows_7
                    DESCRIPTION OF THE PROBLEM : 
There is a typo in OSInfo.java
windowsVersionMap.put(WINDOWS_VISTA.toString(), WINDOWS_7);
should be windowsVersionMap.put(WINDOWS_7.toString(), WINDOWS_7);
There is a typo in OSInfo.java
windowsVersionMap.put(WINDOWS_VISTA.toString(), WINDOWS_7);
should be windowsVersionMap.put(WINDOWS_7.toString(), WINDOWS_7);
- relates to
- 
                    JDK-8067346 Swing submenu has a changed starting offset -           
- Resolved
 
-