changeset 46871:98c30b33c936

8181823: [AOT] jaotc doesn't work with Graal Summary: add new flag to indicate when to calculate class fingerprint Reviewed-by: iklam, iveresov
author kvn
date Wed, 21 Jun 2017 10:28:51 -0700
parents 942b678b7869
children fda20f4daa92
files jdk/make/launcher/Launcher-jdk.aot.gmk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/jdk/make/launcher/Launcher-jdk.aot.gmk	Mon Jun 12 13:22:48 2017 -0400
+++ b/jdk/make/launcher/Launcher-jdk.aot.gmk	Wed Jun 21 10:28:51 2017 -0700
@@ -45,6 +45,7 @@
         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.runtime=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
         --add-exports=jdk.internal.vm.ci/jdk.vm.ci.sparc=$(call CommaList, jdk.internal.vm.compiler  jdk.aot) \
         -XX:+UseAOT \
+        -XX:+CalculateClassFingerprint \
         -Djvmci.UseProfilingInformation=false \
         -Dgraal.UseExceptionProbability=false \
         -Djvmci.Compiler=graal \