--- old/make/RunTests.gmk 2018-11-30 14:24:21.642450725 -0800 +++ new/make/RunTests.gmk 2018-11-30 14:24:21.354450740 -0800 @@ -135,9 +135,11 @@ $1_LD := $$(LD) endif + # Create jaotc flags. + # Some VM flags which don't affect AOT code generation are filtered out. $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) \ #