Skip to content

Commit 35512a4

Browse files
committed
svm: adopt ScalaFeature
1 parent 08bcad7 commit 35512a4

File tree

1 file changed

+1
-1
lines changed
  • substratevm/src/com.oracle.svm.polyglot/src/com/oracle/svm/polyglot/scala

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.polyglot/src/com/oracle/svm/polyglot/scala/ScalaFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
import com.oracle.svm.core.feature.InternalFeature;
3636
import com.oracle.svm.core.util.UserError;
3737
import com.oracle.svm.hosted.FeatureImpl.BeforeAnalysisAccessImpl;
38-
import com.oracle.svm.hosted.dynamicaccess.JVMCIRuntimeReflection;
3938
import com.oracle.svm.util.JVMCIReflectionUtil;
4039
import com.oracle.svm.util.ModuleSupport;
40+
import com.oracle.svm.util.dynamicaccess.JVMCIRuntimeReflection;
4141

4242
import jdk.graal.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.Plugins;
4343
import jdk.graal.compiler.phases.util.Providers;

0 commit comments

Comments
 (0)