mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8338745: Intrinsify Continuation.pin() and Continuation.unpin()
Reviewed-by: kvn
This commit is contained in:
parent
a5e28005fa
commit
fead3cf541
9 changed files with 109 additions and 4 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue