RFR: 8360312: Serviceability Agent tests fail with JFR enabled due to unknown thread type JfrRecorderThread [v2]
Chris Plummer
cjplummer at openjdk.org
Wed Jun 25 06:34:10 UTC 2025
On Wed, 25 Jun 2025 04:48:07 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Would a simple forward declaration of `class JfrRecordThread` in vmStructs.cpp avoid the need to move the class definition to the header file?
vmStructs does a sizeof(JfrRecordThread) so it needs the full class definition, not just a declaration.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25960#issuecomment-3003507738
More information about the hotspot-dev
mailing list