Currently jtreg gather information about existing modules in target jdk and use it to filter values of "modules" tag. A minimal vm is a "special" case, which is currently not handled in jtreg. A minimal vm is compatible with java.compact2 modules set only even in case all modules are present in image and jdk reports all modules to be present. A java classes are still present and available for minimal vm, but most(not all) of this api won't work throwing different exceptions. In order to be able to filter and run tests on minimal vm, a minimal vm case should be recognized by jtreg and respective modules set should be taken into account to filter incompatible tests via "modules" tag
- relates to
-
JDK-8166146 [Testbug] update codecache tests with minimal vm filter
-
- Closed
-