On Wed, 25 Jun 2025 04:48:07 GMT, David Holmes <dhol...@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

Reply via email to