Skip to content

Commit 2971ed1

Browse files
committed
Use Delete annotation to disallow SymbolicSnippetEncoder in libgraal
1 parent 577f21d commit 2971ed1

File tree

1 file changed

+5
-0
lines changed
  • substratevm/src/com.oracle.svm.graal.hotspot.libgraal/src/com/oracle/svm/graal/hotspot/libgraal

1 file changed

+5
-0
lines changed

substratevm/src/com.oracle.svm.graal.hotspot.libgraal/src/com/oracle/svm/graal/hotspot/libgraal/LibGraalFeature.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,3 +779,8 @@ public boolean getAsBoolean() {
779779
}
780780
}
781781
}
782+
783+
@TargetClass(className = "org.graalvm.compiler.hotspot.SymbolicSnippetEncoder", onlyWith = LibGraalFeature.IsEnabled.class)
784+
@Delete("shouldn't appear in libgraal")
785+
final class Target_org_graalvm_compiler_hotspot_SymbolicSnippetEncoder {
786+
}

0 commit comments

Comments
 (0)