Remove outdated comment in NativeDetector
`-H:+InlineBeforeAnalysis` is enabled by default as of GraalVM 21.3.
This commit is contained in:
parent
50973f73c7
commit
77a8cbcbec
|
@ -19,9 +19,6 @@ package org.springframework.core;
|
|||
/**
|
||||
* A common delegate for detecting a GraalVM native image environment.
|
||||
*
|
||||
* <p>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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue