From 9a63b3cc3e5fc74ae1d60cbb53e9c44c1777f5ff Mon Sep 17 00:00:00 2001
From: stepan <stepan.sindelar@oracle.com>
Date: Wed, 14 Feb 2018 17:59:10 +0100
Subject: [PATCH] Adopt native-image.properties to the +/- boolean options
 syntax

---
 mx.fastr/native-image.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mx.fastr/native-image.properties b/mx.fastr/native-image.properties
index a70e3e7020..2350ea4bf0 100644
--- a/mx.fastr/native-image.properties
+++ b/mx.fastr/native-image.properties
@@ -12,5 +12,5 @@ JavaArgs = \
 
 Args = -H:Class=com.oracle.truffle.r.launcher.RCommand \
     -H:MaxRuntimeCompileMethods=8000 \
-    -H:TruffleCheckFrameImplementation=false \
-    -H:TruffleCheckNeverPartOfCompilation=true
+    -H:-TruffleCheckFrameImplementation \
+    -H:+TruffleCheckNeverPartOfCompilation
-- 
GitLab