File tree 1 file changed +3
-0
lines changed
jcl/src/java.base/share/classes/jdk/internal/vm
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ public void unlockAccess() {
182
182
}
183
183
184
184
@ Hidden
185
+ @ JvmtiMountTransition
185
186
private static void enter (Continuation cont ) {
186
187
try {
187
188
cont .runnable .run ();
@@ -229,6 +230,7 @@ public final void run() {
229
230
* @return {@link true} or {@link false} based on success/failure
230
231
*/
231
232
@ Hidden
233
+ @ JvmtiMountTransition
232
234
public static boolean yield (ContinuationScope scope ) {
233
235
/* TODO find matching scope to yield */
234
236
Thread carrierThread = JLA .currentCarrierThread ();
@@ -238,6 +240,7 @@ public static boolean yield(ContinuationScope scope) {
238
240
}
239
241
240
242
@ Hidden
243
+ @ JvmtiMountTransition
241
244
private boolean yield0 () {
242
245
int rcPinned = isPinnedImpl ();
243
246
if (rcPinned != 0 ) {
You can’t perform that action at this time.
0 commit comments