8338745: Intrinsify Continuation.pin() and Continuation.unpin()

Reviewed-by: kvn
This commit is contained in:
Markus Grönlund 2024-08-23 09:26:00 +00:00
parent a5e28005fa
commit fead3cf541
9 changed files with 109 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -406,6 +406,8 @@ class SerializeClosure;
template(onContinue_name, "onContinue0") \
template(scope_name, "scope") \
template(yieldInfo_name, "yieldInfo") \
template(pin_name, "pin") \
template(unpin_name, "unpin") \
template(tail_name, "tail") \
template(size_name, "size") \
template(bottom_name, "bottom") \