mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8297148: Add a @sealedGraph tag to CallSite
Reviewed-by: darcy
This commit is contained in:
parent
85ddd8f2af
commit
099b42f360
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ private static CallSite bootstrapDynamic(MethodHandles.Lookup caller, String nam
|
|||
}</pre></blockquote>
|
||||
* @author John Rose, JSR 292 EG
|
||||
* @since 1.7
|
||||
* @sealedGraph
|
||||
*/
|
||||
public
|
||||
abstract sealed class CallSite permits ConstantCallSite, MutableCallSite, VolatileCallSite {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue