Skip to content

Commit

Permalink
Remove JvmtiMountTransition annotation from Continuation.enter()
Browse files Browse the repository at this point in the history
JvmtiMountTransition was added by mistake in
#21084

Fixes: #21186
#21185
Signed-off-by: Gengchen Tuo <[email protected]>
  • Loading branch information
thallium committed Feb 28, 2025
1 parent 2dd07eb commit 91b6032
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ public void unlockAccess() {
}

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

0 comments on commit 91b6032

Please sign in to comment.