Integrated: JDK-8321975: Print when add_reserved_region fails even in product mode

Johan Sjölen jsjolen at openjdk.org
Mon Dec 18 09:48:48 UTC 2023


On Wed, 13 Dec 2023 11:58:40 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> Hi,
> 
> We recently had a user e-mail hotspot-dev about a JVM crash which hit `ShouldNotReachHere` in `add_reserved_region`. As the logging is disabled in product builds the user couldn't supply us with all of the available information, quite unfortunate for us. I propose that we print the region information unconditionally and print the stacks also.

This pull request has now been integrated.

Changeset: 341b4e09
Author:    Johan Sjölen <jsjolen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/341b4e09b73e5522f308b05c5a4ed9e161b14022
Stats:     7 lines in 1 file changed: 5 ins; 1 del; 1 mod

8321975: Print when add_reserved_region fails even in product mode

Reviewed-by: dholmes, stuefe

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

PR: https://git.openjdk.org/jdk/pull/17086


More information about the hotspot-runtime-dev mailing list