make/launcher/Launcher-jdk.aot.gmk
changeset 57681 41f2f2829a09
parent 52804 28094715ae71
equal deleted inserted replaced
57680:cafd691c6c04 57681:41f2f2829a09
     1 #
     1 #
     2 # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    44         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.aarch64=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    44         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.aarch64=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    45         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.sparc=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    45         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.sparc=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    46         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.meta=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    46         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.meta=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    47         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.runtime=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    47         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.runtime=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
    48         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.sparc=$(call CommaList, jdk.internal.vm.compiler  jdk.aot)  \
    48         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.sparc=$(call CommaList, jdk.internal.vm.compiler  jdk.aot)  \
    49         -XX:+UseAOT \
    49         -XX:+UnlockExperimentalVMOptions -XX:+UseAOT \
    50         -XX:+CalculateClassFingerprint \
    50         -XX:+CalculateClassFingerprint \
    51         -Djvmci.UseProfilingInformation=false \
    51         -Djvmci.UseProfilingInformation=false \
    52         -Dgraal.UseExceptionProbability=false \
    52         -Dgraal.UseExceptionProbability=false \
    53         -Djvmci.Compiler=graal \
    53         -Djvmci.Compiler=graal \
    54         --add-modules ALL-DEFAULT \
    54         --add-modules ALL-DEFAULT \