iignatyev [Wed, 11 Mar 2015 00:45:02 +0300] rev 29498
8072754: com/sun/jdi/NativeInstanceFilter.java requires adjustments to work with module boundaries
Summary: 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
Contributed-by: Alexander Kulyakhtin <alexander.kulyakhtin@oracle.com>