lib/JvmFeatures.gmk:150: *** Internal error: Invalid feature tested:  aot.  
Stop.

This is the code in question:

ifeq ($(call check-jvm-feature, aot), true)
  JVM_CFLAGS_FEATURES += -DINCLUDE_AOT
else
  JVM_EXCLUDE_FILES += \
      compiledIC_aot_x86_64.cpp compilerRuntime.cpp \
      aotCodeHeap.cpp aotCompiledMethod.cpp aotLoader.cpp compiledIC_aot.cpp
endif

But how is this actually supposed to work?

Andrew.

Reply via email to