hotspot/test/compiler/aot/scripts/build-bootmodules.sh
changeset 46566 231c681fa946
parent 46441 514c0eddaccc
child 46640 70bdce04c59b
equal deleted inserted replaced
46565:8dcbf532ea00 46566:231c681fa946
    34     rm -f $JAVA_HOME/lib/lib$m*.$SO_TYPE
    34     rm -f $JAVA_HOME/lib/lib$m*.$SO_TYPE
    35 done
    35 done
    36 
    36 
    37 $JAVA_HOME/bin/javac -d . $DIR/$TEST.java
    37 $JAVA_HOME/bin/javac -d . $DIR/$TEST.java
    38 
    38 
    39 JAOTC_OPTS="-J-Xmx4g --compile-for-tiered --info"
    39 JAOTC_OPTS="-J-Xmx4g -J-ea --compile-for-tiered --info"
    40 JAVA_OPTS="-Xmx4g -XX:+UseAOT -XX:+UnlockDiagnosticVMOptions -XX:+UseAOTStrictLoading"
    40 JAVA_OPTS="-Xmx4g -XX:+UseAOT -XX:+UnlockDiagnosticVMOptions -XX:+UseAOTStrictLoading"
    41 
    41 
    42 # Compile with: +UseCompressedOops +UseG1GC
    42 # Compile with: +UseCompressedOops +UseG1GC
    43 LIBRARIES=""
    43 LIBRARIES=""
    44 for m in $MODULES; do
    44 for m in $MODULES; do