Skip to content

Commit 77a8cbc

Browse files
committed
Remove outdated comment in NativeDetector
`-H:+InlineBeforeAnalysis` is enabled by default as of GraalVM 21.3.
1 parent 50973f7 commit 77a8cbc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-core/src/main/java/org/springframework/core/NativeDetector.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
/**
2020
* A common delegate for detecting a GraalVM native image environment.
2121
*
22-
* <p>Requires using the {@code -H:+InlineBeforeAnalysis} native image compiler flag in order to allow code removal at
23-
* build time.
24-
*
2522
* @author Sebastien Deleuze
2623
* @since 5.3.4
2724
*/

0 commit comments

Comments
 (0)