mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 05:15:22 +00:00
8288238: Add missing file jdk.incubator.concurrent-J.sym.txt
Reviewed-by: mikael, dcubed
This commit is contained in:
parent
fa564e9d58
commit
f2e10dce78
@ -0,0 +1,84 @@
|
||||
#
|
||||
# Copyright (c) 2022, 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
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
# ##########################################################
|
||||
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
||||
# ##########################################################
|
||||
#
|
||||
module name jdk.incubator.concurrent
|
||||
header exports jdk/incubator/concurrent requires name\u0020;java.base\u0020;flags\u0020;8000 target linux-amd64 resolution 9 flags 8000
|
||||
|
||||
class name jdk/incubator/concurrent/StructureViolationException
|
||||
header extends java/lang/RuntimeException flags 31
|
||||
method name <init> descriptor ()V flags 1
|
||||
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
||||
|
||||
class name jdk/incubator/concurrent/StructuredTaskScope
|
||||
header extends java/lang/Object implements java/lang/AutoCloseable nestMembers jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnFailure,jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess flags 21 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/AutoCloseable;
|
||||
innerclass innerClass java/util/concurrent/ConcurrentHashMap$KeySetView outerClass java/util/concurrent/ConcurrentHashMap innerClassName KeySetView flags 19
|
||||
innerclass innerClass java/util/concurrent/Future$State outerClass java/util/concurrent/Future innerClassName State flags 4019
|
||||
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
||||
innerclass innerClass jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnFailure outerClass jdk/incubator/concurrent/StructuredTaskScope innerClassName ShutdownOnFailure flags 19
|
||||
innerclass innerClass jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess outerClass jdk/incubator/concurrent/StructuredTaskScope innerClassName ShutdownOnSuccess flags 19
|
||||
method name <init> descriptor (Ljava/lang/String;Ljava/util/concurrent/ThreadFactory;)V flags 1
|
||||
method name <init> descriptor ()V flags 1
|
||||
method name handleComplete descriptor (Ljava/util/concurrent/Future;)V flags 4 signature (Ljava/util/concurrent/Future<TT;>;)V
|
||||
method name fork descriptor (Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future; flags 1 signature <U:TT;>(Ljava/util/concurrent/Callable<+TU;>;)Ljava/util/concurrent/Future<TU;>;
|
||||
method name join descriptor ()Ljdk/incubator/concurrent/StructuredTaskScope; thrownTypes java/lang/InterruptedException flags 1 signature ()Ljdk/incubator/concurrent/StructuredTaskScope<TT;>;
|
||||
method name joinUntil descriptor (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope; thrownTypes java/lang/InterruptedException,java/util/concurrent/TimeoutException flags 1 signature (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope<TT;>;
|
||||
method name shutdown descriptor ()V flags 1
|
||||
method name close descriptor ()V flags 1
|
||||
method name toString descriptor ()Ljava/lang/String; flags 1
|
||||
|
||||
class name jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnFailure
|
||||
header extends jdk/incubator/concurrent/StructuredTaskScope nestHost jdk/incubator/concurrent/StructuredTaskScope flags 31 signature Ljdk/incubator/concurrent/StructuredTaskScope<Ljava/lang/Object;>;
|
||||
innerclass innerClass java/util/concurrent/Future$State outerClass java/util/concurrent/Future innerClassName State flags 4019
|
||||
innerclass innerClass jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnFailure outerClass jdk/incubator/concurrent/StructuredTaskScope innerClassName ShutdownOnFailure flags 19
|
||||
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
||||
method name <init> descriptor (Ljava/lang/String;Ljava/util/concurrent/ThreadFactory;)V flags 1
|
||||
method name <init> descriptor ()V flags 1
|
||||
method name handleComplete descriptor (Ljava/util/concurrent/Future;)V flags 4 signature (Ljava/util/concurrent/Future<Ljava/lang/Object;>;)V
|
||||
method name join descriptor ()Ljdk/incubator/concurrent/StructuredTaskScope$ShutdownOnFailure; thrownTypes java/lang/InterruptedException flags 1
|
||||
method name joinUntil descriptor (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope$ShutdownOnFailure; thrownTypes java/lang/InterruptedException,java/util/concurrent/TimeoutException flags 1
|
||||
method name exception descriptor ()Ljava/util/Optional; flags 1 signature ()Ljava/util/Optional<Ljava/lang/Throwable;>;
|
||||
method name throwIfFailed descriptor ()V thrownTypes java/util/concurrent/ExecutionException flags 1
|
||||
method name throwIfFailed descriptor (Ljava/util/function/Function;)V thrownTypes java/lang/Throwable flags 1 signature <X:Ljava/lang/Throwable;>(Ljava/util/function/Function<Ljava/lang/Throwable;+TX;>;)V^TX;
|
||||
method name joinUntil descriptor (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope; thrownTypes java/lang/InterruptedException,java/util/concurrent/TimeoutException flags 1041
|
||||
method name join descriptor ()Ljdk/incubator/concurrent/StructuredTaskScope; thrownTypes java/lang/InterruptedException flags 1041
|
||||
|
||||
class name jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess
|
||||
header extends jdk/incubator/concurrent/StructuredTaskScope nestHost jdk/incubator/concurrent/StructuredTaskScope flags 31 signature <T:Ljava/lang/Object;>Ljdk/incubator/concurrent/StructuredTaskScope<TT;>;
|
||||
innerclass innerClass java/util/concurrent/Future$State outerClass java/util/concurrent/Future innerClassName State flags 4019
|
||||
innerclass innerClass jdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess outerClass jdk/incubator/concurrent/StructuredTaskScope innerClassName ShutdownOnSuccess flags 19
|
||||
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
||||
method name <init> descriptor (Ljava/lang/String;Ljava/util/concurrent/ThreadFactory;)V flags 1
|
||||
method name <init> descriptor ()V flags 1
|
||||
method name handleComplete descriptor (Ljava/util/concurrent/Future;)V flags 4 signature (Ljava/util/concurrent/Future<TT;>;)V
|
||||
method name join descriptor ()Ljdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess; thrownTypes java/lang/InterruptedException flags 1 signature ()Ljdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess<TT;>;
|
||||
method name joinUntil descriptor (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess; thrownTypes java/lang/InterruptedException,java/util/concurrent/TimeoutException flags 1 signature (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope$ShutdownOnSuccess<TT;>;
|
||||
method name result descriptor ()Ljava/lang/Object; thrownTypes java/util/concurrent/ExecutionException flags 1 signature ()TT;
|
||||
method name result descriptor (Ljava/util/function/Function;)Ljava/lang/Object; thrownTypes java/lang/Throwable flags 1 signature <X:Ljava/lang/Throwable;>(Ljava/util/function/Function<Ljava/lang/Throwable;+TX;>;)TT;^TX;
|
||||
method name joinUntil descriptor (Ljava/time/Instant;)Ljdk/incubator/concurrent/StructuredTaskScope; thrownTypes java/lang/InterruptedException,java/util/concurrent/TimeoutException flags 1041
|
||||
method name join descriptor ()Ljdk/incubator/concurrent/StructuredTaskScope; thrownTypes java/lang/InterruptedException flags 1041
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user