Skip to content

Commit

Permalink
[GR-30346] Remove Platform.HOSTED_ONLY from OptimizedLocaleMode as it…
Browse files Browse the repository at this point in the history
… is actually reachable via substituted type.

PullRequest: graal/8635
  • Loading branch information
d-kozak committed Apr 2, 2021
2 parents 4c259f3 + 42660ca commit af5fca2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@

import java.util.function.BooleanSupplier;

import org.graalvm.nativeimage.Platform;
import org.graalvm.nativeimage.Platforms;

import com.oracle.svm.core.jdk.localization.LocalizationSupport;

@Platforms(Platform.HOSTED_ONLY.class)
public class OptimizedLocaleMode implements BooleanSupplier {
@Override
public boolean getAsBoolean() {
Expand Down

0 comments on commit af5fca2

Please sign in to comment.