Hi, I looked at https://openjdk.java.net/jtreg/tag-spec.html#requires_names but could not find an answer to this: Is there a way to use @requires to filter tests for JVM features? E.g. if I build without NMT or CDS, a way to skip tests testing these specific components? Thanks! Thomas