Skip to content

Commit

Permalink
Merge pull request #21236 from thallium/fix
Browse files Browse the repository at this point in the history
Remove JvmtiMountTransition annotation from Continuation.enter()
  • Loading branch information
babsingh authored Mar 3, 2025
2 parents d6d0fe6 + 91b6032 commit f5141a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ public void unlockAccess() {
}

@Hidden
@JvmtiMountTransition
private static void enter(Continuation cont) {
try {
cont.runnable.run();
Expand Down

0 comments on commit f5141a6

Please sign in to comment.