[crac] RFR: Fix [ASSERT] compilation error after fdf4eb8dd5c2a11176eb1ec8f40b3f4133a872aa

Anton Kozlov akozlov at openjdk.org
Thu Dec 1 11:34:56 UTC 2022


On Thu, 1 Dec 2022 07:16:54 GMT, Jan Kratochvil <duke at openjdk.org> wrote:

> ../../src/hotspot/os/linux/attachListener_linux.cpp: In function 'void assert_listener_thread()':
> ../../src/hotspot/os/linux/attachListener_linux.cpp:389:16: error: aggregate 'ResourceMark rm' has incomplete type and cannot be defined
>   389 |   ResourceMark rm; // For retrieving the thread names

Indeed, the build fails if configured with --disable-precompiled-headers, thanks!

-------------

Marked as reviewed by akozlov (Lead).

PR: https://git.openjdk.org/crac/pull/36


More information about the crac-dev mailing list