On Thu, 27 Feb 2025 10:19:51 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
>> While testing a bit with a minimal JVM, it has been noticed that some >> java/lang jtreg tests use jfr but do not declare it with a "requires >> vm.hasJFR" ; that leads to test errors in a JVM setup with no JFR . > > Matthias Baesken has updated the pull request incrementally with one > additional commit since the last revision: > > copyright years Just FTR I don't think we have ever intended to make all the tests runnable with the minimal VM. It is not a primary configuration that we need to support out-of-the-box as such. Anyone wanting to build and test the Minimal VM can quickly put together a custom ProblemList to exclude those that have "missing" requires. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23805#issuecomment-2693227310