@@ -131,6 +131,7 @@ public static void ensureInitialized() {
131
131
public static final Symbol <Type > java_nio_file_AtomicMoveNotSupportedException = SYMBOLS .putType ("Ljava/nio/file/AtomicMoveNotSupportedException;" );
132
132
public static final Symbol <Type > java_nio_file_AccessDeniedException = SYMBOLS .putType ("Ljava/nio/file/AccessDeniedException;" );
133
133
public static final Symbol <Type > java_nio_file_NoSuchFileException = SYMBOLS .putType ("Ljava/nio/file/NoSuchFileException;" );
134
+ public static final Symbol <Type > java_net_SocketException = SYMBOLS .putType ("Ljava/net/SocketException;" );
134
135
public static final Symbol <Type > java_nio_file_InvalidPathException = SYMBOLS .putType ("Ljava/nio/file/InvalidPathException;" );
135
136
public static final Symbol <Type > java_nio_file_NotDirectoryException = SYMBOLS .putType ("Ljava/nio/file/NotDirectoryException;" );
136
137
@@ -163,10 +164,27 @@ public static void ensureInitialized() {
163
164
public static final Symbol <Type > java_lang_module_ModuleDescriptor = SYMBOLS .putType ("Ljava/lang/module/ModuleDescriptor;" );
164
165
165
166
// Espresso Libs
167
+ // libzip
166
168
public static final Symbol <Type > java_util_zip_CRC32 = SYMBOLS .putType ("Ljava/util/zip/CRC32;" );
167
169
public static final Symbol <Type > java_util_zip_Inflater = SYMBOLS .putType ("Ljava/util/zip/Inflater;" );
168
170
public static final Symbol <Type > java_util_zip_DataFormatException = SYMBOLS .putType ("Ljava/util/zip/DataFormatException;" );
169
-
171
+ // libnet
172
+ public static final Symbol <Type > java_net_NetworkInterface = SYMBOLS .putType ("Ljava/net/NetworkInterface;" );
173
+ public static final Symbol <Type > java_net_NetworkInterface_array = SYMBOLS .putType ("[Ljava/net/NetworkInterface;" );
174
+ public static final Symbol <Type > java_net_InetSocketAddress = SYMBOLS .putType ("Ljava/net/InetSocketAddress;" );
175
+ public static final Symbol <Type > java_net_InetAddress = SYMBOLS .putType ("Ljava/net/InetAddress;" );
176
+ public static final Symbol <Type > java_net_InetAddress$InetAddressHolder = SYMBOLS .putType ("Ljava/net/InetAddress$InetAddressHolder;" );
177
+ public static final Symbol <Type > java_net_InterfaceAddress = SYMBOLS .putType ("Ljava/net/InterfaceAddress;" );
178
+ public static final Symbol <Type > java_net_InterfaceAddress_array = SYMBOLS .putType ("[Ljava/net/InterfaceAddress;" );
179
+ public static final Symbol <Type > java_net_Inet4Address = SYMBOLS .putType ("Ljava/net/Inet4Address;" );
180
+ public static final Symbol <Type > java_net_Inet6Address = SYMBOLS .putType ("Ljava/net/Inet6Address;" );
181
+ public static final Symbol <Type > java_net_Inet6Address$Inet6AddressHolder = SYMBOLS .putType ("Ljava/net/Inet6Address$Inet6AddressHolder;" );
182
+ public static final Symbol <Type > java_net_InetAddress_array = SYMBOLS .putType ("[Ljava/net/InetAddress;" );
183
+ public static final Symbol <Type > sun_net_ConnectionResetException = SYMBOLS .putType ("Lsun/net/ConnectionResetException;" );
184
+ public static final Symbol <Type > java_net_UnknownHostException = SYMBOLS .putType ("Ljava/net/UnknownHostException;" );
185
+ public static final Symbol <Type > sun_nio_ch_IOStatus = SYMBOLS .putType ("Lsun/nio/ch/IOStatus;" );
186
+ public static final Symbol <Type > java_net_spi_InetAddressResolver$LookupPolicy = SYMBOLS .putType ("Ljava/net/spi/InetAddressResolver$LookupPolicy;" );
187
+ public static final Symbol <Type > sun_nio_ch_Net = SYMBOLS .putType ("Lsun/nio/ch/Net;" );
170
188
// URL class loader
171
189
public static final Symbol <Type > java_net_URLClassLoader = SYMBOLS .putType ("Ljava/net/URLClassLoader;" );
172
190
public static final Symbol <Type > java_net_URL = SYMBOLS .putType ("Ljava/net/URL;" );
@@ -777,6 +795,34 @@ public static class Names {
777
795
public static final Symbol <Name > HIDDEN_CRC32 = SYMBOLS .putName ("0HIDDEN_CRC32" );
778
796
public static final Symbol <Name > inputConsumed = SYMBOLS .putName ("inputConsumed" );
779
797
public static final Symbol <Name > outputConsumed = SYMBOLS .putName ("outputConsumed" );
798
+ // java.net
799
+ public static final Symbol <Name > displayName = SYMBOLS .putName ("displayName" );
800
+ public static final Symbol <Name > virtual = SYMBOLS .putName ("virtual" );
801
+ public static final Symbol <Name > bindings = SYMBOLS .putName ("bindings" );
802
+ public static final Symbol <Name > childs = SYMBOLS .putName ("childs" );
803
+ public static final Symbol <Name > scope_ifname = SYMBOLS .putName ("scope_ifname" );
804
+ public static final Symbol <Name > hostName = SYMBOLS .putName ("hostName" );
805
+ public static final Symbol <Name > holder6 = SYMBOLS .putName ("holder6" );
806
+ public static final Symbol <Name > ipaddress = SYMBOLS .putName ("ipaddress" );
807
+ public static final Symbol <Name > scope_id = SYMBOLS .putName ("scope_id" );
808
+ public static final Symbol <Name > maskLength = SYMBOLS .putName ("maskLength" );
809
+ public static final Symbol <Name > broadcast = SYMBOLS .putName ("broadcast" );
810
+ // sun.nio.ch.IOStatus
811
+ public static final Symbol <Name > EOF = SYMBOLS .putName ("EOF" );
812
+ public static final Symbol <Name > UNAVAILABLE = SYMBOLS .putName ("UNAVAILABLE" );
813
+ public static final Symbol <Name > INTERRUPTED = SYMBOLS .putName ("INTERRUPTED" );
814
+ public static final Symbol <Name > UNSUPPORTED = SYMBOLS .putName ("UNSUPPORTED" );
815
+ public static final Symbol <Name > THROWN = SYMBOLS .putName ("THROWN" );
816
+ public static final Symbol <Name > UNSUPPORTED_CASE = SYMBOLS .putName ("UNSUPPORTED_CASE" );
817
+ // java.net.spi.InetAddressResolver.LookupPolicy
818
+ public static final Symbol <Name > IPV4 = SYMBOLS .putName ("IPV4" );
819
+ public static final Symbol <Name > IPV6 = SYMBOLS .putName ("IPV6" );
820
+ public static final Symbol <Name > IPV4_FIRST = SYMBOLS .putName ("IPV4_FIRST" );
821
+ public static final Symbol <Name > IPV6_FIRST = SYMBOLS .putName ("IPV6_FIRST" );
822
+ // sun.nio.ch.Net
823
+ public static final Symbol <Name > SHUT_RD = SYMBOLS .putName ("SHUT_RD" );
824
+ public static final Symbol <Name > SHUT_WR = SYMBOLS .putName ("SHUT_WR" );
825
+ public static final Symbol <Name > SHUT_RDWR = SYMBOLS .putName ("SHUT_RDWR" );
780
826
// java.lang.invoke.*
781
827
// CallSite
782
828
public static final Symbol <Name > target = SYMBOLS .putName ("target" );
@@ -1457,6 +1503,24 @@ public static class Signatures {
1457
1503
Types ._int ,
1458
1504
Types .java_lang_Object );
1459
1505
1506
+ public static final Symbol <Signature > java_net_NetworkInterface_init_signature = SYMBOLS .putSignature (Types ._void ,
1507
+ /* name */ Types .java_lang_String ,
1508
+ /* index */ Types ._int ,
1509
+ /* addrs */ Types .java_net_InetAddress_array );
1510
+
1511
+ public static final Symbol <Signature > java_net_Inet4Address_init_signature = SYMBOLS .putSignature (Types ._void ,
1512
+ /* hostName */ Types .java_lang_String ,
1513
+ /* address */ Types ._byte_array );
1514
+
1515
+ public static final Symbol <Signature > java_net_Inet6Address_init_signature = SYMBOLS .putSignature (Types ._void ,
1516
+ /* hostName */ Types .java_lang_String ,
1517
+ /* address */ Types ._byte_array ,
1518
+ /* scopeId */ Types ._int );
1519
+
1520
+ public static final Symbol <Signature > java_net_InetSocketAddress_init_signature = SYMBOLS .putSignature (Types ._void ,
1521
+ /* addr */ Types .java_net_InetAddress ,
1522
+ /* port */ Types ._int );
1523
+
1460
1524
public static void ensureInitialized () {
1461
1525
assert _void == ParserSymbols .ParserSignatures ._void ;
1462
1526
}
0 commit comments