equal
deleted
inserted
replaced
25 |
25 |
26 package sun.invoke.util; |
26 package sun.invoke.util; |
27 |
27 |
28 import java.lang.reflect.Modifier; |
28 import java.lang.reflect.Modifier; |
29 import static java.lang.reflect.Modifier.*; |
29 import static java.lang.reflect.Modifier.*; |
30 import java.lang.reflect.Module; |
|
31 import java.util.Objects; |
30 import java.util.Objects; |
32 import jdk.internal.reflect.Reflection; |
31 import jdk.internal.reflect.Reflection; |
33 |
32 |
34 /** |
33 /** |
35 * This class centralizes information about the JVM's linkage access control. |
34 * This class centralizes information about the JVM's linkage access control. |