RFR: 8350786: Some java/lang jtreg tests miss requires vm.hasJFR [v2]
David Holmes
dholmes at openjdk.org
Mon Mar 3 04:07:34 UTC 2025
On Thu, 27 Feb 2025 10:19:51 GMT, Matthias Baesken <mbaesken at 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
More information about the core-libs-dev
mailing list