Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 21, 2023
1 parent 649afee commit 74dd150
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions bin/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,14 @@ CLASSES=`dirname $0`/../classes
CONF=`dirname $0`/../conf
CLASSPATH="$CLASSES:$LIB/*"

OPTIONS="-H:+JNI --no-server -H:+ReportExceptionStackTraces --features=org.graalvm.home.HomeFinderFeature"

OPTIONS="$OPTIONS -H:+AllowVMInspection -H:TraceClassInitialization=true --no-fallback --allow-incomplete-classpath"

OPTIONS="$OPTIONS -H:ReflectionConfigurationFiles=$CONF/reflection.json"

# OPTIONS="$OPTIONS -H:+PrintAnalysisCallTree"


OPTIONS="$OPTIONS --no-fallback"
OPTIONS="$OPTIONS -Dgraal.CompilationFailureAction=Diagnose"

# OPTIONS="$OPTIONS -H:IncludeResources=/home/bela/logging.properties -Dfoo=bar -Dcom.sun.management.jmxremote"

#OPTIONS="$OPTIONS --debug-attach=*:8000"

#OPTIONS="$OPTIONS -J-server -J-XX:+UseG1GC -J-XX:+UseAdaptiveSizePolicy -J-XX:MinHeapFreeRatio=20 -J-XX:MaxHeapFreeRatio=20"

OPTIONS="$OPTIONS --initialize-at-build-time="

OPTIONS="$OPTIONS -Dlog4j2.disable.jmx=true" ## Prevents log4j2 from creating an MBeanServer

#OPTIONS="$OPTIONS -H:GenerateDebugInfo=1"

#OPTIONS="$OPTIONS --initialize-at-run-time=com.sun.jmx.mbeanserver.JmxMBeanServer"

#OPTIONS="$OPTIONS --initialize-at-run-time=org.jgroups.protocols.FD_SOCK"
Expand Down

0 comments on commit 74dd150

Please sign in to comment.