File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
substratevm/src/com.oracle.svm.graal/src/com/oracle/svm/graal/hosted Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3232import org .graalvm .compiler .options .OptionValues ;
3333import org .graalvm .compiler .phases .util .Providers ;
3434import org .graalvm .nativeimage .ImageSingletons ;
35+ import org .graalvm .nativeimage .Platforms ;
3536import org .graalvm .nativeimage .hosted .Feature ;
37+ import org .graalvm .nativeimage .impl .InternalPlatform ;
3638
3739import com .oracle .graal .pointsto .meta .AnalysisMethod ;
3840import com .oracle .svm .core .deopt .DeoptimizationCanaryFeature ;
5759/**
5860 * Feature to allow deoptimization in a generated native image.
5961 */
62+ @ Platforms (InternalPlatform .NATIVE_ONLY .class )
6063public final class DeoptimizationFeature implements InternalFeature {
6164
6265 private static final Method deoptStubMethod ;
You can’t perform that action at this time.
0 commit comments