Skip to content

Commit de29b46

Browse files
authored
Merge pull request #21268 from thallium/fix-0.51
(0.51) Remove JvmtiMountTransition annotation from Continuation.enter()
2 parents 37ce2ac + db1373e commit de29b46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jcl/src/java.base/share/classes/jdk/internal/vm/Continuation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ public void unlockAccess() {
182182
}
183183

184184
@Hidden
185-
@JvmtiMountTransition
186185
private static void enter(Continuation cont) {
187186
try {
188187
cont.runnable.run();

0 commit comments

Comments
 (0)