711c1a45aa
Motivation: We currently try to access the the domain search list via reflection on windows which will print a illegal access warning when using Java9 and later. Modifications: Add a guard against the used java version. Result: Fixes https://github.com/netty/netty/issues/9500.