Skip to content

Commit 6ad8481

Browse files
committed
svm: adopt SubstrateGraphBuilderPlugins
1 parent c3db1a0 commit 6ad8481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/snippets/SubstrateGraphBuilderPlugins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
import com.oracle.svm.hosted.ReachabilityCallbackNode;
9999
import com.oracle.svm.hosted.SharedArenaSupport;
100100
import com.oracle.svm.hosted.code.SubstrateCompilationDirectives;
101-
import com.oracle.svm.hosted.dynamicaccess.JVMCIRuntimeReflection;
102101
import com.oracle.svm.hosted.dynamicaccessinference.DynamicAccessInferenceLog;
103102
import com.oracle.svm.hosted.dynamicaccessinference.StrictDynamicAccessInferenceFeature;
104103
import com.oracle.svm.hosted.nodes.DeoptProxyNode;
@@ -108,6 +107,7 @@
108107
import com.oracle.svm.util.JVMCIReflectionUtil;
109108
import com.oracle.svm.util.OriginalClassProvider;
110109
import com.oracle.svm.util.ReflectionUtil;
110+
import com.oracle.svm.util.dynamicaccess.JVMCIRuntimeReflection;
111111

112112
import jdk.graal.compiler.core.common.CompressEncoding;
113113
import jdk.graal.compiler.core.common.LibGraalSupport;

0 commit comments

Comments
 (0)