Skip to content

Commit 577f21d

Browse files
committed
Remove native image annotation from SymbolicSnippetEncoder
1 parent 4c08e48 commit 577f21d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/src/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/SymbolicSnippetEncoder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@
104104
import org.graalvm.compiler.replacements.ReplacementsImpl;
105105
import org.graalvm.compiler.replacements.SnippetCounter;
106106
import org.graalvm.compiler.replacements.SnippetIntegerHistogram;
107-
import org.graalvm.nativeimage.Platform;
108-
import org.graalvm.nativeimage.Platforms;
109107

110108
import jdk.vm.ci.code.TargetDescription;
111109
import jdk.vm.ci.hotspot.HotSpotJVMCIRuntime;
@@ -129,7 +127,6 @@
129127
* method references into a symbolic form that can be resolved at graph decode time using
130128
* {@link SymbolicJVMCIReference}.
131129
*/
132-
@Platforms(Platform.HOSTED_ONLY.class)
133130
public class SymbolicSnippetEncoder {
134131

135132
/**

0 commit comments

Comments
 (0)