- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    9
- 
        b72
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8135415 | emb-9 | Andy Herrick | P4 | Resolved | Fixed | team | 
                    There are many modules in deploy code that call Config.isJavaVersionAtLeast15(), and Config.isJavaVersionAtLeast16().
Since JDK9 deployment code only supports JRE Version 1.6+, these can all be removed, along with all the code in the else blocks and dependent code (which includes whole modules)
Removing this would make code look cleaner and remove a lot of dead code.
Since JDK9 deployment code only supports JRE Version 1.6+, these can all be removed, along with all the code in the else blocks and dependent code (which includes whole modules)
Removing this would make code look cleaner and remove a lot of dead code.
- backported by
- 
                    JDK-8135415 Remove IsJavaVersionAtLeast16() calls from JDK9 -           
- Resolved
 
-