A lot of jfr tests are very specific. Currently they are marked with jfr keyword and excluded when VM flags are set.
It makes sense to mark them with @requires <something> to exclude incompatible cases only.
The vm.flagless could be used to mark tests which doesn't accept any additional vm flags.
It makes sense to mark them with @requires <something> to exclude incompatible cases only.
The vm.flagless could be used to mark tests which doesn't accept any additional vm flags.
- duplicates
-
JDK-8318098 Update jfr tests with corresponding requires flags
- Open