Integrated: 8297964: Jetty.java fails "assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark"
Markus Grönlund
mgronlun at openjdk.org
Wed Dec 7 11:28:20 UTC 2022
On Tue, 6 Dec 2022 11:47:26 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> Greetings,
>
> this small change resolves the assertions on no_handle_mark_nesting, a problem resulting from continuations requiring handles for stack walking. Issue only in debug builds.
>
> Testing: jdk_jfr
>
> Thanks
> Markus
This pull request has now been integrated.
Changeset: bfcc238e
Author: Markus Grönlund <mgronlun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/bfcc238ed09cb432e4a003b89a803c3c10e8ac80
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8297964: Jetty.java fails "assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark"
Reviewed-by: egahlin
-------------
PR: https://git.openjdk.org/jdk/pull/11534
More information about the hotspot-jfr-dev
mailing list