On Tue, 24 Jun 2025 21:15:06 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> Update SA to know about JfrRecorderThread, which was made a JavaThread in JDK > 25 by [JDK-8352251](https://bugs.openjdk.org/browse/JDK-8352251). > > I'm also fixing ClhsdbJstackWithConcurrentLock, which was also failing with > JFR enabled, but for a different reason (specified heap size was too small). > > Testing (in progress): > > - [x] tier1 ci > - [x] tier1 ci with -XX:StartFlightRecording > - [x] tier5 ci This pull request has now been integrated. Changeset: 712d866b Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/712d866b72b43c839c57c3303dfb215f94c0db3b Stats: 25 lines in 5 files changed: 13 ins; 9 del; 3 mod 8360312: Serviceability Agent tests fail with JFR enabled due to unknown thread type JfrRecorderThread Reviewed-by: sspitsyn, kevinw, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/25960