We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bcad7 commit 35512a4Copy full SHA for 35512a4
substratevm/src/com.oracle.svm.polyglot/src/com/oracle/svm/polyglot/scala/ScalaFeature.java
@@ -35,9 +35,9 @@
35
import com.oracle.svm.core.feature.InternalFeature;
36
import com.oracle.svm.core.util.UserError;
37
import com.oracle.svm.hosted.FeatureImpl.BeforeAnalysisAccessImpl;
38
-import com.oracle.svm.hosted.dynamicaccess.JVMCIRuntimeReflection;
39
import com.oracle.svm.util.JVMCIReflectionUtil;
40
import com.oracle.svm.util.ModuleSupport;
+import com.oracle.svm.util.dynamicaccess.JVMCIRuntimeReflection;
41
42
import jdk.graal.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.Plugins;
43
import jdk.graal.compiler.phases.util.Providers;
0 commit comments