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 4c08e48 commit 577f21dCopy full SHA for 577f21d
compiler/src/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/SymbolicSnippetEncoder.java
@@ -104,8 +104,6 @@
104
import org.graalvm.compiler.replacements.ReplacementsImpl;
105
import org.graalvm.compiler.replacements.SnippetCounter;
106
import org.graalvm.compiler.replacements.SnippetIntegerHistogram;
107
-import org.graalvm.nativeimage.Platform;
108
-import org.graalvm.nativeimage.Platforms;
109
110
import jdk.vm.ci.code.TargetDescription;
111
import jdk.vm.ci.hotspot.HotSpotJVMCIRuntime;
@@ -129,7 +127,6 @@
129
127
* method references into a symbolic form that can be resolved at graph decode time using
130
128
* {@link SymbolicJVMCIReference}.
131
*/
132
-@Platforms(Platform.HOSTED_ONLY.class)
133
public class SymbolicSnippetEncoder {
134
135
/**
0 commit comments