RFR: 8343513: Forward declare Thread in mutexLocker.hpp [v3]
Johan Sjölen
jsjolen at openjdk.org
Mon Nov 4 12:16:34 UTC 2024
On Mon, 4 Nov 2024 09:13:05 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> Hi,
>>
>> Let's explicitly forward declare `Thread` in `mutexLocker.hpp` instead of including `thread.hpp`. Previously we got the forward declaration from `memory/allocation.hpp`, but let's be explicit about forward declarations being used when we can.
>>
>> Thanks
>
> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>
> Typo
Three approvals, green GHA and a statement that this is trivial, let's integrate.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21868#issuecomment-2454559252
More information about the hotspot-runtime-dev
mailing list