The aot tests are enabled if vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64").
They fail though if the vm is compiled without AOT support (INCLUDE_AOT not defined).
This change introduces keyword aot in the jtreg tests so we can disable
all the tests that fail without AOT if it is not supported on amd64.
They fail though if the vm is compiled without AOT support (INCLUDE_AOT not defined).
This change introduces keyword aot in the jtreg tests so we can disable
all the tests that fail without AOT if it is not supported on amd64.
- relates to
-
JDK-8185536 @key aot should be replaced w/ @requires vm.aot
-
- Resolved
-