Skip to content

Commit 32aa661

Browse files
committedJul 1, 2020
8247534: Update --release 15 symbol information for JDK 15 build 29
Reviewed-by: jlahoda
1 parent 292a3d5 commit 32aa661

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎make/data/symbols/java.base-F.sym.txt

+14
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,20 @@ class name java/nio/channels/spi/SelectorProvider
182182
method name openSocketChannel descriptor (Ljava/net/ProtocolFamily;)Ljava/nio/channels/SocketChannel; thrownTypes java/io/IOException flags 1
183183
method name openServerSocketChannel descriptor (Ljava/net/ProtocolFamily;)Ljava/nio/channels/ServerSocketChannel; thrownTypes java/io/IOException flags 1
184184

185+
class name java/security/KeyStore
186+
header extends java/lang/Object nestMembers java/security/KeyStore$Builder,java/security/KeyStore$TrustedCertificateEntry,java/security/KeyStore$SecretKeyEntry,java/security/KeyStore$PrivateKeyEntry,java/security/KeyStore$Entry,java/security/KeyStore$Entry$Attribute,java/security/KeyStore$CallbackHandlerProtection,java/security/KeyStore$PasswordProtection,java/security/KeyStore$ProtectionParameter,java/security/KeyStore$LoadStoreParameter flags 21
187+
innerclass innerClass java/security/KeyStore$LoadStoreParameter outerClass java/security/KeyStore innerClassName LoadStoreParameter flags 609
188+
innerclass innerClass java/security/KeyStore$ProtectionParameter outerClass java/security/KeyStore innerClassName ProtectionParameter flags 609
189+
innerclass innerClass java/security/KeyStore$Entry outerClass java/security/KeyStore innerClassName Entry flags 609
190+
innerclass innerClass java/security/Provider$Service outerClass java/security/Provider innerClassName Service flags 9
191+
innerclass innerClass java/security/KeyStore$Builder outerClass java/security/KeyStore innerClassName Builder flags 409
192+
innerclass innerClass java/security/KeyStore$TrustedCertificateEntry outerClass java/security/KeyStore innerClassName TrustedCertificateEntry flags 19
193+
innerclass innerClass java/security/KeyStore$SecretKeyEntry outerClass java/security/KeyStore innerClassName SecretKeyEntry flags 19
194+
innerclass innerClass java/security/KeyStore$PrivateKeyEntry outerClass java/security/KeyStore innerClassName PrivateKeyEntry flags 19
195+
innerclass innerClass java/security/KeyStore$CallbackHandlerProtection outerClass java/security/KeyStore innerClassName CallbackHandlerProtection flags 9
196+
innerclass innerClass java/security/KeyStore$PasswordProtection outerClass java/security/KeyStore innerClassName PasswordProtection flags 9
197+
innerclass innerClass java/security/KeyStore$Entry$Attribute outerClass java/security/KeyStore$Entry innerClassName Attribute flags 609
198+
185199
class name java/security/interfaces/EdECKey
186200
header extends java/lang/Object flags 601
187201
method name getParams descriptor ()Ljava/security/spec/NamedParameterSpec; flags 401

0 commit comments

Comments
 (0)
Please sign in to comment.