Skip to content

Commit

Permalink
Update NativeImageUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Aug 1, 2023
1 parent b32bd6e commit 3768fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
public class NativeImageUtil {

private static final boolean RUNNING_IN_SVM = isInNativeImage();
private static final boolean RUNNING_IN_SVM = System.getProperty("org.graalvm.nativeimage.imagecode") != null;

private NativeImageUtil() {
}
Expand Down

0 comments on commit 3768fd7

Please sign in to comment.