8177046: Update Graal

Update Graal, make appropriate changes to AOT, and the build system.

Reviewed-by: kvn
This commit is contained in:
Igor Veresov 2017-03-22 13:43:01 -07:00
parent 0e364f45a8
commit 862617313e
2 changed files with 3 additions and 0 deletions

View File

@ -491,6 +491,7 @@ jdk.internal.vm.compiler_EXCLUDES += \
org.graalvm.compiler.jtt \
org.graalvm.compiler.lir.jtt \
org.graalvm.compiler.lir.test \
org.graalvm.compiler.loop.test \
org.graalvm.compiler.microbenchmarks \
org.graalvm.compiler.nodes.test \
org.graalvm.compiler.options.test \
@ -498,6 +499,7 @@ jdk.internal.vm.compiler_EXCLUDES += \
org.graalvm.compiler.replacements.test \
org.graalvm.compiler.test \
org.graalvm.compiler.virtual.bench \
org.graalvm.util.test \
#
################################################################################

View File

@ -124,6 +124,7 @@ CORE_EXCLUDED_PACKAGES += \
org.w3c.dom.stylesheets \
org.w3c.dom.xpath \
org.graalvm.compiler.% \
org.graalvm.util% \
#
CORE_PACKAGES := $(filter-out $(CORE_EXCLUDED_PACKAGES), \