1 | #
|
2 | # A fatal error has been detected by the Java Runtime Environment:
|
3 | #
|
4 | # SIGSEGV (0xb) at pc=0x00000002f012435c, pid=35227, tid=151555
|
5 | #
|
6 | # JRE version: OpenJDK Runtime Environment Zulu21.30+15-CA (21.0.1+12) (build 21.0.1+12-LTS)
|
7 | # Java VM: OpenJDK 64-Bit Server VM Zulu21.30+15-CA (21.0.1+12-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
|
8 | # Problematic frame:
|
9 | # C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x1c35c] Java_org_sqlite_core_NativeDB__1close+0x16940
|
10 | #
|
11 | # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
|
12 | #
|
13 | # If you would like to submit a bug report, please visit:
|
14 | # http://www.azul.com/support/
|
15 | # The crash happened outside the Java Virtual Machine in native code.
|
16 | # See problematic frame for where to report the bug.
|
17 | #
|
18 |
|
19 | --------------- S U M M A R Y ------------
|
20 |
|
21 | Command Line: -Xms512m -Xmx6656m -Duser.language=en -Djava.library.path=/Users/********/Library/Application Support/PrismLauncher/instances/1.21 Worldgen/natives org.prismlauncher.EntryPoint
|
22 |
|
23 | Host: "MacBookPro18,2" arm64, 10 cores, 32G, Darwin 23.3.0, macOS 14.3.1 (23D60)
|
24 | Time: Thu Jul 11 17:51:56 2024 EDT elapsed time: 39.218297 seconds (0d 0h 0m 39s)
|
25 |
|
26 | --------------- T H R E A D ---------------
|
27 |
|
28 | Current thread (0x00000001394c1000): JavaThread "DH-File Handler Thread[0]" [_thread_in_native, id=151555, stack(0x00000002f3fd8000,0x00000002f41db000) (2060K)]
|
29 |
|
30 | Stack: [0x00000002f3fd8000,0x00000002f41db000], sp=0x00000002f41d8db0, free space=2051k
|
31 | Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
32 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x1c35c] Java_org_sqlite_core_NativeDB__1close+0x16940
|
33 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0xe8a4] Java_org_sqlite_core_NativeDB__1close+0x8e88
|
34 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x769ec] Java_org_sqlite_core_NativeDB__1close+0x70fd0
|
35 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x569f0] Java_org_sqlite_core_NativeDB__1close+0x50fd4
|
36 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x4de54] Java_org_sqlite_core_NativeDB__1close+0x48438
|
37 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x143c4] Java_org_sqlite_core_NativeDB__1close+0xe9a8
|
38 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x47c80] Java_org_sqlite_core_NativeDB__1close+0x42264
|
39 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x13648] Java_org_sqlite_core_NativeDB__1close+0xdc2c
|
40 | C [sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib+0x2e48] Java_org_sqlite_core_NativeDB_prepare_1utf8+0x70
|
41 | j org.sqlite.core.NativeDB.prepare_utf8([B)J+0
|
42 | j org.sqlite.core.NativeDB.prepare(Ljava/lang/String;)Lorg/sqlite/core/SafeStmtPtr;+46
|
43 | j org.sqlite.core.DB.prepare(Lorg/sqlite/core/CoreStatement;)V+36
|
44 | j org.sqlite.jdbc3.JDBC3Statement.lambda$execute$0(Ljava/lang/String;)Ljava/lang/Boolean;+40
|
45 | j org.sqlite.jdbc3.JDBC3Statement$$Lambda+0x000000700203fd98.call()Ljava/lang/Object;+8
|
46 | j org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(Lorg/sqlite/jdbc3/JDBC3Statement$SQLCallable;)Ljava/lang/Object;+31
|
47 | j org.sqlite.jdbc3.JDBC3Statement.execute(Ljava/lang/String;)Z+12
|
48 | j com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.query(Ljava/lang/String;)Ljava/util/List;+19
|
49 | j com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.queryDictionaryFirst(Ljava/lang/String;)Ljava/util/Map;+2
|
50 | j com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.getByKey(Ljava/lang/Object;)Lcom/seibel/distanthorizons/core/sql/dto/IBaseDTO;+6
|
51 | j com.seibel.distanthorizons.core.file.AbstractDataSourceHandler.get(J)Lcom/seibel/distanthorizons/core/file/IDataSource;+10
|
52 | j com.seibel.distanthorizons.core.render.LodRenderSection.lambda$getRenderSourceAsync$3()Lcom/seibel/distanthorizons/core/dataObjects/render/ColumnRenderSource;+8
|
53 | j com.seibel.distanthorizons.core.render.LodRenderSection$$Lambda+0x0000007002268b60.get()Ljava/lang/Object;+4
|
54 | J 13033 c1 java.util.concurrent.CompletableFuture$AsyncSupply.run()V java.base@21.0.1 (61 bytes) @ 0x000000010cab4938 [0x000000010cab4700+0x0000000000000238]
|
55 | j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 java.base@21.0.1
|
56 | j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 java.base@21.0.1
|
57 | j java.lang.Thread.runWith(Ljava/lang/Object;Ljava/lang/Runnable;)V+5 java.base@21.0.1
|
58 | j java.lang.Thread.run()V+19 java.base@21.0.1
|
59 | v ~StubRoutines::call_stub 0x0000000112b44140
|
60 | V [libjvm.dylib+0x4dee10] JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*)+0x39c
|
61 | V [libjvm.dylib+0x4dddd4] JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*)+0x140
|
62 | V [libjvm.dylib+0x4ddea0] JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*)+0x64
|
63 | V [libjvm.dylib+0x5a94b4] thread_entry(JavaThread*, JavaThread*)+0x9c
|
64 | V [libjvm.dylib+0x4f2944] JavaThread::thread_main_inner()+0x98
|
65 | V [libjvm.dylib+0xa28838] Thread::call_run()+0xc8
|
66 | V [libjvm.dylib+0x864c40] thread_native_entry(Thread*)+0x158
|
67 | C [libsystem_pthread.dylib+0x7034] _pthread_start+0x88
|
68 | Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
|
69 | j org.sqlite.core.NativeDB.prepare_utf8([B)J+0
|
70 | j org.sqlite.core.NativeDB.prepare(Ljava/lang/String;)Lorg/sqlite/core/SafeStmtPtr;+46
|
71 | j org.sqlite.core.DB.prepare(Lorg/sqlite/core/CoreStatement;)V+36
|
72 | j org.sqlite.jdbc3.JDBC3Statement.lambda$execute$0(Ljava/lang/String;)Ljava/lang/Boolean;+40
|
73 | j org.sqlite.jdbc3.JDBC3Statement$$Lambda+0x000000700203fd98.call()Ljava/lang/Object;+8
|
74 | j org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(Lorg/sqlite/jdbc3/JDBC3Statement$SQLCallable;)Ljava/lang/Object;+31
|
75 | j org.sqlite.jdbc3.JDBC3Statement.execute(Ljava/lang/String;)Z+12
|
76 | j com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.query(Ljava/lang/String;)Ljava/util/List;+19
|
77 | j com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.queryDictionaryFirst(Ljava/lang/String;)Ljava/util/Map;+2
|
78 | j com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.getByKey(Ljava/lang/Object;)Lcom/seibel/distanthorizons/core/sql/dto/IBaseDTO;+6
|
79 | j com.seibel.distanthorizons.core.file.AbstractDataSourceHandler.get(J)Lcom/seibel/distanthorizons/core/file/IDataSource;+10
|
80 | j com.seibel.distanthorizons.core.render.LodRenderSection.lambda$getRenderSourceAsync$3()Lcom/seibel/distanthorizons/core/dataObjects/render/ColumnRenderSource;+8
|
81 | j com.seibel.distanthorizons.core.render.LodRenderSection$$Lambda+0x0000007002268b60.get()Ljava/lang/Object;+4
|
82 | J 13033 c1 java.util.concurrent.CompletableFuture$AsyncSupply.run()V java.base@21.0.1 (61 bytes) @ 0x000000010cab4938 [0x000000010cab4700+0x0000000000000238]
|
83 | j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 java.base@21.0.1
|
84 | j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 java.base@21.0.1
|
85 | j java.lang.Thread.runWith(Ljava/lang/Object;Ljava/lang/Runnable;)V+5 java.base@21.0.1
|
86 | j java.lang.Thread.run()V+19 java.base@21.0.1
|
87 | v ~StubRoutines::call_stub 0x0000000112b44140
|
88 |
|
89 | siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x0000000000001b02
|
90 |
|
91 | Registers:
|
92 | x0=0x000000014cda2320 x1=0x0000000000000020 x2=0x0000000000000000 x3=0x000000018c92ed10
|
93 | x4=0xffffffffffffffff x5=0x0000000000000020 x6=0x0000000000000000 x7=0x0000000000000000
|
94 | x8=0x0000000000001b02 x9=0x0000000000000000 x10=0x0000000000000001 x11=0x00000000005f9e80
|
95 | x12=0x000000000000b526 x13=0x00000000ffff8005 x14=0x00000000000027a8 x15=0x00000000ffff7dff
|
96 | x16=0x000000018c92edc0 x17=0x000000017813e5d0 x18=0x0000000000000000 x19=0x00000001504fc388
|
97 | x20=0x0000000000000000 x21=0x0000000000000020 x22=0x000000017813ee30 x23=0x000000000000001b
|
98 | x24=0x000000014cda2320 x25=0x0000000000000202 x26=0x000000003b9aca00 x27=0x00000000e00480e0
|
99 | x28=0x0000000000000188 fp=0x00000002f41d8dd0 lr=0x00000002f01396d4 sp=0x00000002f41d8db0
|
100 | pc=0x00000002f012435c cpsr=0x0000000080001000
|
101 |
|
102 | Register to memory mapping:
|
103 |
|
104 | x0 =0x000000014cda2320 points into unknown readable memory: 0x00000002f01fc460 | 60 c4 1f f0 02 00 00 00
|
105 | x1 =0x0000000000000020 is an unknown value
|
106 | x2 =0x0 is null
|
107 | x3 =0x000000018c92ed10: _platform_strncmp+0x120 in /usr/lib/system/libsystem_platform.dylib at 0x000000018c92e000
|
108 | x4 =0xffffffffffffffff: _dyld_private+0xff83bfaf in /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/bin/java at 0x00000001007bc000
|
109 | x5 =0x0000000000000020 is an unknown value
|
110 | x6 =0x0 is null
|
111 | x7 =0x0 is null
|
112 | x8 =0x0000000000001b02 is an unknown value
|
113 | x9 =0x0 is null
|
114 | x10=0x0000000000000001 is an unknown value
|
115 | x11=0x00000000005f9e80 is an unknown value
|
116 | x12=0x000000000000b526 is an unknown value
|
117 | x13=0x00000000ffff8005 is an unknown value
|
118 | x14=0x00000000000027a8 is an unknown value
|
119 | x15=0x00000000ffff7dff is an unknown value
|
120 | x16=0x000000018c92edc0: _platform_strlen+0 in /usr/lib/system/libsystem_platform.dylib at 0x000000018c92e000
|
121 | x17=0x000000017813e5d0 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
|
122 | x18=0x0 is null
|
123 | x19=0x00000001504fc388 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
|
124 | x20=0x0 is null
|
125 | x21=0x0000000000000020 is an unknown value
|
126 | x22=0x000000017813ee30 points into unknown readable memory: 0x6f576e6d756c6f43 | 43 6f 6c 75 6d 6e 57 6f
|
127 | x23=0x000000000000001b is an unknown value
|
128 | x24=0x000000014cda2320 points into unknown readable memory: 0x00000002f01fc460 | 60 c4 1f f0 02 00 00 00
|
129 | x25=0x0000000000000202 is an unknown value
|
130 | x26=0x000000003b9aca00 is an unknown value
|
131 | x27=0x00000000e00480e0 is an unknown value
|
132 | x28=0x0000000000000188 is an unknown value
|
133 | fp=0x00000002f41d8dd0 is pointing into the stack for thread: 0x00000001394c1000
|
134 | lr=0x00000002f01396d4: Java_org_sqlite_core_NativeDB__1close+0x2bcb8 in /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib at 0x00000002f0108000
|
135 | sp=0x00000002f41d8db0 is pointing into the stack for thread: 0x00000001394c1000
|
136 |
|
137 | Top of Stack: (sp=0x00000002f41d8db0)
|
138 | 0x00000002f41d8db0: 000000017813ee30 000000000000001a
|
139 | 0x00000002f41d8dc0: 0000000000000001 00000001504fc388
|
140 | 0x00000002f41d8dd0: 00000002f41d8e20 00000002f01168a4
|
141 | 0x00000002f41d8de0: 0000000000000040 00000001781341a0
|
142 | 0x00000002f41d8df0: 0000000000000007 00000002f011f2fc
|
143 | 0x00000002f41d8e00: 0000000178134258 000000014cda2320
|
144 | 0x00000002f41d8e10: 0000000178134b00 00000002f41d9d48
|
145 | 0x00000002f41d8e20: 00000002f41d8ef0 00000002f017e9ec
|
146 | 0x00000002f41d8e30: 00000002f41d8ea0 000000017813ceb0
|
147 | 0x00000002f41d8e40: 00000002f41d8e90 000000017813e4b0
|
148 | 0x00000002f41d8e50: 00000002f41d9d48 0000000178134b00
|
149 | 0x00000002f41d8e60: 000000014cda2320 00000002f01ef952
|
150 | 0x00000002f41d8e70: 00000002f017a324 0000000000000000
|
151 | 0x00000002f41d8e80: 00000002f41d9d48 000000017813ceb0
|
152 | 0x00000002f41d8e90: 00000002f41d8ef0 00000002f017a12c
|
153 | 0x00000002f41d8ea0: 00000002f41d9338 00000002f01f00d6
|
154 | 0x00000002f41d8eb0: 00000002f41d9d48 0000000178134b00
|
155 | 0x00000002f41d8ec0: 000000014cda2320 00000002f01ef952
|
156 | 0x00000002f41d8ed0: 000000017813ceb0 00000002f41d9d48
|
157 | 0x00000002f41d8ee0: 00000002f41d9210 000000017813ceb0
|
158 | 0x00000002f41d8ef0: 00000002f41d90f0 00000002f015e9f0
|
159 | 0x00000002f41d8f00: 00000002f41d8f50 00000002f41da6f8
|
160 | 0x00000002f41d8f10: 000000014cc82f08 00000002f41da700
|
161 | 0x00000002f41d8f20: 000000010d98e510 00000002f41da708
|
162 | 0x00000002f41d8f30: 00000000000003d8 00000002f41da710
|
163 | 0x00000002f41d8f40: 000000014cc82b20 00000002f41da718
|
164 | 0x00000002f41d8f50: 00000002f41d8fb0 00000002f41da720
|
165 | 0x00000002f41d8f60: 00006000058ead28 00000002f41da728
|
166 | 0x00000002f41d8f70: 000000010d988110 00000002f41da730
|
167 | 0x00000002f41d8f80: 0000000112b80110 00000002f41da738
|
168 | 0x00000002f41d8f90: 000000010d9888c0 00000002f41da740
|
169 | 0x00000002f41d8fa0: 000000014cc82b30 00000002f41da748
|
170 |
|
171 | Instructions: (pc=0x00000002f012435c)
|
172 | 0x00000002f012425c: 00 01 3f d6 68 82 41 f9 09 01 40 b9 29 01 00 0b
|
173 | 0x00000002f012426c: 09 01 00 b9 fd 7b 41 a9 f4 4f c2 a8 c0 03 5f d6
|
174 | 0x00000002f012427c: 00 10 80 52 f8 ff ff 17 60 3e 43 79 f6 ff ff 17
|
175 | 0x00000002f012428c: e1 01 00 b4 08 f4 40 f9 1f 01 01 eb 09 02 00 54
|
176 | 0x00000002f012429c: 08 ec 40 f9 1f 01 01 eb 69 01 00 54 08 f0 40 f9
|
177 | 0x00000002f01242ac: 1f 01 01 eb 48 01 00 54 08 3c 43 79 1f 01 02 eb
|
178 | 0x00000002f01242bc: e3 00 00 54 e0 03 01 aa c0 03 5f d6 e1 03 02 aa
|
179 | 0x00000002f01242cc: 04 00 00 14 5f 04 02 f1 63 ff ff 54 2c 00 00 14
|
180 | 0x00000002f01242dc: 08 38 43 79 1f 01 01 eb e2 00 00 54 08 98 41 b9
|
181 | 0x00000002f01242ec: 88 01 00 34 08 9c 41 39 a8 01 00 34 08 00 80 d2
|
182 | 0x00000002f01242fc: 1d 00 00 14 3f 00 02 f1 e8 01 00 54 08 e8 40 f9
|
183 | 0x00000002f012430c: 08 01 00 b4 09 01 40 f9 09 e8 00 f9 13 00 00 14
|
184 | 0x00000002f012431c: 08 ac 41 b9 08 05 00 11 08 ac 01 b9 47 00 00 14
|
185 | 0x00000002f012432c: 08 e4 40 f9 88 00 00 b4 09 01 40 f9 09 e4 00 f9
|
186 | 0x00000002f012433c: 0a 00 00 14 08 e0 40 f9 88 00 00 b4 09 01 40 f9
|
187 | 0x00000002f012434c: 09 e0 00 f9 05 00 00 14 08 dc 40 f9 08 01 00 b4
|
188 | 0x00000002f012435c: 09 01 40 f9 09 dc 00 f9 09 a8 41 b9 29 05 00 11
|
189 | 0x00000002f012436c: 09 a8 01 b9 e0 03 08 aa c0 03 5f d6 08 b0 41 b9
|
190 | 0x00000002f012437c: 08 05 00 11 08 b0 01 b9 30 00 00 14 f6 57 bd a9
|
191 | 0x00000002f012438c: f4 4f 01 a9 fd 7b 02 a9 fd 83 00 91 08 9c 41 39
|
192 | 0x00000002f012439c: 68 00 00 34 15 00 80 d2 23 00 00 14 f4 03 01 aa
|
193 | 0x00000002f01243ac: f3 03 00 aa 08 f0 40 f9 1f 01 01 eb c8 01 00 54
|
194 | 0x00000002f01243bc: 68 fa 40 f9 1f 01 14 eb 69 01 00 54 e0 03 13 aa
|
195 | 0x00000002f01243cc: e1 03 02 aa c3 ff ff 97 f5 03 00 aa c0 02 00 b4
|
196 | 0x00000002f01243dc: 68 ee 40 f9 1f 01 14 eb 69 01 00 54 62 3e 43 79
|
197 | 0x00000002f01243ec: 0a 00 00 14 e0 03 14 aa e1 03 02 aa 69 ab ff 97
|
198 | 0x00000002f01243fc: f5 03 00 aa 80 01 00 b5 e0 03 13 aa 0c cb ff 97
|
199 | 0x00000002f012440c: 09 00 00 14 02 10 80 52 e0 03 15 aa e1 03 14 aa
|
200 | 0x00000002f012441c: 50 00 03 94 94 00 00 b4 e0 03 13 aa e1 03 14 aa
|
201 | 0x00000002f012442c: 64 ff ff 97 e0 03 15 aa fd 7b 42 a9 f4 4f 41 a9
|
202 | 0x00000002f012443c: f6 57 c3 a8 c0 03 5f d6 f4 4f be a9 fd 7b 01 a9
|
203 | 0x00000002f012444c: fd 43 00 91 f3 03 00 aa e0 03 01 aa 92 aa ff 97
|
204 |
|
205 |
|
206 | Stack slot to memory mapping:
|
207 |
|
208 | stack at sp + 0 slots: 0x000000017813ee30 points into unknown readable memory: 0x6f576e6d756c6f43 | 43 6f 6c 75 6d 6e 57 6f
|
209 | stack at sp + 1 slots: 0x000000000000001a is an unknown value
|
210 | stack at sp + 2 slots: 0x0000000000000001 is an unknown value
|
211 | stack at sp + 3 slots: 0x00000001504fc388 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
|
212 | stack at sp + 4 slots: 0x00000002f41d8e20 is pointing into the stack for thread: 0x00000001394c1000
|
213 | stack at sp + 5 slots: 0x00000002f01168a4: Java_org_sqlite_core_NativeDB__1close+0x8e88 in /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib at 0x00000002f0108000
|
214 | stack at sp + 6 slots: 0x0000000000000040 is an unknown value
|
215 | stack at sp + 7 slots: 0x00000001781341a0 points into unknown readable memory: 0x000000100000000e | 0e 00 00 00 10 00 00 00
|
216 |
|
217 |
|
218 | Compiled method (c1) 39224 13033 ! 3 java.util.concurrent.CompletableFuture$AsyncSupply::run (61 bytes)
|
219 | total in heap [0x000000010cab4210,0x000000010cab68b8] = 9896
|
220 | relocation [0x000000010cab4360,0x000000010cab46f0] = 912
|
221 | main code [0x000000010cab4700,0x000000010cab5de0] = 5856
|
222 | stub code [0x000000010cab5de0,0x000000010cab5f88] = 424
|
223 | oops [0x000000010cab5f88,0x000000010cab5fd0] = 72
|
224 | metadata [0x000000010cab5fd0,0x000000010cab60a8] = 216
|
225 | scopes data [0x000000010cab60a8,0x000000010cab6458] = 944
|
226 | scopes pcs [0x000000010cab6458,0x000000010cab6748] = 752
|
227 | dependencies [0x000000010cab6748,0x000000010cab6750] = 8
|
228 | handler table [0x000000010cab6750,0x000000010cab68a0] = 336
|
229 | nul chk table [0x000000010cab68a0,0x000000010cab68b8] = 24
|
230 |
|
231 | [Constant Pool (empty)]
|
232 |
|
233 | [MachCode]
|
234 | [Entry Point]
|
235 | # {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply'
|
236 | # [sp+0x140] (sp of caller)
|
237 | 0x000000010cab4700: 2808 40b9 | 3f01 086b | c001 0054
|
238 |
|
239 | 0x000000010cab470c: ; {runtime_call ic_miss_stub}
|
240 | 0x000000010cab470c: dd2d 8315 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
241 | 0x000000010cab472c: 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
242 | [Verified Entry Point]
|
243 | 0x000000010cab4740: 1f20 03d5 | e953 40d1 | 3f01 00f9 | ff03 05d1 | fd7b 13a9 | 2801 0018 | 8923 40b9 | 1f01 09eb
|
244 | 0x000000010cab4760: e000 0054 | 0830 93d2 | 0857 a2f2 | 2800 c0f2 | 0001 3fd6 | 0200 0014 | 0900 0000
|
245 |
|
246 | 0x000000010cab477c: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
247 | 0x000000010cab477c: 009e 96d2 | 4012 a9f2 | 2000 c0f2 | 02ac 40b9 | 4208 0011 | 02ac 00b9 | 4224 1f12 | 5f00 0071
|
248 | 0x000000010cab479c: 2098 0054 | 2014 40b9 | 00f0 7dd3 | e073 00f9 | e203 1faa | 1f00 02eb
|
249 |
|
250 | 0x000000010cab47b4: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
251 | 0x000000010cab47b4: 029e 96d2 | 4212 a9f2 | 2200 c0f2 | e80f 7cb2 | e903 78b2 | 0301 899a | 4468 63f8 | 8404 0091
|
252 | 0x000000010cab47d4: 4468 23f8 | 8085 0054 | 2218 40b9 | 42f0 7dd3 | e303 1faa | 5f00 03eb
|
253 |
|
254 | 0x000000010cab47ec: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
255 | 0x000000010cab47ec: 039e 96d2 | 4312 a9f2 | 2300 c0f2 | 0822 80d2 | 0924 80d2 | 0401 899a | 6568 64f8 | a504 0091
|
256 | 0x000000010cab480c: 6568 24f8 | c083 0054 | 8303 4139 | 7f00 0071 | 2195 0054 | 3f14 00b9 | 8303 4139 | 7f00 0071
|
257 | 0x000000010cab482c: 6195 0054 | 3f18 00b9 | bf3b 03d5
|
258 |
|
259 | 0x000000010cab4838: ; implicit exception: dispatches to 0x000000010cab5af0
|
260 | 0x000000010cab4838: 010c 40b9 | 21f0 7dd3 | bf39 03d5 | e303 1faa | 3f00 03eb
|
261 |
|
262 | 0x000000010cab484c: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
263 | 0x000000010cab484c: 019e 96d2 | 4112 a9f2 | 2100 c0f2 | 0828 80d2 | 0926 80d2 | 0301 899a | 2468 63f8 | 8404 0091
|
264 | 0x000000010cab486c: 2468 23f8 | 6000 0054 | e503 00aa | f803 0014
|
265 |
|
266 | 0x000000010cab487c: ; implicit exception: dispatches to 0x000000010cab5af4
|
267 | 0x000000010cab487c: 5f00 40f9 | e103 02aa
|
268 |
|
269 | 0x000000010cab4884: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
270 | 0x000000010cab4884: 039e 96d2 | 4312 a9f2 | 2300 c0f2 | 2108 40b9 | 2108 5cd2 | 6980 0591 | 2801 40f9 | 3f00 08eb
|
271 | 0x000000010cab48a4: a100 0054 | 68b4 40f9 | 0805 0091 | 68b4 00f9 | 1c00 0014 | 69c0 0591 | 2801 40f9 | 3f00 08eb
|
272 | 0x000000010cab48c4: a100 0054 | 68bc 40f9 | 0805 0091 | 68bc 00f9 | 1400 0014 | 6980 0591 | 2801 40f9 | c800 00b5
|
273 | 0x000000010cab48e4: 2101 00f9 | e803 40b2 | 69a0 0591 | 2801 00f9 | 0c00 0014 | 69c0 0591 | 2801 40f9 | c800 00b5
|
274 | 0x000000010cab4904: 2101 00f9 | e803 40b2 | 69e0 0591 | 2801 00f9 | 0400 0014 | 68a8 40f9 | 0805 0091 | 68a8 00f9
|
275 | 0x000000010cab4924: e103 02aa | 09ec 98d2 | e941 a0f2 | 0900 ccf2
|
276 |
|
277 | 0x000000010cab4934: ; ImmutableOopMap {[224]=Oop }
|
278 | ;*invokeinterface get {reexecute=0 rethrow=0 return_oop=0}
|
279 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@37 (line 1768)
|
280 | ; {virtual_call}
|
281 | 0x000000010cab4934: 47f2 8695
|
282 |
|
283 | 0x000000010cab4938: ; {other}
|
284 | 0x000000010cab4938: 1f20 03d5 | 1fe5 80f2 | 1f00 80f2 | e373 40f9
|
285 |
|
286 | 0x000000010cab4948: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
287 | 0x000000010cab4948: 049e 96d2 | 4412 a9f2 | 2400 c0f2 | 88c4 40f9 | 0805 0091 | 88c4 00f9
|
288 |
|
289 | 0x000000010cab4960: ; {metadata(method data for {method} {0x00000001291d1840} 'completeValue' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/CompletableFuture')}
|
290 | 0x000000010cab4960: 034e 99d2 | c323 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
291 | 0x000000010cab4980: c08b 0054 | e303 1faa | 1f00 03eb
|
292 |
|
293 | 0x000000010cab498c: ; {metadata(method data for {method} {0x00000001291d1840} 'completeValue' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/CompletableFuture')}
|
294 | 0x000000010cab498c: 034e 99d2 | c323 a5f2 | 2300 c0f2 | e80f 7cb2 | e903 78b2 | 0411 899a | 6a68 64f8 | 4a05 0091
|
295 | 0x000000010cab49ac: 6a68 24f8 | 4101 0054
|
296 |
|
297 | 0x000000010cab49b4: ; {metadata(method data for {method} {0x00000001291d1840} 'completeValue' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/CompletableFuture')}
|
298 | 0x000000010cab49b4: 034e 99d2 | c323 a5f2 | 2300 c0f2 | 6088 40f9 | 0004 0091 | 6088 00f9
|
299 |
|
300 | 0x000000010cab49cc: ; {oop(a 'java/util/concurrent/CompletableFuture$AltResult'{0x00000006634275c0})}
|
301 | 0x000000010cab49cc: 00b8 8ed2 | 4068 acf2 | c000 c0f2
|
302 |
|
303 | 0x000000010cab49d8: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
304 | 0x000000010cab49d8: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 6300 0f91
|
305 |
|
306 | 0x000000010cab49e8: ; {oop(a 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite'{0x00000006638689b8})}
|
307 | 0x000000010cab49e8: 0437 91d2 | c470 acf2 | c400 c0f2 | ea03 04aa | 8a00 00b5 | 6900 40f9 | 2901 40b2 | 6900 00f9
|
308 | 0x000000010cab4a08: ; {metadata(method data for {method} {0x00000001291d1840} 'completeValue' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/CompletableFuture')}
|
309 | 0x000000010cab4a08: 034e 99d2 | c323 a5f2 | 2300 c0f2 | 6894 40f9 | 0805 0091 | 6894 00f9
|
310 |
|
311 | 0x000000010cab4a20: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
312 | 0x000000010cab4a20: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 6aac 40b9 | 4a09 0011 | 6aac 00b9 | 4a4d 1f12 | 5f01 0071
|
313 | 0x000000010cab4a40: c086 0054
|
314 |
|
315 | 0x000000010cab4a44: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
316 | 0x000000010cab4a44: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 63a0 0491
|
317 |
|
318 | 0x000000010cab4a54: ; {oop(a 'java/lang/invoke/VarHandle$AccessDescriptor'{0x0000000664c8c3a0})}
|
319 | 0x000000010cab4a54: 0a74 98d2 | 0a99 acf2 | ca00 c0f2 | 8a00 00b5 | 6904 40f9 | 2901 40b2 | 6904 00f9
|
320 |
|
321 | 0x000000010cab4a70: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
322 | 0x000000010cab4a70: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 8408 40b9 | 8408 5cd2 | 6900 0491 | 2801 40f9 | 9f00 08eb
|
323 | 0x000000010cab4a90: a100 0054 | 6884 40f9 | 0805 0091 | 6884 00f9 | 1c00 0014 | 6940 0491 | 2801 40f9 | 9f00 08eb
|
324 | 0x000000010cab4ab0: a100 0054 | 688c 40f9 | 0805 0091 | 688c 00f9 | 1400 0014 | 6900 0491 | 2801 40f9 | c800 00b5
|
325 | 0x000000010cab4ad0: 2401 00f9 | e803 40b2 | 6920 0491 | 2801 00f9 | 0c00 0014 | 6940 0491 | 2801 40f9 | c800 00b5
|
326 | 0x000000010cab4af0: 2401 00f9 | e803 40b2 | 6960 0491 | 2801 00f9 | 0400 0014 | 6878 40f9 | 0805 0091 | 6878 00f9
|
327 | 0x000000010cab4b10: ; {metadata(method data for {method} {0x0000007000094940} 'checkAccessModeThenIsDirect' '(Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandle')}
|
328 | 0x000000010cab4b10: 03e3 88d2 | 6303 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
329 | 0x000000010cab4b30: 4080 0054
|
330 |
|
331 | 0x000000010cab4b34: ; {metadata(method data for {method} {0x0000007000094940} 'checkAccessModeThenIsDirect' '(Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandle')}
|
332 | 0x000000010cab4b34: 03e3 88d2 | 6303 a5f2 | 2300 c0f2 | 6478 40f9 | 8404 0091 | 6478 00f9
|
333 |
|
334 | 0x000000010cab4b4c: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
335 | 0x000000010cab4b4c: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 64a8 40f9 | 8404 0091 | 64a8 00f9
|
336 |
|
337 | 0x000000010cab4b64: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
338 | 0x000000010cab4b64: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 64b8 40f9 | 8404 0091 | 64b8 00f9
|
339 |
|
340 | 0x000000010cab4b7c: ; {oop(a 'java/lang/invoke/VarForm'{0x00000006608e00a8})}
|
341 | 0x000000010cab4b7c: 0315 80d2 | c311 acf2 | c300 c0f2
|
342 |
|
343 | 0x000000010cab4b88: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
344 | 0x000000010cab4b88: 0478 84d2 | c423 a5f2 | 2400 c0f2 | 88c0 40f9 | 0805 0091 | 88c0 00f9
|
345 |
|
346 | 0x000000010cab4ba0: ; {metadata(method data for {method} {0x0000007000154c58} 'getMemberName' '(I)Ljava/lang/invoke/MemberName;' in 'java/lang/invoke/VarForm')}
|
347 | 0x000000010cab4ba0: 03c0 89d2 | 6303 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
348 | 0x000000010cab4bc0: c07c 0054
|
349 |
|
350 | 0x000000010cab4bc4: ; {metadata(method data for {method} {0x0000007000154c58} 'getMemberName' '(I)Ljava/lang/invoke/MemberName;' in 'java/lang/invoke/VarForm')}
|
351 | 0x000000010cab4bc4: 03c0 89d2 | 6303 a5f2 | 2300 c0f2 | 6478 40f9 | 8404 0091 | 6478 00f9
|
352 |
|
353 | 0x000000010cab4bdc: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
354 | 0x000000010cab4bdc: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 63e0 0691
|
355 |
|
356 | 0x000000010cab4bec: ; {oop(a 'java/lang/invoke/MemberName'{0x00000006608e0180} = {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
357 | 0x000000010cab4bec: 0430 80d2 | c411 acf2 | c400 c0f2 | 8400 00b5 | 6900 40f9 | 2901 40b2 | 6900 00f9 | e573 40f9
|
358 | 0x000000010cab4c0c: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
359 | 0x000000010cab4c0c: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 6360 0791
|
360 |
|
361 | 0x000000010cab4c1c: ; {oop(a 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite'{0x00000006638689b8})}
|
362 | 0x000000010cab4c1c: 0437 91d2 | c470 acf2 | c400 c0f2 | 8400 00b5 | 6904 40f9 | 2901 40b2 | 6904 00f9
|
363 |
|
364 | 0x000000010cab4c38: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
365 | 0x000000010cab4c38: 0378 84d2 | c323 a5f2 | 2300 c0f2 | 68e4 40f9 | 0805 0091 | 68e4 00f9
|
366 |
|
367 | 0x000000010cab4c50: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
368 | 0x000000010cab4c50: 0316 85d2 | c323 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
369 | 0x000000010cab4c70: 4078 0054
|
370 |
|
371 | 0x000000010cab4c74: ; {oop(a 'java/lang/Class'{0x00000006638687f0} = 'java/util/concurrent/CompletableFuture')}
|
372 | 0x000000010cab4c74: 03fe 90d2 | c370 acf2 | c300 c0f2
|
373 |
|
374 | 0x000000010cab4c80: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
375 | 0x000000010cab4c80: 0416 85d2 | c423 a5f2 | 2400 c0f2 | 8894 40f9 | 0805 0091 | 8894 00f9
|
376 |
|
377 | 0x000000010cab4c98: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
378 | 0x000000010cab4c98: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
379 | 0x000000010cab4cb8: 0077 0054 | e303 1faa | bf00 03eb
|
380 |
|
381 | 0x000000010cab4cc4: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
382 | 0x000000010cab4cc4: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | e80f 7cb2 | e903 78b2 | 0401 899a | 6a68 64f8 | 4a05 0091
|
383 | 0x000000010cab4ce4: 6a68 24f8 | 4004 0054
|
384 |
|
385 | 0x000000010cab4cec: ; {oop(a 'java/lang/Class'{0x00000006638687f0} = 'java/util/concurrent/CompletableFuture')}
|
386 | 0x000000010cab4cec: 03fe 90d2 | c370 acf2 | c300 c0f2
|
387 |
|
388 | 0x000000010cab4cf8: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
389 | 0x000000010cab4cf8: 0456 9ed2 | 8405 a5f2 | 2400 c0f2 | 8888 40f9 | 0805 0091 | 8888 00f9 | 4501 00b4
|
390 |
|
391 | 0x000000010cab4d14: ; {metadata('java/util/concurrent/CompletableFuture')}
|
392 | 0x000000010cab4d14: 0a67 81d2 | ca23 a0f2 | 0a0e c0f2 | ab08 40b9 | 6b09 5cd2 | 681d 40f9 | 5f01 08eb | 4100 0054
|
393 | 0x000000010cab4d34: 0300 0014 | e303 1faa | 0200 0014 | e303 40b2 | 7f00 0071
|
394 |
|
395 | 0x000000010cab4d48: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
396 | 0x000000010cab4d48: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 082b 80d2 | 0929 80d2 | 0401 899a | 6a68 64f8 | 4a05 0091
|
397 | 0x000000010cab4d68: 6a68 24f8 | 401c 0054
|
398 |
|
399 | 0x000000010cab4d70: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
400 | 0x000000010cab4d70: 0316 85d2 | c323 a5f2 | 2300 c0f2 | 68b0 40f9 | 0805 0091 | 68b0 00f9
|
401 |
|
402 | 0x000000010cab4d88: ; {metadata(method data for {method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
403 | 0x000000010cab4d88: 0336 8ad2 | 6300 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
404 | 0x000000010cab4da8: 8070 0054 | e303 1faa | bf00 03eb
|
405 |
|
406 | 0x000000010cab4db4: ; {metadata(method data for {method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
407 | 0x000000010cab4db4: 0336 8ad2 | 6300 a5f2 | 2300 c0f2 | e803 78b2 | e90f 7cb2 | 0401 899a | 6a68 64f8 | 4a05 0091
|
408 | 0x000000010cab4dd4: 6a68 24f8 | c014 0054
|
409 |
|
410 | 0x000000010cab4ddc: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
411 | 0x000000010cab4ddc: 03b3 8cd2 | 43b3 acf2 | c300 c0f2
|
412 |
|
413 | 0x000000010cab4de8: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
414 | 0x000000010cab4de8: 0416 85d2 | c423 a5f2 | 2400 c0f2 | 88b8 40f9 | 0805 0091 | 88b8 00f9
|
415 |
|
416 | 0x000000010cab4e00: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
417 | 0x000000010cab4e00: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
418 | 0x000000010cab4e20: c06d 0054
|
419 |
|
420 | 0x000000010cab4e24: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
421 | 0x000000010cab4e24: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 6478 40f9 | 8404 0091 | 6478 00f9
|
422 |
|
423 | 0x000000010cab4e3c: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
424 | 0x000000010cab4e3c: 03b3 8cd2 | 43b3 acf2 | c300 c0f2
|
425 |
|
426 | 0x000000010cab4e48: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
427 | 0x000000010cab4e48: 0416 85d2 | c423 a5f2 | 2400 c0f2 | 88d4 40f9 | 0805 0091 | 88d4 00f9
|
428 |
|
429 | 0x000000010cab4e60: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
430 | 0x000000010cab4e60: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
|
431 | 0x000000010cab4e80: c06b 0054 | e303 1faa | 1f00 03eb
|
432 |
|
433 | 0x000000010cab4e8c: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
434 | 0x000000010cab4e8c: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | e80f 7cb2 | e903 78b2 | 0401 899a | 6a68 64f8 | 4a05 0091
|
435 | 0x000000010cab4eac: 6a68 24f8 | 4004 0054
|
436 |
|
437 | 0x000000010cab4eb4: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
438 | 0x000000010cab4eb4: 03b3 8cd2 | 43b3 acf2 | c300 c0f2
|
439 |
|
440 | 0x000000010cab4ec0: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
441 | 0x000000010cab4ec0: 0456 9ed2 | 8405 a5f2 | 2400 c0f2 | 8888 40f9 | 0805 0091 | 8888 00f9 | 4001 00b4
|
442 |
|
443 | 0x000000010cab4edc: ; {metadata('java/lang/Object')}
|
444 | 0x000000010cab4edc: 0ad0 81d2 | 0a00 a0f2 | 0a0e c0f2 | 0b08 40b9 | 6b09 5cd2 | 6819 40f9 | 5f01 08eb | 4100 0054
|
445 | 0x000000010cab4efc: 0300 0014 | e303 1faa | 0200 0014 | e303 40b2 | 7f00 0071
|
446 |
|
447 | 0x000000010cab4f10: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
448 | 0x000000010cab4f10: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 082b 80d2 | 0929 80d2 | 0401 899a | 6a68 64f8 | 4a05 0091
|
449 | 0x000000010cab4f30: 6a68 24f8 | a003 0054 | e307 7eb2 | a360 238b | 8403 4139 | 9f00 0071 | 8166 0054 | e403 1faa
|
450 | 0x000000010cab4f50: 8bfc 43d3 | 09fc 43d3 | e803 0baa | 69fc e888 | 1f01 0b6b | e807 9f9a | bf3b 03d5 | 0a01 0052
|
451 | 0x000000010cab4f70: 6400 00ca | 84fc 56d3 | 9f00 00f1 | a165 0054 | 4301 0012 | 6300 0012 | 6300 0012
|
452 |
|
453 | 0x000000010cab4f8c: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
454 | 0x000000010cab4f8c: 039e 96d2 | 4312 a9f2 | 2300 c0f2 | 60e0 40f9 | 0004 0091 | 60e0 00f9 | 2d02 0014
|
455 |
|
456 | 0x000000010cab4fa8: ; {metadata('java/lang/ClassCastException')}
|
457 | 0x000000010cab4fa8: 03e9 97d2 | c300 a0f2 | 030e c0f2 | e203 00aa | 80df 40f9 | 0ba0 0091 | 88e7 40f9 | 7f01 08eb
|
458 | 0x000000010cab4fc8: c863 0054 | 8bdf 00f9 | ea03 40b2 | 0a00 00f9 | 6a08 5cd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9
|
459 | 0x000000010cab4fe8: 5ffd 00a9 | bf3a 03d5
|
460 |
|
461 | 0x000000010cab4ff0: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
462 | 0x000000010cab4ff0: 01b3 8cd2 | 41b3 acf2 | c100 c0f2 | e303 01aa
|
463 |
|
464 | 0x000000010cab5000: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
465 | 0x000000010cab5000: 0456 9ed2 | 8405 a5f2 | 2400 c0f2 | 88b4 40f9 | 0805 0091 | 88b4 00f9 | e077 00f9
|
466 |
|
467 | 0x000000010cab501c: ; ImmutableOopMap {[224]=Oop [232]=Oop }
|
468 | ;*invokevirtual cannotCastMsg {reexecute=0 rethrow=0 return_oop=0}
|
469 | ; - java.lang.Class::cast@18 (line 4067)
|
470 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
471 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
472 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
473 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
474 | ; {optimized virtual_call}
|
475 | 0x000000010cab501c: 592c 8395
|
476 |
|
477 | 0x000000010cab5020: ; {other}
|
478 | 0x000000010cab5020: 1f20 03d5 | 1fc2 81f2 | 1f20 80f2 | e277 40f9
|
479 |
|
480 | 0x000000010cab5030: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
481 | 0x000000010cab5030: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 28d0 40f9 | 0805 0091 | 28d0 00f9 | e203 00aa | e177 40f9
|
482 | 0x000000010cab5050: ; ImmutableOopMap {[224]=Oop [232]=Oop }
|
483 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
484 | ; - java.lang.Class::cast@21 (line 4067)
|
485 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
486 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
487 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
488 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
489 | ; {optimized virtual_call}
|
490 | 0x000000010cab5050: 4c2c 8395
|
491 |
|
492 | 0x000000010cab5054: ; {other}
|
493 | 0x000000010cab5054: 1f20 03d5 | 9fc8 81f2 | 1f40 80f2
|
494 |
|
495 | 0x000000010cab5060: ; ImmutableOopMap {c_rarg0=Oop [224]=Oop }
|
496 | ;*athrow {reexecute=1 rethrow=0 return_oop=0}
|
497 | ; - (reexecute) java.lang.Class::cast@24 (line 4067)
|
498 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
499 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
500 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
501 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
502 | 0x000000010cab5060: e077 40f9
|
503 |
|
504 | 0x000000010cab5064: ; {section_word}
|
505 | 0x000000010cab5064: 0300 0010
|
506 |
|
507 | 0x000000010cab5068: ; {runtime_call handle_exception_nofpu Runtime1 stub}
|
508 | 0x000000010cab5068: 6687 8695 | 1f20 03d5 | e07f 00f9
|
509 |
|
510 | 0x000000010cab5074: ; ImmutableOopMap {[224]=Oop [248]=Oop }
|
511 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
512 | ; - java.util.Objects::requireNonNull@4 (line 233)
|
513 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
514 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
515 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
516 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
517 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
518 | 0x000000010cab5074: 4396 8695 | 80df 40f9 | 0bc0 0091 | 88e7 40f9 | 7f01 08eb | 085e 0054 | 8bdf 00f9 | ea03 40b2
|
519 | 0x000000010cab5094: 0a00 00f9 | 6a08 5cd2 | 0a7c 0129 | 0a40 0091 | 5f7d 00a9 | 5f7d 01a9 | bf3a 03d5 | e103 00aa
|
520 | 0x000000010cab50b4: ; {metadata(method data for {method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
521 | 0x000000010cab50b4: 0336 8ad2 | 6300 a5f2 | 2300 c0f2 | 6888 40f9 | 0805 0091 | 6888 00f9 | e103 00aa | e07b 00f9
|
522 | 0x000000010cab50d4: ; ImmutableOopMap {[224]=Oop [240]=Oop [248]=Oop }
|
523 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
524 | ; - java.util.Objects::requireNonNull@8 (line 233)
|
525 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
526 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
527 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
528 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
529 | ; {optimized virtual_call}
|
530 | 0x000000010cab50d4: 2b2c 8395
|
531 |
|
532 | 0x000000010cab50d8: ; {other}
|
533 | 0x000000010cab50d8: 1f20 03d5 | 1fd9 81f2 | 1fa0 80f2
|
534 |
|
535 | 0x000000010cab50e4: ; ImmutableOopMap {c_rarg0=Oop [224]=Oop [248]=Oop }
|
536 | ;*athrow {reexecute=1 rethrow=0 return_oop=0}
|
537 | ; - (reexecute) java.util.Objects::requireNonNull@11 (line 233)
|
538 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
539 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
540 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
541 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
542 | 0x000000010cab50e4: e07b 40f9
|
543 |
|
544 | 0x000000010cab50e8: ; {section_word}
|
545 | 0x000000010cab50e8: 0300 0010
|
546 |
|
547 | 0x000000010cab50ec: ; {runtime_call handle_exception_nofpu Runtime1 stub}
|
548 | 0x000000010cab50ec: 4587 8695 | 1f20 03d5 | e07f 00f9
|
549 |
|
550 | 0x000000010cab50f8: ; {metadata('java/lang/ClassCastException')}
|
551 | 0x000000010cab50f8: 03e9 97d2 | c300 a0f2 | 030e c0f2 | 80df 40f9 | 0ba0 0091 | 88e7 40f9 | 7f01 08eb | e859 0054
|
552 | 0x000000010cab5118: 8bdf 00f9 | ea03 40b2 | 0a00 00f9 | 6a08 5cd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9 | 5ffd 00a9
|
553 | 0x000000010cab5138: bf3a 03d5
|
554 |
|
555 | 0x000000010cab513c: ; {oop(a 'java/lang/Class'{0x00000006638687f0} = 'java/util/concurrent/CompletableFuture')}
|
556 | 0x000000010cab513c: 01fe 90d2 | c170 acf2 | c100 c0f2 | e203 01aa
|
557 |
|
558 | 0x000000010cab514c: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
559 | 0x000000010cab514c: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 68b4 40f9 | 0805 0091 | 68b4 00f9 | e273 40f9 | e083 00f9
|
560 | 0x000000010cab516c: ; ImmutableOopMap {[224]=Oop [248]=Oop [256]=Oop }
|
561 | ;*invokevirtual cannotCastMsg {reexecute=0 rethrow=0 return_oop=0}
|
562 | ; - java.lang.Class::cast@18 (line 4067)
|
563 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
564 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
565 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
566 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
567 | ; {optimized virtual_call}
|
568 | 0x000000010cab516c: 052c 8395
|
569 |
|
570 | 0x000000010cab5170: ; {other}
|
571 | 0x000000010cab5170: 1f20 03d5 | 1fec 81f2 | 1fe0 80f2 | e283 40f9
|
572 |
|
573 | 0x000000010cab5180: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
574 | 0x000000010cab5180: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 28d0 40f9 | 0805 0091 | 28d0 00f9 | e203 00aa | e183 40f9
|
575 | 0x000000010cab51a0: ; ImmutableOopMap {[224]=Oop [248]=Oop [256]=Oop }
|
576 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
577 | ; - java.lang.Class::cast@21 (line 4067)
|
578 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
579 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
580 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
581 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
582 | ; {optimized virtual_call}
|
583 | 0x000000010cab51a0: f82b 8395
|
584 |
|
585 | 0x000000010cab51a4: ; {other}
|
586 | 0x000000010cab51a4: 1f20 03d5 | 9ff2 81f2 | 1f00 81f2
|
587 |
|
588 | 0x000000010cab51b0: ; ImmutableOopMap {c_rarg0=Oop [224]=Oop [248]=Oop }
|
589 | ;*athrow {reexecute=1 rethrow=0 return_oop=0}
|
590 | ; - (reexecute) java.lang.Class::cast@24 (line 4067)
|
591 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
592 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
593 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
594 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
595 | 0x000000010cab51b0: e083 40f9
|
596 |
|
597 | 0x000000010cab51b4: ; {section_word}
|
598 | 0x000000010cab51b4: 0300 0010
|
599 |
|
600 | 0x000000010cab51b8: ; {runtime_call handle_exception_nofpu Runtime1 stub}
|
601 | 0x000000010cab51b8: 1287 8695 | 1f20 03d5 | e273 40f9 | 8083 42f9 | 9f83 02f9 | 9f87 02f9 | e103 02aa
|
602 |
|
603 | 0x000000010cab51d4: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
604 | 0x000000010cab51d4: 039e 96d2 | 4312 a9f2 | 2300 c0f2 | 68ec 40f9 | 0805 0091 | 68ec 00f9
|
605 |
|
606 | 0x000000010cab51ec: ; {metadata(method data for {method} {0x00000001291d1a30} 'completeThrowable' '(Ljava/lang/Throwable;)Z' in 'java/util/concurrent/CompletableFuture')}
|
607 | 0x000000010cab51ec: 0162 9bd2 | 4112 a9f2 | 2100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
608 | 0x000000010cab520c: 6052 0054
|
609 |
|
610 | 0x000000010cab5210: ; {metadata(method data for {method} {0x00000001291d1a30} 'completeThrowable' '(Ljava/lang/Throwable;)Z' in 'java/util/concurrent/CompletableFuture')}
|
611 | 0x000000010cab5210: 0162 9bd2 | 4112 a9f2 | 2100 c0f2 | 2878 40f9 | 0805 0091 | 2878 00f9 | e103 00aa
|
612 |
|
613 | 0x000000010cab522c: ; ImmutableOopMap {[224]=Oop }
|
614 | ;*invokestatic encodeThrowable {reexecute=0 rethrow=0 return_oop=0}
|
615 | ; - java.util.concurrent.CompletableFuture::completeThrowable@6 (line 320)
|
616 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
617 | ; {static_call}
|
618 | 0x000000010cab522c: 552d 8395
|
619 |
|
620 | 0x000000010cab5230: ; {other}
|
621 | 0x000000010cab5230: 1f20 03d5 | 1f04 82f2 | 1f40 81f2 | e08f 00f9
|
622 |
|
623 | 0x000000010cab5240: ; {metadata(method data for {method} {0x00000001291d1a30} 'completeThrowable' '(Ljava/lang/Throwable;)Z' in 'java/util/concurrent/CompletableFuture')}
|
624 | 0x000000010cab5240: 0162 9bd2 | 4112 a9f2 | 2100 c0f2 | 21e0 0491 | e573 40f9 | e203 05aa | 4208 40b9 | 4208 5cd2
|
625 | 0x000000010cab5260: 2904 40f9 | 4200 09ca | 48f4 7e92 | e801 00b4 | c201 0837 | 8901 00b4 | 3f05 00f1 | 4001 0054
|
626 | 0x000000010cab5280: bf39 03d5 | 2904 40f9 | 4200 09ca | 48f4 7e92 | c800 00b4 | 2904 40f9 | 2901 7fb2 | 2904 00f9
|
627 | 0x000000010cab52a0: 0200 0014 | 2204 00f9
|
628 |
|
629 | 0x000000010cab52a8: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
630 | 0x000000010cab52a8: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 2100 0f91
|
631 |
|
632 | 0x000000010cab52b8: ; {oop(a 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite'{0x00000006638689b8})}
|
633 | 0x000000010cab52b8: 0237 91d2 | c270 acf2 | c200 c0f2 | e303 02aa | 8300 00b5 | 2900 40f9 | 2901 40b2 | 2900 00f9
|
634 | 0x000000010cab52d8: ; {metadata(method data for {method} {0x00000001291d1a30} 'completeThrowable' '(Ljava/lang/Throwable;)Z' in 'java/util/concurrent/CompletableFuture')}
|
635 | 0x000000010cab52d8: 0162 9bd2 | 4112 a9f2 | 2100 c0f2 | 2880 40f9 | 0805 0091 | 2880 00f9
|
636 |
|
637 | 0x000000010cab52f0: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
638 | 0x000000010cab52f0: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 23ac 40b9 | 6308 0011 | 23ac 00b9 | 634c 1f12 | 7f00 0071
|
639 | 0x000000010cab5310: 404b 0054
|
640 |
|
641 | 0x000000010cab5314: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
642 | 0x000000010cab5314: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 21a0 0491
|
643 |
|
644 | 0x000000010cab5324: ; {oop(a 'java/lang/invoke/VarHandle$AccessDescriptor'{0x000000066513df30})}
|
645 | 0x000000010cab5324: 03e6 9bd2 | 63a2 acf2 | c300 c0f2 | 8300 00b5 | 2904 40f9 | 2901 40b2 | 2904 00f9
|
646 |
|
647 | 0x000000010cab5340: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
648 | 0x000000010cab5340: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 4208 40b9 | 4208 5cd2 | 2900 0491 | 2801 40f9 | 5f00 08eb
|
649 | 0x000000010cab5360: a100 0054 | 2884 40f9 | 0805 0091 | 2884 00f9 | 1c00 0014 | 2940 0491 | 2801 40f9 | 5f00 08eb
|
650 | 0x000000010cab5380: a100 0054 | 288c 40f9 | 0805 0091 | 288c 00f9 | 1400 0014 | 2900 0491 | 2801 40f9 | c800 00b5
|
651 | 0x000000010cab53a0: 2201 00f9 | e803 40b2 | 2920 0491 | 2801 00f9 | 0c00 0014 | 2940 0491 | 2801 40f9 | c800 00b5
|
652 | 0x000000010cab53c0: 2201 00f9 | e803 40b2 | 2960 0491 | 2801 00f9 | 0400 0014 | 2878 40f9 | 0805 0091 | 2878 00f9
|
653 | 0x000000010cab53e0: ; {metadata(method data for {method} {0x0000007000094940} 'checkAccessModeThenIsDirect' '(Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandle')}
|
654 | 0x000000010cab53e0: 01e3 88d2 | 6103 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
655 | 0x000000010cab5400: c044 0054
|
656 |
|
657 | 0x000000010cab5404: ; {metadata(method data for {method} {0x0000007000094940} 'checkAccessModeThenIsDirect' '(Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandle')}
|
658 | 0x000000010cab5404: 01e3 88d2 | 6103 a5f2 | 2100 c0f2 | 2278 40f9 | 4204 0091 | 2278 00f9
|
659 |
|
660 | 0x000000010cab541c: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
661 | 0x000000010cab541c: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 22a8 40f9 | 4204 0091 | 22a8 00f9
|
662 |
|
663 | 0x000000010cab5434: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
664 | 0x000000010cab5434: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 22b8 40f9 | 4204 0091 | 22b8 00f9
|
665 |
|
666 | 0x000000010cab544c: ; {oop(a 'java/lang/invoke/VarForm'{0x00000006608e00a8})}
|
667 | 0x000000010cab544c: 0115 80d2 | c111 acf2 | c100 c0f2
|
668 |
|
669 | 0x000000010cab5458: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
670 | 0x000000010cab5458: 0278 84d2 | c223 a5f2 | 2200 c0f2 | 48c0 40f9 | 0805 0091 | 48c0 00f9
|
671 |
|
672 | 0x000000010cab5470: ; {metadata(method data for {method} {0x0000007000154c58} 'getMemberName' '(I)Ljava/lang/invoke/MemberName;' in 'java/lang/invoke/VarForm')}
|
673 | 0x000000010cab5470: 01c0 89d2 | 6103 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
674 | 0x000000010cab5490: 4041 0054
|
675 |
|
676 | 0x000000010cab5494: ; {metadata(method data for {method} {0x0000007000154c58} 'getMemberName' '(I)Ljava/lang/invoke/MemberName;' in 'java/lang/invoke/VarForm')}
|
677 | 0x000000010cab5494: 01c0 89d2 | 6103 a5f2 | 2100 c0f2 | 2278 40f9 | 4204 0091 | 2278 00f9
|
678 |
|
679 | 0x000000010cab54ac: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
680 | 0x000000010cab54ac: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 21e0 0691
|
681 |
|
682 | 0x000000010cab54bc: ; {oop(a 'java/lang/invoke/MemberName'{0x00000006608e0180} = {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
683 | 0x000000010cab54bc: 0230 80d2 | c211 acf2 | c200 c0f2 | 8200 00b5 | 2900 40f9 | 2901 40b2 | 2900 00f9
|
684 |
|
685 | 0x000000010cab54d8: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
686 | 0x000000010cab54d8: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 2160 0791
|
687 |
|
688 | 0x000000010cab54e8: ; {oop(a 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite'{0x00000006638689b8})}
|
689 | 0x000000010cab54e8: 0237 91d2 | c270 acf2 | c200 c0f2 | 8200 00b5 | 2904 40f9 | 2901 40b2 | 2904 00f9
|
690 |
|
691 | 0x000000010cab5504: ; {metadata(method data for {method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
692 | 0x000000010cab5504: 0178 84d2 | c123 a5f2 | 2100 c0f2 | 28e4 40f9 | 0805 0091 | 28e4 00f9
|
693 |
|
694 | 0x000000010cab551c: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
695 | 0x000000010cab551c: 0116 85d2 | c123 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
696 | 0x000000010cab553c: e03c 0054
|
697 |
|
698 | 0x000000010cab5540: ; {oop(a 'java/lang/Class'{0x00000006638687f0} = 'java/util/concurrent/CompletableFuture')}
|
699 | 0x000000010cab5540: 01fe 90d2 | c170 acf2 | c100 c0f2
|
700 |
|
701 | 0x000000010cab554c: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
702 | 0x000000010cab554c: 0216 85d2 | c223 a5f2 | 2200 c0f2 | 4894 40f9 | 0805 0091 | 4894 00f9
|
703 |
|
704 | 0x000000010cab5564: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
705 | 0x000000010cab5564: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
706 | 0x000000010cab5584: a03b 0054 | e103 1faa | bf00 01eb
|
707 |
|
708 | 0x000000010cab5590: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
709 | 0x000000010cab5590: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | e80f 7cb2 | e903 78b2 | 0201 899a | 2368 62f8 | 6304 0091
|
710 | 0x000000010cab55b0: 2368 22f8 | 4004 0054
|
711 |
|
712 | 0x000000010cab55b8: ; {oop(a 'java/lang/Class'{0x00000006638687f0} = 'java/util/concurrent/CompletableFuture')}
|
713 | 0x000000010cab55b8: 01fe 90d2 | c170 acf2 | c100 c0f2
|
714 |
|
715 | 0x000000010cab55c4: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
716 | 0x000000010cab55c4: 0256 9ed2 | 8205 a5f2 | 2200 c0f2 | 4888 40f9 | 0805 0091 | 4888 00f9 | 4501 00b4
|
717 |
|
718 | 0x000000010cab55e0: ; {metadata('java/util/concurrent/CompletableFuture')}
|
719 | 0x000000010cab55e0: 0367 81d2 | c323 a0f2 | 030e c0f2 | a408 40b9 | 8408 5cd2 | 881c 40f9 | 7f00 08eb | 4100 0054
|
720 | 0x000000010cab5600: 0300 0014 | e103 1faa | 0200 0014 | e103 40b2 | 3f00 0071
|
721 |
|
722 | 0x000000010cab5614: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
723 | 0x000000010cab5614: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 082b 80d2 | 0929 80d2 | 0201 899a | 2368 62f8 | 6304 0091
|
724 | 0x000000010cab5634: 2368 22f8 | 001d 0054
|
725 |
|
726 | 0x000000010cab563c: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
727 | 0x000000010cab563c: 0116 85d2 | c123 a5f2 | 2100 c0f2 | 28b0 40f9 | 0805 0091 | 28b0 00f9
|
728 |
|
729 | 0x000000010cab5654: ; {metadata(method data for {method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
730 | 0x000000010cab5654: 0136 8ad2 | 6100 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
731 | 0x000000010cab5674: 2035 0054 | e103 1faa | bf00 01eb
|
732 |
|
733 | 0x000000010cab5680: ; {metadata(method data for {method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
734 | 0x000000010cab5680: 0136 8ad2 | 6100 a5f2 | 2100 c0f2 | e803 78b2 | e90f 7cb2 | 0201 899a | 2368 62f8 | 6304 0091
|
735 | 0x000000010cab56a0: 2368 22f8 | e015 0054
|
736 |
|
737 | 0x000000010cab56a8: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
738 | 0x000000010cab56a8: 01b3 8cd2 | 41b3 acf2 | c100 c0f2
|
739 |
|
740 | 0x000000010cab56b4: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
741 | 0x000000010cab56b4: 0216 85d2 | c223 a5f2 | 2200 c0f2 | 48b8 40f9 | 0805 0091 | 48b8 00f9
|
742 |
|
743 | 0x000000010cab56cc: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
744 | 0x000000010cab56cc: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
745 | 0x000000010cab56ec: 6032 0054
|
746 |
|
747 | 0x000000010cab56f0: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
748 | 0x000000010cab56f0: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 2278 40f9 | 4204 0091 | 2278 00f9
|
749 |
|
750 | 0x000000010cab5708: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
751 | 0x000000010cab5708: 01b3 8cd2 | 41b3 acf2 | c100 c0f2
|
752 |
|
753 | 0x000000010cab5714: ; {metadata(method data for {method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
754 | 0x000000010cab5714: 0216 85d2 | c223 a5f2 | 2200 c0f2 | 48d4 40f9 | 0805 0091 | 48d4 00f9
|
755 |
|
756 | 0x000000010cab572c: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
757 | 0x000000010cab572c: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 22ac 40b9 | 4208 0011 | 22ac 00b9 | 424c 1f12 | 5f00 0071
|
758 | 0x000000010cab574c: 6030 0054 | e103 1faa | 1f00 01eb
|
759 |
|
760 | 0x000000010cab5758: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
761 | 0x000000010cab5758: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | e80f 7cb2 | e903 78b2 | 0201 899a | 2368 62f8 | 6304 0091
|
762 | 0x000000010cab5778: 2368 22f8 | 4004 0054
|
763 |
|
764 | 0x000000010cab5780: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
765 | 0x000000010cab5780: 01b3 8cd2 | 41b3 acf2 | c100 c0f2
|
766 |
|
767 | 0x000000010cab578c: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
768 | 0x000000010cab578c: 0256 9ed2 | 8205 a5f2 | 2200 c0f2 | 4888 40f9 | 0805 0091 | 4888 00f9 | 4001 00b4
|
769 |
|
770 | 0x000000010cab57a8: ; {metadata('java/lang/Object')}
|
771 | 0x000000010cab57a8: 03d0 81d2 | 0300 a0f2 | 030e c0f2 | 0408 40b9 | 8408 5cd2 | 8818 40f9 | 7f00 08eb | 4100 0054
|
772 | 0x000000010cab57c8: 0300 0014 | e103 1faa | 0200 0014 | e103 40b2 | 3f00 0071
|
773 |
|
774 | 0x000000010cab57dc: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
775 | 0x000000010cab57dc: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 082b 80d2 | 0929 80d2 | 0201 899a | 2368 62f8 | 6304 0091
|
776 | 0x000000010cab57fc: 2368 22f8 | 0005 0054 | e107 7eb2 | a160 218b | 8203 4139 | 5f00 0071 | 212b 0054 | e203 1faa
|
777 | 0x000000010cab581c: 44fc 43d3 | 09fc 43d3 | e803 04aa | 29fc e888 | 1f01 046b | e807 9f9a | bf3b 03d5 | 0301 0052
|
778 | 0x000000010cab583c: 2200 00ca | 42fc 56d3 | 5f00 00f1 | 412a 0054 | 6100 0012 | 2100 0012 | 2100 0012 | e003 05aa
|
779 | 0x000000010cab585c: ; {metadata(method data for {method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
780 | 0x000000010cab585c: 019e 96d2 | 4112 a9f2 | 2100 c0f2 | 2808 41f9 | 0805 0091 | 2808 01f9 | e103 05aa
|
781 |
|
782 | 0x000000010cab5878: ; ImmutableOopMap {}
|
783 | ;*invokevirtual postComplete {reexecute=0 rethrow=0 return_oop=0}
|
784 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@57 (line 1773)
|
785 | ; {optimized virtual_call}
|
786 | 0x000000010cab5878: 0298 0294
|
787 |
|
788 | 0x000000010cab587c: ; {other}
|
789 | 0x000000010cab587c: 1f20 03d5 | 9fcd 82f2 | 1f60 81f2 | fd7b 53a9 | ff03 0591
|
790 |
|
791 | 0x000000010cab5890: ; {poll_return}
|
792 | 0x000000010cab5890: 882b 42f9 | ff63 28eb | 4828 0054 | c003 5fd6
|
793 |
|
794 | 0x000000010cab58a0: ; {metadata('java/lang/ClassCastException')}
|
795 | 0x000000010cab58a0: 03e9 97d2 | c300 a0f2 | 030e c0f2 | e203 00aa | 80df 40f9 | 0ba0 0091 | 88e7 40f9 | 7f01 08eb
|
796 | 0x000000010cab58c0: 6827 0054 | 8bdf 00f9 | ea03 40b2 | 0a00 00f9 | 6a08 5cd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9
|
797 | 0x000000010cab58e0: 5ffd 00a9 | bf3a 03d5
|
798 |
|
799 | 0x000000010cab58e8: ; {oop(a 'java/lang/Class'{0x00000006659a6598} = 'java/lang/Object')}
|
800 | 0x000000010cab58e8: 01b3 8cd2 | 41b3 acf2 | c100 c0f2 | e303 01aa
|
801 |
|
802 | 0x000000010cab58f8: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
803 | 0x000000010cab58f8: 0456 9ed2 | 8405 a5f2 | 2400 c0f2 | 88b4 40f9 | 0805 0091 | 88b4 00f9 | e087 00f9
|
804 |
|
805 | 0x000000010cab5914: ; ImmutableOopMap {[224]=Oop [264]=Oop }
|
806 | ;*invokevirtual cannotCastMsg {reexecute=0 rethrow=0 return_oop=0}
|
807 | ; - java.lang.Class::cast@18 (line 4067)
|
808 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
809 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
810 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
811 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
812 | ; {optimized virtual_call}
|
813 | 0x000000010cab5914: 1b2a 8395
|
814 |
|
815 | 0x000000010cab5918: ; {other}
|
816 | 0x000000010cab5918: 1f20 03d5 | 1fe1 82f2 | 1f80 81f2 | e287 40f9
|
817 |
|
818 | 0x000000010cab5928: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
819 | 0x000000010cab5928: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 28d0 40f9 | 0805 0091 | 28d0 00f9 | e203 00aa | e187 40f9
|
820 | 0x000000010cab5948: ; ImmutableOopMap {[224]=Oop [264]=Oop }
|
821 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
822 | ; - java.lang.Class::cast@21 (line 4067)
|
823 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
824 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
825 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
826 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
827 | ; {optimized virtual_call}
|
828 | 0x000000010cab5948: 0e2a 8395
|
829 |
|
830 | 0x000000010cab594c: ; {other}
|
831 | 0x000000010cab594c: 1f20 03d5 | 9fe7 82f2 | 1fa0 81f2 | e087 40f9 | 1d01 0014
|
832 |
|
833 | 0x000000010cab5960: ; ImmutableOopMap {[224]=Oop [280]=Oop }
|
834 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
835 | ; - java.util.Objects::requireNonNull@4 (line 233)
|
836 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
837 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
838 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
839 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
840 | ; {runtime_call load_mirror_patching Runtime1 stub}
|
841 | 0x000000010cab5960: 0894 8695 | 80df 40f9 | 0bc0 0091 | 88e7 40f9 | 7f01 08eb | 0822 0054 | 8bdf 00f9 | ea03 40b2
|
842 | 0x000000010cab5980: 0a00 00f9 | 6a08 5cd2 | 0a7c 0129 | 0a40 0091 | 5f7d 00a9 | 5f7d 01a9 | bf3a 03d5 | e103 00aa
|
843 | 0x000000010cab59a0: ; {metadata(method data for {method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
844 | 0x000000010cab59a0: 0336 8ad2 | 6300 a5f2 | 2300 c0f2 | 6888 40f9 | 0805 0091 | 6888 00f9 | e103 00aa | e08b 00f9
|
845 | 0x000000010cab59c0: ; ImmutableOopMap {[224]=Oop [272]=Oop [280]=Oop }
|
846 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
847 | ; - java.util.Objects::requireNonNull@8 (line 233)
|
848 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
849 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
850 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
851 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
852 | ; {optimized virtual_call}
|
853 | 0x000000010cab59c0: f029 8395
|
854 |
|
855 | 0x000000010cab59c4: ; {other}
|
856 | 0x000000010cab59c4: 1f20 03d5 | 9ff6 82f2 | 1fe0 81f2 | e08b 40f9 | ff00 0014 | e003 05aa
|
857 |
|
858 | 0x000000010cab59dc: ; {metadata('java/lang/ClassCastException')}
|
859 | 0x000000010cab59dc: 03e9 97d2 | c300 a0f2 | 030e c0f2 | e603 00aa | 80df 40f9 | 0ba0 0091 | 88e7 40f9 | 7f01 08eb
|
860 | 0x000000010cab59fc: 081e 0054 | 8bdf 00f9 | ea03 40b2 | 0a00 00f9 | 6a08 5cd2 | 0a7c 0129 | 0a40 0091 | 5f01 00f9
|
861 | 0x000000010cab5a1c: 5ffd 00a9 | bf3a 03d5
|
862 |
|
863 | 0x000000010cab5a24: ; {oop(a 'java/lang/Class'{0x00000006638687f0} = 'java/util/concurrent/CompletableFuture')}
|
864 | 0x000000010cab5a24: 01fe 90d2 | c170 acf2 | c100 c0f2 | e203 01aa
|
865 |
|
866 | 0x000000010cab5a34: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
867 | 0x000000010cab5a34: 0356 9ed2 | 8305 a5f2 | 2300 c0f2 | 68b4 40f9 | 0805 0091 | 68b4 00f9 | e203 06aa | e093 00f9
|
868 | 0x000000010cab5a54: ; ImmutableOopMap {[224]=Oop [280]=Oop [288]=Oop }
|
869 | ;*invokevirtual cannotCastMsg {reexecute=0 rethrow=0 return_oop=0}
|
870 | ; - java.lang.Class::cast@18 (line 4067)
|
871 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
872 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
873 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
874 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
875 | ; {optimized virtual_call}
|
876 | 0x000000010cab5a54: cb29 8395
|
877 |
|
878 | 0x000000010cab5a58: ; {other}
|
879 | 0x000000010cab5a58: 1f20 03d5 | 1f09 83f2 | 1f00 82f2 | e293 40f9
|
880 |
|
881 | 0x000000010cab5a68: ; {metadata(method data for {method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
882 | 0x000000010cab5a68: 0156 9ed2 | 8105 a5f2 | 2100 c0f2 | 28d0 40f9 | 0805 0091 | 28d0 00f9 | e203 00aa | e193 40f9
|
883 | 0x000000010cab5a88: ; ImmutableOopMap {[224]=Oop [280]=Oop [288]=Oop }
|
884 | ;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
|
885 | ; - java.lang.Class::cast@21 (line 4067)
|
886 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
887 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
888 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
889 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
890 | ; {optimized virtual_call}
|
891 | 0x000000010cab5a88: be29 8395
|
892 |
|
893 | 0x000000010cab5a8c: ; {other}
|
894 | 0x000000010cab5a8c: 1f20 03d5 | 9f0f 83f2 | 1f20 82f2 | e093 40f9 | cd00 0014
|
895 |
|
896 | 0x000000010cab5aa0: ; {metadata({method} {0x000000012a5df3f8} 'run' '()V' in 'java/util/concurrent/CompletableFuture$AsyncSupply')}
|
897 | 0x000000010cab5aa0: 087f 9ed2 | a84b a5f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
898 |
|
899 | 0x000000010cab5ab8: ; ImmutableOopMap {c_rarg1=Oop }
|
900 | ;*synchronization entry
|
901 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@-1 (line 1764)
|
902 | ; {runtime_call counter_overflow Runtime1 stub}
|
903 | 0x000000010cab5ab8: f295 8695 | 39fb ff17 | 2314 40b9 | 63f0 7dd3 | c36a ffb4 | e303 00f9
|
904 |
|
905 | 0x000000010cab5ad0: ; {runtime_call g1_pre_barrier_slow}
|
906 | 0x000000010cab5ad0: 6c97 8695 | 53fb ff17 | 2318 40b9 | 63f0 7dd3 | 836a ffb4 | e303 00f9
|
907 |
|
908 | 0x000000010cab5ae8: ; {runtime_call g1_pre_barrier_slow}
|
909 | 0x000000010cab5ae8: 6697 8695 | 51fb ff17
|
910 |
|
911 | 0x000000010cab5af0: ; ImmutableOopMap {c_rarg2=Oop c_rarg0=Oop [224]=Oop }
|
912 | ;*getfield result {reexecute=1 rethrow=0 return_oop=0}
|
913 | ; - (reexecute) java.util.concurrent.CompletableFuture$AsyncSupply::run@29 (line 1766)
|
914 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
915 | 0x000000010cab5af0: 247c 8695
|
916 |
|
917 | 0x000000010cab5af4: ; ImmutableOopMap {c_rarg2=Oop [224]=Oop }
|
918 | ;*invokeinterface get {reexecute=0 rethrow=0 return_oop=0}
|
919 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@37 (line 1768)
|
920 | ; {runtime_call throw_null_pointer_exception Runtime1 stub}
|
921 | 0x000000010cab5af4: 237c 8695
|
922 |
|
923 | 0x000000010cab5af8: ; {metadata({method} {0x00000001291d1840} 'completeValue' '(Ljava/lang/Object;)Z' in 'java/util/concurrent/CompletableFuture')}
|
924 | 0x000000010cab5af8: 0808 83d2 | a823 a5f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
925 |
|
926 | 0x000000010cab5b10: ; ImmutableOopMap {c_rarg0=Oop [224]=Oop }
|
927 | ;*synchronization entry
|
928 | ; - java.util.concurrent.CompletableFuture::completeValue@-1 (line 306)
|
929 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
930 | ; {runtime_call counter_overflow Runtime1 stub}
|
931 | 0x000000010cab5b10: dc95 8695 | 9cfb ff17
|
932 |
|
933 | 0x000000010cab5b18: ; {metadata({method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
934 | 0x000000010cab5b18: 084b 8dd2 | a802 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
935 |
|
936 | 0x000000010cab5b30: ; ImmutableOopMap {c_rarg0=Oop c_rarg4=Oop [224]=Oop }
|
937 | ;*synchronization entry
|
938 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@-1 (line 66)
|
939 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
940 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
941 | ; {runtime_call counter_overflow Runtime1 stub}
|
942 | 0x000000010cab5b30: d495 8695 | c4fb ff17
|
943 |
|
944 | 0x000000010cab5b38: ; {metadata({method} {0x0000007000094940} 'checkAccessModeThenIsDirect' '(Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandle')}
|
945 | 0x000000010cab5b38: 0828 89d2 | 2801 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
946 |
|
947 | 0x000000010cab5b50: ; ImmutableOopMap {c_rarg0=Oop [224]=Oop }
|
948 | ;*synchronization entry
|
949 | ; - java.lang.invoke.VarHandle::checkAccessModeThenIsDirect@-1 (line 2075)
|
950 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@3 (line 66)
|
951 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
952 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
953 | ; {runtime_call counter_overflow Runtime1 stub}
|
954 | 0x000000010cab5b50: cc95 8695 | f8fb ff17
|
955 |
|
956 | 0x000000010cab5b58: ; {metadata({method} {0x0000007000154c58} 'getMemberName' '(I)Ljava/lang/invoke/MemberName;' in 'java/lang/invoke/VarForm')}
|
957 | 0x000000010cab5b58: 088b 89d2 | a802 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
958 |
|
959 | 0x000000010cab5b70: ; ImmutableOopMap {c_rarg0=Oop [224]=Oop }
|
960 | ;*synchronization entry
|
961 | ; - java.lang.invoke.VarForm::getMemberName@-1 (line 114)
|
962 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@47 (line 68)
|
963 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
964 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
965 | ; {runtime_call counter_overflow Runtime1 stub}
|
966 | 0x000000010cab5b70: c495 8695 | 14fc ff17
|
967 |
|
968 | 0x000000010cab5b78: ; {metadata({method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
969 | 0x000000010cab5b78: 08e3 84d2 | a804 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
970 |
|
971 | 0x000000010cab5b90: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop }
|
972 | ;*synchronization entry
|
973 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@-1 (line 179)
|
974 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
975 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
976 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
977 | ; {runtime_call counter_overflow Runtime1 stub}
|
978 | 0x000000010cab5b90: bc95 8695 | 38fc ff17
|
979 |
|
980 | 0x000000010cab5b98: ; {metadata({method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
981 | 0x000000010cab5b98: 086d 9cd2 | c808 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
982 |
|
983 | 0x000000010cab5bb0: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop }
|
984 | ;*synchronization entry
|
985 | ; - java.lang.Class::cast@-1 (line 4066)
|
986 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
987 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
988 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
989 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
990 | ; {runtime_call counter_overflow Runtime1 stub}
|
991 | 0x000000010cab5bb0: b495 8695 | 42fc ff17
|
992 |
|
993 | 0x000000010cab5bb8: ; {metadata({method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
994 | 0x000000010cab5bb8: 088f 8ed2 | a800 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
995 |
|
996 | 0x000000010cab5bd0: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop }
|
997 | ;*synchronization entry
|
998 | ; - java.util.Objects::requireNonNull@-1 (line 232)
|
999 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
1000 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1001 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
1002 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
1003 | ; {runtime_call counter_overflow Runtime1 stub}
|
1004 | 0x000000010cab5bd0: ac95 8695 | 76fc ff17
|
1005 |
|
1006 | 0x000000010cab5bd8: ; {metadata({method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
1007 | 0x000000010cab5bd8: 086d 9cd2 | c808 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1008 |
|
1009 | 0x000000010cab5bf0: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop }
|
1010 | ;*synchronization entry
|
1011 | ; - java.lang.Class::cast@-1 (line 4066)
|
1012 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@32 (line 182)
|
1013 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1014 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
1015 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
1016 | ; {runtime_call counter_overflow Runtime1 stub}
|
1017 | 0x000000010cab5bf0: a495 8695 | 8cfc ff17
|
1018 |
|
1019 | 0x000000010cab5bf8: ; {metadata({method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
1020 | 0x000000010cab5bf8: 086d 9cd2 | c808 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1021 |
|
1022 | 0x000000010cab5c10: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop }
|
1023 | ;*synchronization entry
|
1024 | ; - java.lang.Class::cast@-1 (line 4066)
|
1025 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
1026 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1027 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
1028 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
1029 | ; {runtime_call counter_overflow Runtime1 stub}
|
1030 | 0x000000010cab5c10: 9c95 8695 | 9cfc ff17 | 6400 40b9 | 84f0 7dd3 | 6499 ffb4 | e403 00f9
|
1031 |
|
1032 | 0x000000010cab5c28: ; {runtime_call g1_pre_barrier_slow}
|
1033 | 0x000000010cab5c28: 1697 8695 | c8fc ff17 | 809a ffb4 | e303 00f9
|
1034 |
|
1035 | 0x000000010cab5c38: ; {runtime_call g1_post_barrier_slow}
|
1036 | 0x000000010cab5c38: d297 8695 | d1fc ff17
|
1037 |
|
1038 | 0x000000010cab5c40: ; ImmutableOopMap {c_rarg2=Oop [224]=Oop }
|
1039 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
1040 | ; - java.lang.Class::cast@12 (line 4067)
|
1041 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
1042 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1043 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
1044 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
1045 | ; {runtime_call fast_new_instance Runtime1 stub}
|
1046 | 0x000000010cab5c40: 107e 8695 | ebfc ff17
|
1047 |
|
1048 | 0x000000010cab5c48: ; ImmutableOopMap {[224]=Oop [248]=Oop }
|
1049 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
1050 | ; - java.util.Objects::requireNonNull@4 (line 233)
|
1051 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
1052 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1053 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
1054 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
1055 | ; {runtime_call fast_new_instance Runtime1 stub}
|
1056 | 0x000000010cab5c48: 0e7e 8695 | 19fd ff17
|
1057 |
|
1058 | 0x000000010cab5c50: ; ImmutableOopMap {[224]=Oop [248]=Oop }
|
1059 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
1060 | ; - java.lang.Class::cast@12 (line 4067)
|
1061 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
1062 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1063 | ; - java.util.concurrent.CompletableFuture::completeValue@16 (line 306)
|
1064 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@42 (line 1768)
|
1065 | ; {runtime_call fast_new_instance Runtime1 stub}
|
1066 | 0x000000010cab5c50: 0c7e 8695 | 3afd ff17
|
1067 |
|
1068 | 0x000000010cab5c58: ; {metadata({method} {0x00000001291d1a30} 'completeThrowable' '(Ljava/lang/Throwable;)Z' in 'java/util/concurrent/CompletableFuture')}
|
1069 | 0x000000010cab5c58: 0846 83d2 | a823 a5f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1070 |
|
1071 | 0x000000010cab5c70: ; ImmutableOopMap {c_rarg2=Oop c_rarg0=Oop [224]=Oop }
|
1072 | ;*synchronization entry
|
1073 | ; - java.util.concurrent.CompletableFuture::completeThrowable@-1 (line 320)
|
1074 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1075 | ; {runtime_call counter_overflow Runtime1 stub}
|
1076 | 0x000000010cab5c70: 8495 8695 | 67fd ff17
|
1077 |
|
1078 | 0x000000010cab5c78: ; {metadata({method} {0x0000007000156a58} 'guard_LLL_Z' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandleGuards')}
|
1079 | 0x000000010cab5c78: 084b 8dd2 | a802 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1080 |
|
1081 | 0x000000010cab5c90: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop c_rarg2=Oop [224]=Oop [280]=Oop }
|
1082 | ;*synchronization entry
|
1083 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@-1 (line 66)
|
1084 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1085 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1086 | ; {runtime_call counter_overflow Runtime1 stub}
|
1087 | 0x000000010cab5c90: 7c95 8695 | a0fd ff17
|
1088 |
|
1089 | 0x000000010cab5c98: ; {metadata({method} {0x0000007000094940} 'checkAccessModeThenIsDirect' '(Ljava/lang/invoke/VarHandle$AccessDescriptor;)Z' in 'java/lang/invoke/VarHandle')}
|
1090 | 0x000000010cab5c98: 0828 89d2 | 2801 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1091 |
|
1092 | 0x000000010cab5cb0: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1093 | ;*synchronization entry
|
1094 | ; - java.lang.invoke.VarHandle::checkAccessModeThenIsDirect@-1 (line 2075)
|
1095 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@3 (line 66)
|
1096 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1097 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1098 | ; {runtime_call counter_overflow Runtime1 stub}
|
1099 | 0x000000010cab5cb0: 7495 8695 | d4fd ff17
|
1100 |
|
1101 | 0x000000010cab5cb8: ; {metadata({method} {0x0000007000154c58} 'getMemberName' '(I)Ljava/lang/invoke/MemberName;' in 'java/lang/invoke/VarForm')}
|
1102 | 0x000000010cab5cb8: 088b 89d2 | a802 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1103 |
|
1104 | 0x000000010cab5cd0: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1105 | ;*synchronization entry
|
1106 | ; - java.lang.invoke.VarForm::getMemberName@-1 (line 114)
|
1107 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@47 (line 68)
|
1108 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1109 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1110 | ; {runtime_call counter_overflow Runtime1 stub}
|
1111 | 0x000000010cab5cd0: 6c95 8695 | f0fd ff17
|
1112 |
|
1113 | 0x000000010cab5cd8: ; {metadata({method} {0x0000007000252718} 'compareAndSet' '(Ljava/lang/invoke/VarHandle;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z' in 'java/lang/invoke/VarHandleReferences$FieldInstanceReadWrite')}
|
1114 | 0x000000010cab5cd8: 08e3 84d2 | a804 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1115 |
|
1116 | 0x000000010cab5cf0: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1117 | ;*synchronization entry
|
1118 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@-1 (line 179)
|
1119 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1120 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1121 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1122 | ; {runtime_call counter_overflow Runtime1 stub}
|
1123 | 0x000000010cab5cf0: 6495 8695 | 13fe ff17
|
1124 |
|
1125 | 0x000000010cab5cf8: ; {metadata({method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
1126 | 0x000000010cab5cf8: 086d 9cd2 | c808 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1127 |
|
1128 | 0x000000010cab5d10: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1129 | ;*synchronization entry
|
1130 | ; - java.lang.Class::cast@-1 (line 4066)
|
1131 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
1132 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1133 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1134 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1135 | ; {runtime_call counter_overflow Runtime1 stub}
|
1136 | 0x000000010cab5d10: 5c95 8695 | 1dfe ff17
|
1137 |
|
1138 | 0x000000010cab5d18: ; {metadata({method} {0x0000007000057478} 'requireNonNull' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/util/Objects')}
|
1139 | 0x000000010cab5d18: 088f 8ed2 | a800 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1140 |
|
1141 | 0x000000010cab5d30: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1142 | ;*synchronization entry
|
1143 | ; - java.util.Objects::requireNonNull@-1 (line 232)
|
1144 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
1145 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1146 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1147 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1148 | ; {runtime_call counter_overflow Runtime1 stub}
|
1149 | 0x000000010cab5d30: 5495 8695 | 51fe ff17
|
1150 |
|
1151 | 0x000000010cab5d38: ; {metadata({method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
1152 | 0x000000010cab5d38: 086d 9cd2 | c808 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1153 |
|
1154 | 0x000000010cab5d50: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1155 | ;*synchronization entry
|
1156 | ; - java.lang.Class::cast@-1 (line 4066)
|
1157 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@32 (line 182)
|
1158 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1159 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1160 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1161 | ; {runtime_call counter_overflow Runtime1 stub}
|
1162 | 0x000000010cab5d50: 4c95 8695 | 67fe ff17
|
1163 |
|
1164 | 0x000000010cab5d58: ; {metadata({method} {0x000000700046e368} 'cast' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/Class')}
|
1165 | 0x000000010cab5d58: 086d 9cd2 | c808 a0f2 | 080e c0f2 | e807 00f9 | 0800 8092 | e803 00f9
|
1166 |
|
1167 | 0x000000010cab5d70: ; ImmutableOopMap {c_rarg0=Oop c_rarg5=Oop [224]=Oop [280]=Oop }
|
1168 | ;*synchronization entry
|
1169 | ; - java.lang.Class::cast@-1 (line 4066)
|
1170 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
1171 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1172 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1173 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1174 | ; {runtime_call counter_overflow Runtime1 stub}
|
1175 | 0x000000010cab5d70: 4495 8695 | 77fe ff17 | 2200 40b9 | 42f0 7dd3 | c2d4 ffb4 | e203 00f9
|
1176 |
|
1177 | 0x000000010cab5d88: ; {runtime_call g1_pre_barrier_slow}
|
1178 | 0x000000010cab5d88: be96 8695 | a3fe ff17 | e0d5 ffb4 | e103 00f9
|
1179 |
|
1180 | 0x000000010cab5d98: ; {runtime_call g1_post_barrier_slow}
|
1181 | 0x000000010cab5d98: 7a97 8695 | acfe ff17
|
1182 |
|
1183 | 0x000000010cab5da0: ; {internal_word}
|
1184 | 0x000000010cab5da0: 88d7 ff10 | 8837 02f9
|
1185 |
|
1186 | 0x000000010cab5da8: ; {runtime_call SafepointBlob}
|
1187 | 0x000000010cab5da8: d642 8315
|
1188 |
|
1189 | 0x000000010cab5dac: ; ImmutableOopMap {c_rarg2=Oop [224]=Oop [280]=Oop }
|
1190 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
1191 | ; - java.lang.Class::cast@12 (line 4067)
|
1192 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@41 (line 183)
|
1193 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1194 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1195 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1196 | ; {runtime_call fast_new_instance Runtime1 stub}
|
1197 | 0x000000010cab5dac: b57d 8695 | cefe ff17
|
1198 |
|
1199 | 0x000000010cab5db4: ; ImmutableOopMap {[224]=Oop [280]=Oop }
|
1200 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
1201 | ; - java.util.Objects::requireNonNull@4 (line 233)
|
1202 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@18 (line 180)
|
1203 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1204 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1205 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1206 | ; {runtime_call fast_new_instance Runtime1 stub}
|
1207 | 0x000000010cab5db4: b37d 8695 | f9fe ff17
|
1208 |
|
1209 | 0x000000010cab5dbc: ; ImmutableOopMap {c_rarg6=Oop [224]=Oop [280]=Oop }
|
1210 | ;*new {reexecute=0 rethrow=0 return_oop=0}
|
1211 | ; - java.lang.Class::cast@12 (line 4067)
|
1212 | ; - java.lang.invoke.VarHandleReferences$FieldInstanceReadWrite::compareAndSet@15 (line 180)
|
1213 | ; - java.lang.invoke.VarHandleGuards::guard_LLL_Z@50 (line 68)
|
1214 | ; - java.util.concurrent.CompletableFuture::completeThrowable@9 (line 320)
|
1215 | ; - java.util.concurrent.CompletableFuture$AsyncSupply::run@52 (line 1770)
|
1216 | ; {runtime_call fast_new_instance Runtime1 stub}
|
1217 | 0x000000010cab5dbc: b17d 8695 | 19ff ff17 | 8083 42f9 | 9f83 02f9 | 9f87 02f9 | fd7b 53a9 | ff03 0591
|
1218 |
|
1219 | 0x000000010cab5dd8: ; {runtime_call unwind_exception Runtime1 stub}
|
1220 | 0x000000010cab5dd8: aa77 8615 | 0000 0000
|
1221 | [Stub Code]
|
1222 | 0x000000010cab5de0: ; {no_reloc}
|
1223 | 0x000000010cab5de0: df3f 03d5
|
1224 |
|
1225 | 0x000000010cab5de4: ; {metadata(nullptr)}
|
1226 | 0x000000010cab5de4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
1227 |
|
1228 | 0x000000010cab5e00: ; {trampoline_stub}
|
1229 | 0x000000010cab5e00: 4800 0058 | 0001 1fd6 | 5012 c712 | 0100 0000
|
1230 |
|
1231 | 0x000000010cab5e10: ; {trampoline_stub}
|
1232 | 0x000000010cab5e10: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1233 |
|
1234 | 0x000000010cab5e20: ; {trampoline_stub}
|
1235 | 0x000000010cab5e20: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1236 |
|
1237 | 0x000000010cab5e30: ; {trampoline_stub}
|
1238 | 0x000000010cab5e30: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1239 |
|
1240 | 0x000000010cab5e40: ; {trampoline_stub}
|
1241 | 0x000000010cab5e40: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1242 |
|
1243 | 0x000000010cab5e50: ; {trampoline_stub}
|
1244 | 0x000000010cab5e50: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1245 |
|
1246 | 0x000000010cab5e60: ; {trampoline_stub}
|
1247 | 0x000000010cab5e60: 4800 0058 | 0001 1fd6 | 8007 b812 | 0100 0000
|
1248 |
|
1249 | 0x000000010cab5e70: ; {trampoline_stub}
|
1250 | 0x000000010cab5e70: 4800 0058 | 0001 1fd6 | 80b8 b50c | 0100 0000
|
1251 |
|
1252 | 0x000000010cab5e80: ; {trampoline_stub}
|
1253 | 0x000000010cab5e80: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1254 |
|
1255 | 0x000000010cab5e90: ; {trampoline_stub}
|
1256 | 0x000000010cab5e90: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1257 |
|
1258 | 0x000000010cab5ea0: ; {trampoline_stub}
|
1259 | 0x000000010cab5ea0: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1260 |
|
1261 | 0x000000010cab5eb0: ; {trampoline_stub}
|
1262 | 0x000000010cab5eb0: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1263 |
|
1264 | 0x000000010cab5ec0: ; {trampoline_stub}
|
1265 | 0x000000010cab5ec0: 4800 0058 | 0001 1fd6 | 8001 b812 | 0100 0000
|
1266 |
|
1267 | 0x000000010cab5ed0: ; {static_stub}
|
1268 | 0x000000010cab5ed0: df3f 03d5
|
1269 |
|
1270 | 0x000000010cab5ed4: ; {metadata(nullptr)}
|
1271 | 0x000000010cab5ed4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
1272 |
|
1273 | 0x000000010cab5ef0: ; {static_stub}
|
1274 | 0x000000010cab5ef0: df3f 03d5
|
1275 |
|
1276 | 0x000000010cab5ef4: ; {metadata(nullptr)}
|
1277 | 0x000000010cab5ef4: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
1278 |
|
1279 | 0x000000010cab5f10: ; {static_stub}
|
1280 | 0x000000010cab5f10: df3f 03d5
|
1281 |
|
1282 | 0x000000010cab5f14: ; {metadata(nullptr)}
|
1283 | 0x000000010cab5f14: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
1284 |
|
1285 | 0x000000010cab5f30: ; {static_stub}
|
1286 | 0x000000010cab5f30: df3f 03d5
|
1287 |
|
1288 | 0x000000010cab5f34: ; {metadata(nullptr)}
|
1289 | 0x000000010cab5f34: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
1290 |
|
1291 | 0x000000010cab5f50: ; {static_stub}
|
1292 | 0x000000010cab5f50: df3f 03d5
|
1293 |
|
1294 | 0x000000010cab5f54: ; {metadata({method} {0x00000001291d22e0} 'postComplete' '()V' in 'java/util/concurrent/CompletableFuture')}
|
1295 | 0x000000010cab5f54: 0c5c 84d2 | ac23 a5f2 | 2c00 c0f2 | 886a 89d2 | 0857 a2f2 | 2800 c0f2 | 0001 1fd6
|
1296 | [Exception Handler]
|
1297 | 0x000000010cab5f70: ; {runtime_call handle_exception_from_callee Runtime1 stub}
|
1298 | 0x000000010cab5f70: 0486 8695 | c1d5 bbd4 | ac99 a002 | 0100 0000
|
1299 | [Deopt Handler Code]
|
1300 | 0x000000010cab5f80: 1e00 0010
|
1301 |
|
1302 | 0x000000010cab5f84: ; {runtime_call DeoptimizationBlob}
|
1303 | 0x000000010cab5f84: 2f43 8315
|
1304 | [/MachCode]
|
1305 |
|
1306 |
|
1307 | --------------- P R O C E S S ---------------
|
1308 |
|
1309 | Threads class SMR info:
|
1310 | _java_thread_list=0x000060000235cb00, length=65, elements={
|
1311 | 0x000000012f008200, 0x000000014f00b200, 0x000000014f00ba00, 0x000000014e809200,
|
1312 | 0x000000015000a800, 0x000000015000b000, 0x000000014f020000, 0x000000014f020800,
|
1313 | 0x000000014e81a400, 0x000000014f021000, 0x000000015055e400, 0x000000012f7dce00,
|
1314 | 0x000000012eda2c00, 0x000000013e81a400, 0x0000000150561e00, 0x000000013e81ac00,
|
1315 | 0x000000013885e400, 0x000000014f4f4000, 0x000000014f63a400, 0x000000014f626e00,
|
1316 | 0x0000000139053e00, 0x000000012f577a00, 0x000000015035ac00, 0x00000001391c4a00,
|
1317 | 0x0000000139117400, 0x00000001391e2600, 0x000000013eb4fa00, 0x000000014e888600,
|
1318 | 0x0000000139200400, 0x000000011f809200, 0x000000014f5c0800, 0x000000012f789600,
|
1319 | 0x000000014f377a00, 0x000000011ed7ea00, 0x000000014f440e00, 0x000000014f554200,
|
1320 | 0x000000012f694200, 0x000000013efa7400, 0x0000000138873c00, 0x000000011f833200,
|
1321 | 0x000000014f22a600, 0x000000013efa7c00, 0x000000012fa43000, 0x00000001502e8800,
|
1322 | 0x000000012f319a00, 0x000000012f7a7200, 0x000000011ecc9600, 0x000000013e8f1800,
|
1323 | 0x000000012f834a00, 0x000000011ecf0400, 0x000000011dadd400, 0x0000000139454e00,
|
1324 | 0x0000000138874400, 0x0000000139446200, 0x000000012f6b8000, 0x00000001504e9c00,
|
1325 | 0x000000012f6b8800, 0x0000000139136000, 0x000000014f1e7600, 0x000000014f63b200,
|
1326 | 0x00000001504ea400, 0x000000012f08ba00, 0x00000001394ac200, 0x00000001394c1000,
|
1327 | 0x00000001394c2a00
|
1328 | }
|
1329 |
|
1330 | Java Threads: ( => current thread )
|
1331 | 0x000000012f008200 JavaThread "Render thread" [_thread_in_native, id=259, stack(0x000000016ee48000,0x000000016f644000) (8176K)]
|
1332 | 0x000000014f00b200 JavaThread "Reference Handler" daemon [_thread_blocked, id=32259, stack(0x0000000170640000,0x0000000170843000) (2060K)]
|
1333 | 0x000000014f00ba00 JavaThread "Finalizer" daemon [_thread_blocked, id=31747, stack(0x000000017084c000,0x0000000170a4f000) (2060K)]
|
1334 | 0x000000014e809200 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=22531, stack(0x0000000170a58000,0x0000000170c5b000) (2060K)]
|
1335 | 0x000000015000a800 JavaThread "Service Thread" daemon [_thread_blocked, id=22787, stack(0x0000000170c64000,0x0000000170e67000) (2060K)]
|
1336 | 0x000000015000b000 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=23043, stack(0x0000000170e70000,0x0000000171073000) (2060K)]
|
1337 | 0x000000014f020000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=30467, stack(0x000000017107c000,0x000000017127f000) (2060K)]
|
1338 | 0x000000014f020800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=23555, stack(0x0000000171288000,0x000000017148b000) (2060K)]
|
1339 | 0x000000014e81a400 JavaThread "Notification Thread" daemon [_thread_blocked, id=29955, stack(0x0000000171494000,0x0000000171697000) (2060K)]
|
1340 | 0x000000014f021000 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=23811, stack(0x00000001716a0000,0x00000001718a3000) (2060K)]
|
1341 | 0x000000015055e400 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=35079, stack(0x000000017313c000,0x000000017333f000) (2060K)]
|
1342 | 0x000000012f7dce00 JavaThread "process reaper" daemon [_thread_blocked, id=33299, stack(0x0000000173348000,0x000000017337f000) (220K)]
|
1343 | 0x000000012eda2c00 JavaThread "Timer hack thread" daemon [_thread_blocked, id=24327, stack(0x0000000172f30000,0x0000000173133000) (2060K)]
|
1344 | 0x000000013e81a400 JavaThread "Yggdrasil Key Fetcher" daemon [_thread_blocked, id=35335, stack(0x0000000173388000,0x000000017358b000) (2060K)]
|
1345 | 0x0000000150561e00 JavaThread "Download-1" daemon [_thread_blocked, id=42503, stack(0x0000000173594000,0x0000000173797000) (2060K)]
|
1346 | 0x000000013e81ac00 JavaThread "Download-2" daemon [_thread_blocked, id=32779, stack(0x00000001737a0000,0x00000001739a3000) (2060K)]
|
1347 | 0x000000013885e400 JavaThread "DH-ChunkUpdateTimer" daemon [_thread_blocked, id=43271, stack(0x00000001739ac000,0x0000000173baf000) (2060K)]
|
1348 | 0x000000014f4f4000 JavaThread "Thread-4" daemon [_thread_blocked, id=33031, stack(0x0000000173bb8000,0x0000000173dbb000) (2060K)]
|
1349 | 0x000000014f63a400 JavaThread "DH-ApplyConfigPresetTimer" daemon [_thread_blocked, id=34567, stack(0x0000000173dc4000,0x0000000173fc7000) (2060K)]
|
1350 | 0x000000014f626e00 JavaThread "DH-ApplyConfigPresetTimer" daemon [_thread_blocked, id=36099, stack(0x0000000173fd0000,0x00000001741d3000) (2060K)]
|
1351 | 0x0000000139053e00 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=36871, stack(0x00000001741dc000,0x00000001743df000) (2060K)]
|
1352 | 0x000000012f577a00 JavaThread "Worker-Main-1" daemon [_thread_blocked, id=99331, stack(0x00000001749a4000,0x0000000174ba7000) (2060K)]
|
1353 | 0x000000015035ac00 JavaThread "Worker-Main-2" daemon [_thread_blocked, id=113923, stack(0x0000000174bb0000,0x0000000174db3000) (2060K)]
|
1354 | 0x00000001391c4a00 JavaThread "Worker-Main-3" daemon [_thread_blocked, id=101891, stack(0x0000000174dbc000,0x0000000174fbf000) (2060K)]
|
1355 | 0x0000000139117400 JavaThread "Worker-Main-4" daemon [_thread_blocked, id=113411, stack(0x0000000174fc8000,0x00000001751cb000) (2060K)]
|
1356 | 0x00000001391e2600 JavaThread "Worker-Main-5" daemon [_thread_blocked, id=112899, stack(0x00000001751d4000,0x00000001753d7000) (2060K)]
|
1357 | 0x000000013eb4fa00 JavaThread "Worker-Main-6" daemon [_thread_blocked, id=112387, stack(0x00000001753e0000,0x00000001755e3000) (2060K)]
|
1358 | 0x000000014e888600 JavaThread "Worker-Main-7" daemon [_thread_blocked, id=102403, stack(0x00000001755ec000,0x00000001757ef000) (2060K)]
|
1359 | 0x0000000139200400 JavaThread "Worker-Main-8" daemon [_thread_blocked, id=102659, stack(0x00000001757f8000,0x00000001759fb000) (2060K)]
|
1360 | 0x000000011f809200 JavaThread "Worker-Main-9" daemon [_thread_blocked, id=111619, stack(0x0000000175a04000,0x0000000175c07000) (2060K)]
|
1361 | 0x000000014f5c0800 JavaThread "CullThread" [_thread_blocked, id=111371, stack(0x0000000175c10000,0x0000000175e13000) (2060K)]
|
1362 | 0x000000012f789600 JavaThread "IO-Worker-1" [_thread_blocked, id=107783, stack(0x0000000175e1c000,0x000000017601f000) (2060K)]
|
1363 | 0x000000014f377a00 JavaThread "IO-Worker-2" [_thread_blocked, id=143879, stack(0x00000002ee804000,0x00000002eea07000) (2060K)]
|
1364 | 0x000000011ed7ea00 JavaThread "Thread-10" daemon [_thread_blocked, id=164099, stack(0x00000002eef0c000,0x00000002ef10f000) (2060K)]
|
1365 | 0x000000014f440e00 JavaThread "IO-Worker-3" [_thread_blocked, id=144135, stack(0x00000002ef118000,0x00000002ef31b000) (2060K)]
|
1366 | 0x000000014f554200 JavaThread "IO-Worker-4" [_thread_blocked, id=144387, stack(0x00000002efb5c000,0x00000002efd5f000) (2060K)]
|
1367 | 0x000000012f694200 JavaThread "Server thread" [_thread_blocked, id=145171, stack(0x00000002f0318000,0x00000002f051b000) (2060K)]
|
1368 | 0x000000013efa7400 JavaThread "DH-Delayed Full Datasource Save Timer" daemon [_thread_blocked, id=146179, stack(0x00000002f0730000,0x00000002f0933000) (2060K)]
|
1369 | 0x0000000138873c00 JavaThread "DH-Full Data Migration Thread: [overworld] Thread[0]" [_thread_blocked, id=167191, stack(0x00000002f0524000,0x00000002f0727000) (2060K)]
|
1370 | 0x000000011f833200 JavaThread "DH-Parent Update Queue [overworld] Thread[0]" [_thread_blocked, id=161031, stack(0x00000002f093c000,0x00000002f0b3f000) (2060K)]
|
1371 | 0x000000014f22a600 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=146695, stack(0x00000002f0b48000,0x00000002f0d4b000) (2060K)]
|
1372 | 0x000000013efa7c00 JavaThread "DH-Full Data Migration Thread: [the_end] Thread[0]" [_thread_blocked, id=160515, stack(0x00000002f0d54000,0x00000002f0f57000) (2060K)]
|
1373 | 0x000000012fa43000 JavaThread "DH-Parent Update Queue [the_end] Thread[0]" [_thread_blocked, id=146947, stack(0x00000002f0f60000,0x00000002f1163000) (2060K)]
|
1374 | 0x00000001502e8800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=147459, stack(0x00000002f116c000,0x00000002f136f000) (2060K)]
|
1375 | 0x000000012f319a00 JavaThread "DH-Full Data Migration Thread: [the_nether] Thread[0]" [_thread_blocked, id=160003, stack(0x00000002f1378000,0x00000002f157b000) (2060K)]
|
1376 | 0x000000012f7a7200 JavaThread "DH-Parent Update Queue [the_nether] Thread[0]" [_thread_blocked, id=159491, stack(0x00000002f1584000,0x00000002f1787000) (2060K)]
|
1377 | 0x000000011ecc9600 JavaThread "DH-LOD Builder - Light Populator Thread[0]" [_thread_blocked, id=147971, stack(0x00000002f1790000,0x00000002f1993000) (2060K)]
|
1378 | 0x000000013e8f1800 JavaThread "DH-LOD Builder - Light Populator Thread[1]" [_thread_blocked, id=148227, stack(0x00000002f199c000,0x00000002f1b9f000) (2060K)]
|
1379 | 0x000000012f834a00 JavaThread "DH-LOD Builder - Light Populator Thread[2]" [_thread_blocked, id=148483, stack(0x00000002f1ba8000,0x00000002f1dab000) (2060K)]
|
1380 | 0x000000011ecf0400 JavaThread "DH-LOD Builder - Light Populator Thread[3]" [_thread_blocked, id=148739, stack(0x00000002f1db4000,0x00000002f1fb7000) (2060K)]
|
1381 | 0x000000011dadd400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=157955, stack(0x00000002f2204000,0x00000002f2407000) (2060K)]
|
1382 | 0x0000000139454e00 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=157443, stack(0x00000002f2410000,0x00000002f2613000) (2060K)]
|
1383 | 0x0000000138874400 JavaThread "Netty Local Client IO #0" daemon [_thread_blocked, id=157187, stack(0x00000002f261c000,0x00000002f281f000) (2060K)]
|
1384 | 0x0000000139446200 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=149763, stack(0x00000002f2828000,0x00000002f2a2b000) (2060K)]
|
1385 | 0x000000012f6b8000 JavaThread "DH-Client Server World Ticker Thread Thread[0]" [_thread_blocked, id=156931, stack(0x00000002f2a34000,0x00000002f2c37000) (2060K)]
|
1386 | 0x00000001504e9c00 JavaThread "Sound engine" daemon [_thread_blocked, id=145715, stack(0x00000002f2da0000,0x00000002f2fa3000) (2060K)]
|
1387 | 0x000000012f6b8800 JavaThread "Chunk Render Task Executor #0" [_thread_blocked, id=115211, stack(0x000000017458c000,0x000000017478f000) (2060K)]
|
1388 | 0x0000000139136000 JavaThread "Chunk Render Task Executor #1" [_thread_blocked, id=156163, stack(0x00000002f2fac000,0x00000002f31af000) (2060K)]
|
1389 | 0x000000014f1e7600 JavaThread "Chunk Render Task Executor #2" [_thread_blocked, id=150275, stack(0x00000002f31b8000,0x00000002f33bb000) (2060K)]
|
1390 | 0x000000014f63b200 JavaThread "Chunk Render Task Executor #3" [_thread_blocked, id=150787, stack(0x00000002f33c4000,0x00000002f35c7000) (2060K)]
|
1391 | 0x00000001504ea400 JavaThread "Telemetry-Sender-#1" [_thread_blocked, id=151043, stack(0x00000002f35d0000,0x00000002f37d3000) (2060K)]
|
1392 | 0x000000012f08ba00 JavaThread "DH-GLBuffer Cleanup Thread[0]" [_thread_blocked, id=151303, stack(0x00000002f37dc000,0x00000002f39df000) (2060K)]
|
1393 | 0x00000001394ac200 JavaThread "DH-QuadTree Full Data Retrieval Queue Populator Thread[0]" [_thread_blocked, id=154631, stack(0x00000002f3dcc000,0x00000002f3fcf000) (2060K)]
|
1394 | =>0x00000001394c1000 JavaThread "DH-File Handler Thread[0]" [_thread_in_native, id=151555, stack(0x00000002f3fd8000,0x00000002f41db000) (2060K)]
|
1395 | 0x00000001394c2a00 JavaThread "DH-File Handler Thread[1]" [_thread_blocked, id=153859, stack(0x00000002f41e4000,0x00000002f43e7000) (2060K)]
|
1396 | Total: 65
|
1397 |
|
1398 | Other Threads:
|
1399 | 0x000000011e607810 VMThread "VM Thread" [id=17667, stack(0x000000017031c000,0x000000017051f000) (2060K)]
|
1400 | 0x000000011e604ce0 WatcherThread "VM Periodic Task Thread" [id=16643, stack(0x0000000170110000,0x0000000170313000) (2060K)]
|
1401 | 0x000000012e706aa0 WorkerThread "GC Thread#0" [id=14851, stack(0x000000016f6d4000,0x000000016f8d7000) (2060K)]
|
1402 | 0x000000014e70ebe0 WorkerThread "GC Thread#1" [id=24835, stack(0x0000000171cc4000,0x0000000171ec7000) (2060K)]
|
1403 | 0x000000014e70f150 WorkerThread "GC Thread#2" [id=25091, stack(0x0000000171ed0000,0x00000001720d3000) (2060K)]
|
1404 | 0x000000014e70f6c0 WorkerThread "GC Thread#3" [id=25603, stack(0x00000001720dc000,0x00000001722df000) (2060K)]
|
1405 | 0x000000012e60d230 WorkerThread "GC Thread#4" [id=26115, stack(0x00000001722e8000,0x00000001724eb000) (2060K)]
|
1406 | 0x000000012e60d7a0 WorkerThread "GC Thread#5" [id=26371, stack(0x00000001724f4000,0x00000001726f7000) (2060K)]
|
1407 | 0x000000014e70fc30 WorkerThread "GC Thread#6" [id=28419, stack(0x0000000172700000,0x0000000172903000) (2060K)]
|
1408 | 0x000000014e710590 WorkerThread "GC Thread#7" [id=27139, stack(0x000000017290c000,0x0000000172b0f000) (2060K)]
|
1409 | 0x000000014e710ef0 WorkerThread "GC Thread#8" [id=28163, stack(0x0000000172b18000,0x0000000172d1b000) (2060K)]
|
1410 | 0x000000012e707240 ConcurrentGCThread "G1 Main Marker" [id=12291, stack(0x000000016f8e0000,0x000000016fae3000) (2060K)]
|
1411 | 0x000000012e707bb0 WorkerThread "G1 Conc#0" [id=14083, stack(0x000000016faec000,0x000000016fcef000) (2060K)]
|
1412 | 0x000000014e740030 WorkerThread "G1 Conc#1" [id=42251, stack(0x0000000172d24000,0x0000000172f27000) (2060K)]
|
1413 | 0x000000012f086e00 ConcurrentGCThread "G1 Refine#0" [id=13571, stack(0x000000016fcf8000,0x000000016fefb000) (2060K)]
|
1414 | 0x000000012e70a390 ConcurrentGCThread "G1 Service" [id=13059, stack(0x000000016ff04000,0x0000000170107000) (2060K)]
|
1415 | Total: 16
|
1416 |
|
1417 | Threads with active compile tasks:
|
1418 | C2 CompilerThread0 39252 22601 4 net.minecraft.class_2501::method_10713 (49 bytes)
|
1419 | C1 CompilerThread0 39252 22751 3 me.jellysquid.mods.sodium.client.render.chunk.vertex.format.impl.CompactChunkVertex::lambda$getEncoder$0 (135 bytes)
|
1420 | C2 CompilerThread1 39252 22698 4 me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer::isFaceVisible (21 bytes)
|
1421 | C2 CompilerThread2 39252 22702 4 me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer::getGeometry (31 bytes)
|
1422 | Total: 4
|
1423 |
|
1424 | VM state: not at safepoint (normal execution)
|
1425 |
|
1426 | VM Mutex/Monitor currently owned by a thread: None
|
1427 |
|
1428 | Heap address: 0x0000000660000000, size: 6656 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
|
1429 |
|
1430 | CDS archive(s) mapped at: [0x0000007000000000-0x0000007000ca4000-0x0000007000ca4000), size 13254656, SharedBaseAddress: 0x0000007000000000, ArchiveRelocationMode: 1.
|
1431 | Compressed class space mapped at: 0x0000007001000000-0x0000007041000000, reserved size: 1073741824
|
1432 | Narrow klass base: 0x0000007000000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
|
1433 |
|
1434 | GC Precious Log:
|
1435 | CardTable entry size: 512
|
1436 | Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 32 size 80 Howl #buckets 8 coarsen threshold 7372 Howl Bitmap #cards 1024 size 144 coarsen threshold 921 Card regions per heap region 1 cards per card region 8192
|
1437 | CPUs: 10 total, 10 available
|
1438 | Memory: 32768M
|
1439 | Large Page Support: Disabled
|
1440 | NUMA Support: Disabled
|
1441 | Compressed Oops: Enabled (Zero based)
|
1442 | Heap Region Size: 4M
|
1443 | Heap Min Capacity: 512M
|
1444 | Heap Initial Capacity: 512M
|
1445 | Heap Max Capacity: 6656M
|
1446 | Pre-touch: Disabled
|
1447 | Parallel Workers: 9
|
1448 | Concurrent Workers: 2
|
1449 | Concurrent Refinement Workers: 9
|
1450 | Periodic GC: Disabled
|
1451 |
|
1452 | Heap:
|
1453 | garbage-first heap total 724992K, used 397191K [0x0000000660000000, 0x0000000800000000)
|
1454 | region size 4096K, 46 young (188416K), 8 survivors (32768K)
|
1455 | Metaspace used 122201K, committed 123648K, reserved 1179648K
|
1456 | class space used 18276K, committed 18944K, reserved 1048576K
|
1457 |
|
1458 | Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TAMS=top-at-mark-start, PB=parsable bottom
|
1459 | | 0|0x0000000660000000, 0x0000000660400000, 0x0000000660400000|100%|HS| |TAMS 0x0000000660000000| PB 0x0000000660000000| Complete
|
1460 | | 1|0x0000000660400000, 0x0000000660800000, 0x0000000660800000|100%| O| |TAMS 0x0000000660400000| PB 0x0000000660400000| Untracked
|
1461 | | 2|0x0000000660800000, 0x0000000660c00000, 0x0000000660c00000|100%| O| |TAMS 0x0000000660800000| PB 0x0000000660800000| Untracked
|
1462 | | 3|0x0000000660c00000, 0x0000000661000000, 0x0000000661000000|100%|HS| |TAMS 0x0000000660c00000| PB 0x0000000660c00000| Complete
|
1463 | | 4|0x0000000661000000, 0x0000000661400000, 0x0000000661400000|100%| O| |TAMS 0x0000000661000000| PB 0x0000000661000000| Untracked
|
1464 | | 5|0x0000000661400000, 0x0000000661800000, 0x0000000661800000|100%| O| |TAMS 0x0000000661400000| PB 0x0000000661400000| Untracked
|
1465 | | 6|0x0000000661800000, 0x0000000661c00000, 0x0000000661c00000|100%| O| |TAMS 0x0000000661800000| PB 0x0000000661800000| Untracked
|
1466 | | 7|0x0000000661c00000, 0x0000000662000000, 0x0000000662000000|100%| O| |TAMS 0x0000000661c00000| PB 0x0000000661c00000| Untracked
|
1467 | | 8|0x0000000662000000, 0x0000000662400000, 0x0000000662400000|100%| O| |TAMS 0x0000000662000000| PB 0x0000000662000000| Untracked
|
1468 | | 9|0x0000000662400000, 0x000000066267d370, 0x0000000662800000| 62%| O|Cm|TAMS 0x0000000662400000| PB 0x0000000662400000| Complete
|
1469 | | 10|0x0000000662800000, 0x0000000662c00000, 0x0000000662c00000|100%|HS| |TAMS 0x0000000662800000| PB 0x0000000662800000| Complete
|
1470 | | 11|0x0000000662c00000, 0x0000000663000000, 0x0000000663000000|100%|HC| |TAMS 0x0000000662c00000| PB 0x0000000662c00000| Complete
|
1471 | | 12|0x0000000663000000, 0x0000000663400000, 0x0000000663400000|100%|HC| |TAMS 0x0000000663000000| PB 0x0000000663000000| Complete
|
1472 | | 13|0x0000000663400000, 0x0000000663800000, 0x0000000663800000|100%| O| |TAMS 0x0000000663400000| PB 0x0000000663400000| Untracked
|
1473 | | 14|0x0000000663800000, 0x0000000663c00000, 0x0000000663c00000|100%| O| |TAMS 0x0000000663800000| PB 0x0000000663800000| Untracked
|
1474 | | 15|0x0000000663c00000, 0x0000000664000000, 0x0000000664000000|100%| O| |TAMS 0x0000000663c00000| PB 0x0000000663c00000| Untracked
|
1475 | | 16|0x0000000664000000, 0x0000000664400000, 0x0000000664400000|100%| O| |TAMS 0x0000000664000000| PB 0x0000000664000000| Untracked
|
1476 | | 17|0x0000000664400000, 0x0000000664800000, 0x0000000664800000|100%| O| |TAMS 0x0000000664400000| PB 0x0000000664400000| Untracked
|
1477 | | 18|0x0000000664800000, 0x0000000664c00000, 0x0000000664c00000|100%| O| |TAMS 0x0000000664800000| PB 0x0000000664800000| Untracked
|
1478 | | 19|0x0000000664c00000, 0x0000000665000000, 0x0000000665000000|100%| O| |TAMS 0x0000000664c00000| PB 0x0000000664c00000| Untracked
|
1479 | | 20|0x0000000665000000, 0x0000000665400000, 0x0000000665400000|100%| O| |TAMS 0x0000000665000000| PB 0x0000000665000000| Untracked
|
1480 | | 21|0x0000000665400000, 0x0000000665800000, 0x0000000665800000|100%| O| |TAMS 0x0000000665400000| PB 0x0000000665400000| Untracked
|
1481 | | 22|0x0000000665800000, 0x0000000665c00000, 0x0000000665c00000|100%| O| |TAMS 0x0000000665800000| PB 0x0000000665800000| Untracked
|
1482 | | 23|0x0000000665c00000, 0x0000000666000000, 0x0000000666000000|100%|HS| |TAMS 0x0000000665c00000| PB 0x0000000665c00000| Complete
|
1483 | | 24|0x0000000666000000, 0x0000000666400000, 0x0000000666400000|100%|HC| |TAMS 0x0000000666000000| PB 0x0000000666000000| Complete
|
1484 | | 25|0x0000000666400000, 0x0000000666800000, 0x0000000666800000|100%| O| |TAMS 0x0000000666400000| PB 0x0000000666400000| Untracked
|
1485 | | 26|0x0000000666800000, 0x0000000666c00000, 0x0000000666c00000|100%| O| |TAMS 0x0000000666800000| PB 0x0000000666800000| Untracked
|
1486 | | 27|0x0000000666c00000, 0x0000000667000000, 0x0000000667000000|100%| O| |TAMS 0x0000000666c00000| PB 0x0000000666c00000| Untracked
|
1487 | | 28|0x0000000667000000, 0x0000000667400000, 0x0000000667400000|100%| O| |TAMS 0x0000000667000000| PB 0x0000000667000000| Untracked
|
1488 | | 29|0x0000000667400000, 0x0000000667800000, 0x0000000667800000|100%| O| |TAMS 0x0000000667400000| PB 0x0000000667400000| Untracked
|
1489 | | 30|0x0000000667800000, 0x0000000667c00000, 0x0000000667c00000|100%| O| |TAMS 0x0000000667800000| PB 0x0000000667800000| Untracked
|
1490 | | 31|0x0000000667c00000, 0x0000000668000000, 0x0000000668000000|100%| O| |TAMS 0x0000000667c00000| PB 0x0000000667c00000| Untracked
|
1491 | | 32|0x0000000668000000, 0x0000000668400000, 0x0000000668400000|100%| O| |TAMS 0x0000000668000000| PB 0x0000000668000000| Untracked
|
1492 | | 33|0x0000000668400000, 0x0000000668800000, 0x0000000668800000|100%| O| |TAMS 0x0000000668400000| PB 0x0000000668400000| Untracked
|
1493 | | 34|0x0000000668800000, 0x0000000668c00000, 0x0000000668c00000|100%| O| |TAMS 0x0000000668800000| PB 0x0000000668800000| Untracked
|
1494 | | 35|0x0000000668c00000, 0x0000000669000000, 0x0000000669000000|100%| O| |TAMS 0x0000000668c00000| PB 0x0000000668c00000| Untracked
|
1495 | | 36|0x0000000669000000, 0x0000000669400000, 0x0000000669400000|100%| O| |TAMS 0x0000000669000000| PB 0x0000000669000000| Untracked
|
1496 | | 37|0x0000000669400000, 0x0000000669800000, 0x0000000669800000|100%| O| |TAMS 0x0000000669400000| PB 0x0000000669400000| Untracked
|
1497 | | 38|0x0000000669800000, 0x0000000669c00000, 0x0000000669c00000|100%| O| |TAMS 0x0000000669800000| PB 0x0000000669800000| Untracked
|
1498 | | 39|0x0000000669c00000, 0x000000066a000000, 0x000000066a000000|100%| O| |TAMS 0x0000000669c00000| PB 0x0000000669c00000| Untracked
|
1499 | | 40|0x000000066a000000, 0x000000066a400000, 0x000000066a400000|100%| O| |TAMS 0x000000066a000000| PB 0x000000066a000000| Untracked
|
1500 | | 41|0x000000066a400000, 0x000000066a800000, 0x000000066a800000|100%| O| |TAMS 0x000000066a400000| PB 0x000000066a400000| Untracked
|
1501 | | 42|0x000000066a800000, 0x000000066ac00000, 0x000000066ac00000|100%| O| |TAMS 0x000000066a800000| PB 0x000000066a800000| Untracked
|
1502 | | 43|0x000000066ac00000, 0x000000066b000000, 0x000000066b000000|100%| O|Cm|TAMS 0x000000066ac00000| PB 0x000000066ac00000| Complete
|
1503 | | 44|0x000000066b000000, 0x000000066b400000, 0x000000066b400000|100%| O| |TAMS 0x000000066b000000| PB 0x000000066b000000| Untracked
|
1504 | | 45|0x000000066b400000, 0x000000066b800000, 0x000000066b800000|100%| O| |TAMS 0x000000066b400000| PB 0x000000066b400000| Untracked
|
1505 | | 46|0x000000066b800000, 0x000000066bc00000, 0x000000066bc00000|100%| O| |TAMS 0x000000066b800000| PB 0x000000066b800000| Untracked
|
1506 | | 47|0x000000066bc00000, 0x000000066c000000, 0x000000066c000000|100%| O| |TAMS 0x000000066bc00000| PB 0x000000066bc00000| Untracked
|
1507 | | 48|0x000000066c000000, 0x000000066c3e4938, 0x000000066c400000| 97%| O| |TAMS 0x000000066c000000| PB 0x000000066c000000| Untracked
|
1508 | | 49|0x000000066c400000, 0x000000066c800000, 0x000000066c800000|100%|HS| |TAMS 0x000000066c400000| PB 0x000000066c400000| Complete
|
1509 | | 50|0x000000066c800000, 0x000000066cc00000, 0x000000066cc00000|100%|HC| |TAMS 0x000000066c800000| PB 0x000000066c800000| Complete
|
1510 | | 51|0x000000066cc00000, 0x000000066d000000, 0x000000066d000000|100%|HS| |TAMS 0x000000066cc00000| PB 0x000000066cc00000| Complete
|
1511 | | 52|0x000000066d000000, 0x000000066d400000, 0x000000066d400000|100%|HC| |TAMS 0x000000066d000000| PB 0x000000066d000000| Complete
|
1512 | | 53|0x000000066d400000, 0x000000066d400000, 0x000000066d800000| 0%| F| |TAMS 0x000000066d400000| PB 0x000000066d400000| Untracked
|
1513 | | 54|0x000000066d800000, 0x000000066d800000, 0x000000066dc00000| 0%| F| |TAMS 0x000000066d800000| PB 0x000000066d800000| Untracked
|
1514 | | 55|0x000000066dc00000, 0x000000066dc00000, 0x000000066e000000| 0%| F| |TAMS 0x000000066dc00000| PB 0x000000066dc00000| Untracked
|
1515 | | 56|0x000000066e000000, 0x000000066e000000, 0x000000066e400000| 0%| F| |TAMS 0x000000066e000000| PB 0x000000066e000000| Untracked
|
1516 | | 57|0x000000066e400000, 0x000000066e400000, 0x000000066e800000| 0%| F| |TAMS 0x000000066e400000| PB 0x000000066e400000| Untracked
|
1517 | | 58|0x000000066e800000, 0x000000066e800000, 0x000000066ec00000| 0%| F| |TAMS 0x000000066e800000| PB 0x000000066e800000| Untracked
|
1518 | | 59|0x000000066ec00000, 0x000000066ec00000, 0x000000066f000000| 0%| F| |TAMS 0x000000066ec00000| PB 0x000000066ec00000| Untracked
|
1519 | | 60|0x000000066f000000, 0x000000066f000000, 0x000000066f400000| 0%| F| |TAMS 0x000000066f000000| PB 0x000000066f000000| Untracked
|
1520 | | 61|0x000000066f400000, 0x000000066f400000, 0x000000066f800000| 0%| F| |TAMS 0x000000066f400000| PB 0x000000066f400000| Untracked
|
1521 | | 62|0x000000066f800000, 0x000000066f800000, 0x000000066fc00000| 0%| F| |TAMS 0x000000066f800000| PB 0x000000066f800000| Untracked
|
1522 | | 63|0x000000066fc00000, 0x000000066fd80160, 0x0000000670000000| 37%| S|CS|TAMS 0x000000066fc00000| PB 0x000000066fc00000| Complete
|
1523 | | 64|0x0000000670000000, 0x0000000670400000, 0x0000000670400000|100%| S|CS|TAMS 0x0000000670000000| PB 0x0000000670000000| Complete
|
1524 | | 65|0x0000000670400000, 0x0000000670800000, 0x0000000670800000|100%| S|CS|TAMS 0x0000000670400000| PB 0x0000000670400000| Complete
|
1525 | | 66|0x0000000670800000, 0x0000000670c00000, 0x0000000670c00000|100%| S|CS|TAMS 0x0000000670800000| PB 0x0000000670800000| Complete
|
1526 | | 67|0x0000000670c00000, 0x0000000671000000, 0x0000000671000000|100%| S|CS|TAMS 0x0000000670c00000| PB 0x0000000670c00000| Complete
|
1527 | | 68|0x0000000671000000, 0x0000000671400000, 0x0000000671400000|100%| S|CS|TAMS 0x0000000671000000| PB 0x0000000671000000| Complete
|
1528 | | 69|0x0000000671400000, 0x0000000671800000, 0x0000000671800000|100%| S|CS|TAMS 0x0000000671400000| PB 0x0000000671400000| Complete
|
1529 | | 70|0x0000000671800000, 0x0000000671c00000, 0x0000000671c00000|100%| S|CS|TAMS 0x0000000671800000| PB 0x0000000671800000| Complete
|
1530 | | 71|0x0000000671c00000, 0x0000000671c00000, 0x0000000672000000| 0%| F| |TAMS 0x0000000671c00000| PB 0x0000000671c00000| Untracked
|
1531 | | 72|0x0000000672000000, 0x0000000672000000, 0x0000000672400000| 0%| F| |TAMS 0x0000000672000000| PB 0x0000000672000000| Untracked
|
1532 | | 73|0x0000000672400000, 0x0000000672400000, 0x0000000672800000| 0%| F| |TAMS 0x0000000672400000| PB 0x0000000672400000| Untracked
|
1533 | | 74|0x0000000672800000, 0x0000000672800000, 0x0000000672c00000| 0%| F| |TAMS 0x0000000672800000| PB 0x0000000672800000| Untracked
|
1534 | | 75|0x0000000672c00000, 0x0000000672c00000, 0x0000000673000000| 0%| F| |TAMS 0x0000000672c00000| PB 0x0000000672c00000| Untracked
|
1535 | | 76|0x0000000673000000, 0x0000000673000000, 0x0000000673400000| 0%| F| |TAMS 0x0000000673000000| PB 0x0000000673000000| Untracked
|
1536 | | 77|0x0000000673400000, 0x0000000673400000, 0x0000000673800000| 0%| F| |TAMS 0x0000000673400000| PB 0x0000000673400000| Untracked
|
1537 | | 78|0x0000000673800000, 0x0000000673800000, 0x0000000673c00000| 0%| F| |TAMS 0x0000000673800000| PB 0x0000000673800000| Untracked
|
1538 | | 79|0x0000000673c00000, 0x0000000673c00000, 0x0000000674000000| 0%| F| |TAMS 0x0000000673c00000| PB 0x0000000673c00000| Untracked
|
1539 | | 80|0x0000000674000000, 0x0000000674000000, 0x0000000674400000| 0%| F| |TAMS 0x0000000674000000| PB 0x0000000674000000| Untracked
|
1540 | | 81|0x0000000674400000, 0x0000000674400000, 0x0000000674800000| 0%| F| |TAMS 0x0000000674400000| PB 0x0000000674400000| Untracked
|
1541 | | 82|0x0000000674800000, 0x0000000674800000, 0x0000000674c00000| 0%| F| |TAMS 0x0000000674800000| PB 0x0000000674800000| Untracked
|
1542 | | 83|0x0000000674c00000, 0x0000000674c00000, 0x0000000675000000| 0%| F| |TAMS 0x0000000674c00000| PB 0x0000000674c00000| Untracked
|
1543 | | 84|0x0000000675000000, 0x0000000675000000, 0x0000000675400000| 0%| F| |TAMS 0x0000000675000000| PB 0x0000000675000000| Untracked
|
1544 | | 85|0x0000000675400000, 0x0000000675400000, 0x0000000675800000| 0%| F| |TAMS 0x0000000675400000| PB 0x0000000675400000| Untracked
|
1545 | | 86|0x0000000675800000, 0x0000000675800000, 0x0000000675c00000| 0%| F| |TAMS 0x0000000675800000| PB 0x0000000675800000| Untracked
|
1546 | | 87|0x0000000675c00000, 0x0000000675c00000, 0x0000000676000000| 0%| F| |TAMS 0x0000000675c00000| PB 0x0000000675c00000| Untracked
|
1547 | | 88|0x0000000676000000, 0x0000000676000000, 0x0000000676400000| 0%| F| |TAMS 0x0000000676000000| PB 0x0000000676000000| Untracked
|
1548 | | 89|0x0000000676400000, 0x0000000676400000, 0x0000000676800000| 0%| F| |TAMS 0x0000000676400000| PB 0x0000000676400000| Untracked
|
1549 | | 90|0x0000000676800000, 0x0000000676800000, 0x0000000676c00000| 0%| F| |TAMS 0x0000000676800000| PB 0x0000000676800000| Untracked
|
1550 | | 91|0x0000000676c00000, 0x0000000676c00000, 0x0000000677000000| 0%| F| |TAMS 0x0000000676c00000| PB 0x0000000676c00000| Untracked
|
1551 | | 92|0x0000000677000000, 0x0000000677000000, 0x0000000677400000| 0%| F| |TAMS 0x0000000677000000| PB 0x0000000677000000| Untracked
|
1552 | | 93|0x0000000677400000, 0x0000000677400000, 0x0000000677800000| 0%| F| |TAMS 0x0000000677400000| PB 0x0000000677400000| Untracked
|
1553 | | 94|0x0000000677800000, 0x0000000677800000, 0x0000000677c00000| 0%| F| |TAMS 0x0000000677800000| PB 0x0000000677800000| Untracked
|
1554 | | 95|0x0000000677c00000, 0x0000000677c00000, 0x0000000678000000| 0%| F| |TAMS 0x0000000677c00000| PB 0x0000000677c00000| Untracked
|
1555 | | 96|0x0000000678000000, 0x0000000678000000, 0x0000000678400000| 0%| F| |TAMS 0x0000000678000000| PB 0x0000000678000000| Untracked
|
1556 | | 97|0x0000000678400000, 0x0000000678400000, 0x0000000678800000| 0%| F| |TAMS 0x0000000678400000| PB 0x0000000678400000| Untracked
|
1557 | | 98|0x0000000678800000, 0x0000000678800000, 0x0000000678c00000| 0%| F| |TAMS 0x0000000678800000| PB 0x0000000678800000| Untracked
|
1558 | | 99|0x0000000678c00000, 0x0000000678c00000, 0x0000000679000000| 0%| F| |TAMS 0x0000000678c00000| PB 0x0000000678c00000| Untracked
|
1559 | | 100|0x0000000679000000, 0x0000000679000000, 0x0000000679400000| 0%| F| |TAMS 0x0000000679000000| PB 0x0000000679000000| Untracked
|
1560 | | 101|0x0000000679400000, 0x0000000679400000, 0x0000000679800000| 0%| F| |TAMS 0x0000000679400000| PB 0x0000000679400000| Untracked
|
1561 | | 102|0x0000000679800000, 0x0000000679800000, 0x0000000679c00000| 0%| F| |TAMS 0x0000000679800000| PB 0x0000000679800000| Untracked
|
1562 | | 103|0x0000000679c00000, 0x0000000679c00000, 0x000000067a000000| 0%| F| |TAMS 0x0000000679c00000| PB 0x0000000679c00000| Untracked
|
1563 | | 104|0x000000067a000000, 0x000000067a000000, 0x000000067a400000| 0%| F| |TAMS 0x000000067a000000| PB 0x000000067a000000| Untracked
|
1564 | | 105|0x000000067a400000, 0x000000067a400000, 0x000000067a800000| 0%| F| |TAMS 0x000000067a400000| PB 0x000000067a400000| Untracked
|
1565 | | 106|0x000000067a800000, 0x000000067a800000, 0x000000067ac00000| 0%| F| |TAMS 0x000000067a800000| PB 0x000000067a800000| Untracked
|
1566 | | 107|0x000000067ac00000, 0x000000067ac00000, 0x000000067b000000| 0%| F| |TAMS 0x000000067ac00000| PB 0x000000067ac00000| Untracked
|
1567 | | 108|0x000000067b000000, 0x000000067b000000, 0x000000067b400000| 0%| F| |TAMS 0x000000067b000000| PB 0x000000067b000000| Untracked
|
1568 | | 109|0x000000067b400000, 0x000000067b400000, 0x000000067b800000| 0%| F| |TAMS 0x000000067b400000| PB 0x000000067b400000| Untracked
|
1569 | | 110|0x000000067b800000, 0x000000067b800000, 0x000000067bc00000| 0%| F| |TAMS 0x000000067b800000| PB 0x000000067b800000| Untracked
|
1570 | | 111|0x000000067bc00000, 0x000000067bc00000, 0x000000067c000000| 0%| F| |TAMS 0x000000067bc00000| PB 0x000000067bc00000| Untracked
|
1571 | | 112|0x000000067c000000, 0x000000067c000000, 0x000000067c400000| 0%| F| |TAMS 0x000000067c000000| PB 0x000000067c000000| Untracked
|
1572 | | 113|0x000000067c400000, 0x000000067c400000, 0x000000067c800000| 0%| F| |TAMS 0x000000067c400000| PB 0x000000067c400000| Untracked
|
1573 | | 114|0x000000067c800000, 0x000000067c800000, 0x000000067cc00000| 0%| F| |TAMS 0x000000067c800000| PB 0x000000067c800000| Untracked
|
1574 | | 115|0x000000067cc00000, 0x000000067cc00000, 0x000000067d000000| 0%| F| |TAMS 0x000000067cc00000| PB 0x000000067cc00000| Untracked
|
1575 | | 116|0x000000067d000000, 0x000000067d000000, 0x000000067d400000| 0%| F| |TAMS 0x000000067d000000| PB 0x000000067d000000| Untracked
|
1576 | | 117|0x000000067d400000, 0x000000067d400000, 0x000000067d800000| 0%| F| |TAMS 0x000000067d400000| PB 0x000000067d400000| Untracked
|
1577 | | 118|0x000000067d800000, 0x000000067d800000, 0x000000067dc00000| 0%| F| |TAMS 0x000000067d800000| PB 0x000000067d800000| Untracked
|
1578 | | 119|0x000000067dc00000, 0x000000067dc00000, 0x000000067e000000| 0%| F| |TAMS 0x000000067dc00000| PB 0x000000067dc00000| Untracked
|
1579 | | 120|0x000000067e000000, 0x000000067e000000, 0x000000067e400000| 0%| F| |TAMS 0x000000067e000000| PB 0x000000067e000000| Untracked
|
1580 | | 121|0x000000067e400000, 0x000000067e400000, 0x000000067e800000| 0%| F| |TAMS 0x000000067e400000| PB 0x000000067e400000| Untracked
|
1581 | | 122|0x000000067e800000, 0x000000067e800000, 0x000000067ec00000| 0%| F| |TAMS 0x000000067e800000| PB 0x000000067e800000| Untracked
|
1582 | | 123|0x000000067ec00000, 0x000000067ec00000, 0x000000067f000000| 0%| F| |TAMS 0x000000067ec00000| PB 0x000000067ec00000| Untracked
|
1583 | | 124|0x000000067f000000, 0x000000067f000000, 0x000000067f400000| 0%| F| |TAMS 0x000000067f000000| PB 0x000000067f000000| Untracked
|
1584 | | 125|0x000000067f400000, 0x000000067f400000, 0x000000067f800000| 0%| F| |TAMS 0x000000067f400000| PB 0x000000067f400000| Untracked
|
1585 | | 126|0x000000067f800000, 0x000000067f800000, 0x000000067fc00000| 0%| F| |TAMS 0x000000067f800000| PB 0x000000067f800000| Untracked
|
1586 | | 127|0x000000067fc00000, 0x000000067fc00000, 0x0000000680000000| 0%| F| |TAMS 0x000000067fc00000| PB 0x000000067fc00000| Untracked
|
1587 | | 128|0x0000000680000000, 0x0000000680000000, 0x0000000680400000| 0%| F| |TAMS 0x0000000680000000| PB 0x0000000680000000| Untracked
|
1588 | | 129|0x0000000680400000, 0x0000000680400000, 0x0000000680800000| 0%| F| |TAMS 0x0000000680400000| PB 0x0000000680400000| Untracked
|
1589 | | 130|0x0000000680800000, 0x0000000680800000, 0x0000000680c00000| 0%| F| |TAMS 0x0000000680800000| PB 0x0000000680800000| Untracked
|
1590 | | 131|0x0000000680c00000, 0x0000000680c00000, 0x0000000681000000| 0%| F| |TAMS 0x0000000680c00000| PB 0x0000000680c00000| Untracked
|
1591 | | 132|0x0000000681000000, 0x0000000681000000, 0x0000000681400000| 0%| F| |TAMS 0x0000000681000000| PB 0x0000000681000000| Untracked
|
1592 | | 133|0x0000000681400000, 0x0000000681400000, 0x0000000681800000| 0%| F| |TAMS 0x0000000681400000| PB 0x0000000681400000| Untracked
|
1593 | | 134|0x0000000681800000, 0x0000000681800000, 0x0000000681c00000| 0%| F| |TAMS 0x0000000681800000| PB 0x0000000681800000| Untracked
|
1594 | | 135|0x0000000681c00000, 0x0000000681c00000, 0x0000000682000000| 0%| F| |TAMS 0x0000000681c00000| PB 0x0000000681c00000| Untracked
|
1595 | | 136|0x0000000682000000, 0x0000000682000000, 0x0000000682400000| 0%| F| |TAMS 0x0000000682000000| PB 0x0000000682000000| Untracked
|
1596 | | 137|0x0000000682400000, 0x0000000682400000, 0x0000000682800000| 0%| F| |TAMS 0x0000000682400000| PB 0x0000000682400000| Untracked
|
1597 | | 138|0x0000000682800000, 0x0000000682800000, 0x0000000682c00000| 0%| F| |TAMS 0x0000000682800000| PB 0x0000000682800000| Untracked
|
1598 | | 139|0x0000000682c00000, 0x0000000682cb9450, 0x0000000683000000| 18%| E| |TAMS 0x0000000682c00000| PB 0x0000000682c00000| Complete
|
1599 | | 140|0x0000000683000000, 0x0000000683400000, 0x0000000683400000|100%| E|CS|TAMS 0x0000000683000000| PB 0x0000000683000000| Complete
|
1600 | | 141|0x0000000683400000, 0x0000000683800000, 0x0000000683800000|100%| E|CS|TAMS 0x0000000683400000| PB 0x0000000683400000| Complete
|
1601 | | 142|0x0000000683800000, 0x0000000683c00000, 0x0000000683c00000|100%| E|CS|TAMS 0x0000000683800000| PB 0x0000000683800000| Complete
|
1602 | | 143|0x0000000683c00000, 0x0000000684000000, 0x0000000684000000|100%| E|CS|TAMS 0x0000000683c00000| PB 0x0000000683c00000| Complete
|
1603 | | 144|0x0000000684000000, 0x0000000684400000, 0x0000000684400000|100%| E|CS|TAMS 0x0000000684000000| PB 0x0000000684000000| Complete
|
1604 | | 145|0x0000000684400000, 0x0000000684800000, 0x0000000684800000|100%| E|CS|TAMS 0x0000000684400000| PB 0x0000000684400000| Complete
|
1605 | | 146|0x0000000684800000, 0x0000000684c00000, 0x0000000684c00000|100%| E|CS|TAMS 0x0000000684800000| PB 0x0000000684800000| Complete
|
1606 | | 147|0x0000000684c00000, 0x0000000685000000, 0x0000000685000000|100%| E|CS|TAMS 0x0000000684c00000| PB 0x0000000684c00000| Complete
|
1607 | | 148|0x0000000685000000, 0x0000000685400000, 0x0000000685400000|100%| E|CS|TAMS 0x0000000685000000| PB 0x0000000685000000| Complete
|
1608 | | 149|0x0000000685400000, 0x0000000685800000, 0x0000000685800000|100%| E|CS|TAMS 0x0000000685400000| PB 0x0000000685400000| Complete
|
1609 | | 150|0x0000000685800000, 0x0000000685c00000, 0x0000000685c00000|100%| E|CS|TAMS 0x0000000685800000| PB 0x0000000685800000| Complete
|
1610 | | 151|0x0000000685c00000, 0x0000000686000000, 0x0000000686000000|100%| E|CS|TAMS 0x0000000685c00000| PB 0x0000000685c00000| Complete
|
1611 | | 152|0x0000000686000000, 0x0000000686400000, 0x0000000686400000|100%| E|CS|TAMS 0x0000000686000000| PB 0x0000000686000000| Complete
|
1612 | | 153|0x0000000686400000, 0x0000000686800000, 0x0000000686800000|100%| E|CS|TAMS 0x0000000686400000| PB 0x0000000686400000| Complete
|
1613 | | 154|0x0000000686800000, 0x0000000686c00000, 0x0000000686c00000|100%| E|CS|TAMS 0x0000000686800000| PB 0x0000000686800000| Complete
|
1614 | | 155|0x0000000686c00000, 0x0000000687000000, 0x0000000687000000|100%| E|CS|TAMS 0x0000000686c00000| PB 0x0000000686c00000| Complete
|
1615 | | 156|0x0000000687000000, 0x0000000687400000, 0x0000000687400000|100%| E|CS|TAMS 0x0000000687000000| PB 0x0000000687000000| Complete
|
1616 | | 157|0x0000000687400000, 0x0000000687800000, 0x0000000687800000|100%| E|CS|TAMS 0x0000000687400000| PB 0x0000000687400000| Complete
|
1617 | | 158|0x0000000687800000, 0x0000000687c00000, 0x0000000687c00000|100%| E|CS|TAMS 0x0000000687800000| PB 0x0000000687800000| Complete
|
1618 | | 159|0x0000000687c00000, 0x0000000688000000, 0x0000000688000000|100%| E|CS|TAMS 0x0000000687c00000| PB 0x0000000687c00000| Complete
|
1619 | | 160|0x0000000688000000, 0x0000000688400000, 0x0000000688400000|100%| E|CS|TAMS 0x0000000688000000| PB 0x0000000688000000| Complete
|
1620 | | 161|0x0000000688400000, 0x0000000688800000, 0x0000000688800000|100%| E|CS|TAMS 0x0000000688400000| PB 0x0000000688400000| Complete
|
1621 | | 162|0x0000000688800000, 0x0000000688c00000, 0x0000000688c00000|100%| E|CS|TAMS 0x0000000688800000| PB 0x0000000688800000| Complete
|
1622 | | 163|0x0000000688c00000, 0x0000000689000000, 0x0000000689000000|100%| E|CS|TAMS 0x0000000688c00000| PB 0x0000000688c00000| Complete
|
1623 | | 164|0x0000000689000000, 0x0000000689400000, 0x0000000689400000|100%| E|CS|TAMS 0x0000000689000000| PB 0x0000000689000000| Complete
|
1624 | | 165|0x0000000689400000, 0x0000000689800000, 0x0000000689800000|100%| E|CS|TAMS 0x0000000689400000| PB 0x0000000689400000| Complete
|
1625 | | 166|0x0000000689800000, 0x0000000689c00000, 0x0000000689c00000|100%| E|CS|TAMS 0x0000000689800000| PB 0x0000000689800000| Complete
|
1626 | | 167|0x0000000689c00000, 0x000000068a000000, 0x000000068a000000|100%| E|CS|TAMS 0x0000000689c00000| PB 0x0000000689c00000| Complete
|
1627 | | 168|0x000000068a000000, 0x000000068a400000, 0x000000068a400000|100%| E|CS|TAMS 0x000000068a000000| PB 0x000000068a000000| Complete
|
1628 | | 169|0x000000068a400000, 0x000000068a800000, 0x000000068a800000|100%| E|CS|TAMS 0x000000068a400000| PB 0x000000068a400000| Complete
|
1629 | | 170|0x000000068a800000, 0x000000068ac00000, 0x000000068ac00000|100%| E|CS|TAMS 0x000000068a800000| PB 0x000000068a800000| Complete
|
1630 | | 171|0x000000068ac00000, 0x000000068b000000, 0x000000068b000000|100%| E|CS|TAMS 0x000000068ac00000| PB 0x000000068ac00000| Complete
|
1631 | | 172|0x000000068b000000, 0x000000068b400000, 0x000000068b400000|100%| E|CS|TAMS 0x000000068b000000| PB 0x000000068b000000| Complete
|
1632 | | 173|0x000000068b400000, 0x000000068b800000, 0x000000068b800000|100%| E|CS|TAMS 0x000000068b400000| PB 0x000000068b400000| Complete
|
1633 | | 174|0x000000068b800000, 0x000000068bc00000, 0x000000068bc00000|100%| E|CS|TAMS 0x000000068b800000| PB 0x000000068b800000| Complete
|
1634 | | 175|0x000000068bc00000, 0x000000068c000000, 0x000000068c000000|100%| E|CS|TAMS 0x000000068bc00000| PB 0x000000068bc00000| Complete
|
1635 | |1663|0x00000007ffc00000, 0x0000000800000000, 0x0000000800000000|100%| E|CS|TAMS 0x00000007ffc00000| PB 0x00000007ffc00000| Complete
|
1636 |
|
1637 | Card table byte_map: [0x000000011a610000,0x000000011b310000] _byte_map_base: 0x0000000117310000
|
1638 |
|
1639 | Marking Bits: (CMBitMap*) 0x000000012f025810
|
1640 | Bits: [0x0000000150800000, 0x0000000157000000)
|
1641 |
|
1642 | Polling page: 0x00000001007d0000
|
1643 |
|
1644 | Metaspace:
|
1645 |
|
1646 | Usage:
|
1647 | Non-class: 101.50 MB used.
|
1648 | Class: 17.85 MB used.
|
1649 | Both: 119.35 MB used.
|
1650 |
|
1651 | Virtual space:
|
1652 | Non-class space: 128.00 MB reserved, 102.25 MB ( 80%) committed, 2 nodes.
|
1653 | Class space: 1.00 GB reserved, 18.50 MB ( 2%) committed, 1 nodes.
|
1654 | Both: 1.12 GB reserved, 120.75 MB ( 10%) committed.
|
1655 |
|
1656 | Chunk freelists:
|
1657 | Non-Class: 8.81 MB
|
1658 | Class: 13.55 MB
|
1659 | Both: 22.36 MB
|
1660 |
|
1661 | MaxMetaspaceSize: unlimited
|
1662 | CompressedClassSpaceSize: 1.00 GB
|
1663 | Initial GC threshold: 21.00 MB
|
1664 | Current GC threshold: 171.88 MB
|
1665 | CDS: on
|
1666 | - commit_granule_bytes: 65536.
|
1667 | - commit_granule_words: 8192.
|
1668 | - virtual_space_node_default_size: 8388608.
|
1669 | - enlarge_chunks_in_place: 1.
|
1670 | - use_allocation_guard: 0.
|
1671 |
|
1672 |
|
1673 | Internal statistics:
|
1674 |
|
1675 | num_allocs_failed_limit: 36.
|
1676 | num_arena_births: 2278.
|
1677 | num_arena_deaths: 2.
|
1678 | num_vsnodes_births: 3.
|
1679 | num_vsnodes_deaths: 0.
|
1680 | num_space_committed: 1926.
|
1681 | num_space_uncommitted: 0.
|
1682 | num_chunks_returned_to_freelist: 39.
|
1683 | num_chunks_taken_from_freelist: 7309.
|
1684 | num_chunk_merges: 36.
|
1685 | num_chunk_splits: 4793.
|
1686 | num_chunks_enlarged: 3464.
|
1687 | num_inconsistent_stats: 0.
|
1688 |
|
1689 | CodeHeap 'non-profiled nmethods': size=120032Kb used=16186Kb max_used=16186Kb free=103845Kb
|
1690 | bounds [0x00000001130d8000, 0x00000001140a8000, 0x000000011a610000]
|
1691 | CodeHeap 'profiled nmethods': size=120016Kb used=36746Kb max_used=36746Kb free=83269Kb
|
1692 | bounds [0x000000010b610000, 0x000000010da00000, 0x0000000112b44000]
|
1693 | CodeHeap 'non-nmethods': size=5712Kb used=2776Kb max_used=2836Kb free=2935Kb
|
1694 | bounds [0x0000000112b44000, 0x0000000112e14000, 0x00000001130d8000]
|
1695 | total_blobs=21299 nmethods=19222 adapters=1983
|
1696 | compilation: enabled
|
1697 | stopped_count=0, restarted_count=0
|
1698 | full_count=0
|
1699 |
|
1700 | Compilation events (20 events):
|
1701 | Event: 39.217 Thread 0x000000014f020800 22508 1 io.netty.channel.WriteBufferWaterMark::low (5 bytes)
|
1702 | Event: 39.217 Thread 0x000000014f020800 nmethod 22508 0x000000011407b610 code [0x000000011407b780, 0x000000011407b828]
|
1703 | Event: 39.217 Thread 0x000000014f020800 22510 1 net.minecraft.class_1928$class_4310::method_20753 (5 bytes)
|
1704 | Event: 39.217 Thread 0x000000014f22a600 nmethod 22460 0x000000011407b910 code [0x000000011407bb00, 0x000000011407c2e0]
|
1705 | Event: 39.217 Thread 0x000000014f020800 nmethod 22510 0x000000011407c690 code [0x000000011407c800, 0x000000011407c8a8]
|
1706 | Event: 39.217 Thread 0x000000014f22a600 22431 4 sun.misc.Unsafe::putInt (11 bytes)
|
1707 | Event: 39.217 Thread 0x000000014f020800 22519 3 java.lang.ThreadLocal::set (18 bytes)
|
1708 | Event: 39.217 Thread 0x000000014f020800 nmethod 22519 0x000000010d98e910 code [0x000000010d98eb00, 0x000000010d98ef68]
|
1709 | Event: 39.217 Thread 0x000000014f020800 22517 3 java.lang.ThreadLocal::set (26 bytes)
|
1710 | Event: 39.217 Thread 0x000000014f020800 nmethod 22517 0x000000010d98f110 code [0x000000010d98f300, 0x000000010d98f6f0]
|
1711 | Event: 39.217 Thread 0x000000014f22a600 nmethod 22431 0x000000011407c990 code [0x000000011407cb00, 0x000000011407cba8]
|
1712 | Event: 39.217 Thread 0x000000014f22a600 22473 4 com.seibel.distanthorizons.core.pos.DhSectionPos::getDetailLevel (10 bytes)
|
1713 | Event: 39.217 Thread 0x000000014f020800 22516 3 com.seibel.distanthorizons.core.util.objects.quadTree.QuadNode::getOrSetValue (676 bytes)
|
1714 | Event: 39.217 Thread 0x000000014f22a600 nmethod 22473 0x000000011407cc90 code [0x000000011407ce00, 0x000000011407ce70]
|
1715 | Event: 39.217 Thread 0x000000014f22a600 22475 4 com.seibel.distanthorizons.coreapi.util.BitShiftUtil::powerOfTwo (4 bytes)
|
1716 | Event: 39.217 Thread 0x000000014f22a600 nmethod 22475 0x000000011407cf90 code [0x000000011407d100, 0x000000011407d170]
|
1717 | Event: 39.217 Thread 0x000000014f22a600 22391 4 com.google.common.base.Preconditions::checkState (13 bytes)
|
1718 | Event: 39.217 Thread 0x000000014f22a600 nmethod 22391 0x000000011407d290 code [0x000000011407d400, 0x000000011407d490]
|
1719 | Event: 39.217 Thread 0x000000014f22a600 22484 4 com.seibel.distanthorizons.core.pos.DhSectionPos::getZ (19 bytes)
|
1720 | Event: 39.218 Thread 0x000000014f22a600 nmethod 22484 0x000000011407d590 code [0x000000011407d700, 0x000000011407d770]
|
1721 |
|
1722 | GC Heap History (20 events):
|
1723 | Event: 4.609 GC heap before
|
1724 | {Heap before GC invocations=13 (full 0):
|
1725 | garbage-first heap total 524288K, used 215232K [0x0000000660000000, 0x0000000800000000)
|
1726 | region size 4096K, 34 young (139264K), 5 survivors (20480K)
|
1727 | Metaspace used 61135K, committed 62016K, reserved 1114112K
|
1728 | class space used 9168K, committed 9600K, reserved 1048576K
|
1729 | }
|
1730 | Event: 4.617 GC heap after
|
1731 | {Heap after GC invocations=14 (full 0):
|
1732 | garbage-first heap total 524288K, used 103576K [0x0000000660000000, 0x0000000800000000)
|
1733 | region size 4096K, 5 young (20480K), 5 survivors (20480K)
|
1734 | Metaspace used 61135K, committed 62016K, reserved 1114112K
|
1735 | class space used 9168K, committed 9600K, reserved 1048576K
|
1736 | }
|
1737 | Event: 5.206 GC heap before
|
1738 | {Heap before GC invocations=15 (full 0):
|
1739 | garbage-first heap total 524288K, used 398488K [0x0000000660000000, 0x0000000800000000)
|
1740 | region size 4096K, 76 young (311296K), 5 survivors (20480K)
|
1741 | Metaspace used 74688K, committed 75776K, reserved 1114112K
|
1742 | class space used 11357K, committed 11840K, reserved 1048576K
|
1743 | }
|
1744 | Event: 5.216 GC heap after
|
1745 | {Heap after GC invocations=16 (full 0):
|
1746 | garbage-first heap total 524288K, used 121957K [0x0000000660000000, 0x0000000800000000)
|
1747 | region size 4096K, 9 young (36864K), 9 survivors (36864K)
|
1748 | Metaspace used 74688K, committed 75776K, reserved 1114112K
|
1749 | class space used 11357K, committed 11840K, reserved 1048576K
|
1750 | }
|
1751 | Event: 5.539 GC heap before
|
1752 | {Heap before GC invocations=16 (full 0):
|
1753 | garbage-first heap total 524288K, used 404581K [0x0000000660000000, 0x0000000800000000)
|
1754 | region size 4096K, 76 young (311296K), 9 survivors (36864K)
|
1755 | Metaspace used 79980K, committed 81152K, reserved 1179648K
|
1756 | class space used 12134K, committed 12672K, reserved 1048576K
|
1757 | }
|
1758 | Event: 5.554 GC heap after
|
1759 | {Heap after GC invocations=17 (full 0):
|
1760 | garbage-first heap total 524288K, used 136094K [0x0000000660000000, 0x0000000800000000)
|
1761 | region size 4096K, 7 young (28672K), 7 survivors (28672K)
|
1762 | Metaspace used 79980K, committed 81152K, reserved 1179648K
|
1763 | class space used 12134K, committed 12672K, reserved 1048576K
|
1764 | }
|
1765 | Event: 6.542 GC heap before
|
1766 | {Heap before GC invocations=17 (full 0):
|
1767 | garbage-first heap total 524288K, used 418718K [0x0000000660000000, 0x0000000800000000)
|
1768 | region size 4096K, 76 young (311296K), 7 survivors (28672K)
|
1769 | Metaspace used 86739K, committed 87936K, reserved 1179648K
|
1770 | class space used 12946K, committed 13504K, reserved 1048576K
|
1771 | }
|
1772 | Event: 6.549 GC heap after
|
1773 | {Heap after GC invocations=18 (full 0):
|
1774 | garbage-first heap total 724992K, used 140150K [0x0000000660000000, 0x0000000800000000)
|
1775 | region size 4096K, 6 young (24576K), 6 survivors (24576K)
|
1776 | Metaspace used 86739K, committed 87936K, reserved 1179648K
|
1777 | class space used 12946K, committed 13504K, reserved 1048576K
|
1778 | }
|
1779 | Event: 7.032 GC heap before
|
1780 | {Heap before GC invocations=18 (full 0):
|
1781 | garbage-first heap total 724992K, used 545654K [0x0000000660000000, 0x0000000800000000)
|
1782 | region size 4096K, 106 young (434176K), 6 survivors (24576K)
|
1783 | Metaspace used 89651K, committed 90816K, reserved 1179648K
|
1784 | class space used 13424K, committed 13952K, reserved 1048576K
|
1785 | }
|
1786 | Event: 7.043 GC heap after
|
1787 | {Heap after GC invocations=19 (full 0):
|
1788 | garbage-first heap total 724992K, used 169810K [0x0000000660000000, 0x0000000800000000)
|
1789 | region size 4096K, 14 young (57344K), 14 survivors (57344K)
|
1790 | Metaspace used 89651K, committed 90816K, reserved 1179648K
|
1791 | class space used 13424K, committed 13952K, reserved 1048576K
|
1792 | }
|
1793 | Event: 7.397 GC heap before
|
1794 | {Heap before GC invocations=19 (full 0):
|
1795 | garbage-first heap total 724992K, used 546642K [0x0000000660000000, 0x0000000800000000)
|
1796 | region size 4096K, 106 young (434176K), 14 survivors (57344K)
|
1797 | Metaspace used 90172K, committed 91392K, reserved 1179648K
|
1798 | class space used 13471K, committed 14016K, reserved 1048576K
|
1799 | }
|
1800 | Event: 7.412 GC heap after
|
1801 | {Heap after GC invocations=20 (full 0):
|
1802 | garbage-first heap total 724992K, used 181532K [0x0000000660000000, 0x0000000800000000)
|
1803 | region size 4096K, 5 young (20480K), 5 survivors (20480K)
|
1804 | Metaspace used 90172K, committed 91392K, reserved 1179648K
|
1805 | class space used 13471K, committed 14016K, reserved 1048576K
|
1806 | }
|
1807 | Event: 36.535 GC heap before
|
1808 | {Heap before GC invocations=20 (full 0):
|
1809 | garbage-first heap total 724992K, used 591132K [0x0000000660000000, 0x0000000800000000)
|
1810 | region size 4096K, 106 young (434176K), 5 survivors (20480K)
|
1811 | Metaspace used 96262K, committed 97536K, reserved 1179648K
|
1812 | class space used 14336K, committed 14912K, reserved 1048576K
|
1813 | }
|
1814 | Event: 36.543 GC heap after
|
1815 | {Heap after GC invocations=21 (full 0):
|
1816 | garbage-first heap total 724992K, used 197829K [0x0000000660000000, 0x0000000800000000)
|
1817 | region size 4096K, 9 young (36864K), 9 survivors (36864K)
|
1818 | Metaspace used 96262K, committed 97536K, reserved 1179648K
|
1819 | class space used 14336K, committed 14912K, reserved 1048576K
|
1820 | }
|
1821 | Event: 37.039 GC heap before
|
1822 | {Heap before GC invocations=21 (full 0):
|
1823 | garbage-first heap total 724992K, used 595141K [0x0000000660000000, 0x0000000800000000)
|
1824 | region size 4096K, 106 young (434176K), 9 survivors (36864K)
|
1825 | Metaspace used 101224K, committed 102464K, reserved 1179648K
|
1826 | class space used 15225K, committed 15808K, reserved 1048576K
|
1827 | }
|
1828 | Event: 37.052 GC heap after
|
1829 | {Heap after GC invocations=22 (full 0):
|
1830 | garbage-first heap total 724992K, used 217359K [0x0000000660000000, 0x0000000800000000)
|
1831 | region size 4096K, 10 young (40960K), 10 survivors (40960K)
|
1832 | Metaspace used 101224K, committed 102464K, reserved 1179648K
|
1833 | class space used 15225K, committed 15808K, reserved 1048576K
|
1834 | }
|
1835 | Event: 37.523 GC heap before
|
1836 | {Heap before GC invocations=22 (full 0):
|
1837 | garbage-first heap total 724992K, used 504079K [0x0000000660000000, 0x0000000800000000)
|
1838 | region size 4096K, 81 young (331776K), 10 survivors (40960K)
|
1839 | Metaspace used 103319K, committed 104576K, reserved 1179648K
|
1840 | class space used 15595K, committed 16192K, reserved 1048576K
|
1841 | }
|
1842 | Event: 37.531 GC heap after
|
1843 | {Heap after GC invocations=23 (full 0):
|
1844 | garbage-first heap total 724992K, used 214871K [0x0000000660000000, 0x0000000800000000)
|
1845 | region size 4096K, 4 young (16384K), 4 survivors (16384K)
|
1846 | Metaspace used 103319K, committed 104576K, reserved 1179648K
|
1847 | class space used 15595K, committed 16192K, reserved 1048576K
|
1848 | }
|
1849 | Event: 38.972 GC heap before
|
1850 | {Heap before GC invocations=24 (full 0):
|
1851 | garbage-first heap total 724992K, used 649047K [0x0000000660000000, 0x0000000800000000)
|
1852 | region size 4096K, 106 young (434176K), 4 survivors (16384K)
|
1853 | Metaspace used 118483K, committed 119872K, reserved 1179648K
|
1854 | class space used 17765K, committed 18368K, reserved 1048576K
|
1855 | }
|
1856 | Event: 38.983 GC heap after
|
1857 | {Heap after GC invocations=25 (full 0):
|
1858 | garbage-first heap total 724992K, used 245639K [0x0000000660000000, 0x0000000800000000)
|
1859 | region size 4096K, 8 young (32768K), 8 survivors (32768K)
|
1860 | Metaspace used 118483K, committed 119872K, reserved 1179648K
|
1861 | class space used 17765K, committed 18368K, reserved 1048576K
|
1862 | }
|
1863 |
|
1864 | Dll operation events (17 events):
|
1865 | Event: 0.007 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libjava.dylib
|
1866 | Event: 0.026 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libnio.dylib
|
1867 | Event: 0.027 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libzip.dylib
|
1868 | Event: 0.099 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libjimage.dylib
|
1869 | Event: 0.322 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libmanagement.dylib
|
1870 | Event: 0.323 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libmanagement_ext.dylib
|
1871 | Event: 0.391 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libnet.dylib
|
1872 | Event: 0.558 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libverify.dylib
|
1873 | Event: 2.084 Loaded shared library /Users/********/Library/Caches/JNA/temp/jna3845153842048424618.tmp
|
1874 | Event: 4.856 Loaded shared library /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/liblwjgl.dylib
|
1875 | Event: 5.155 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libextnet.dylib
|
1876 | Event: 5.676 Loaded shared library /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/liblwjgl_opengl.dylib
|
1877 | Event: 6.056 Loaded shared library /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/libjcocoa14152266630391983552.dylib
|
1878 | Event: 6.533 Loaded shared library /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/liblwjgl_stb.dylib
|
1879 | Event: 37.997 Loaded shared library /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib
|
1880 | Event: 38.485 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libawt.dylib
|
1881 | Event: 38.488 Loaded shared library /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libawt_lwawt.dylib
|
1882 |
|
1883 | Deoptimization events (20 events):
|
1884 | Event: 39.198 Thread 0x000000012f789600 DEOPT PACKING pc=0x000000010d95dae8 sp=0x000000017601e230
|
1885 | Event: 39.198 Thread 0x000000012f789600 DEOPT UNPACKING pc=0x0000000112b86e7c sp=0x000000017601ded0 mode 0
|
1886 | Event: 39.201 Thread 0x000000014f440e00 DEOPT PACKING pc=0x000000010d95dae8 sp=0x00000002ef31a230
|
1887 | Event: 39.201 Thread 0x000000014f440e00 DEOPT UNPACKING pc=0x0000000112b86e7c sp=0x00000002ef319ed0 mode 0
|
1888 | Event: 39.206 Thread 0x000000012f789600 DEOPT PACKING pc=0x000000010d95dae8 sp=0x000000017601e0c0
|
1889 | Event: 39.206 Thread 0x000000012f789600 DEOPT UNPACKING pc=0x0000000112b86e7c sp=0x000000017601dd60 mode 0
|
1890 | Event: 39.209 Thread 0x000000014f440e00 DEOPT PACKING pc=0x000000010d95dae8 sp=0x00000002ef31a0c0
|
1891 | Event: 39.209 Thread 0x000000014f440e00 DEOPT UNPACKING pc=0x0000000112b86e7c sp=0x00000002ef319d60 mode 0
|
1892 | Event: 39.214 Thread 0x00000001394c1000 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000000113ebbb64 relative=0x00000000000006e4
|
1893 | Event: 39.214 Thread 0x00000001394c1000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000113ebbb64 method=java.lang.ThreadLocal.set(Ljava/lang/Thread;Ljava/lang/Object;)V @ 7 c2
|
1894 | Event: 39.214 Thread 0x00000001394c1000 DEOPT PACKING pc=0x0000000113ebbb64 sp=0x00000002f41da790
|
1895 | Event: 39.214 Thread 0x00000001394c1000 DEOPT UNPACKING pc=0x0000000112b8701c sp=0x00000002f41da6d0 mode 2
|
1896 | Event: 39.214 Thread 0x00000001394c2a00 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000000113c58ef0 relative=0x00000000000006f0
|
1897 | Event: 39.214 Thread 0x00000001394c2a00 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000113c58ef0 method=java.lang.ThreadLocal.set(Ljava/lang/Thread;Ljava/lang/Object;)V @ 7 c2
|
1898 | Event: 39.214 Thread 0x00000001394c2a00 DEOPT PACKING pc=0x0000000113c58ef0 sp=0x00000002f43e6730
|
1899 | Event: 39.214 Thread 0x00000001394c2a00 DEOPT UNPACKING pc=0x0000000112b8701c sp=0x00000002f43e66e0 mode 2
|
1900 | Event: 39.217 Thread 0x000000012f008200 DEOPT PACKING pc=0x000000010d178d1c sp=0x000000016f63e220
|
1901 | Event: 39.217 Thread 0x000000012f008200 DEOPT UNPACKING pc=0x0000000112b86e7c sp=0x000000016f63df00 mode 3
|
1902 | Event: 39.217 Thread 0x000000012f008200 DEOPT PACKING pc=0x000000010d110cb8 sp=0x000000016f63e320
|
1903 | Event: 39.217 Thread 0x000000012f008200 DEOPT UNPACKING pc=0x0000000112b86e7c sp=0x000000016f63e0f0 mode 3
|
1904 |
|
1905 | Classes loaded (20 events):
|
1906 | Event: 39.049 Loading class java/util/Spliterators$LongIteratorSpliterator
|
1907 | Event: 39.049 Loading class java/util/Spliterators$LongIteratorSpliterator done
|
1908 | Event: 39.096 Loading class java/util/EnumMap$Values
|
1909 | Event: 39.096 Loading class java/util/EnumMap$Values done
|
1910 | Event: 39.097 Loading class java/util/EnumMap$ValueIterator
|
1911 | Event: 39.097 Loading class java/util/EnumMap$ValueIterator done
|
1912 | Event: 39.097 Loading class sun/net/www/http/PosterOutputStream
|
1913 | Event: 39.097 Loading class sun/net/www/http/PosterOutputStream done
|
1914 | Event: 39.099 Loading class java/nio/HeapFloatBuffer
|
1915 | Event: 39.099 Loading class java/nio/HeapFloatBuffer done
|
1916 | Event: 39.143 Loading class java/lang/reflect/InaccessibleObjectException
|
1917 | Event: 39.143 Loading class java/lang/reflect/InaccessibleObjectException done
|
1918 | Event: 39.164 Loading class java/awt/Color
|
1919 | Event: 39.164 Loading class java/awt/Paint
|
1920 | Event: 39.164 Loading class java/awt/Paint done
|
1921 | Event: 39.164 Loading class java/awt/Color done
|
1922 | Event: 39.192 Loading class sun/security/rsa/RSASignature$SHA1withRSA
|
1923 | Event: 39.192 Loading class sun/security/rsa/RSASignature$SHA1withRSA done
|
1924 | Event: 39.210 Loading class java/util/IdentityHashMap$KeySpliterator
|
1925 | Event: 39.210 Loading class java/util/IdentityHashMap$KeySpliterator done
|
1926 |
|
1927 | Classes unloaded (1 events):
|
1928 | Event: 37.599 Thread 0x000000011e607810 Unloading class 0x0000007001d6c800 'java/lang/invoke/LambdaForm$DMH+0x0000007001d6c800'
|
1929 |
|
1930 | Classes redefined (0 events):
|
1931 | No events
|
1932 |
|
1933 | Internal exceptions (20 events):
|
1934 | Event: 39.191 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x0000000686271418}> (0x0000000686271418)
|
1935 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1936 | Event: 39.192 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x0000000686278d08}> (0x0000000686278d08)
|
1937 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1938 | Event: 39.194 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x00000006862dc370}> (0x00000006862dc370)
|
1939 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1940 | Event: 39.195 Thread 0x000000012f577a00 Exception <a 'java/lang/NoSuchMethodError'{0x00000006842fc918}: 'java.lang.Object java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, long, java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x00000006842fc918)
|
1941 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 773]
|
1942 | Event: 39.196 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x00000006862e3b70}> (0x00000006862e3b70)
|
1943 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1944 | Event: 39.197 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x00000006862eb320}> (0x00000006862eb320)
|
1945 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1946 | Event: 39.198 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x0000000686280b90}> (0x0000000686280b90)
|
1947 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1948 | Event: 39.199 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x00000006862f2a38}> (0x00000006862f2a38)
|
1949 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1950 | Event: 39.200 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x0000000686288730}> (0x0000000686288730)
|
1951 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1952 | Event: 39.201 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x00000006862fa248}> (0x00000006862fa248)
|
1953 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1954 | Event: 39.203 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x000000068628fcf8}> (0x000000068628fcf8)
|
1955 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1956 | Event: 39.204 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x0000000686301cc8}> (0x0000000686301cc8)
|
1957 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1958 | Event: 39.205 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x0000000686297a48}> (0x0000000686297a48)
|
1959 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1960 | Event: 39.206 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x0000000686309350}> (0x0000000686309350)
|
1961 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1962 | Event: 39.208 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x000000068629f198}> (0x000000068629f198)
|
1963 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1964 | Event: 39.209 Thread 0x000000012f789600 Exception <a 'sun/nio/fs/UnixException'{0x0000000686310920}> (0x0000000686310920)
|
1965 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1966 | Event: 39.210 Thread 0x000000014f440e00 Exception <a 'sun/nio/fs/UnixException'{0x0000000683f66a20}> (0x0000000683f66a20)
|
1967 | thrown [src/hotspot/share/prims/jni.cpp, line 520]
|
1968 | Event: 39.214 Thread 0x00000001394c1000 Implicit null exception at 0x0000000113ebb4e0 to 0x0000000113ebbb54
|
1969 | Event: 39.214 Thread 0x00000001394c2a00 Implicit null exception at 0x0000000113c5885c to 0x0000000113c58ee0
|
1970 | Event: 39.215 Thread 0x000000012f008200 Exception <a 'java/lang/NoSuchMethodError'{0x0000000683e91960}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x0000000683e91960)
|
1971 | thrown [src/hotspot/share/interpreter/linkResolver.cpp, line 773]
|
1972 |
|
1973 | ZGC Phase Switch (0 events):
|
1974 | No events
|
1975 |
|
1976 | VM Operations (20 events):
|
1977 | Event: 39.081 Executing VM operation: ICBufferFull
|
1978 | Event: 39.081 Executing VM operation: ICBufferFull done
|
1979 | Event: 39.104 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
1980 | Event: 39.104 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
1981 | Event: 39.107 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
1982 | Event: 39.107 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
1983 | Event: 39.111 Executing VM operation: ICBufferFull
|
1984 | Event: 39.111 Executing VM operation: ICBufferFull done
|
1985 | Event: 39.111 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
1986 | Event: 39.111 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
1987 | Event: 39.117 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
1988 | Event: 39.117 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
1989 | Event: 39.124 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
1990 | Event: 39.124 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
1991 | Event: 39.151 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
1992 | Event: 39.151 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
1993 | Event: 39.183 Executing VM operation: ICBufferFull
|
1994 | Event: 39.184 Executing VM operation: ICBufferFull done
|
1995 | Event: 39.203 Executing VM operation: ICBufferFull
|
1996 | Event: 39.204 Executing VM operation: ICBufferFull done
|
1997 |
|
1998 | Events (20 events):
|
1999 | Event: 39.007 Thread 0x0000000139136000 Thread added: 0x0000000139136000
|
2000 | Event: 39.007 Protecting memory [0x00000002f2fac000,0x00000002f2fb8000] with protection modes 0
|
2001 | Event: 39.007 Thread 0x000000014f1e7600 Thread added: 0x000000014f1e7600
|
2002 | Event: 39.007 Protecting memory [0x00000002f31b8000,0x00000002f31c4000] with protection modes 0
|
2003 | Event: 39.007 Thread 0x000000014f63b200 Thread added: 0x000000014f63b200
|
2004 | Event: 39.007 Protecting memory [0x00000002f33c4000,0x00000002f33d0000] with protection modes 0
|
2005 | Event: 39.030 Thread 0x00000001504ea400 Thread added: 0x00000001504ea400
|
2006 | Event: 39.030 Protecting memory [0x00000002f35d0000,0x00000002f35dc000] with protection modes 0
|
2007 | Event: 39.097 Thread 0x000000013816c600 Thread added: 0x000000013816c600
|
2008 | Event: 39.098 Protecting memory [0x00000002f37dc000,0x00000002f37e8000] with protection modes 0
|
2009 | Event: 39.098 Protecting memory [0x00000002f37dc000,0x00000002f37e8000] with protection modes 3
|
2010 | Event: 39.098 Thread 0x000000013816c600 Thread exited: 0x000000013816c600
|
2011 | Event: 39.143 Thread 0x000000012f08ba00 Thread added: 0x000000012f08ba00
|
2012 | Event: 39.143 Protecting memory [0x00000002f37dc000,0x00000002f37e8000] with protection modes 0
|
2013 | Event: 39.214 Thread 0x00000001394ac200 Thread added: 0x00000001394ac200
|
2014 | Event: 39.214 Protecting memory [0x00000002f3dcc000,0x00000002f3dd8000] with protection modes 0
|
2015 | Event: 39.214 Thread 0x00000001394c1000 Thread added: 0x00000001394c1000
|
2016 | Event: 39.214 Protecting memory [0x00000002f3fd8000,0x00000002f3fe4000] with protection modes 0
|
2017 | Event: 39.214 Thread 0x00000001394c2a00 Thread added: 0x00000001394c2a00
|
2018 | Event: 39.214 Protecting memory [0x00000002f41e4000,0x00000002f41f0000] with protection modes 0
|
2019 |
|
2020 |
|
2021 | Dynamic libraries:
|
2022 | 0x0000000100c44000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libjli.dylib
|
2023 | 0x00000001a662e000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
|
2024 | 0x0000000190183000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
|
2025 | 0x00000001931cb000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
|
2026 | 0x000000018da8f000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
2027 | 0x00000001991ae000 /usr/lib/libSystem.B.dylib
|
2028 | 0x00000001914af000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
|
2029 | 0x00000002034ae000 /System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore
|
2030 | 0x00000001a035b000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
|
2031 | 0x000000019724e000 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
|
2032 | 0x000000019b799000 /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
|
2033 | 0x000000019b821000 /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
|
2034 | 0x0000000225817000 /System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement
|
2035 | 0x000000018d718000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
2036 | 0x000000019ac3a000 /usr/lib/libspindump.dylib
|
2037 | 0x0000000191664000 /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
|
2038 | 0x00000001951a1000 /usr/lib/libapp_launch_measurement.dylib
|
2039 | 0x00000001945b3000 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
2040 | 0x00000001951a8000 /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
2041 | 0x0000000196a78000 /System/Library/Frameworks/Metal.framework/Versions/A/Metal
|
2042 | 0x00000001979be000 /usr/lib/liblangid.dylib
|
2043 | 0x0000000197254000 /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
|
2044 | 0x000000019201e000 /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
|
2045 | 0x00000001924b6000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
|
2046 | 0x00000001a0aa3000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
2047 | 0x000000019aa98000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
|
2048 | 0x0000000196a56000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
2049 | 0x00000001945e2000 /usr/lib/libDiagnosticMessagesClient.dylib
|
2050 | 0x00000001990f1000 /usr/lib/libz.1.dylib
|
2051 | 0x00000001a419b000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
|
2052 | 0x0000000197236000 /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
|
2053 | 0x000000018f9ef000 /usr/lib/libicucore.A.dylib
|
2054 | 0x000000019c7ff000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
|
2055 | 0x000000019b7a6000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
|
2056 | 0x00000001b4a98000 /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
|
2057 | 0x0000000191f71000 /usr/lib/libMobileGestalt.dylib
|
2058 | 0x0000000196f76000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
|
2059 | 0x0000000194ab4000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
|
2060 | 0x000000018f62d000 /System/Library/Frameworks/Security.framework/Versions/A/Security
|
2061 | 0x00000001a039b000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
|
2062 | 0x0000000194ecf000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
|
2063 | 0x000000018ef39000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
|
2064 | 0x00000001946c6000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
2065 | 0x000000019b091000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
|
2066 | 0x0000000191f6f000 /usr/lib/libenergytrace.dylib
|
2067 | 0x00000001aa603000 /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
|
2068 | 0x0000000190039000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
2069 | 0x00000001a079f000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
2070 | 0x000000019512d000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
|
2071 | 0x00000001f5103000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
|
2072 | 0x00000001951f2000 /usr/lib/libxml2.2.dylib
|
2073 | 0x00000001985eb000 /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
|
2074 | 0x000000018c52c000 /usr/lib/libobjc.A.dylib
|
2075 | 0x000000018c816000 /usr/lib/libc++.1.dylib
|
2076 | 0x00000001a071c000 /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
|
2077 | 0x0000000192b94000 /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
|
2078 | 0x000000018c962000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
2079 | 0x00000001975aa000 /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
|
2080 | 0x000000018ed45000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
|
2081 | 0x00000001f9905000 /System/Library/Frameworks/CoreTransferable.framework/Versions/A/CoreTransferable
|
2082 | 0x00000001f9de7000 /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
|
2083 | 0x000000019728f000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
|
2084 | 0x00000001fdd35000 /System/Library/Frameworks/Symbols.framework/Versions/A/Symbols
|
2085 | 0x00000001991b4000 /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
2086 | 0x000000019c1d1000 /usr/lib/swift/libswiftCore.dylib
|
2087 | 0x00000001b17cc000 /usr/lib/swift/libswiftCoreFoundation.dylib
|
2088 | 0x00000001af45d000 /usr/lib/swift/libswiftCoreGraphics.dylib
|
2089 | 0x00000001b1818000 /usr/lib/swift/libswiftCoreImage.dylib
|
2090 | 0x00000001af464000 /usr/lib/swift/libswiftDarwin.dylib
|
2091 | 0x00000001a1e13000 /usr/lib/swift/libswiftDispatch.dylib
|
2092 | 0x00000001b1819000 /usr/lib/swift/libswiftIOKit.dylib
|
2093 | 0x00000001bd1d8000 /usr/lib/swift/libswiftMetal.dylib
|
2094 | 0x00000001c9b82000 /usr/lib/swift/libswiftOSLog.dylib
|
2095 | 0x00000001a4607000 /usr/lib/swift/libswiftObjectiveC.dylib
|
2096 | 0x00000001c0e03000 /usr/lib/swift/libswiftQuartzCore.dylib
|
2097 | 0x00000001c4e5a000 /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
|
2098 | 0x00000001b17e2000 /usr/lib/swift/libswiftXPC.dylib
|
2099 | 0x000000022db24000 /usr/lib/swift/libswift_Concurrency.dylib
|
2100 | 0x00000001a460b000 /usr/lib/swift/libswiftos.dylib
|
2101 | 0x00000001b49fc000 /usr/lib/swift/libswiftsimd.dylib
|
2102 | 0x0000000199362000 /usr/lib/libcompression.dylib
|
2103 | 0x000000019b6f3000 /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
|
2104 | 0x000000019a74b000 /usr/lib/libate.dylib
|
2105 | 0x00000001991a8000 /usr/lib/system/libcache.dylib
|
2106 | 0x0000000199163000 /usr/lib/system/libcommonCrypto.dylib
|
2107 | 0x000000019918f000 /usr/lib/system/libcompiler_rt.dylib
|
2108 | 0x0000000199185000 /usr/lib/system/libcopyfile.dylib
|
2109 | 0x000000018c677000 /usr/lib/system/libcorecrypto.dylib
|
2110 | 0x000000018c74d000 /usr/lib/system/libdispatch.dylib
|
2111 | 0x000000018c908000 /usr/lib/system/libdyld.dylib
|
2112 | 0x000000019919e000 /usr/lib/system/libkeymgr.dylib
|
2113 | 0x000000019913b000 /usr/lib/system/libmacho.dylib
|
2114 | 0x00000001986d1000 /usr/lib/system/libquarantine.dylib
|
2115 | 0x000000019919b000 /usr/lib/system/libremovefile.dylib
|
2116 | 0x0000000191fe5000 /usr/lib/system/libsystem_asl.dylib
|
2117 | 0x000000018c610000 /usr/lib/system/libsystem_blocks.dylib
|
2118 | 0x000000018c797000 /usr/lib/system/libsystem_c.dylib
|
2119 | 0x0000000199193000 /usr/lib/system/libsystem_collections.dylib
|
2120 | 0x00000001979ad000 /usr/lib/system/libsystem_configuration.dylib
|
2121 | 0x0000000196a2c000 /usr/lib/system/libsystem_containermanager.dylib
|
2122 | 0x0000000198dd7000 /usr/lib/system/libsystem_coreservices.dylib
|
2123 | 0x000000018fca8000 /usr/lib/system/libsystem_darwin.dylib
|
2124 | 0x000000022de51000 /usr/lib/system/libsystem_darwindirectory.dylib
|
2125 | 0x000000019919f000 /usr/lib/system/libsystem_dnssd.dylib
|
2126 | 0x000000018c794000 /usr/lib/system/libsystem_featureflags.dylib
|
2127 | 0x000000018c935000 /usr/lib/system/libsystem_info.dylib
|
2128 | 0x0000000199100000 /usr/lib/system/libsystem_m.dylib
|
2129 | 0x000000018c716000 /usr/lib/system/libsystem_malloc.dylib
|
2130 | 0x0000000191f55000 /usr/lib/system/libsystem_networkextension.dylib
|
2131 | 0x000000019011b000 /usr/lib/system/libsystem_notify.dylib
|
2132 | 0x00000001979b2000 /usr/lib/system/libsystem_sandbox.dylib
|
2133 | 0x0000000199198000 /usr/lib/system/libsystem_secinit.dylib
|
2134 | 0x000000018c8c0000 /usr/lib/system/libsystem_kernel.dylib
|
2135 | 0x000000018c92e000 /usr/lib/system/libsystem_platform.dylib
|
2136 | 0x000000018c8fb000 /usr/lib/system/libsystem_pthread.dylib
|
2137 | 0x00000001939bd000 /usr/lib/system/libsystem_symptoms.dylib
|
2138 | 0x000000018c65c000 /usr/lib/system/libsystem_trace.dylib
|
2139 | 0x0000000199171000 /usr/lib/system/libunwind.dylib
|
2140 | 0x000000018c615000 /usr/lib/system/libxpc.dylib
|
2141 | 0x000000018c8a4000 /usr/lib/libc++abi.dylib
|
2142 | 0x000000019917d000 /usr/lib/liboah.dylib
|
2143 | 0x000000019a5fe000 /usr/lib/liblzma.5.dylib
|
2144 | 0x00000001991b0000 /usr/lib/libfakelink.dylib
|
2145 | 0x0000000191b81000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
2146 | 0x0000000199204000 /usr/lib/libarchive.2.dylib
|
2147 | 0x000000019e686000 /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
2148 | 0x00000002034c2000 /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
2149 | 0x0000000218c91000 /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
2150 | 0x000000021923e000 /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
2151 | 0x000000022dc6d000 /usr/lib/swift/libswift_StringProcessing.dylib
|
2152 | 0x000000018ffb8000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
2153 | 0x00000001986f8000 /usr/lib/libbsm.0.dylib
|
2154 | 0x0000000199143000 /usr/lib/system/libkxld.dylib
|
2155 | 0x0000000195169000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
2156 | 0x000000018fcb3000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
2157 | 0x000000019462b000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
2158 | 0x0000000198ddd000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
2159 | 0x000000019928d000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
2160 | 0x000000019393f000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
2161 | 0x000000018ce3a000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
2162 | 0x000000019a5a7000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
2163 | 0x0000000195176000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
2164 | 0x000000019932c000 /usr/lib/libapple_nghttp2.dylib
|
2165 | 0x00000001935c1000 /usr/lib/libsqlite3.dylib
|
2166 | 0x00000001939c6000 /System/Library/Frameworks/Network.framework/Versions/A/Network
|
2167 | 0x000000022c5ba000 /usr/lib/libCoreEntitlements.dylib
|
2168 | 0x0000000213fdc000 /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
2169 | 0x00000001935a7000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
2170 | 0x0000000198d06000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
2171 | 0x00000001986e0000 /usr/lib/libcoretls.dylib
|
2172 | 0x000000019a617000 /usr/lib/libcoretls_cfhelpers.dylib
|
2173 | 0x000000019935c000 /usr/lib/libpam.2.dylib
|
2174 | 0x000000019a688000 /usr/lib/libxar.1.dylib
|
2175 | 0x000000019aa6f000 /usr/lib/libheimdal-asn1.dylib
|
2176 | 0x0000000191b80000 /usr/lib/libnetwork.dylib
|
2177 | 0x00000001991b5000 /usr/lib/libpcap.A.dylib
|
2178 | 0x00000001939b3000 /usr/lib/libdns_services.dylib
|
2179 | 0x00000001979ba000 /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
2180 | 0x00000001983e1000 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
2181 | 0x000000022dbc1000 /usr/lib/swift/libswift_RegexParser.dylib
|
2182 | 0x0000000198dca000 /usr/lib/libbz2.1.0.dylib
|
2183 | 0x00000001986d4000 /usr/lib/libCheckFix.dylib
|
2184 | 0x0000000191ffd000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
2185 | 0x00000001979c0000 /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
2186 | 0x00000001945e4000 /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
2187 | 0x000000019870a000 /usr/lib/libmecab.dylib
|
2188 | 0x000000018d7ab000 /usr/lib/libCRFSuite.dylib
|
2189 | 0x0000000198766000 /usr/lib/libgermantok.dylib
|
2190 | 0x0000000199304000 /usr/lib/libThaiTokenizer.dylib
|
2191 | 0x00000001946cf000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
2192 | 0x00000001a0776000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
2193 | 0x000000019a6cf000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
2194 | 0x00000001982bd000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
2195 | 0x000000018d23a000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
2196 | 0x0000000199435000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
2197 | 0x0000000198769000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
2198 | 0x0000000199347000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
2199 | 0x0000000199430000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
2200 | 0x0000000197ae2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
2201 | 0x000000018d6b1000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
2202 | 0x0000000212852000 /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
2203 | 0x00000001991eb000 /usr/lib/libiconv.2.dylib
|
2204 | 0x0000000199137000 /usr/lib/libcharset.1.dylib
|
2205 | 0x0000000195149000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
2206 | 0x0000000195139000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
2207 | 0x000000019a619000 /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
2208 | 0x0000000198611000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
2209 | 0x000000019a697000 /usr/lib/libutil.dylib
|
2210 | 0x0000000210a39000 /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
2211 | 0x000000018fff8000 /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
2212 | 0x000000020107a000 /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
2213 | 0x00000001b17aa000 /usr/lib/libmis.dylib
|
2214 | 0x00000001c12ca000 /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
2215 | 0x00000001f256b000 /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
2216 | 0x0000000199306000 /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
2217 | 0x000000018e6d7000 /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
|
2218 | 0x000000019a69b000 /usr/lib/libxslt.1.dylib
|
2219 | 0x00000001991f2000 /usr/lib/libcmph.dylib
|
2220 | 0x00000001983ae000 /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
2221 | 0x0000000197adc000 /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
2222 | 0x000000018d5c4000 /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
2223 | 0x000000019869f000 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
2224 | 0x000000022c7a3000 /usr/lib/libTLE.dylib
|
2225 | 0x000000019af57000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
|
2226 | 0x000000019aa54000 /usr/lib/libexpat.1.dylib
|
2227 | 0x000000019b551000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
|
2228 | 0x000000019b57c000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
|
2229 | 0x000000019b667000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
|
2230 | 0x000000019af9d000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
|
2231 | 0x000000019b60c000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
|
2232 | 0x000000019b603000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
|
2233 | 0x0000000196e11000 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
|
2234 | 0x00000001938dd000 /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
|
2235 | 0x00000001a6ec3000 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
|
2236 | 0x000000019b08d000 /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
|
2237 | 0x000000018e8ba000 /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
|
2238 | 0x0000000196cca000 /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
|
2239 | 0x0000000196a6e000 /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
|
2240 | 0x00000001952dc000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
|
2241 | 0x000000019935a000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
|
2242 | 0x000000019b0d0000 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
|
2243 | 0x0000000195377000 /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
|
2244 | 0x000000019380c000 /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
|
2245 | 0x00000001979b8000 /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
|
2246 | 0x0000000200ffa000 /System/Library/PrivateFrameworks/AppleKeyStore.framework/Versions/A/AppleKeyStore
|
2247 | 0x000000019b5fe000 /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
|
2248 | 0x000000019b5de000 /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
|
2249 | 0x000000019b606000 /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
|
2250 | 0x000000020cba7000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libllvm-flatbuffers.dylib
|
2251 | 0x00000001f50f6000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
|
2252 | 0x0000000209ddf000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libGPUCompilerUtils.dylib
|
2253 | 0x000000019b66d000 /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
|
2254 | 0x00000001f9eec000 /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
|
2255 | 0x00000001a2658000 /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
|
2256 | 0x000000019ac25000 /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
|
2257 | 0x000000019d17f000 /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
|
2258 | 0x000000018e9de000 /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
|
2259 | 0x0000000196ca0000 /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
|
2260 | 0x000000019c9fa000 /usr/lib/libAudioStatistics.dylib
|
2261 | 0x00000001b0b06000 /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
|
2262 | 0x000000019ccd2000 /usr/lib/libSMC.dylib
|
2263 | 0x00000001a64bd000 /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
|
2264 | 0x000000019b518000 /usr/lib/libAudioToolboxUtility.dylib
|
2265 | 0x00000001ac2a8000 /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
|
2266 | 0x000000019d18d000 /usr/lib/libperfcheck.dylib
|
2267 | 0x000000019a93e000 /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
|
2268 | 0x0000000198603000 /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
|
2269 | 0x00000001a55d1000 /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
|
2270 | 0x00000001ccf3b000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
|
2271 | 0x0000000217cfe000 /System/Library/PrivateFrameworks/PhotosensitivityProcessing.framework/Versions/A/PhotosensitivityProcessing
|
2272 | 0x000000019abd7000 /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
|
2273 | 0x00000001f5158000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
|
2274 | 0x00000001f5117000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
|
2275 | 0x00000001f52f0000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
|
2276 | 0x00000001f5120000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
|
2277 | 0x00000001f5114000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
|
2278 | 0x000000022c75c000 /usr/lib/libRosetta.dylib
|
2279 | 0x00000001f50fd000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
|
2280 | 0x0000000208199000 /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
|
2281 | 0x000000019abe3000 /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
|
2282 | 0x0000000194e7d000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
|
2283 | 0x000000019ac2f000 /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
|
2284 | 0x000000020819a000 /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
|
2285 | 0x000000019792f000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
|
2286 | 0x0000000198c79000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
|
2287 | 0x000000019877e000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
|
2288 | 0x0000000198b6c000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
|
2289 | 0x0000000198978000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
|
2290 | 0x0000000198b9b000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
|
2291 | 0x00000001fb5c4000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
|
2292 | 0x00000001fb5a6000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSBenchmarkLoop.framework/Versions/A/MPSBenchmarkLoop
|
2293 | 0x000000018d0ef000 /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
|
2294 | 0x00000001b5bb9000 /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
|
2295 | 0x00000001c11d7000 /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
|
2296 | 0x00000001b17be000 /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
|
2297 | 0x00000001a2548000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
|
2298 | 0x00000001b177b000 /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
|
2299 | 0x000000019a7e5000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
|
2300 | 0x00000001a2503000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
|
2301 | 0x00000001c0515000 /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
|
2302 | 0x0000000223cd1000 /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport
|
2303 | 0x000000019aa08000 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
|
2304 | 0x000000019ca42000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
|
2305 | 0x0000000192d43000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
|
2306 | 0x000000019b67b000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
|
2307 | 0x000000019ce2b000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
|
2308 | 0x000000019ce1f000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
|
2309 | 0x000000019ca12000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
|
2310 | 0x000000019b637000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
|
2311 | 0x000000019cdb2000 /usr/lib/libcups.2.dylib
|
2312 | 0x000000019d19b000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
|
2313 | 0x000000019d1ac000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS
|
2314 | 0x000000019cac1000 /usr/lib/libresolv.9.dylib
|
2315 | 0x000000019ac40000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
|
2316 | 0x00000001a4573000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
|
2317 | 0x000000019d206000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
|
2318 | 0x00000001f8ced000 /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
|
2319 | 0x00000001ac2f7000 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
|
2320 | 0x000000019c97e000 /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
|
2321 | 0x000000019e429000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
|
2322 | 0x000000019ab13000 /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
|
2323 | 0x000000019c7c1000 /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
|
2324 | 0x000000019ce37000 /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
|
2325 | 0x00000001a14cd000 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
|
2326 | 0x00000001a13f0000 /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
|
2327 | 0x00000001a4574000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
|
2328 | 0x000000019846e000 /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
|
2329 | 0x000000020660a000 /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras
|
2330 | 0x00000002108d0000 /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
|
2331 | 0x00000001ac312000 /usr/lib/libAccessibility.dylib
|
2332 | 0x00000001a0aef000 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
|
2333 | 0x00000001a2076000 /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
|
2334 | 0x00000001a3b51000 /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
|
2335 | 0x00000001a2130000 /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
|
2336 | 0x000000019aa7a000 /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
|
2337 | 0x00000001a0387000 /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
|
2338 | 0x00000001d033e000 /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
|
2339 | 0x00000001b170b000 /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
|
2340 | 0x0000000101e54000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/server/libjvm.dylib
|
2341 | 0x00000001007e4000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libjimage.dylib
|
2342 | 0x0000000100828000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libjava.dylib
|
2343 | 0x0000000100abc000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libnio.dylib
|
2344 | 0x0000000100a9c000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libnet.dylib
|
2345 | 0x0000000100b04000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libzip.dylib
|
2346 | 0x0000000100adc000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libmanagement.dylib
|
2347 | 0x0000000100af0000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libmanagement_ext.dylib
|
2348 | 0x000000019c173000 /usr/lib/libusrtcp.dylib
|
2349 | 0x0000000191ab7000 /usr/lib/libboringssl.dylib
|
2350 | 0x0000000100b2c000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libverify.dylib
|
2351 | 0x0000000100b70000 /Users/********/Library/Caches/JNA/temp/jna3845153842048424618.tmp
|
2352 | 0x000000011d310000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/liblwjgl.dylib
|
2353 | 0x000000011d3b8000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/libjemalloc.dylib
|
2354 | 0x0000000100b48000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libextnet.dylib
|
2355 | 0x000000011d35c000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/libglfw.dylib
|
2356 | 0x00000001a1712000 /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
|
2357 | 0x0000000193772000 /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
|
2358 | 0x00000001a18be000 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
|
2359 | 0x00000001a14c1000 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
|
2360 | 0x000000019167a000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
|
2361 | 0x000000019012c000 /usr/lib/libsandbox.1.dylib
|
2362 | 0x000000019ce12000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
|
2363 | 0x000000019e08a000 /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
|
2364 | 0x000000019533a000 /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
|
2365 | 0x00000001a398a000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
|
2366 | 0x0000000198e0f000 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
|
2367 | 0x00000001983f1000 /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
|
2368 | 0x00000001b17c2000 /usr/lib/swift/libswiftCoreAudio.dylib
|
2369 | 0x00000001b6930000 /usr/lib/swift/libswiftCoreLocation.dylib
|
2370 | 0x000000019a7dc000 /usr/lib/libIOReport.dylib
|
2371 | 0x00000001a398e000 /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
|
2372 | 0x00000001d7102000 /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
|
2373 | 0x0000000198faa000 /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
|
2374 | 0x000000019d343000 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
|
2375 | 0x000000019caee000 /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
|
2376 | 0x00000001a3ddf000 /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
|
2377 | 0x00000001a15ee000 /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
|
2378 | 0x00000001a14f5000 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
|
2379 | 0x00000001ff0ec000 /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation
|
2380 | 0x000000019d316000 /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
|
2381 | 0x00000001a3df3000 /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
|
2382 | 0x00000001a3e95000 /usr/lib/libcsfde.dylib
|
2383 | 0x000000019a984000 /usr/lib/libCoreStorage.dylib
|
2384 | 0x00000001a15ba000 /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
|
2385 | 0x00000001a1502000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
|
2386 | 0x000000019e508000 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
|
2387 | 0x00000001a3e8d000 /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
|
2388 | 0x00000001a18e6000 /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
|
2389 | 0x000000019691b000 /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
|
2390 | 0x000000019e7c3000 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
|
2391 | 0x000000019c78b000 /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
|
2392 | 0x000000020d836000 /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore
|
2393 | 0x00000001ac2ec000 /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
|
2394 | 0x000000019a97c000 /usr/lib/libMatch.1.dylib
|
2395 | 0x000000022c483000 /usr/lib/libAccessibilityBaseImplementations.dylib
|
2396 | 0x000000019501d000 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
|
2397 | 0x000000011e7c8000 /usr/lib/libobjc-trampolines.dylib
|
2398 | 0x00000001b6916000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
|
2399 | 0x000000019ad10000 /System/Library/PrivateFrameworks/login.framework/Versions/A/login
|
2400 | 0x00000001a2249000 /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
|
2401 | 0x0000000212706000 /System/Library/PrivateFrameworks/LocalAuthenticationCore.framework/Versions/A/LocalAuthenticationCore
|
2402 | 0x00000001a2296000 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
|
2403 | 0x00000001a21e4000 /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
|
2404 | 0x00000001f52fa000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
|
2405 | 0x00000001f5192000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
|
2406 | 0x000000012e55c000 /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
|
2407 | 0x00000001f545a000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
|
2408 | 0x00000001f3428000 /System/Library/Extensions/AGXMetalG13X.bundle/Contents/MacOS/AGXMetalG13X
|
2409 | 0x00000001ab243000 /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
|
2410 | 0x000000013cba4000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/liblwjgl_opengl.dylib
|
2411 | 0x000000013cd00000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/libjcocoa14152266630391983552.dylib
|
2412 | 0x00000001ba10b000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
|
2413 | 0x000000019d219000 /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
|
2414 | 0x0000000200e3a000 /System/Library/PrivateFrameworks/AppleJPEGXL.framework/Versions/A/AppleJPEGXL
|
2415 | 0x00000001b728c000 /System/Library/PrivateFrameworks/SoftwareUpdateCoreSupport.framework/Versions/A/SoftwareUpdateCoreSupport
|
2416 | 0x00000001be603000 /System/Library/PrivateFrameworks/SoftwareUpdateCoreConnect.framework/Versions/A/SoftwareUpdateCoreConnect
|
2417 | 0x00000001a459a000 /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
|
2418 | 0x00000001b6f41000 /System/Library/PrivateFrameworks/MSUDataAccessor.framework/Versions/A/MSUDataAccessor
|
2419 | 0x00000001b3206000 /usr/lib/libbootpolicy.dylib
|
2420 | 0x00000001c5046000 /usr/lib/libpartition2_dynamic.dylib
|
2421 | 0x0000000202422000 /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto
|
2422 | 0x000000019b88d000 /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
|
2423 | 0x00000001a16de000 /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
|
2424 | 0x00000001a16da000 /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
|
2425 | 0x00000001a1ce7000 /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
|
2426 | 0x00000001a16ce000 /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
|
2427 | 0x000000019d34d000 /usr/lib/libTelephonyUtilDynamic.dylib
|
2428 | 0x000000013f1c4000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/libopenal.dylib
|
2429 | 0x00000001b090e000 /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
|
2430 | 0x00000001a1e2c000 /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
|
2431 | 0x00000001a9e37000 /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
|
2432 | 0x00000002023b7000 /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
|
2433 | 0x00000001aa010000 /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
|
2434 | 0x00000001aa11a000 /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
|
2435 | 0x000000019cbd3000 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
|
2436 | 0x00000001a46d4000 /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
|
2437 | 0x00000001a3f26000 /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
|
2438 | 0x00000001f2bab000 /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler
|
2439 | 0x00000001a6371000 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
|
2440 | 0x00000001fb5d8000 /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph
|
2441 | 0x0000000212ecf000 /System/Library/PrivateFrameworks/MLCompilerServices.framework/Versions/A/MLCompilerServices
|
2442 | 0x00000001a5438000 /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
|
2443 | 0x00000001b5b85000 /usr/lib/libncurses.5.4.dylib
|
2444 | 0x0000000212e6b000 /System/Library/PrivateFrameworks/MLCompilerRuntime.framework/Versions/A/MLCompilerRuntime
|
2445 | 0x00000001be2b6000 /System/Library/PrivateFrameworks/TextToSpeech.framework/Versions/A/TextToSpeech
|
2446 | 0x00000001c2083000 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader
|
2447 | 0x000000021de89000 /System/Library/PrivateFrameworks/SiriTTSService.framework/Versions/A/SiriTTSService
|
2448 | 0x00000001a74d3000 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/AssistantServices
|
2449 | 0x00000001d7074000 /System/Library/PrivateFrameworks/FeatureFlags.framework/Versions/A/FeatureFlags
|
2450 | 0x00000001c9e22000 /usr/lib/swift/libswiftAVFoundation.dylib
|
2451 | 0x00000001c4e69000 /usr/lib/swift/libswiftAccelerate.dylib
|
2452 | 0x00000001b6945000 /usr/lib/swift/libswiftCoreMIDI.dylib
|
2453 | 0x00000001c8664000 /usr/lib/swift/libswiftCoreMedia.dylib
|
2454 | 0x00000001d7081000 /usr/lib/swift/libswiftNaturalLanguage.dylib
|
2455 | 0x00000001b75fc000 /usr/lib/libtailspin.dylib
|
2456 | 0x00000001c8161000 /System/Library/PrivateFrameworks/Osprey.framework/Versions/A/Osprey
|
2457 | 0x000000021d56d000 /System/Library/PrivateFrameworks/SiriTTS.framework/Versions/A/SiriTTS
|
2458 | 0x00000001d24c7000 /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
|
2459 | 0x00000001b145a000 /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
|
2460 | 0x00000001c28f6000 /System/Library/PrivateFrameworks/BiomePubSub.framework/Versions/A/BiomePubSub
|
2461 | 0x00000001a21d0000 /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
|
2462 | 0x00000001a2444000 /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects
|
2463 | 0x0000000219c5b000 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/SiriAnalytics
|
2464 | 0x00000001b602e000 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/Versions/A/SiriInstrumentation
|
2465 | 0x000000021c8f4000 /System/Library/PrivateFrameworks/SiriPowerInstrumentation.framework/Versions/A/SiriPowerInstrumentation
|
2466 | 0x00000001b2009000 /System/Library/PrivateFrameworks/Trial.framework/Versions/A/Trial
|
2467 | 0x00000001b1f89000 /System/Library/PrivateFrameworks/TrialProto.framework/Versions/A/TrialProto
|
2468 | 0x00000002201af000 /System/Library/PrivateFrameworks/TailspinSymbolication.framework/Versions/A/TailspinSymbolication
|
2469 | 0x000000020677a000 /System/Library/PrivateFrameworks/Darwinup.framework/Versions/A/Darwinup
|
2470 | 0x00000001c1a22000 /System/Library/PrivateFrameworks/SignpostSupport.framework/Versions/A/SignpostSupport
|
2471 | 0x00000001b132b000 /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport
|
2472 | 0x00000001c11dd000 /System/Library/PrivateFrameworks/ktrace.framework/Versions/A/ktrace
|
2473 | 0x00000001c1c7a000 /System/Library/PrivateFrameworks/SampleAnalysis.framework/Versions/A/SampleAnalysis
|
2474 | 0x00000001c985e000 /System/Library/PrivateFrameworks/kperfdata.framework/Versions/A/kperfdata
|
2475 | 0x000000019e67f000 /usr/lib/libdscsym.dylib
|
2476 | 0x00000001c9b72000 /System/Library/PrivateFrameworks/BulkSymbolication.framework/Versions/A/BulkSymbolication
|
2477 | 0x00000001957c3000 /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
|
2478 | 0x00000001d5683000 /usr/lib/libedit.3.dylib
|
2479 | 0x00000001989cf000 /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
|
2480 | 0x0000000212d27000 /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO
|
2481 | 0x00000001a456d000 /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging
|
2482 | 0x00000001c8662000 /usr/lib/swift/libswiftCryptoTokenKit.dylib
|
2483 | 0x0000000192eaa000 /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
|
2484 | 0x00000001a545c000 /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
|
2485 | 0x00000001c2954000 /System/Library/PrivateFrameworks/BiomeStorage.framework/Versions/A/BiomeStorage
|
2486 | 0x00000001bb00b000 /System/Library/PrivateFrameworks/BiomeFoundation.framework/Versions/A/BiomeFoundation
|
2487 | 0x00000001a419c000 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
|
2488 | 0x00000001b42d7000 /System/Library/PrivateFrameworks/FeedbackLogger.framework/Versions/A/FeedbackLogger
|
2489 | 0x00000001bdc7e000 /System/Library/PrivateFrameworks/BiomeStreams.framework/Versions/A/BiomeStreams
|
2490 | 0x0000000201315000 /System/Library/PrivateFrameworks/AtomicsInternal.framework/Versions/A/AtomicsInternal
|
2491 | 0x0000000201803000 /System/Library/PrivateFrameworks/BiomeLibrary.framework/Versions/A/BiomeLibrary
|
2492 | 0x0000000201bd9000 /System/Library/PrivateFrameworks/BiomeSync.framework/Versions/A/BiomeSync
|
2493 | 0x00000002017e4000 /System/Library/PrivateFrameworks/BiomeFlexibleStorage.framework/Versions/A/BiomeFlexibleStorage
|
2494 | 0x00000002017c9000 /System/Library/PrivateFrameworks/BiomeDSL.framework/Versions/A/BiomeDSL
|
2495 | 0x0000000201bbe000 /System/Library/PrivateFrameworks/BiomeSequence.framework/Versions/A/BiomeSequence
|
2496 | 0x00000001d056a000 /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf
|
2497 | 0x0000000200dc2000 /System/Library/PrivateFrameworks/AppleFlatBuffers.framework/Versions/A/AppleFlatBuffers
|
2498 | 0x00000001abd85000 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
|
2499 | 0x00000001a6f03000 /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
|
2500 | 0x000000021a3ec000 /System/Library/PrivateFrameworks/SiriCrossDeviceArbitrationFeedback.framework/Versions/A/SiriCrossDeviceArbitrationFeedback
|
2501 | 0x000000021a3a3000 /System/Library/PrivateFrameworks/SiriCrossDeviceArbitration.framework/Versions/A/SiriCrossDeviceArbitration
|
2502 | 0x00000001a2662000 /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
|
2503 | 0x00000001ab87a000 /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
|
2504 | 0x000000019dc90000 /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
|
2505 | 0x000000019abac000 /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
|
2506 | 0x000000019c712000 /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
|
2507 | 0x00000001aba16000 /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
|
2508 | 0x000000019de23000 /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
|
2509 | 0x00000001937f6000 /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
|
2510 | 0x00000001b1344000 /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
|
2511 | 0x00000001a864a000 /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
|
2512 | 0x00000001a85eb000 /usr/lib/libtidy.A.dylib
|
2513 | 0x000000019aee1000 /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
|
2514 | 0x000000019cafe000 /usr/lib/libParallelCompression.dylib
|
2515 | 0x000000022c48b000 /usr/lib/libAppleArchive.dylib
|
2516 | 0x00000001bd87c000 /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD
|
2517 | 0x000000021345d000 /System/Library/PrivateFrameworks/MacinTalk.framework/Versions/A/MacinTalk
|
2518 | 0x000000021f29e000 /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechDictionary
|
2519 | 0x00000001f209f000 /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
|
2520 | 0x0000000220fec000 /System/Library/PrivateFrameworks/TextToSpeechMauiSupport.framework/Versions/A/TextToSpeechMauiSupport
|
2521 | 0x00000002204c6000 /System/Library/PrivateFrameworks/TextToSpeechBundleSupport.framework/Versions/A/TextToSpeechBundleSupport
|
2522 | 0x00000002215f4000 /System/Library/PrivateFrameworks/TextToSpeechVoiceBankingSupport.framework/Versions/A/TextToSpeechVoiceBankingSupport
|
2523 | 0x00000001a425f000 /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
|
2524 | 0x00000001c26c1000 /System/Library/Frameworks/Speech.framework/Versions/A/Speech
|
2525 | 0x00000001bd1df000 /usr/lib/swift/libswiftCompression.dylib
|
2526 | 0x000000019533d000 /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
|
2527 | 0x00000001a43c7000 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
|
2528 | 0x00000001a2712000 /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/Versions/A/EmbeddedAcousticRecognition
|
2529 | 0x000000021202f000 /System/Library/PrivateFrameworks/Koa.framework/Versions/A/Koa
|
2530 | 0x0000000222d66000 /System/Library/PrivateFrameworks/UnifiedAssetFramework.framework/Versions/A/UnifiedAssetFramework
|
2531 | 0x000000022d9e5000 /usr/lib/swift/libswiftDistributed.dylib
|
2532 | 0x00000001b94a5000 /System/Library/PrivateFrameworks/EmojiFoundation.framework/Versions/A/EmojiFoundation
|
2533 | 0x00000001c08e7000 /System/Library/PrivateFrameworks/SDAPI.framework/Versions/A/SDAPI
|
2534 | 0x00000001ba04f000 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/Versions/A/DifferentialPrivacy
|
2535 | 0x00000001953a1000 /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
|
2536 | 0x00000001fda61000 /System/Library/Frameworks/SharedWithYouCore.framework/Versions/A/SharedWithYouCore
|
2537 | 0x000000022c5a2000 /usr/lib/libBASupport.dylib
|
2538 | 0x00000001a463e000 /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
|
2539 | 0x00000001a4635000 /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
|
2540 | 0x00000001a611e000 /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
|
2541 | 0x000000022d728000 /usr/lib/libskit.dylib
|
2542 | 0x00000001b58d1000 /usr/lib/libmorphun.dylib
|
2543 | 0x0000000214653000 /System/Library/PrivateFrameworks/MorphunAssets.framework/Versions/A/MorphunAssets
|
2544 | 0x000000022d1c3000 /usr/lib/libmarisa.dylib
|
2545 | 0x00000001ffa9f000 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/Versions/A/AccessibilityUtilities
|
2546 | 0x00000002194cb000 /System/Library/PrivateFrameworks/ScreenReader.framework/Versions/A/Frameworks/ScreenReaderOutput.framework/Versions/A/ScreenReaderOutput
|
2547 | 0x00000001d263a000 /System/Library/PrivateFrameworks/BluetoothManager.framework/Versions/A/BluetoothManager
|
2548 | 0x00000001ba551000 /System/Library/PrivateFrameworks/MobileBluetooth.framework/Versions/A/MobileBluetooth
|
2549 | 0x00000001b0d36000 /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
|
2550 | 0x00000001f27c7000 /System/Library/PrivateFrameworks/ScreenReaderCore.framework/Versions/A/ScreenReaderCore
|
2551 | 0x00000001cd05b000 /System/Library/PrivateFrameworks/AXRuntime.framework/Versions/A/AXRuntime
|
2552 | 0x000000022c47f000 /usr/lib/libAXSafeCategoryBundle.dylib
|
2553 | 0x00000001b9461000 /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
|
2554 | 0x0000000219499000 /System/Library/PrivateFrameworks/ScreenReader.framework/Versions/A/Frameworks/BrailleTranslation.framework/Versions/A/BrailleTranslation
|
2555 | 0x000000018d7e0000 /usr/lib/libmecabra.dylib
|
2556 | 0x000000019a6c7000 /usr/lib/libChineseTokenizer.dylib
|
2557 | 0x00000001ab22f000 /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
|
2558 | 0x00000001bdb4b000 /usr/lib/libFDR.dylib
|
2559 | 0x00000001c2631000 /usr/lib/libamsupport.dylib
|
2560 | 0x000000022c754000 /usr/lib/libReverseProxyDevice.dylib
|
2561 | 0x00000002274e2000 /System/Library/PrivateFrameworks/ZhuGeSupport.framework/Versions/A/ZhuGeSupport
|
2562 | 0x000000013f390000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/lwjgl_eliott/3.3.3-snapshot/arm64/liblwjgl_stb.dylib
|
2563 | 0x00000001ff9b3000 /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
|
2564 | 0x00000002204aa000 /System/Library/PrivateFrameworks/TextInputUI.framework/Versions/A/TextInputUI
|
2565 | 0x00000002204b2000 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/TextInputUIMacHelper
|
2566 | 0x00000001b04a2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
|
2567 | 0x00000001a868a000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
|
2568 | 0x00000001a3e89000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
|
2569 | 0x00000001a868e000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
|
2570 | 0x00000001a8662000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
|
2571 | 0x00000001a8686000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
|
2572 | 0x00000001a8682000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
|
2573 | 0x00000002eb3f0000 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
|
2574 | 0x00000002f0108000 /private/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/sqlite-3.43.0.0-bcb189bb-31cc-4164-9011-672b40d9085d-libsqlitejdbc.dylib
|
2575 | 0x00000002f020c000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libawt.dylib
|
2576 | 0x00000002efeec000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libmlib_image.dylib
|
2577 | 0x00000001fab3c000 /System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
|
2578 | 0x00000002f20dc000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libawt_lwawt.dylib
|
2579 | 0x00000002efeac000 /Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home/lib/libosxapp.dylib
|
2580 | 0x00000001af4d9000 /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
|
2581 |
|
2582 |
|
2583 | VM Arguments:
|
2584 | jvm_args: -Xms512m -Xmx6656m -Duser.language=en -Djava.library.path=/Users/********/Library/Application Support/PrismLauncher/instances/1.21 Worldgen/natives
|
2585 | java_command: org.prismlauncher.EntryPoint
|
2586 | java_class_path (initial): /Applications/Prism Launcher.app/Contents/MacOS/jars/NewLaunch.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-freetype-natives-macos-arm64/3.3.3/lwjgl-freetype-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-freetype/3.3.3/lwjgl-freetype-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-macos-arm64/3.3.3/lwjgl-glfw-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw/3.3.3/lwjgl-glfw-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-macos-arm64/3.3.3/lwjgl-jemalloc-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc/3.3.3/lwjgl-jemalloc-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-macos-arm64/3.3.3/lwjgl-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-openal-natives-macos-arm64/3.3.3/lwjgl-openal-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-openal/3.3.3/lwjgl-openal-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl-natives-macos-arm64/3.3.3/lwjgl-opengl-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl/3.3.3/lwjgl-opengl-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-stb-natives-macos-arm64/3.3.3/lwjgl-stb-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-stb/3.3.3/lwjgl-stb-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd-natives-macos-arm64/3.3.3/lwjgl-tinyfd-natives-macos-arm64-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd/3.3.3/lwjgl-tinyfd-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lwjgl/lwjgl/3.3.3/lwjgl-3.3.3.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/ca/weblite/java-objc-bridge/1.1/java-objc-bridge-1.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/github/oshi/oshi-core/6.4.10/oshi-core-6.4.10.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/ibm/icu/icu4j/73.2/icu4j-73.2.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/authlib/6.0.54/authlib-6.0.54.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/blocklist/1.0.10/blocklist-1.0.10.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/brigadier/1.2.9/brigadier-1.2.9.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/datafixerupper/8.0.16/datafixerupper-8.0.16.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/logging/1.2.7/logging-1.2.7.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/patchy/2.2.10/patchy-2.2.10.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/text2speech/1.17.9/text2speech-1.17.9.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-buffer/4.1.97.Final/netty-buffer-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-codec/4.1.97.Final/netty-codec-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-common/4.1.97.Final/netty-common-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-handler/4.1.97.Final/netty-handler-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-resolver/4.1.97.Final/netty-resolver-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-transport-classes-epoll/4.1.97.Final/netty-transport-classes-epoll-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/io/netty/netty-transport/4.1.97.Final/netty-transport-4.1.97.Final.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/it/unimi/dsi/fastutil/8.5.12/fastutil-8.5.12.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/jcraft/jorbis/0.0.17/jorbis-0.0.17.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/joml/joml/1.10.5/joml-1.10.5.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/net/fabricmc/intermediary/1.21/intermediary-1.21.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/ow2/asm/asm/9.6/asm-9.6.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/net/fabricmc/fabric-loader/0.15.11/fabric-loader-0.15.11.jar:/Users/********/Library/Application Support/PrismLauncher/libraries/com/mojang/minecraft/1.21/minecraft-1.21-client.jar
|
2587 | Launcher Type: SUN_STANDARD
|
2588 |
|
2589 | [Global flags]
|
2590 | intx CICompilerCount = 4 {product} {ergonomic}
|
2591 | uint ConcGCThreads = 2 {product} {ergonomic}
|
2592 | uint G1ConcRefinementThreads = 9 {product} {ergonomic}
|
2593 | size_t G1HeapRegionSize = 4194304 {product} {ergonomic}
|
2594 | uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
|
2595 | size_t InitialHeapSize = 536870912 {product} {command line}
|
2596 | size_t MarkStackSize = 4194304 {product} {ergonomic}
|
2597 | size_t MaxHeapSize = 6979321856 {product} {command line}
|
2598 | size_t MaxNewSize = 4185915392 {product} {ergonomic}
|
2599 | size_t MinHeapDeltaBytes = 4194304 {product} {ergonomic}
|
2600 | size_t MinHeapSize = 536870912 {product} {command line}
|
2601 | uintx NonNMethodCodeHeapSize = 5839564 {pd product} {ergonomic}
|
2602 | uintx NonProfiledCodeHeapSize = 122909338 {pd product} {ergonomic}
|
2603 | uintx ProfiledCodeHeapSize = 122909338 {pd product} {ergonomic}
|
2604 | uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
|
2605 | bool SegmentedCodeCache = true {product} {ergonomic}
|
2606 | size_t SoftMaxHeapSize = 6979321856 {manageable} {ergonomic}
|
2607 | bool UseCompressedOops = true {product lp64_product} {ergonomic}
|
2608 | bool UseG1GC = true {product} {ergonomic}
|
2609 | bool UseNUMA = false {product} {ergonomic}
|
2610 | bool UseNUMAInterleaving = false {product} {ergonomic}
|
2611 |
|
2612 | Logging:
|
2613 | Log output configuration:
|
2614 | #0: stdout all=warning uptime,level,tags foldmultilines=false
|
2615 | #1: stderr all=off uptime,level,tags foldmultilines=false
|
2616 |
|
2617 | Environment Variables:
|
2618 | PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
2619 | SHELL=/bin/zsh
|
2620 | TMPDIR=/var/folders/gh/qs1b65ds3yj13yd7v0yr5k4h0000gn/T/
|
2621 |
|
2622 | Active Locale:
|
2623 | LC_ALL=C
|
2624 | LC_COLLATE=C
|
2625 | LC_CTYPE=C
|
2626 | LC_MESSAGES=C
|
2627 | LC_MONETARY=C
|
2628 | LC_NUMERIC=C
|
2629 | LC_TIME=C
|
2630 |
|
2631 | Signal Handlers:
|
2632 | SIGSEGV: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_ONSTACK|SA_RESTART|SA_SIGINFO, unblocked
|
2633 | SIGBUS: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
2634 | SIGFPE: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
2635 | SIGPIPE: javaSignalHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
2636 | SIGXFSZ: javaSignalHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
2637 | SIGILL: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
2638 | SIGUSR2: SR_handler in libjvm.dylib, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO, blocked
|
2639 | SIGHUP: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
2640 | SIGINT: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
2641 | SIGTERM: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
2642 | SIGQUIT: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
2643 | SIGTRAP: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
2644 |
|
2645 |
|
2646 | Periodic native trim disabled
|
2647 |
|
2648 | --------------- S Y S T E M ---------------
|
2649 |
|
2650 | OS:
|
2651 | uname: Darwin 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000 arm64
|
2652 | OS uptime: 1 days 23:18 hours
|
2653 | rlimit (soft/hard): STACK 8176k/65520k , CORE 0k/infinity , NPROC 5333/8000 , NOFILE 10240/infinity , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK infinity/infinity , RSS infinity/infinity
|
2654 | load average: 5.06 6.63 13.42
|
2655 |
|
2656 | CPU: total 10 (initial active 10) 0x61:0x0:0x1b588bb3:0, fp, asimd, aes, pmull, sha1, sha256, crc32, lse, sha3, sha512
|
2657 | machdep.cpu.brand_string:Apple M1 Max
|
2658 | hw.cachelinesize:128
|
2659 | hw.l1icachesize:131072
|
2660 | hw.l1dcachesize:65536
|
2661 | hw.l2cachesize:4194304
|
2662 |
|
2663 | Memory: 16k page, physical 33554432k(12211056k free), swap 3145728k(641984k free)
|
2664 |
|
2665 | vm_info: OpenJDK 64-Bit Server VM (21.0.1+12-LTS) for bsd-aarch64 JRE (21.0.1+12-LTS) (Zulu21.30+15-CA), built on 2023-10-11T21:40:40Z by "zulu_re" with clang Apple LLVM 12.0.0 (clang-1200.0.32.28)
|
2666 |
|
2667 | END.
|