8072754: com/sun/jdi/NativeInstanceFilter.java requires adjustments to work with module boundaries

The tests uses sun.misc.Version to check if the JVM version is greater than a certain version. For the JDK 9 the condition is always true and the usage of sun.misc.Version thus can be eliminated.

Reviewed-by: alanb, sla
1 file changed