RFR: 8297964: Jetty.java fails "assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark"
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 ------------- Commit messages: - 8297964 Changes: https://git.openjdk.org/jdk/pull/11534/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11534&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8297964 Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/11534.diff Fetch: git fetch https://git.openjdk.org/jdk pull/11534/head:pull/11534 PR: https://git.openjdk.org/jdk/pull/11534
On Tue, 6 Dec 2022 11:47:26 GMT, Markus Grönlund <mgronlun@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
Marked as reviewed by egahlin (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/11534
On Tue, 6 Dec 2022 11:47:26 GMT, Markus Grönlund <mgronlun@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@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
participants (2)
-
Erik Gahlin
-
Markus Grönlund