From 77a8cbcbecc54744b059e41f24c362f587db21d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 29 Mar 2022 08:32:02 +0200 Subject: [PATCH] Remove outdated comment in NativeDetector `-H:+InlineBeforeAnalysis` is enabled by default as of GraalVM 21.3. --- .../src/main/java/org/springframework/core/NativeDetector.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/NativeDetector.java b/spring-core/src/main/java/org/springframework/core/NativeDetector.java index f2f191747e..c3419e85c8 100644 --- a/spring-core/src/main/java/org/springframework/core/NativeDetector.java +++ b/spring-core/src/main/java/org/springframework/core/NativeDetector.java @@ -19,9 +19,6 @@ package org.springframework.core; /** * A common delegate for detecting a GraalVM native image environment. * - *

Requires using the {@code -H:+InlineBeforeAnalysis} native image compiler flag in order to allow code removal at - * build time. - * * @author Sebastien Deleuze * @since 5.3.4 */