make/RunTests.gmk
changeset 52790 290b04fd1846
parent 52595 16609197022c
child 53295 520f8e2041bb
--- a/make/RunTests.gmk	Fri Nov 30 14:48:44 2018 -0800
+++ b/make/RunTests.gmk	Fri Nov 30 23:46:20 2018 -0800
@@ -135,9 +135,11 @@
     $1_LD := $$(LD)
   endif
 
+  # Create jaotc flags.
+  # VM flags which don't affect AOT code generation are filtered out: -Xcomp, -XX:+-TieredCompilation
   $1_JAOTC_OPTS := \
       -J-Xmx4g --info \
-      $$(addprefix -J, $$($1_VM_OPTIONS)) \
+      $$(addprefix -J, $$(filter-out -Xcomp %TieredCompilation, $$($1_VM_OPTIONS))) \
       $$(addprefix --compile-commands$(SPACE), $$($1_AOT_CCLIST)) \
       --linker-path $$($1_LD) \
       #