mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
4302 lines
320 KiB
Plaintext
4302 lines
320 KiB
Plaintext
#
|
|
# A fatal error has been detected by the Java Runtime Environment:
|
|
#
|
|
# SIGSEGV (0xb) at pc=0x000000019772d718, pid=54860, tid=39439
|
|
#
|
|
# JRE version: OpenJDK Runtime Environment (24.0.2+12) (build 24.0.2+12-54)
|
|
# Java VM: OpenJDK 64-Bit Server VM (24.0.2+12-54, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
|
|
# Problematic frame:
|
|
# C [libsystem_platform.dylib+0x4718] _platform_strcmp$VARIANT$Base+0x8
|
|
#
|
|
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
|
|
#
|
|
# JFR recording file will be written. Location: /Users/lieght/IdeaProjects/pis/hs_err_pid54860.jfr
|
|
#
|
|
# If you would like to submit a bug report, please visit:
|
|
# https://bugreport.java.com/bugreport/crash.jsp
|
|
#
|
|
|
|
--------------- S U M M A R Y ------------
|
|
|
|
Command Line: --enable-native-access=ALL-UNNAMED --enable-preview -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=57720:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 org.toop.Main
|
|
|
|
Host: "Mac15,12" arm64, 8 cores, 16G, Darwin 25.0.0, macOS 26.0 (25A5351b)
|
|
Time: Mon Sep 15 17:44:26 2025 CEST elapsed time: 6.540954 seconds (0d 0h 0m 6s)
|
|
|
|
--------------- T H R E A D ---------------
|
|
|
|
Current thread (0x0000000b697d1000): JavaThread "pool-3-thread-2" [_thread_in_vm, id=39439, stack(0x000000016fd70000,0x000000016ff73000) (2060K)]
|
|
|
|
Stack: [0x000000016fd70000,0x000000016ff73000], sp=0x000000016ff71770, free space=2053k
|
|
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
|
C [libsystem_platform.dylib+0x4718] _platform_strcmp$VARIANT$Base+0x8
|
|
C [libasyncProfiler.dylib+0x46f74] Profiler::getJavaTraceAsync(void*, ASGCT_CallFrame*, int, StackContext*)+0x514
|
|
C [libasyncProfiler.dylib+0x47bdc] Profiler::recordSampleForThread(int, void*, unsigned long long, EventType, Event*, int*)+0x148
|
|
C [libasyncProfiler.dylib+0x58ff8] WallClock::signalHandler(int, __siginfo*, void*)+0xa8
|
|
C [libsystem_platform.dylib+0x3704] _sigtramp+0x38
|
|
V [libjvm.dylib+0x836d70] ObjectMonitor::TrySpin(JavaThread*)+0xb8
|
|
V [libjvm.dylib+0x836ef4] ObjectMonitor::enter(JavaThread*)+0x20
|
|
V [libjvm.dylib+0x707f68] LightweightSynchronizer::inflate_and_enter(oopDesc*, ObjectSynchronizer::InflateCause, JavaThread*, JavaThread*)+0x104
|
|
V [libjvm.dylib+0x708524] LightweightSynchronizer::enter(Handle, BasicLock*, JavaThread*)+0x1a8
|
|
V [libjvm.dylib+0x907284] SharedRuntime::monitor_enter_helper(oopDesc*, BasicLock*, JavaThread*)+0x1ac
|
|
V [libjvm.dylib+0x907340] SharedRuntime::complete_monitor_locking_C(oopDesc*, BasicLock*, JavaThread*)+0x4c
|
|
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
|
|
v ~RuntimeStub::C2 Runtime complete_monitor_locking 0x000000011b2b0f38
|
|
J 2758 c2 org.apache.logging.log4j.core.layout.StringBuilderEncoder.encode(Ljava/lang/StringBuilder;Lorg/apache/logging/log4j/core/layout/ByteBufferDestination;)V (59 bytes) @ 0x000000011b7fd000 [0x000000011b7fc040+0x0000000000000fc0]
|
|
J 2789 c2 org.apache.logging.log4j.core.layout.PatternLayout.encode(Lorg/apache/logging/log4j/core/LogEvent;Lorg/apache/logging/log4j/core/layout/ByteBufferDestination;)V (33 bytes) @ 0x000000011b80f4ec [0x000000011b80f200+0x00000000000002ec]
|
|
J 2717 c2 org.apache.logging.log4j.spi.AbstractLogger.logMessageSafely(Ljava/lang/String;Lorg/apache/logging/log4j/Level;Lorg/apache/logging/log4j/Marker;Lorg/apache/logging/log4j/message/Message;Ljava/lang/Throwable;)V (30 bytes) @ 0x000000011b7f1d80 [0x000000011b7f0b40+0x0000000000001240]
|
|
J 2769 c2 org.apache.logging.log4j.spi.AbstractLogger.info(Ljava/lang/String;Ljava/lang/Object;)V (14 bytes) @ 0x000000011b8095cc [0x000000011b809180+0x000000000000044c]
|
|
j org.toop.server.frontend.ServerConnection.outputLoop()V+62
|
|
j org.toop.server.frontend.ServerConnection$$Lambda+0x00003f000111eb18.run()V+4
|
|
j java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4 java.base@24.0.2
|
|
j java.util.concurrent.FutureTask.run()V+39 java.base@24.0.2
|
|
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 java.base@24.0.2
|
|
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 java.base@24.0.2
|
|
j java.lang.Thread.runWith(Ljava/lang/Object;Ljava/lang/Runnable;)V+5 java.base@24.0.2
|
|
j java.lang.Thread.run()V+19 java.base@24.0.2
|
|
v ~StubRoutines::call_stub 0x000000011b19c114
|
|
|
|
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00000008000000e8
|
|
|
|
Registers:
|
|
x0=0x00000008000000e8 x1=0x000000010a0d6284 x2=0x0000000000000000 x3=0x0000000000000000
|
|
x4=0x0000000000000000 x5=0x000000016ff71ce0 x6=0x00000007004a5140 x7=0x0000000000000000
|
|
x8=0x0000000000000010 x9=0x0000000000000030 x10=0x000000000000453a x11=0x0000000104868000
|
|
x12=0x0000000000000000 x13=0x000000011b2b0f38 x14=0x0000000000000040 x15=0x000000000000004a
|
|
x16=0x000000019772d710 x17=0x0000000b68cfcc60 x18=0x0000000000000000 x19=0x00000008000000e8
|
|
x20=0x000000010a0e0bd0 x21=0x0000000b67e643f0 x22=0x0000000b67e60364 x23=0x000000016ff721e0
|
|
x24=0x000000016ff71db8 x25=0x000000016ff721a0 x26=0x000000011b2b0e90 x27=0x0000000b697d1000
|
|
x28=0x00000000fffffffc fp=0x000000016ff71780 lr=0x000000010a0bb4dc sp=0x000000016ff71770
|
|
pc=0x000000019772d718 cpsr=0x0000000000001000
|
|
|
|
Register to memory mapping:
|
|
|
|
x0 =0x00000008000000e8 is an unknown value
|
|
x1 =0x000000010a0d6284: <offset 0x62284> in /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x000000010a074000
|
|
x2 =0x0 is null
|
|
x3 =0x0 is null
|
|
x4 =0x0 is null
|
|
x5 =0x000000016ff71ce0 is pointing into the stack for thread: 0x0000000b697d1000
|
|
x6 =0x00000007004a5140 is an oop: [B
|
|
{0x00000007004a5140} - klass: {type array byte} - flags: is_cloneable_fast
|
|
|
|
- length: 8192
|
|
- 0: 32 2
|
|
- 1: 30 0
|
|
- 2: 32 2
|
|
- 3: 35 5
|
|
- 4: 2d -
|
|
- 5: 30 0
|
|
- 6: 39 9
|
|
- 7: 2d -
|
|
- 8: 31 1
|
|
- 9: 35 5
|
|
- 10: 20
|
|
- 11: 31 1
|
|
- 12: 37 7
|
|
- 13: 3a :
|
|
- 14: 34 4
|
|
- 15: 34 4
|
|
- 16: 3a :
|
|
- 17: 32 2
|
|
- 18: 36 6
|
|
- 19: 20
|
|
- 20: 5b [
|
|
- 21: 70 p
|
|
- 22: 6f o
|
|
- 23: 6f o
|
|
- 24: 6c l
|
|
- 25: 2d -
|
|
- 26: 33 3
|
|
- 27: 2d -
|
|
- 28: 74 t
|
|
- 29: 68 h
|
|
- 30: 72 r
|
|
- 31: 65 e
|
|
- 32: 61 a
|
|
- 33: 64 d
|
|
- 34: 2d -
|
|
- 35: 32 2
|
|
- 36: 5d ]
|
|
- 37: 20
|
|
- 38: 49 I
|
|
- 39: 4e N
|
|
- 40: 46 F
|
|
- 41: 4f O
|
|
- 42: 20
|
|
- 43: 20
|
|
- 44: 6f o
|
|
- 45: 72 r
|
|
- 46: 67 g
|
|
- 47: 2e .
|
|
- 48: 74 t
|
|
- 49: 6f o
|
|
- 50: 6f o
|
|
- 51: 70 p
|
|
- 52: 2e .
|
|
- 53: 4d M
|
|
- 54: 61 a
|
|
- 55: 69 i
|
|
- 56: 6e n
|
|
- 57: 20
|
|
- 58: 2d -
|
|
- 59: 20
|
|
- 60: 53 S
|
|
- 61: 65 e
|
|
- 62: 6e n
|
|
- 63: 74 t
|
|
- 64: 20
|
|
- 65: 63 c
|
|
- 66: 6f o
|
|
- 67: 6d m
|
|
- 68: 6d m
|
|
- 69: 61 a
|
|
- 70: 6e n
|
|
- 71: 64 d
|
|
- 72: 3a :
|
|
- 73: 20
|
|
- 74: 27 '
|
|
- 75: 48 H
|
|
- 76: 45 E
|
|
- 77: 4c L
|
|
- 78: 50 P
|
|
- 79: 20
|
|
- 80: 54 T
|
|
- 81: 45 E
|
|
- 82: 53 S
|
|
- 83: 54 T
|
|
- 84: 27 '
|
|
- 85: a
|
|
- 86: 6e n
|
|
- 87: 6e n
|
|
- 88: 65 e
|
|
- 89: 63 c
|
|
- 90: 74 t
|
|
- 91: 69 i
|
|
- 92: 6f o
|
|
- 93: 6e n
|
|
- 94: 20
|
|
- 95: 77 w
|
|
- 96: 72 r
|
|
- 97: 69 i
|
|
- 98: 74 t
|
|
- 99: 65 e
|
|
- 100: a
|
|
- 101: 0
|
|
- 102: 0
|
|
- 103: 0
|
|
- 104: 0
|
|
- 105: 0
|
|
- 106: 0
|
|
- 107: 0
|
|
- 108: 0
|
|
- 109: 0
|
|
- 110: 0
|
|
- 111: 0
|
|
- 112: 0
|
|
- 113: 0
|
|
- 114: 0
|
|
- 115: 0
|
|
- 116: 0
|
|
- 117: 0
|
|
- 118: 0
|
|
- 119: 0
|
|
- 120: 0
|
|
- 121: 0
|
|
- 122: 0
|
|
- 123: 0
|
|
- 124: 0
|
|
- 125: 0
|
|
- 126: 0
|
|
- 127: 0
|
|
- 128: 0
|
|
- 129: 0
|
|
- 130: 0
|
|
- 131: 0
|
|
- 132: 0
|
|
- 133: 0
|
|
- 134: 0
|
|
- 135: 0
|
|
- 136: 0
|
|
- 137: 0
|
|
- 138: 0
|
|
- 139: 0
|
|
- 140: 0
|
|
- 141: 0
|
|
- 142: 0
|
|
- 143: 0
|
|
- 144: 0
|
|
- 145: 0
|
|
- 146: 0
|
|
- 147: 0
|
|
- 148: 0
|
|
- 149: 0
|
|
- 150: 0
|
|
- 151: 0
|
|
- 152: 0
|
|
- 153: 0
|
|
- 154: 0
|
|
- 155: 0
|
|
- 156: 0
|
|
- 157: 0
|
|
- 158: 0
|
|
- 159: 0
|
|
- 160: 0
|
|
- 161: 0
|
|
- 162: 0
|
|
- 163: 0
|
|
- 164: 0
|
|
- 165: 0
|
|
- 166: 0
|
|
- 167: 0
|
|
- 168: 0
|
|
- 169: 0
|
|
- 170: 0
|
|
- 171: 0
|
|
- 172: 0
|
|
- 173: 0
|
|
- 174: 0
|
|
- 175: 0
|
|
- 176: 0
|
|
- 177: 0
|
|
- 178: 0
|
|
- 179: 0
|
|
- 180: 0
|
|
- 181: 0
|
|
- 182: 0
|
|
- 183: 0
|
|
- 184: 0
|
|
- 185: 0
|
|
- 186: 0
|
|
- 187: 0
|
|
- 188: 0
|
|
- 189: 0
|
|
- 190: 0
|
|
- 191: 0
|
|
- 192: 0
|
|
- 193: 0
|
|
- 194: 0
|
|
- 195: 0
|
|
- 196: 0
|
|
- 197: 0
|
|
- 198: 0
|
|
- 199: 0
|
|
- 200: 0
|
|
- 201: 0
|
|
- 202: 0
|
|
- 203: 0
|
|
- 204: 0
|
|
- 205: 0
|
|
- 206: 0
|
|
- 207: 0
|
|
- 208: 0
|
|
- 209: 0
|
|
- 210: 0
|
|
- 211: 0
|
|
- 212: 0
|
|
- 213: 0
|
|
- 214: 0
|
|
- 215: 0
|
|
- 216: 0
|
|
- 217: 0
|
|
- 218: 0
|
|
- 219: 0
|
|
- 220: 0
|
|
- 221: 0
|
|
- 222: 0
|
|
- 223: 0
|
|
- 224: 0
|
|
- 225: 0
|
|
- 226: 0
|
|
- 227: 0
|
|
- 228: 0
|
|
- 229: 0
|
|
- 230: 0
|
|
- 231: 0
|
|
- 232: 0
|
|
- 233: 0
|
|
- 234: 0
|
|
- 235: 0
|
|
- 236: 0
|
|
- 237: 0
|
|
- 238: 0
|
|
- 239: 0
|
|
- 240: 0
|
|
- 241: 0
|
|
- 242: 0
|
|
- 243: 0
|
|
- 244: 0
|
|
- 245: 0
|
|
- 246: 0
|
|
- 247: 0
|
|
- 248: 0
|
|
- 249: 0
|
|
- 250: 0
|
|
- 251: 0
|
|
- 252: 0
|
|
- 253: 0
|
|
- 254: 0
|
|
- 255: 0
|
|
- <7936 more elements, increase MaxElementPrintSize to print>
|
|
x7 =0x0 is null
|
|
x8 =0x0000000000000010 is an unknown value
|
|
x9 =0x0000000000000030 is an unknown value
|
|
x10=0x000000000000453a is an unknown value
|
|
x11=0x0000000104868000 points into unknown readable memory: 0x0706050403020100 | 00 01 02 03 04 05 06 07
|
|
x12=0x0 is null
|
|
x13=0x000000011b2b0f38 is at code_begin+56 in
|
|
[CodeBlob (0x000000011b2b0e88)]
|
|
Framesize: 2
|
|
Runtime Stub (0x000000011b2b0e88): C2 Runtime complete_monitor_locking
|
|
--------------------------------------------------------------------------------
|
|
Decoding CodeBlob, name: C2 Runtime complete_monitor_locking, at [0x000000011b2b0f00, 0x000000011b2b0f70] 112 bytes
|
|
[MachCode]
|
|
0x000000011b2b0f00: 1f20 03d5 | ff43 00d1 | fd7b 00a9 | e903 0091 | 89d7 01f9 | e003 01aa | e103 02aa | e203 1caa
|
|
0x000000011b2b0f20: c900 0010 | 89db 01f9 | 88f1 8ad2 | e859 a1f2 | 2800 c0f2 | 0001 3fd6 | 1f20 03d5 | 1f00 80f2
|
|
0x000000011b2b0f40: 1f00 80f2 | 9fd7 01f9 | 9fdb 01f9 | 8a07 40f9 | 8a00 00b5 | fd7b 40a9 | ff43 0091 | c003 5fd6
|
|
0x000000011b2b0f60: fd7b 40a9 | ff43 0091 | 36ac fb17 | 0000 0000
|
|
[/MachCode]
|
|
--------------------------------------------------------------------------------
|
|
x14=0x0000000000000040 is an unknown value
|
|
x15=0x000000000000004a is an unknown value
|
|
x16=0x000000019772d710: _platform_strcmp$VARIANT$Base+0 in /usr/lib/system/libsystem_platform.dylib at 0x0000000197729000
|
|
x17=0x0000000b68cfcc60 points into unknown readable memory: 0x00000000ffffffff | ff ff ff ff 00 00 00 00
|
|
x18=0x0 is null
|
|
x19=0x00000008000000e8 is an unknown value
|
|
x20=0x000000010a0e0bd0: _ZN2VM18_asyncGetCallTraceE+0 in /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x000000010a074000
|
|
x21=0x0000000b67e643f0 points into unknown readable memory: 0x0000000b000001b9 | b9 01 00 00 0b 00 00 00
|
|
x22=0x0000000b67e60364 points into unknown readable memory: 3f 00 01 00
|
|
x23=0x000000016ff721e0 is pointing into the stack for thread: 0x0000000b697d1000
|
|
x24=0x000000016ff71db8 is pointing into the stack for thread: 0x0000000b697d1000
|
|
x25=0x000000016ff721a0 is pointing into the stack for thread: 0x0000000b697d1000
|
|
x26=0x000000011b2b0e90 is at code_begin+-112 in
|
|
[CodeBlob (0x000000011b2b0e88)]
|
|
Framesize: 2
|
|
Runtime Stub (0x000000011b2b0e88): C2 Runtime complete_monitor_locking
|
|
--------------------------------------------------------------------------------
|
|
Decoding CodeBlob, name: C2 Runtime complete_monitor_locking, at [0x000000011b2b0f00, 0x000000011b2b0f70] 112 bytes
|
|
[MachCode]
|
|
0x000000011b2b0f00: 1f20 03d5 | ff43 00d1 | fd7b 00a9 | e903 0091 | 89d7 01f9 | e003 01aa | e103 02aa | e203 1caa
|
|
0x000000011b2b0f20: c900 0010 | 89db 01f9 | 88f1 8ad2 | e859 a1f2 | 2800 c0f2 | 0001 3fd6 | 1f20 03d5 | 1f00 80f2
|
|
0x000000011b2b0f40: 1f00 80f2 | 9fd7 01f9 | 9fdb 01f9 | 8a07 40f9 | 8a00 00b5 | fd7b 40a9 | ff43 0091 | c003 5fd6
|
|
0x000000011b2b0f60: fd7b 40a9 | ff43 0091 | 36ac fb17 | 0000 0000
|
|
[/MachCode]
|
|
--------------------------------------------------------------------------------
|
|
x27=0x0000000b697d1000 is a thread
|
|
x28=0x00000000fffffffc is an unknown value
|
|
fp=0x000000016ff71780 is pointing into the stack for thread: 0x0000000b697d1000
|
|
lr=0x000000010a0bb4dc: _ZN7NMethod9isNMethodEv+0x30 in /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x000000010a074000
|
|
sp=0x000000016ff71770 is pointing into the stack for thread: 0x0000000b697d1000
|
|
|
|
Top of Stack: (sp=0x000000016ff71770)
|
|
0x000000016ff71770: 000000010a0e0bd0 0000000b60fd8000 ...........`....
|
|
0x000000016ff71780: 000000016ff71840 000000010a0baf74 @..o....t.......
|
|
0x000000016ff71790: 0000000b697d1000 000000016ff718f0 ..}i.......o....
|
|
0x000000016ff717a0: 000000016ff71860 0000000b67e58000 `..o.......g....
|
|
0x000000016ff717b0: 000000010ac46d40 0000080000000000 @m..............
|
|
0x000000016ff717c0: 0000000b697d13c8 00000000fffffffc ..}i............
|
|
0x000000016ff717d0: 0000000b60fd8000 000000011b7a6f28 ...`....(oz.....
|
|
0x000000016ff717e0: 000000011b7a6d00 000000016ff71db8 .mz........o....
|
|
0x000000016ff717f0: 0000000b67e60180 0000000b60fd8000 ...g.......`....
|
|
0x000000016ff71800: 000000016ff71db8 0000000b60fd8000 ...o.......`....
|
|
0x000000016ff71810: 0000000000000000 000000000000000c ................
|
|
0x000000016ff71820: 0000000000000001 000000016ff71ce0 ...........o....
|
|
0x000000016ff71830: 0000000b67e58000 0000000000009a0f ...g............
|
|
0x000000016ff71840: 000000016ff71cd0 000000010a0bbbdc ...o............
|
|
0x000000016ff71850: 0000000000989680 0000000000000000 ................
|
|
0x000000016ff71860: 0000000000000000 0000000000000000 ................
|
|
0x000000016ff71870: 0000000b697d13c8 0000000b697d1000 ..}i......}i....
|
|
0x000000016ff71880: 000000016ff71a98 000000016ff723e0 ...o.....#.o....
|
|
0x000000016ff71890: 000000016ff71ff8 0000000000000000 ...o............
|
|
0x000000016ff718a0: 000000016ff71ff8 0000000000000800 ...o............
|
|
0x000000016ff718b0: 000000016ff72540 000000011b7a6f28 @%.o....(oz.....
|
|
0x000000016ff718c0: 000000011b7a6dc8 0000000000000000 .mz.............
|
|
0x000000016ff718d0: 0000000000000000 0000000000000000 ................
|
|
0x000000016ff718e0: 000000016ff72540 000000010a5eaf01 @%.o......^.....
|
|
0x000000016ff718f0: 000000016ff72540 000000011b7a6f28 @%.o....(oz.....
|
|
0x000000016ff71900: 000000011b7a6dc8 0000000000000000 .mz.............
|
|
0x000000016ff71910: 0000000b6b212480 0000000b5dd00400 .$!k.......]....
|
|
0x000000016ff71920: 000000016ff71970 000000010a0c61ac p..o.....a......
|
|
0x000000016ff71930: 000000000000000c 000000000000000c ................
|
|
0x000000016ff71940: 0000000b5dd00000 0000000000009a0f ...]............
|
|
0x000000016ff71950: 0000000b5dc00000 000000016ff719c8 ...].......o....
|
|
0x000000016ff71960: 00004df9cac4e471 000000000000c889 q....M..........
|
|
|
|
Instructions: (pc=0x000000019772d718)
|
|
0x000000019772d618: e0 07 9f 1a c0 03 5f d6 e8 03 20 2a 28 10 e8 b8
|
|
0x000000019772d628: 00 01 00 0a c0 03 5f d6 a1 02 00 b4 09 e4 7a 92
|
|
0x000000019772d638: 0a 14 40 92 2a 00 0a 8b 4a 05 00 d1 0b 00 80 92
|
|
0x000000019772d648: 6a 19 4a ca 9f 3b 03 d5 82 02 80 d2 03 00 80 d2
|
|
0x000000019772d658: 29 75 0b d5 29 01 01 91 42 04 00 f1 81 00 00 54
|
|
0x000000019772d668: 03 01 00 b4 9f 3b 03 d5 82 02 80 d2 4a 05 00 b1
|
|
0x000000019772d678: 01 ff ff 54 9f 3b 03 d5 df 3f 03 d5 c0 03 5f d6
|
|
0x000000019772d688: 08 00 e0 f2 e8 01 c0 f2 e8 ff bf f2 08 10 98 f2
|
|
0x000000019772d698: 08 01 40 b9 02 00 00 90 42 10 1b 91 43 44 40 b8
|
|
0x000000019772d6a8: 83 00 00 34 7f 00 08 6b e0 fd ff 54 fc ff ff 17
|
|
0x000000019772d6b8: 02 00 80 d2 23 00 80 d2 ed ff ff 17 b3 8b 58 1b
|
|
0x000000019772d6c8: 3d d8 33 da ea ed 65 87 5e 41 33 fa b5 f5 76 28
|
|
0x000000019772d6d8: 32 58 01 72 93 ea 4d 5f 00 00 00 00 9f 3b 03 d5
|
|
0x000000019772d6e8: c0 03 5f d6 00 00 00 00 00 00 00 00 00 00 00 00
|
|
0x000000019772d6f8: 00 00 00 00 00 00 00 00 00 01 02 03 04 05 06 07
|
|
0x000000019772d708: 08 09 0a 0b 0c 0d 0e 0f 1f 0c 40 f2 00 01 00 54
|
|
=>0x000000019772d718: 04 14 40 38 25 14 40 38 83 00 05 eb 84 08 40 7a
|
|
0x000000019772d728: 41 ff ff 54 e0 03 03 aa c0 03 5f d6 3f 0c 40 f2
|
|
0x000000019772d738: 40 03 00 54 e7 03 01 cb e7 1c 7c f2 80 01 00 54
|
|
0x000000019772d748: 1f 20 03 d5 1f 20 03 d5 00 04 c1 3c 21 04 c1 3c
|
|
0x000000019772d758: 01 8c 21 6e 00 1c 21 4e 01 a8 31 6e 23 00 26 1e
|
|
0x000000019772d768: a3 02 00 34 e7 40 00 f1 01 ff ff 54 04 14 40 38
|
|
0x000000019772d778: 25 14 40 38 83 00 05 eb 84 08 40 7a 40 fd ff 54
|
|
0x000000019772d788: 1f 0c 40 f2 41 ff ff 54 07 fe 81 d2 ef ff ff 17
|
|
0x000000019772d798: 1f 20 03 d5 1f 20 03 d5 00 04 c1 3c 21 04 c1 3c
|
|
0x000000019772d7a8: 01 8c 21 6e 00 1c 21 4e 01 a8 31 6e 23 00 26 1e
|
|
0x000000019772d7b8: 43 ff ff 35 21 1c 21 6e 00 34 21 6e e1 f9 ff 9c
|
|
0x000000019772d7c8: 00 1c a1 4e 00 a8 31 6e 03 00 26 1e 63 40 00 d1
|
|
0x000000019772d7d8: 04 68 63 38 25 68 63 38 80 00 05 cb c0 03 5f d6
|
|
0x000000019772d7e8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
|
0x000000019772d7f8: 00 00 00 00 00 00 00 00 00 01 02 03 04 05 06 07
|
|
0x000000019772d808: 08 09 0a 0b 0c 0d 0e 0f 63 00 03 ca 42 01 00 b4
|
|
|
|
|
|
Stack slot to memory mapping:
|
|
|
|
stack at sp + 0 slots: 0x000000010a0e0bd0: _ZN2VM18_asyncGetCallTraceE+0 in /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x000000010a074000
|
|
stack at sp + 1 slots: 0x0000000b60fd8000 points into unknown readable memory: 0x00000001fffffffd | fd ff ff ff 01 00 00 00
|
|
stack at sp + 2 slots: 0x000000016ff71840 is pointing into the stack for thread: 0x0000000b697d1000
|
|
stack at sp + 3 slots: 0x000000010a0baf74: _ZN8Profiler17getJavaTraceAsyncEPvP15ASGCT_CallFrameiP12StackContext+0x514 in /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x000000010a074000
|
|
stack at sp + 4 slots: 0x0000000b697d1000 is a thread
|
|
stack at sp + 5 slots: 0x000000016ff718f0 is pointing into the stack for thread: 0x0000000b697d1000
|
|
stack at sp + 6 slots: 0x000000016ff71860 is pointing into the stack for thread: 0x0000000b697d1000
|
|
stack at sp + 7 slots: 0x0000000b67e58000 points into unknown readable memory: 0x000000004d555458 | 58 54 55 4d 00 00 00 00
|
|
|
|
Lock stack of current Java thread (top to bottom):
|
|
|
|
--------------------------------------------------------------------------------
|
|
Decoding CodeBlob, name: C2 Runtime complete_monitor_locking, at [0x000000011b2b0f00, 0x000000011b2b0f70] 112 bytes
|
|
[MachCode]
|
|
0x000000011b2b0f00: 1f20 03d5 | ff43 00d1 | fd7b 00a9 | e903 0091 | 89d7 01f9 | e003 01aa | e103 02aa | e203 1caa
|
|
0x000000011b2b0f20: c900 0010 | 89db 01f9 | 88f1 8ad2 | e859 a1f2 | 2800 c0f2 | 0001 3fd6 | 1f20 03d5 | 1f00 80f2
|
|
0x000000011b2b0f40: 1f00 80f2 | 9fd7 01f9 | 9fdb 01f9 | 8a07 40f9 | 8a00 00b5 | fd7b 40a9 | ff43 0091 | c003 5fd6
|
|
0x000000011b2b0f60: fd7b 40a9 | ff43 0091 | 36ac fb17 | 0000 0000
|
|
[/MachCode]
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
Compiled method (c2) 6555 2758 ! 4 org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode (59 bytes)
|
|
total in heap [0x000000011b7fbcc8,0x000000011b7fe9d8] = 11536
|
|
relocation [0x000000011b7fbda0,0x000000011b7fbfd0] = 560
|
|
constants [0x000000011b7fc000,0x000000011b7fc040] = 64
|
|
main code [0x000000011b7fc040,0x000000011b7fe510] = 9424
|
|
stub code [0x000000011b7fe510,0x000000011b7fe580] = 112
|
|
oops [0x000000011b7fe580,0x000000011b7fe5c0] = 64
|
|
metadata [0x000000011b7fe5c0,0x000000011b7fe9d8] = 1048
|
|
immutable data [0x0000000b6941c800,0x0000000b6941df08] = 5896
|
|
dependencies [0x0000000b6941c800,0x0000000b6941c968] = 360
|
|
nul chk table [0x0000000b6941c968,0x0000000b6941c9e8] = 128
|
|
handler table [0x0000000b6941c9e8,0x0000000b6941cad8] = 240
|
|
scopes pcs [0x0000000b6941cad8,0x0000000b6941d088] = 1456
|
|
scopes data [0x0000000b6941d088,0x0000000b6941df08] = 3712
|
|
|
|
|
|
[Constant Pool]
|
|
Address hex4 hex8
|
|
0x000000011b7fc000: 0x3f8ccccd 0x000000003f8ccccd
|
|
0x000000011b7fc004: 0x00000000
|
|
0x000000011b7fc008: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc00c: 0x00000000
|
|
0x000000011b7fc010: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc014: 0x00000000
|
|
0x000000011b7fc018: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc01c: 0x00000000
|
|
0x000000011b7fc020: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc024: 0x00000000
|
|
0x000000011b7fc028: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc02c: 0x00000000
|
|
0x000000011b7fc030: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc034: 0x00000000
|
|
0x000000011b7fc038: 0x00000000 0x0000000000000000
|
|
0x000000011b7fc03c: 0x00000000
|
|
|
|
[MachCode]
|
|
[Instructions begin]
|
|
0x000000011b7fc040: ; {no_reloc}
|
|
0x000000011b7fc040: 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
|
[Entry Point]
|
|
# {method} {0x000000012a67e950} 'encode' '(Ljava/lang/StringBuilder;Lorg/apache/logging/log4j/core/layout/ByteBufferDestination;)V' in 'org/apache/logging/log4j/core/layout/StringBuilderEncoder'
|
|
# this: c_rarg1:c_rarg1
|
|
= 'org/apache/logging/log4j/core/layout/StringBuilderEncoder'
|
|
# parm0: c_rarg2:c_rarg2
|
|
= 'java/lang/StringBuilder'
|
|
# parm1: c_rarg3:c_rarg3
|
|
= 'org/apache/logging/log4j/core/layout/ByteBufferDestination'
|
|
# [sp+0xd0] (sp of caller)
|
|
0x000000011b7fc04c: 2808 40b9 | 2a09 40b9 | 1f01 0a6b | 4000 0054
|
|
|
|
0x000000011b7fc05c: ; {runtime_call Shared Runtime ic_miss_blob}
|
|
0x000000011b7fc05c: 996c e717
|
|
[Verified Entry Point]
|
|
0x000000011b7fc060: 1f20 03d5 | e953 40d1 | 3f01 00f9 | ff43 03d1 | fd7b 0ca9 | a824 0118 | 8923 40b9 | 1f01 09eb
|
|
0x000000011b7fc080: a123 0154 | 8acb 41f9 | 2c14 40b9 | e207 00f9 | e10f 00f9 | e31b 00f9 | 4201 40f9 | 81f1 7dd3
|
|
0x000000011b7fc0a0: ; implicit exception: dispatches to 0x000000011b7fdb80
|
|
0x000000011b7fc0a0: 2a08 40b9
|
|
|
|
0x000000011b7fc0a4: ; {metadata('java/lang/ThreadLocal')}
|
|
0x000000011b7fc0a4: 8b04 a0d2 | 0bac 8bf2 | 5f01 0b6b | 4c48 40b9 | 2171 0054 | 8cf1 7dd3 | ac05 00b4 | 8a15 40b9
|
|
0x000000011b7fc0c4: 4af1 7dd3
|
|
|
|
0x000000011b7fc0c8: ; implicit exception: dispatches to 0x000000011b7fdcd8
|
|
0x000000011b7fc0c8: 4d0d 40b9 | 2b0c 40b9 | af05 0051 | 6b01 0f0a | 4ec9 2b8b | ed7d 0034 | ca11 40b9 | 4df1 7dd3
|
|
0x000000011b7fc0e8: 4d04 00b4 | ae0d 40b9 | caf1 7dd3 | 5f01 01eb | 6003 0054 | 8e15 40b9 | d0f1 7dd3
|
|
|
|
0x000000011b7fc104: ; implicit exception: dispatches to 0x000000011b7fdd24
|
|
0x000000011b7fc104: 0e0e 40b9 | 1f20 03d5 | 1f20 03d5 | aa0d 40b9 | 4af1 7dd3 | 5f01 01eb | 4002 0054 | ad0d 40b9
|
|
0x000000011b7fc124: adf1 7dd3 | 6a05 0011 | 8db7 00b4 | 5f01 0e6b | 2a37 0054 | 5f01 0e6b | 22b5 0054 | 0bca 2a8b
|
|
0x000000011b7fc144: 6d11 40b9 | 8f1b 40f9 | adf1 7dd3
|
|
|
|
0x000000011b7fc150: ; ImmutableOopMap {r11=Oop r12=Oop r13=Oop r16=Oop c_rarg1=Oop c_rarg2=Oop [8]=Oop [24]=Oop [48]=Oop }
|
|
;*goto {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@54 (line 526)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
0x000000011b7fc150: eb0f 40f9
|
|
|
|
0x000000011b7fc154: ; {poll}
|
|
0x000000011b7fc154: ff01 40b9 | cd00 00b4 | eb03 0a2a | ecff ff17 | ab1d 40b9 | 60f1 7dd3 | 0500 0014
|
|
|
|
0x000000011b7fc170: ; ImmutableOopMap {[8]=Oop [24]=Oop [48]=Oop }
|
|
;*invokevirtual setInitialValue {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.lang.ThreadLocal::get@31 (line 193)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {optimized virtual_call}
|
|
0x000000011b7fc170: ccf7 fe97
|
|
|
|
0x000000011b7fc174: ; {post_call_nop}
|
|
0x000000011b7fc174: 1f20 03d5 | 9f95 80f2 | 1f20 80f2 | 0035 00b4 | 0a08 40b9
|
|
|
|
0x000000011b7fc188: ; {metadata('java/lang/Object'[])}
|
|
0x000000011b7fc188: cc02 a0d2 | 0ca7 8af2 | 5f01 0c6b | e1ca 0054 | 110c 40b9 | 3f0a 0071 | a976 0054 | 0a30 4229
|
|
0x000000011b7fc1a8: 4af1 7dd3
|
|
|
|
0x000000011b7fc1ac: ; implicit exception: dispatches to 0x000000011b7fdc6c
|
|
0x000000011b7fc1ac: 4d09 40b9 | 8bf1 7dd3
|
|
|
|
0x000000011b7fc1b4: ; {metadata('sun/nio/cs/UTF_8$Encoder')}
|
|
0x000000011b7fc1b4: 6c05 a0d2 | 0c07 80f2 | bf01 0c6b | 0e18 40b9 | 81ca 0054 | 5f15 00b9
|
|
|
|
0x000000011b7fc1cc: ; implicit exception: dispatches to 0x000000011b7fdc90
|
|
0x000000011b7fc1cc: 6a09 40b9
|
|
|
|
0x000000011b7fc1d0: ; {metadata('java/nio/HeapCharBuffer')}
|
|
0x000000011b7fc1d0: cd06 a0d2 | 0de8 9cf2 | 5f01 0d6b | ccf1 7dd3 | c1ca 0054 | 6a21 40b9 | 0d00 a012 | 6d0d 00b9
|
|
0x000000011b7fc1f0: 7f29 0329
|
|
|
|
0x000000011b7fc1f4: ; implicit exception: dispatches to 0x000000011b7fdcb4
|
|
0x000000011b7fc1f4: 8b09 40b9
|
|
|
|
0x000000011b7fc1f8: ; {metadata('java/nio/HeapByteBuffer')}
|
|
0x000000011b7fc1f8: 8a05 a0d2 | 0a64 83f2 | 7f01 0a6b | c1ca 0054 | 8a21 40b9 | 0b00 a012 | 8b0d 00b9 | 9f29 0329
|
|
0x000000011b7fc218: 0a10 40b9 | 50f1 7dd3
|
|
|
|
0x000000011b7fc220: ; implicit exception: dispatches to 0x000000011b7fdba0
|
|
0x000000011b7fc220: 0b0a 40b9
|
|
|
|
0x000000011b7fc224: ; {metadata('sun/nio/cs/UTF_8$Encoder')}
|
|
0x000000011b7fc224: 6a05 a0d2 | 0a07 80f2 | 7f01 0a6b | 61c2 0054 | 3f0a 0071 | 2966 0054 | 0ba8 4229 | 6ef1 7dd3
|
|
0x000000011b7fc244: ; implicit exception: dispatches to 0x000000011b7fdbc4
|
|
0x000000011b7fc244: cc09 40b9 | 59f1 7dd3
|
|
|
|
0x000000011b7fc24c: ; {metadata('java/nio/HeapCharBuffer')}
|
|
0x000000011b7fc24c: ca06 a0d2 | 0ae8 9cf2 | 9f01 0a6b | 41c2 0054
|
|
|
|
0x000000011b7fc25c: ; implicit exception: dispatches to 0x000000011b7fdbe8
|
|
0x000000011b7fc25c: 2a0b 40b9
|
|
|
|
0x000000011b7fc260: ; {metadata('java/nio/HeapByteBuffer')}
|
|
0x000000011b7fc260: 8b05 a0d2 | 0b64 83f2 | 5f01 0b6b | cc31 40b9 | c1c2 0054 | 1f16 00b9 | fb07 40f9
|
|
|
|
0x000000011b7fc27c: ; implicit exception: dispatches to 0x000000011b7fdc0c
|
|
0x000000011b7fc27c: 6f0f 40b9 | ca21 40b9 | 6d17 40b9 | 85f1 7dd3 | c729 40b9 | ff01 0a6b | 4c79 0054 | ca1d 00b9
|
|
0x000000011b7fc29c: 0a00 a012 | df19 00b9 | ca0d 00b9
|
|
|
|
0x000000011b7fc2a8: ; implicit exception: dispatches to 0x000000011b7fdcf8
|
|
0x000000011b7fc2a8: ab0c 40b9 | d1b1 4039 | adf1 7dd3 | ea01 070b | 5179 0035 | 6f70 f837 | c771 f837 | ff00 0a6b
|
|
0x000000011b7fc2c8: 0c7a 0054 | 5f01 0b6b | 8c7b 0054 | 6c43 c039 | ac72 0035 | ac0d 40b9 | 9f01 0f6b | e361 0054
|
|
0x000000011b7fc2e8: 7f01 0a6b | e362 0054 | cf1d 00b9 | 2033 40b9 | 212f 4329 | 312b 40b9 | 06f0 7dd3 | a0c4 278b
|
|
0x000000011b7fc308: 6c01 014b | 3302 010b | 1440 0091 | e203 0f2a | e103 14aa | a041 0091 | 00e4 002f | 437c 0353
|
|
0x000000011b7fc328: e301 0035 | 5f10 0071 | 2b01 0054 | 0144 40bc | 2238 000e | 4210 0051 | 2284 00fc | 0204 0034
|
|
0x000000011b7fc348: 0314 4038 | 2324 0078 | 4204 0051 | a2ff ffb5 | 1b00 0014
|
|
|
|
0x000000011b7fc35c: ; {runtime_call StubRoutines (compiler stubs)}
|
|
0x000000011b7fc35c: 2945 e897 | f2ff ff17 | 0184 40fc | 4208 0012 | 7f28 00f1 | 6aff ff54 | 0200 0014 | 0184 40fc
|
|
0x000000011b7fc37c: 6304 00f1 | 2001 0054 | 2138 004e | 0284 40fc | 2174 9f4c | 6304 00f1 | 4238 004e | 2274 9f4c
|
|
0x000000011b7fc39c: e1fe ff54 | 0300 0014 | 2138 004e | 2174 9f4c | c200 00b4 | 0000 028b | 0280 5ffc | 2144 228b
|
|
0x000000011b7fc3bc: 4238 004e | 2200 9f3c | c4c0 338b | ff05 0031 | 4b75 0054 | ed03 1f32 | 0d16 00b9 | 6676 00b4
|
|
0x000000011b7fc3dc: 2db3 4039 | ed6b 0035 | 9f01 0f6b | 83b1 8f1a | 8140 0091 | e203 14aa | 4100 80f9 | e003 032a
|
|
0x000000011b7fc3fc: 1f80 0071 | 8b02 0054 | 4024 df4c | 0418 014e | 4518 034e | 001c a14e | 421c a34e | 0058 024e
|
|
0x000000011b7fc41c: 811c a54e | 093c 184e | 21a8 204e | 0800 669e | 21a8 306e | 2901 08aa | 283c 010e | 2901 08aa
|
|
0x000000011b7fc43c: 8900 00b5 | 0080 0051 | 24a0 9f4c | edff ff17 | 4200 01d1 | 1f20 0071 | cb01 0054 | 4374 404c
|
|
0x000000011b7fc45c: 6118 034e | 6058 034e | 22a8 204e | 0900 669e | 42a8 306e | 483c 010e | 2901 08aa | a900 00b5
|
|
0x000000011b7fc47c: 2184 00fc | 0020 0051 | 4240 0091 | f2ff ff17 | e000 00b4 | 4824 4078 | 1f21 79f2 | 8100 0054
|
|
0x000000011b7fc49c: 2814 0038 | 0004 00f1 | 6cff ff54 | 6000 004b | 6202 000b | 0c00 070b | 240f 40b9 | 4d00 114b
|
|
0x000000011b7fc4bc: 9f01 0a6b | ab70 0054 | 1f00 0f6b | 4c72 0054 | e073 f837 | 1f04 0031 | 6b75 0054 | c019 00b9
|
|
0x000000011b7fc4dc: bf01 0b6b | cc76 0054 | 2d78 f837 | 9f00 0d6b | 6c79 0054
|
|
|
|
0x000000011b7fc4f0: ; {oop(a 'java/nio/charset/CoderResult'{0x0000000700001c70})}
|
|
0x000000011b7fc4f0: 0a8e 83d2 | 0a00 a0f2 | ea00 c0f2 | 2d1b 00b9 | 4a0d 40b9 | cc19 40b9 | 5f05 0071 | e079 0054
|
|
0x000000011b7fc510: 0a64 0035 | 9f01 0f6b | cb52 0054 | ea07 0032 | 0a16 00b9 | fa1b 40f9
|
|
|
|
0x000000011b7fc528: ; implicit exception: dispatches to 0x000000011b7fdc28
|
|
0x000000011b7fc528: 4a0b 40b9
|
|
|
|
0x000000011b7fc52c: ; {metadata('org/apache/logging/log4j/core/appender/OutputStreamManager')}
|
|
0x000000011b7fc52c: 0c21 a0d2 | 0c25 97f2 | 5f01 0c6b | 0153 0054 | f803 1aaa | 0b23 40b9 | 6af1 7dd3 | 3f03 0aeb
|
|
0x000000011b7fc54c: 4079 0054 | 0b00 a012 | 2b0f 00b9 | 3f37 0329 | bf01 0071 | ed52 0054 | 5f00 116b | c052 0054
|
|
0x000000011b7fc56c: edc3 0291 | 8acb 46b9 | 5f5d 1c71 | 8c03 0054 | 4c21 0051 | 8c6b 6cf8 | 1f03 0ceb | 2001 0054
|
|
0x000000011b7fc58c: 0b03 40f9 | 6b01 0837 | 6b01 40b2 | 6c01 40d2 | e803 0baa | 0c7f e8c8 | 1f01 0beb | 0102 0054
|
|
0x000000011b7fc5ac: 986b 2af8 | 4a21 0011 | 8acb 06b9 | 0c00 0014 | 6af9 0091 | 8927 42f9 | ec03 1faa | 497d ecc8
|
|
0x000000011b7fc5cc: 9f01 1feb | c000 0054 | 9f01 09eb | 8100 0054 | 6861 48f8 | 0805 0091 | 6861 08f8 | e14f 0054
|
|
0x000000011b7fc5ec: 3457 4329 | 0b23 40b9 | b302 144b | 77f1 7dd3 | 7f02 0071 | 4d10 0054 | eb03 132a
|
|
|
|
0x000000011b7fc608: ; implicit exception: dispatches to 0x000000011b7fdc48
|
|
0x000000011b7fc608: ec1e 40b9 | ea1a 40b9 | 8a01 0a4b | ee0a 40b9 | 5f01 0071 | ad0f 0054 | 7f01 0a6b | 8c73 0054
|
|
0x000000011b7fc628: ; {metadata('java/nio/HeapByteBuffer')}
|
|
0x000000011b7fc628: 8a05 a0d2 | 0a64 83f2 | df01 0a6b | 414f 0054 | 2e0b 40f9 | f026 40b9 | f62a 4329 | f10a 40f9
|
|
0x000000011b7fc648: cfc1 348b | 2027 40b9 | 10f2 7dd3 | 2c33 40b9 | eb32 40b9 | 4d01 164b | 2ec2 368b | d072 00b5
|
|
0x000000011b7fc668: 3f03 17eb | c073 0054 | 9f02 156b | cc74 0054 | df02 0a6b | cc75 0054 | 7f02 0d6b | ec76 0054
|
|
0x000000011b7fc688: 0af0 7dd3 | 627e 4093 | 8cf1 7dd3 | 6bf1 7dd3 | 8a77 00b5 | 5f00 00f1 | ea07 9f1a | 4aa5 8a5a
|
|
0x000000011b7fc6a8: 1379 f837 | 4c00 00b4 | cf84 f8b7 | 4b00 00b4 | ee86 f8b7 | bf02 146b | 207a 0054 | ea03 0032
|
|
0x000000011b7fc6c8: 6101 0e8b | 8001 0f8b | 8ac3 1139
|
|
|
|
0x000000011b7fc6d4: ; {runtime_call StubRoutines (final stubs)}
|
|
0x000000011b7fc6d4: 0b8e e797
|
|
|
|
0x000000011b7fc6d8: ; {post_call_nop}
|
|
0x000000011b7fc6d8: 1f20 03d5 | 1f00 80f2 | 1f00 80f2 | eb1e 40b9 | ed0e 40b9 | 2e0f 40b9 | 2f1f 40b9 | 6a02 160b
|
|
0x000000011b7fc6f8: 9fc3 1139 | 5f01 0b6b | ac79 0054 | 0a7b f837 | bf01 0a6b | 4c7c 0054 | ea1a 00b9 | bf02 0f6b
|
|
0x000000011b7fc718: 6c7d 0054 | b57e f837 | df01 156b | cc7f 0054 | 351b 00b9 | edc3 0291 | 8ccb 46b9 | 8c21 0051
|
|
0x000000011b7fc738: 8a6b 6cf8 | 1f03 0aeb | 0102 0054 | 8ccb 06b9 | 8a21 0051 | 8a6b 6af8 | 1f03 0aeb | 0004 0054
|
|
0x000000011b7fc758: 0b03 40f9 | 4b01 0837 | 6a01 40b2 | e803 0baa | 0aff a8c8 | 1f01 0beb | 2003 0054 | 8c21 0011
|
|
0x000000011b7fc778: 8c67 03f9 | 1700 0014 | 0b03 40f9 | 6b09 00d1 | 6c45 40f9 | ac00 00b4 | 8c05 00d1 | 6c45 00f9
|
|
0x000000011b7fc798: 9f01 0ceb | 0e00 0014 | 6c01 0191 | 9ffd 9fc8 | bf3b 03d5 | 6829 49a9 | 0801 0aaa | 1f01 1feb
|
|
0x000000011b7fc7b8: e000 0054 | 6851 40f9 | 1f01 1feb | 8100 0054 | 8bb7 02f9 | ff03 1ceb | 0200 0014 | ff03 1feb
|
|
0x000000011b7fc7d8: 4143 0054 | 2a23 40b9 | 2a1f 00b9 | 0c00 a012 | 3f1b 00b9 | 2c0f 00b9 | fd7b 4ca9 | ff43 0391
|
|
0x000000011b7fc7f8: ; {poll_return}
|
|
0x000000011b7fc7f8: 8817 40f9 | ff63 28eb | 48e7 0054 | c003 5fd6 | eb03 1f2a | 7fff ff17 | ea03 1f2a | 83ff ff17
|
|
0x000000011b7fc818: ea03 1f2a | 47fe ff17 | 80e7 40f9 | 8aef 40f9 | 0b80 0091 | 7f01 0aeb | 0281 0054 | 8be7 00f9
|
|
0x000000011b7fc838: ea03 40b2 | 70c1 80f9 | 0a00 00f9
|
|
|
|
0x000000011b7fc844: ; {metadata('java/lang/Object'[])}
|
|
0x000000011b7fc844: ca02 a0d2 | 0aa7 8af2 | 7001 81f9 | 0a08 00b9 | ec07 0032 | 7041 81f9 | 0c0c 00b9 | 0a40 0091
|
|
0x000000011b7fc864: 5f7d 00a9 | bf3a 03d5 | ea0f 40f9 | 4a19 40b9 | ed03 00aa | 5df1 7dd3
|
|
|
|
0x000000011b7fc87c: ; implicit exception: dispatches to 0x000000011b7fdd44
|
|
0x000000011b7fc87c: ab0b 40b9
|
|
|
|
0x000000011b7fc880: ; {metadata('sun/nio/cs/UTF_8')}
|
|
0x000000011b7fc880: ca02 a0d2 | 0a52 99f2 | 7f01 0a6b | 218b 0054 | 83e7 40f9 | 8aef 40f9 | 6bc0 0091 | 7f01 0aeb
|
|
0x000000011b7fc8a0: 6280 0054 | ea03 40b2 | 8be7 00f9
|
|
|
|
0x000000011b7fc8ac: ; {metadata('sun/nio/cs/UTF_8$Encoder')}
|
|
0x000000011b7fc8ac: 6c05 a0d2 | 0c07 80f2 | 6a00 00f9 | 6c08 00b9 | 70c1 80f9 | 7f0c 00b9 | 6a40 0091 | 5f7d 00a9
|
|
0x000000011b7fc8cc: 5f7d 01a9 | bf3a 03d5 | 84e7 40f9 | 8aef 40f9 | 8b60 0091 | 7f01 0aeb | a27f 0054 | ea03 40b2
|
|
0x000000011b7fc8ec: 8be7 00f9 | 8a00 00f9
|
|
|
|
0x000000011b7fc8f4: ; {metadata({type array byte})}
|
|
0x000000011b7fc8f4: ca02 a0d2 | 0ac1 8cf2 | 70c1 80f9 | 8a08 00b9 | ec03 0032 | 7001 81f9 | 8c0c 00b9 | 7041 81f9
|
|
0x000000011b7fc914: ea17 40b2 | 8a08 00f9 | bf3a 03d5 | 1110 211e
|
|
|
|
0x000000011b7fc924: ; {section_word}
|
|
0x000000011b7fc924: f0b6 ff1c | 7110 00bd | 700c 00bd
|
|
|
|
0x000000011b7fc930: ; {oop(a 'java/nio/charset/CodingErrorAction'{0x000000070008e568})}
|
|
0x000000011b7fc930: 2b00 bcd2 | ab95 83f2 | 6c80 0091 | 8b01 00b9 | 60f1 7dd3 | 8101 00ca | 21fc 55d3 | 4101 00b4
|
|
0x000000011b7fc950: 2001 00b4 | 81fd 49d3 | 0200 90d2 | c2e8 a3f2 | 2200 c0f2 | 2100 028b | 2200 4039 | 5f08 0071
|
|
0x000000011b7fc970: e1a7 0054 | 6a90 0091 | 4b01 00b9 | 6cf1 7dd3 | 4001 0cca | 00fc 55d3 | 4001 00b4 | 2c01 00b4
|
|
0x000000011b7fc990: 40fd 49d3 | 0100 90d2 | c1e8 a3f2 | 2100 c0f2 | 0000 018b | 0100 4039 | 3f08 0071 | c1a8 0054
|
|
0x000000011b7fc9b0: 6e70 0091 | 8afc 43d3 | ca01 00b9 | d101 04ca | 31fe 55d3 | 3101 00b4 | d1fd 49d3 | 1000 90d2
|
|
0x000000011b7fc9d0: d0e8 a3f2 | 3000 c0f2 | 3102 108b | 3002 4039 | 1f0a 0071 | a1a9 0054 | 6f60 0091 | acff 43d3
|
|
0x000000011b7fc9f0: ec01 00b9 | eb01 1dca | 6bfd 55d3 | 2b01 00b4 | ebfd 49d3 | 0a00 90d2 | cae8 a3f2 | 2a00 c0f2
|
|
0x000000011b7fca10: 6b01 0a8b | 6a01 4039 | 5f09 0071 | a1aa 0054 | 80e7 40f9 | 8aef 40f9 | 0b60 0091 | 7f01 0aeb
|
|
0x000000011b7fca30: 2272 0054 | ea03 40b2 | 8be7 00f9 | 0a00 00f9
|
|
|
|
0x000000011b7fca40: ; {metadata({type array byte})}
|
|
0x000000011b7fca40: cc02 a0d2 | 0cc1 8cf2 | 70c1 80f9 | 0c08 00b9 | ec03 0032 | 7001 81f9 | 0c0c 00b9 | 7041 81f9
|
|
0x000000011b7fca60: 8a40 c039 | 0a40 0039 | bf3a 03d5 | 6a70 0091 | 9023 4139 | b0aa 0035 | 0cfc 43d3 | 4c01 00b9
|
|
0x000000011b7fca80: 5001 00ca | 10fe 55d3 | 3001 00b4 | 50fd 49d3 | 1100 90d2 | d1e8 a3f2 | 3100 c0f2 | 1002 118b
|
|
0x000000011b7fcaa0: 1102 4039 | 3f0a 0071 | a1ab 0054 | bf3a 03d5
|
|
|
|
0x000000011b7fcab0: ; {oop(a 'java/nio/charset/CodingErrorAction'{0x000000070008e578})}
|
|
0x000000011b7fcab0: 2100 bcd2 | e195 83f2 | 6b90 0091 | 8023 4139 | 60ad 0035 | 6101 00b9 | 31f0 7dd3 | 6001 11ca
|
|
0x000000011b7fcad0: 00fc 55d3 | 4001 00b4 | 3101 00b4 | 60fd 49d3 | 0200 90d2 | c2e8 a3f2 | 2200 c0f2 | 0000 028b
|
|
0x000000011b7fcaf0: 0200 4039 | 5f08 0071 | 41ae 0054 | 6e80 0091 | 8b23 4139 | 8bb0 0035 | c101 00b9 | 20f0 7dd3
|
|
0x000000011b7fcb10: cb01 00ca | 6bfd 55d3 | 4b01 00b4 | 2001 00b4 | cbfd 49d3 | 1000 90d2 | d0e8 a3f2 | 3000 c0f2
|
|
0x000000011b7fcb30: 6b01 108b | 7001 4039 | 1f0a 0071 | 41b1 0054 | ea0f 40f9 | 4c0d 40b9 | af41 0091 | 8b23 4139
|
|
0x000000011b7fcb50: 2bb3 0035 | 6afc 43d3 | ea01 00b9 | eb01 03ca | 6bfd 55d3 | 2b01 00b4 | ebfd 49d3 | 1100 90d2
|
|
0x000000011b7fcb70: d1e8 a3f2 | 3100 c0f2 | 6b01 118b | 7101 4039 | 3f0a 0071 | 21b4 0054 | 2c75 f837 | 90e7 40f9
|
|
0x000000011b7fcb90: 8aef 40f9 | 0be2 0091 | 7f01 0aeb | a26b 0054 | ea03 40b2 | 8be7 00f9
|
|
|
|
0x000000011b7fcba8: ; {metadata('java/nio/HeapCharBuffer')}
|
|
0x000000011b7fcba8: ce06 a0d2 | 0ee8 9cf2 | 0a02 00f9 | 0e0a 00b9 | 70c1 80f9 | 1f0e 00b9 | 0a42 0091 | 5f01 00f9
|
|
0x000000011b7fcbc8: 5ffd 00a9 | 5ffd 01a9 | bf3a 03d5 | 9f01 4271 | 086d 0054 | ea03 0c2a | 4a7d 7f93 | 80e7 40f9
|
|
0x000000011b7fcbe8: 4a5d 0091 | 4bf1 7d92 | 8eef 40f9 | 0b00 0b8b | 7f01 0eeb | e26b 0054 | 8be7 00f9 | ee03 40b2
|
|
0x000000011b7fcc08: 70c1 80f9 | 0e00 00f9
|
|
|
|
0x000000011b7fcc10: ; {metadata({type array char})}
|
|
0x000000011b7fcc10: ce02 a0d2 | 0efe 8bf2 | 7001 81f9 | 0e08 00b9 | 4efd 43d3 | 7041 81f9 | 0a40 0091 | 0c0c 00b9
|
|
0x000000011b7fcc30: cb09 00d1 | 6821 00f1 | 4300 0054
|
|
|
|
0x000000011b7fcc3c: ; {runtime_call StubRoutines (final stubs)}
|
|
0x000000011b7fcc3c: c185 e797 | 6b00 1036 | 5f7d 81a8 | 5f7d 81a8 | 4b00 0836 | 5f7d 81a8 | 4b00 0036 | 5f01 00f9
|
|
0x000000011b7fcc5c: bf3a 03d5 | 0c22 00b9 | 0a00 a012 | 0c1e 00b9 | 0a0e 00b9 | bf3a 03d5 | 0ac2 0091 | 8e23 4139
|
|
0x000000011b7fcc7c: eeae 0035 | 0cfc 43d3 | 4c01 00b9 | 4e01 00ca | cefd 55d3 | 2e01 00b4 | 4efd 49d3 | 0f00 90d2
|
|
0x000000011b7fcc9c: cfe8 a3f2 | 2f00 c0f2 | ce01 0f8b | cf01 4039 | ff09 0071 | e1af 0054 | 1f2a 00b9 | bf3a 03d5
|
|
0x000000011b7fccbc: ea0f 40f9 | fd03 7cb2 | 4f11 40b9 | ab51 0091 | 1d0a 00f9 | 8e23 4139 | 4eb1 0035 | 0afe 43d3
|
|
0x000000011b7fccdc: 6a01 00b9 | 6e01 10ca | cefd 55d3 | 2e01 00b4 | 6efd 49d3 | 0c00 90d2 | cce8 a3f2 | 2c00 c0f2
|
|
0x000000011b7fccfc: ce01 0c8b | cc01 4039 | 9f09 0071 | 41b2 0054 | 4f6a f837 | 90e7 40f9 | 8aef 40f9 | 0be2 0091
|
|
0x000000011b7fcd1c: 7f01 0aeb | 2261 0054 | ea03 40b2 | 8be7 00f9 | 0a02 00f9
|
|
|
|
0x000000011b7fcd30: ; {metadata('java/nio/HeapByteBuffer')}
|
|
0x000000011b7fcd30: 8a05 a0d2 | 0a64 83f2 | 0a0a 00b9 | 70c1 80f9 | 1f0e 00b9 | 0a42 0091 | 5f01 00f9 | 5ffd 00a9
|
|
0x000000011b7fcd50: 5ffd 01a9 | bf3a 03d5 | ff01 4471 | c862 0054 | eb03 0f2a | ea02 80d2 | 80e7 40f9 | 4ac1 2b8b
|
|
0x000000011b7fcd70: 4bf1 7d92 | 8cef 40f9 | 0b00 0b8b | 7f01 0ceb | a261 0054 | 8be7 00f9 | ec03 40b2 | 70c1 80f9
|
|
0x000000011b7fcd90: 0c00 00f9
|
|
|
|
0x000000011b7fcd94: ; {metadata({type array byte})}
|
|
0x000000011b7fcd94: cc02 a0d2 | 0cc1 8cf2 | 7001 81f9 | 0c08 00b9 | 4cfd 43d3 | 7041 81f9 | 0a40 0091 | 0f0c 00b9
|
|
0x000000011b7fcdb4: 8b09 00d1 | 6821 00f1 | 4300 0054
|
|
|
|
0x000000011b7fcdc0: ; {runtime_call StubRoutines (final stubs)}
|
|
0x000000011b7fcdc0: 6085 e797 | 6b00 1036 | 5f7d 81a8 | 5f7d 81a8 | 4b00 0836 | 5f7d 81a8 | 4b00 0036 | 5f01 00f9
|
|
0x000000011b7fcde0: bf3a 03d5 | 0f22 00b9 | 0a00 a012 | 0f1e 00b9 | 0a0e 00b9 | bf3a 03d5 | 0ac2 0091 | 8e23 4139
|
|
0x000000011b7fce00: 0ead 0035 | 0ffc 43d3 | 4f01 00b9 | 4e01 00ca | cefd 55d3 | 2e01 00b4 | 4efd 49d3 | 0c00 90d2
|
|
0x000000011b7fce20: cce8 a3f2 | 2c00 c0f2 | ce01 0c8b | cc01 4039 | 9f09 0071 | 01ae 0054 | eb03 0032 | 1fba 0039
|
|
0x000000011b7fce40: 0bb6 0039 | 1f2a 00b9 | bf3a 03d5 | ea0f 40f9 | 4c15 40b9 | 8ff1 7dd3 | 1d0a 00f9 | ab61 0091
|
|
0x000000011b7fce60: 8a23 4139 | 0aaf 0035 | 0cfe 43d3 | 6c01 00b9 | 6a01 10ca | 4afd 55d3 | 2a01 00b4 | 6afd 49d3
|
|
0x000000011b7fce80: 0e00 90d2 | cee8 a3f2 | 2e00 c0f2 | 4a01 0e8b | 4e01 4039 | df09 0071 | 01b0 0054
|
|
|
|
0x000000011b7fce9c: ; implicit exception: dispatches to 0x000000011b7fdd64
|
|
0x000000011b7fce9c: eb09 40b9
|
|
|
|
0x000000011b7fcea0: ; {metadata('java/lang/ThreadLocal')}
|
|
0x000000011b7fcea0: 8a04 a0d2 | 0aac 8bf2 | 7f01 0a6b | e15a 0054 | fd03 0daa | e103 0faa | e203 0daa
|
|
|
|
0x000000011b7fcebc: ; ImmutableOopMap {rfp=Oop [8]=Oop [24]=Oop [48]=Oop }
|
|
;*invokevirtual set {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@67 (line 84)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {optimized virtual_call}
|
|
0x000000011b7fcebc: 69b9 fe97
|
|
|
|
0x000000011b7fcec0: ; {post_call_nop}
|
|
0x000000011b7fcec0: 1f20 03d5 | 1f3f 82f2 | 1f40 80f2 | e003 1daa | f107 0032 | d1fc ff17 | ea07 40f9 | fd0f 40f9
|
|
0x000000011b7fcee0: ea03 00f9 | e10f 00f9 | 2104 8012
|
|
|
|
0x000000011b7fceec: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [48]=Oop }
|
|
;*invokevirtual get {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fceec: a5b3 ea97
|
|
|
|
0x000000011b7fcef0: ; {post_call_nop}
|
|
0x000000011b7fcef0: 1f20 03d5 | 1f45 82f2 | 1f60 80f2 | ea07 40f9 | fd0f 40f9 | 6103 8012 | ea03 00f9 | f083 01a9
|
|
0x000000011b7fcf10: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [32]=Oop [48]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@15 (line 65)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fcf10: 9cb3 ea97
|
|
|
|
0x000000011b7fcf14: ; {post_call_nop}
|
|
0x000000011b7fcf14: 1f20 03d5 | 9f49 82f2 | 1f80 80f2 | fd0f 40f9 | 2106 8012 | f03b 01a9 | f96f 02a9 | ed97 03a9
|
|
0x000000011b7fcf34: e73f 0929
|
|
|
|
0x000000011b7fcf38: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*invokestatic inflate {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.StringLatin1::getChars@8 (line 201)
|
|
; - java.lang.AbstractStringBuilder::getChars@50 (line 520)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fcf38: 92b3 ea97
|
|
|
|
0x000000011b7fcf3c: ; {post_call_nop}
|
|
0x000000011b7fcf3c: 1f20 03d5 | 9f4e 82f2 | 1fa0 80f2 | fd0f 40f9 | 2106 8012 | f03b 01a9 | f96f 02a9 | ed97 03a9
|
|
0x000000011b7fcf5c: e73f 0929
|
|
|
|
0x000000011b7fcf60: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*invokestatic inflate {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.StringLatin1::getChars@8 (line 201)
|
|
; - java.lang.AbstractStringBuilder::getChars@50 (line 520)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fcf60: 88b3 ea97
|
|
|
|
0x000000011b7fcf64: ; {post_call_nop}
|
|
0x000000011b7fcf64: 1f20 03d5 | 9f53 82f2 | 1fc0 80f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fcf84: eee7 03a9
|
|
|
|
0x000000011b7fcf88: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*ifeq {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.charset.CharsetEncoder::encode@104 (line 596)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fcf88: 7eb3 ea97
|
|
|
|
0x000000011b7fcf8c: ; {post_call_nop}
|
|
0x000000011b7fcf8c: 1f20 03d5 | 9f58 82f2 | 1fe0 80f2 | fd0f 40f9 | 2104 8012 | fb03 00f9 | fae7 01a9 | fa17 00f9
|
|
0x000000011b7fcfac: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [32]=Oop [40]=Oop }
|
|
;*invokeinterface getByteBuffer {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@61 (line 99)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fcfac: 75b3 ea97
|
|
|
|
0x000000011b7fcfb0: ; {post_call_nop}
|
|
0x000000011b7fcfb0: 1f20 03d5 | 1f5d 82f2 | 1f00 81f2 | ed03 1f2a | fd0f 40f9 | 4116 8012 | fb03 00f9 | f90b 00f9
|
|
0x000000011b7fcfd0: ed1b 00b9
|
|
|
|
0x000000011b7fcfd4: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [48]=Oop }
|
|
;*ifne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@4 (line 362)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fcfd4: 6bb3 ea97
|
|
|
|
0x000000011b7fcfd8: ; {post_call_nop}
|
|
0x000000011b7fcfd8: 1f20 03d5 | 1f62 82f2 | 1f20 81f2 | fb6b 00a9 | f90b 00f9 | f813 00f9 | e103 18aa | e2c3 0291
|
|
0x000000011b7fcff8: fd0f 40f9
|
|
|
|
0x000000011b7fcffc: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*monitorenter {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@11 (line 365)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call C2 Runtime complete_monitor_locking}
|
|
0x000000011b7fcffc: c1cf ea97
|
|
|
|
0x000000011b7fd000: ; {post_call_nop}
|
|
0x000000011b7fd000: 1f20 03d5 | 1f67 82f2 | 1f40 81f2 | fb6b 40a9 | f90b 40f9 | f813 40f9 | 75fd ff17 | 2113 8012
|
|
0x000000011b7fd020: fd0f 40f9 | fb6b 00a9 | f85f 02a9 | f91b 00f9
|
|
|
|
0x000000011b7fd030: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [40]=Oop [48]=Oop }
|
|
;*invokevirtual put {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd030: 54b3 ea97
|
|
|
|
0x000000011b7fd034: ; {post_call_nop}
|
|
0x000000011b7fd034: 1f20 03d5 | 9f6d 82f2 | 1f60 81f2 | e1c3 0291 | e203 1caa | e003 18aa | c900 0010 | 89db 01f9
|
|
0x000000011b7fd054: ; {runtime_call SharedRuntime::complete_monitor_unlocking_C(oopDesc*, BasicLock*, JavaThread*)}
|
|
0x000000011b7fd054: 8894 8ed2 | 285a a1f2 | 2800 c0f2 | 0001 3fd6
|
|
|
|
0x000000011b7fd064: ; {post_call_nop}
|
|
0x000000011b7fd064: 1f20 03d5 | 1f00 80f2 | 1f00 80f2 | dbfd ff17 | ea07 40f9 | fd0f 40f9 | 6103 8012 | ea03 00f9
|
|
0x000000011b7fd084: e00f 00f9
|
|
|
|
0x000000011b7fd088: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [48]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@75 (line 86)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd088: 3eb3 ea97
|
|
|
|
0x000000011b7fd08c: ; {post_call_nop}
|
|
0x000000011b7fd08c: 1f20 03d5 | 9f78 82f2 | 1f80 81f2 | ed07 40f9 | fd0f 40f9 | ed0f 00a9 | e233 02a9 | e11b 00f9
|
|
0x000000011b7fd0ac: eb3f 00b9 | ea23 00f9 | 6103 8012
|
|
|
|
0x000000011b7fd0b8: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [40]=Oop [48]=Oop [64]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@18 (line 499)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd0b8: 32b3 ea97
|
|
|
|
0x000000011b7fd0bc: ; {post_call_nop}
|
|
0x000000011b7fd0bc: 1f20 03d5 | 9f7e 82f2 | 1fa0 81f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fd0dc: e747 00b9 | e527 00f9 | ef3f 0a29
|
|
|
|
0x000000011b7fd0e8: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*if_icmpgt {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.util.Preconditions::checkFromToIndex@6 (line 348)
|
|
; - java.lang.AbstractStringBuilder::getChars@9 (line 516)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd0e8: 26b3 ea97
|
|
|
|
0x000000011b7fd0ec: ; {post_call_nop}
|
|
0x000000011b7fd0ec: 1f20 03d5 | 9f84 82f2 | 1fc0 81f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fd10c: ef43 00b9 | e527 00f9 | e72b 0a29 | eb1f 0b29
|
|
|
|
0x000000011b7fd11c: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*iflt {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.util.Preconditions::checkFromToIndex@1 (line 348)
|
|
; - java.lang.AbstractStringBuilder::getChars@30 (line 518)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd11c: 19b3 ea97
|
|
|
|
0x000000011b7fd120: ; {post_call_nop}
|
|
0x000000011b7fd120: 1f20 03d5 | 1f8b 82f2 | 1fe0 81f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fd140: ef1f 0829 | e527 00f9 | ec53 00b9
|
|
|
|
0x000000011b7fd14c: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*ifne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.AbstractStringBuilder::isLatin1@10 (line 1703)
|
|
; - java.lang.AbstractStringBuilder::getChars@35 (line 519)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd14c: 0db3 ea97
|
|
|
|
0x000000011b7fd150: ; {post_call_nop}
|
|
0x000000011b7fd150: 1f20 03d5 | 1f91 82f2 | 1f00 82f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd170: eee7 03a9 | f0bb 04a9 | f92f 00f9 | ed63 00b9
|
|
|
|
0x000000011b7fd180: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop [80]=Oop [88]=Oop }
|
|
;*ifne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::hasArray@11 (line 1491)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@8 (line 563)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd180: 00b3 ea97
|
|
|
|
0x000000011b7fd184: ; {post_call_nop}
|
|
0x000000011b7fd184: 1f20 03d5 | 9f97 82f2 | 1f20 82f2 | eb1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | ebc3 02a9
|
|
0x000000011b7fd1a4: eee7 03a9 | ea4b 00b9
|
|
|
|
0x000000011b7fd1ac: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*ifne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.charset.CoderResult::isUnderflow@4 (line 119)
|
|
; - java.nio.charset.CharsetEncoder::encode@90 (line 595)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd1ac: f5b2 ea97
|
|
|
|
0x000000011b7fd1b0: ; {post_call_nop}
|
|
0x000000011b7fd1b0: 1f20 03d5 | 1f9d 82f2 | 1f40 82f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | ef2b 0729
|
|
0x000000011b7fd1d0: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@13 (line 58)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd1d0: ecb2 ea97
|
|
|
|
0x000000011b7fd1d4: ; {post_call_nop}
|
|
0x000000011b7fd1d4: 1f20 03d5 | 9fa1 82f2 | 1f60 82f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fd1f4: ef47 0829
|
|
|
|
0x000000011b7fd1f8: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop }
|
|
;*ifeq {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.CharBuffer::array@19 (line 1516)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@38 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd1f8: e2b2 ea97
|
|
|
|
0x000000011b7fd1fc: ; {post_call_nop}
|
|
0x000000011b7fd1fc: 1f20 03d5 | 9fa6 82f2 | 1f80 82f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fd21c: ef43 00b9 | e527 00f9 | e753 00b9 | eb1f 0b29 | ea63 00b9
|
|
|
|
0x000000011b7fd230: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*if_icmpgt {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.util.Preconditions::checkFromToIndex@6 (line 348)
|
|
; - java.lang.AbstractStringBuilder::getChars@30 (line 518)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd230: d4b2 ea97
|
|
|
|
0x000000011b7fd234: ; {post_call_nop}
|
|
0x000000011b7fd234: 1f20 03d5 | 9fad 82f2 | 1fa0 82f2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fd254: ef43 00b9 | e527 00f9 | e753 00b9 | eaaf 0b29
|
|
|
|
0x000000011b7fd264: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.util.Preconditions::checkFromToIndex@11 (line 348)
|
|
; - java.lang.AbstractStringBuilder::getChars@30 (line 518)
|
|
; - java.lang.StringBuilder::getChars@6 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@45 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd264: c7b2 ea97
|
|
|
|
0x000000011b7fd268: ; {post_call_nop}
|
|
0x000000011b7fd268: 1f20 03d5 | 1fb4 82f2 | 1fc0 82f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | f00b 00f9
|
|
0x000000011b7fd288: f92b 02a9 | ee3b 03a9 | ef43 00b9
|
|
|
|
0x000000011b7fd294: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::limit@55 (line 382)
|
|
; - java.nio.CharBuffer::limit@2 (line 1575)
|
|
; - java.nio.CharBuffer::limit@2 (line 292)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@53 (line 64)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd294: bbb2 ea97
|
|
|
|
0x000000011b7fd298: ; {post_call_nop}
|
|
0x000000011b7fd298: 1f20 03d5 | 1fba 82f2 | 1fe0 82f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd2b8: eee7 03a9 | f0bb 04a9 | f99b 05a9
|
|
|
|
0x000000011b7fd2c4: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop [80]=Oop [88]=Oop [96]=Oop }
|
|
;*ifnull {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::hasArray@4 (line 1491)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@8 (line 563)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd2c4: afb2 ea97
|
|
|
|
0x000000011b7fd2c8: ; {post_call_nop}
|
|
0x000000011b7fd2c8: 1f20 03d5 | 1fc0 82f2 | 1f00 83f2 | 3d02 0b0b | 4116 8012 | e80f 40f9 | e803 00f9 | f0bb 03a9
|
|
0x000000011b7fd2e8: f9c3 04a9 | eee7 05a9 | e537 00f9 | e63f 00f9 | e233 1029 | ea8b 00b9
|
|
|
|
0x000000011b7fd300: ; ImmutableOopMap {[0]=Oop [8]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop [80]=Oop [88]=Oop [96]=Oop [104]=Oop [120]=Oop }
|
|
;*if_icmpge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@103 (line 460)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd300: a0b2 ea97
|
|
|
|
0x000000011b7fd304: ; {post_call_nop}
|
|
0x000000011b7fd304: 1f20 03d5 | 9fc7 82f2 | 1f20 83f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd324: eee7 03a9 | f927 00f9 | e253 00b9 | ee2f 00f9 | e03f 0d29
|
|
|
|
0x000000011b7fd338: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop [88]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@5 (line 325)
|
|
; - java.nio.CharBuffer::position@2 (line 1561)
|
|
; - java.nio.CharBuffer::position@2 (line 292)
|
|
; - sun.nio.cs.UTF_8::updatePositions@7 (line 82)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@130 (line 463)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd338: 92b2 ea97
|
|
|
|
0x000000011b7fd33c: ; {post_call_nop}
|
|
0x000000011b7fd33c: 1f20 03d5 | 9fce 82f2 | 1f40 83f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd35c: eee7 03a9 | f927 00f9 | e253 00b9 | ee2f 00f9 | e06b 00b9
|
|
|
|
0x000000011b7fd370: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop [88]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@14 (line 325)
|
|
; - java.nio.CharBuffer::position@2 (line 1561)
|
|
; - java.nio.CharBuffer::position@2 (line 292)
|
|
; - sun.nio.cs.UTF_8::updatePositions@7 (line 82)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@130 (line 463)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd370: 84b2 ea97
|
|
|
|
0x000000011b7fd374: ; {post_call_nop}
|
|
0x000000011b7fd374: 1f20 03d5 | 9fd5 82f2 | 1f60 83f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd394: eee7 03a9 | f927 00f9 | e253 00b9 | ee2f 00f9 | e06b 00b9
|
|
|
|
0x000000011b7fd3a8: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop [88]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@37 (line 327)
|
|
; - java.nio.CharBuffer::position@2 (line 1561)
|
|
; - java.nio.CharBuffer::position@2 (line 292)
|
|
; - sun.nio.cs.UTF_8::updatePositions@7 (line 82)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@130 (line 463)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd3a8: 76b2 ea97
|
|
|
|
0x000000011b7fd3ac: ; {post_call_nop}
|
|
0x000000011b7fd3ac: 1f20 03d5 | 9fdc 82f2 | 1f80 83f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd3cc: eee7 03a9 | f927 00f9 | edaf 0b29
|
|
|
|
0x000000011b7fd3d8: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@5 (line 325)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::position@2 (line 292)
|
|
; - sun.nio.cs.UTF_8::updatePositions@18 (line 83)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@130 (line 463)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd3d8: 6ab2 ea97
|
|
|
|
0x000000011b7fd3dc: ; {post_call_nop}
|
|
0x000000011b7fd3dc: 1f20 03d5 | 9fe2 82f2 | 1fa0 83f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd3fc: eee7 03a9 | f927 00f9 | ed5f 00b9
|
|
|
|
0x000000011b7fd408: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@14 (line 325)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::position@2 (line 292)
|
|
; - sun.nio.cs.UTF_8::updatePositions@18 (line 83)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@130 (line 463)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd408: 5eb2 ea97
|
|
|
|
0x000000011b7fd40c: ; {post_call_nop}
|
|
0x000000011b7fd40c: 1f20 03d5 | 9fe8 82f2 | 1fc0 83f2 | ea1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | eac3 02a9
|
|
0x000000011b7fd42c: eee7 03a9 | f927 00f9 | e4b7 0b29
|
|
|
|
0x000000011b7fd438: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@37 (line 327)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::position@2 (line 292)
|
|
; - sun.nio.cs.UTF_8::updatePositions@18 (line 83)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeArrayLoop@130 (line 463)
|
|
; - sun.nio.cs.UTF_8$Encoder::encodeLoop@17 (line 564)
|
|
; - java.nio.charset.CharsetEncoder::encode@57 (line 587)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd438: 52b2 ea97
|
|
|
|
0x000000011b7fd43c: ; {post_call_nop}
|
|
0x000000011b7fd43c: 1f20 03d5 | 9fee 82f2 | 1fe0 83f2 | eb1b 40f9 | 4116 8012 | fd0f 40f9 | fb03 00f9 | ebc3 02a9
|
|
0x000000011b7fd45c: eee7 03a9 | ea4b 00b9
|
|
|
|
0x000000011b7fd464: ; ImmutableOopMap {rfp=Oop [0]=Oop [40]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*if_icmpne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.charset.CoderResult::isOverflow@5 (line 128)
|
|
; - java.nio.charset.CharsetEncoder::encode@79 (line 592)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@61 (line 65)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd464: 47b2 ea97
|
|
|
|
0x000000011b7fd468: ; {post_call_nop}
|
|
0x000000011b7fd468: 1f20 03d5 | 1ff4 82f2 | 1f00 84f2 | fd0f 40f9 | 4116 8012 | fb03 00f9 | f9ab 01a9
|
|
|
|
0x000000011b7fd484: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [32]=Oop [48]=Oop }
|
|
;*if_acmpeq {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@66 (line 99)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd484: 3fb2 ea97
|
|
|
|
0x000000011b7fd488: ; {post_call_nop}
|
|
0x000000011b7fd488: 1f20 03d5 | 1ff8 82f2 | 1f20 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f867 02a9 | f85f 03a9
|
|
0x000000011b7fd4a8: eb2b 0829
|
|
|
|
0x000000011b7fd4ac: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@15 (line 39)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd4ac: 35b2 ea97
|
|
|
|
0x000000011b7fd4b0: ; {post_call_nop}
|
|
0x000000011b7fd4b0: 1f20 03d5 | 1ffd 82f2 | 1f40 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f95f 03a9
|
|
0x000000011b7fd4d0: f023 00f9
|
|
|
|
0x000000011b7fd4d4: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*ifnull {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::session@4 (line 808)
|
|
; - java.nio.Buffer::checkSession@1 (line 816)
|
|
; - java.nio.HeapByteBuffer::put@1 (line 253)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd4d4: 2bb2 ea97
|
|
|
|
0x000000011b7fd4d8: ; {post_call_nop}
|
|
0x000000011b7fd4d8: 1f20 03d5 | 1f02 83f2 | 1f60 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd4f8: f95f 04a9
|
|
|
|
0x000000011b7fd4fc: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [64]=Oop [72]=Oop }
|
|
;*if_acmpne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::put@2 (line 1035)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd4fc: 21b2 ea97
|
|
|
|
0x000000011b7fd500: ; {post_call_nop}
|
|
0x000000011b7fd500: 1f20 03d5 | 1f07 83f2 | 1f80 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd520: f4d7 0829
|
|
|
|
0x000000011b7fd524: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop }
|
|
;*if_icmpgt {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::put@36 (line 1042)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd524: 17b2 ea97
|
|
|
|
0x000000011b7fd528: ; {post_call_nop}
|
|
0x000000011b7fd528: 1f20 03d5 | 1f0c 83f2 | 1fa0 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd548: f44f 0829 | f6ab 0929
|
|
|
|
0x000000011b7fd550: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop }
|
|
;*if_icmpgt {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::put@64 (line 1045)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd550: 0cb2 ea97
|
|
|
|
0x000000011b7fd554: ; {post_call_nop}
|
|
0x000000011b7fd554: 1f20 03d5 | 9f11 83f2 | 1fc0 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f90b 00f9 | f85f 02a9
|
|
0x000000011b7fd574: f337 0629
|
|
|
|
0x000000011b7fd578: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop [32]=Oop [40]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::put@82 (line 1047)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd578: 02b2 ea97
|
|
|
|
0x000000011b7fd57c: ; {post_call_nop}
|
|
0x000000011b7fd57c: 1f20 03d5 | 9f16 83f2 | 1fe0 84f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd59c: f44f 0829 | f64b 00b9 | f767 05a9 | ec2f 06a9 | ef3b 07a9 | e243 00f9 | ea4b 00f9
|
|
|
|
0x000000011b7fd5b8: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [80]=Oop [88]=Oop [96]=Oop [104]=Oop [144]=Oop }
|
|
;*ifnull {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::session@4 (line 808)
|
|
; - java.nio.ByteBuffer::putBuffer@97 (line 1144)
|
|
; - java.nio.ByteBuffer::put@100 (line 1050)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd5b8: f2b1 ea97
|
|
|
|
0x000000011b7fd5bc: ; {post_call_nop}
|
|
0x000000011b7fd5bc: 1f20 03d5 | 9f1e 83f2 | 1f00 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd5dc: f44f 0829 | f62b 0929 | f767 05a9 | e233 08a9 | ef2f 09a9 | ee53 00f9
|
|
|
|
0x000000011b7fd5f4: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [80]=Oop [88]=Oop [136]=Oop [152]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.misc.Unsafe::checkSize@23 (line 473)
|
|
; - jdk.internal.misc.Unsafe::copyMemoryChecks@3 (line 837)
|
|
; - jdk.internal.misc.Unsafe::copyMemory@9 (line 806)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemoryInternal@28 (line 148)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemory@12 (line 130)
|
|
; - java.nio.ByteBuffer::putBuffer@114 (line 1143)
|
|
; - java.nio.ByteBuffer::put@100 (line 1050)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd5f4: e3b1 ea97
|
|
|
|
0x000000011b7fd5f8: ; {post_call_nop}
|
|
0x000000011b7fd5f8: 1f20 03d5 | 1f26 83f2 | 1f20 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd618: f44f 0829 | f62b 0929 | f767 05a9
|
|
|
|
0x000000011b7fd624: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [80]=Oop [88]=Oop }
|
|
;*ifne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.misc.Unsafe::copyMemory@16 (line 808)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemoryInternal@28 (line 148)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemory@12 (line 130)
|
|
; - java.nio.ByteBuffer::putBuffer@114 (line 1143)
|
|
; - java.nio.ByteBuffer::put@100 (line 1050)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd624: d7b1 ea97
|
|
|
|
0x000000011b7fd628: ; {post_call_nop}
|
|
0x000000011b7fd628: 1f20 03d5 | 1f2c 83f2 | 1f40 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd648: f44f 0829 | f727 00f9 | eaaf 0b29
|
|
|
|
0x000000011b7fd654: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@5 (line 325)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::put@109 (line 1052)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd654: cbb1 ea97
|
|
|
|
0x000000011b7fd658: ; {post_call_nop}
|
|
0x000000011b7fd658: 1f20 03d5 | 1f32 83f2 | 1f60 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd678: f44f 0829 | f727 00f9 | ea5f 00b9
|
|
|
|
0x000000011b7fd684: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@14 (line 325)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::put@109 (line 1052)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd684: bfb1 ea97
|
|
|
|
0x000000011b7fd688: ; {post_call_nop}
|
|
0x000000011b7fd688: 1f20 03d5 | 1f38 83f2 | 1f80 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd6a8: f44f 0829 | f727 00f9 | edab 0b29
|
|
|
|
0x000000011b7fd6b4: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@37 (line 327)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::put@109 (line 1052)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd6b4: b3b1 ea97
|
|
|
|
0x000000011b7fd6b8: ; {post_call_nop}
|
|
0x000000011b7fd6b8: 1f20 03d5 | 1f3e 83f2 | 1fa0 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd6d8: f923 00f9 | f5bf 0929
|
|
|
|
0x000000011b7fd6e0: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@5 (line 325)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::put@118 (line 1053)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd6e0: a8b1 ea97
|
|
|
|
0x000000011b7fd6e4: ; {post_call_nop}
|
|
0x000000011b7fd6e4: 1f20 03d5 | 9f43 83f2 | 1fc0 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd704: f923 00f9 | f54f 00b9
|
|
|
|
0x000000011b7fd70c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@14 (line 325)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::put@118 (line 1053)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd70c: 9db1 ea97
|
|
|
|
0x000000011b7fd710: ; {post_call_nop}
|
|
0x000000011b7fd710: 1f20 03d5 | 1f49 83f2 | 1fe0 85f2 | 4116 8012 | fd0f 40f9 | fb6b 00a9 | f813 00f9 | f767 03a9
|
|
0x000000011b7fd730: f923 00f9 | eed7 0929
|
|
|
|
0x000000011b7fd738: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [48]=Oop [56]=Oop [64]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.Buffer::position@37 (line 327)
|
|
; - java.nio.ByteBuffer::position@2 (line 1561)
|
|
; - java.nio.ByteBuffer::put@118 (line 1053)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd738: 92b1 ea97
|
|
|
|
0x000000011b7fd73c: ; {post_call_nop}
|
|
0x000000011b7fd73c: 1f20 03d5 | 9f4e 83f2 | 1f00 86f2 | ff01 00f1 | fd07 9f1a | bda7 9d5a | 4116 8012 | e80f 40f9
|
|
0x000000011b7fd75c: e86f 00a9 | fa0b 00f9 | f817 00f9 | f7e7 03a9 | f44f 0929 | f653 00b9 | f7e7 05a9 | ef3b 00f9
|
|
0x000000011b7fd77c: e2af 08a9 | eeb3 09a9
|
|
|
|
0x000000011b7fd784: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [40]=Oop [56]=Oop [64]=Oop [88]=Oop [96]=Oop [144]=Oop [160]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.misc.Unsafe::checkOffset@23 (line 515)
|
|
; - jdk.internal.misc.Unsafe::checkPointer@15 (line 551)
|
|
; - jdk.internal.misc.Unsafe::checkPrimitivePointer@3 (line 580)
|
|
; - jdk.internal.misc.Unsafe::copyMemoryChecks@9 (line 838)
|
|
; - jdk.internal.misc.Unsafe::copyMemory@9 (line 806)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemoryInternal@28 (line 148)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemory@12 (line 130)
|
|
; - java.nio.ByteBuffer::putBuffer@114 (line 1143)
|
|
; - java.nio.ByteBuffer::put@100 (line 1050)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd784: 7fb1 ea97
|
|
|
|
0x000000011b7fd788: ; {post_call_nop}
|
|
0x000000011b7fd788: 1f20 03d5 | 1f58 83f2 | 1f20 86f2 | df01 00f1 | fd07 9f1a | bda7 9d5a | 4116 8012 | e80f 40f9
|
|
0x000000011b7fd7a8: e86f 00a9 | fa0b 00f9 | f817 00f9 | f7e7 03a9 | f44f 0929 | f653 00b9 | f7e7 05a9 | ecbf 06a9
|
|
0x000000011b7fd7c8: ee0b 08a9 | eb4b 00f9
|
|
|
|
0x000000011b7fd7d0: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [40]=Oop [56]=Oop [64]=Oop [88]=Oop [96]=Oop [104]=Oop [144]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) jdk.internal.misc.Unsafe::checkOffset@23 (line 515)
|
|
; - jdk.internal.misc.Unsafe::checkPointer@15 (line 551)
|
|
; - jdk.internal.misc.Unsafe::checkPrimitivePointer@3 (line 580)
|
|
; - jdk.internal.misc.Unsafe::copyMemoryChecks@17 (line 839)
|
|
; - jdk.internal.misc.Unsafe::copyMemory@9 (line 806)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemoryInternal@28 (line 148)
|
|
; - jdk.internal.misc.ScopedMemoryAccess::copyMemory@12 (line 130)
|
|
; - java.nio.ByteBuffer::putBuffer@114 (line 1143)
|
|
; - java.nio.ByteBuffer::put@100 (line 1050)
|
|
; - java.nio.HeapByteBuffer::put@6 (line 254)
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@69 (line 46)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd7d0: 6cb1 ea97
|
|
|
|
0x000000011b7fd7d4: ; {post_call_nop}
|
|
0x000000011b7fd7d4: 1f20 03d5 | 9f61 83f2 | 1f40 86f2 | eb07 40f9 | eb03 00f9 | eb1b 40f9 | fd0f 40f9 | eb07 00f9
|
|
0x000000011b7fd7f4: e233 02a9 | e11b 00f9 | ea3f 00b9 | f023 00f9 | ee4b 00b9 | 6103 8012
|
|
|
|
0x000000011b7fd80c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [32]=Oop [40]=Oop [48]=Oop [64]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@52 (line 526)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd80c: 5db1 ea97
|
|
|
|
0x000000011b7fd810: ; {post_call_nop}
|
|
0x000000011b7fd810: 1f20 03d5 | 1f69 83f2 | 1f60 86f2 | bf01 1feb | ea1b 40f9 | fd17 9f1a | ea0b 00f9 | e2b3 02a9
|
|
0x000000011b7fd830: e11f 00f9 | eb3b 0829 | f027 00f9 | 4116 8012
|
|
|
|
0x000000011b7fd840: ; ImmutableOopMap {[8]=Oop [16]=Oop [24]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*ifeq {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@30 (line 522)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd840: 50b1 ea97
|
|
|
|
0x000000011b7fd844: ; {post_call_nop}
|
|
0x000000011b7fd844: 1f20 03d5 | 9f6f 83f2 | 1f80 86f2
|
|
|
|
0x000000011b7fd850: ; {metadata('java/lang/Object'[])}
|
|
0x000000011b7fd850: 01a7 8ad2 | c102 a0f2 | 01e0 c7f2 | e207 0032
|
|
|
|
0x000000011b7fd860: ; ImmutableOopMap {[8]=Oop [24]=Oop [48]=Oop }
|
|
;*anewarray {reexecute=0 rethrow=0 return_oop=1}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@16 (line 77)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_array}
|
|
0x000000011b7fd860: e8ae ea97
|
|
|
|
0x000000011b7fd864: ; {post_call_nop}
|
|
0x000000011b7fd864: 1f20 03d5 | 9f73 83f2 | 1fa0 86f2 | fefb ff17 | ed0f 02a9 | e41f 00f9 | fd0f 40f9
|
|
|
|
0x000000011b7fd880: ; {metadata({type array byte})}
|
|
0x000000011b7fd880: 01c1 8cd2 | c102 a0f2 | 01e0 c7f2 | e203 0032
|
|
|
|
0x000000011b7fd890: ; ImmutableOopMap {rfp=Oop [8]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop }
|
|
;*invokevirtual clone {reexecute=1 rethrow=0 return_oop=1}
|
|
; - (reexecute) java.util.Arrays::copyOf@7 (line 3535)
|
|
; - java.nio.charset.CharsetEncoder::replaceWith@73 (line 302)
|
|
; - java.nio.charset.CharsetEncoder::<init>@100 (line 209)
|
|
; - java.nio.charset.CharsetEncoder::<init>@12 (line 235)
|
|
; - sun.nio.cs.UTF_8$Encoder::<init>@6 (line 421)
|
|
; - sun.nio.cs.UTF_8::newEncoder@5 (line 77)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@25 (line 78)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_array_nozero}
|
|
0x000000011b7fd890: acc3 ea97
|
|
|
|
0x000000011b7fd894: ; {post_call_nop}
|
|
0x000000011b7fd894: 1f20 03d5 | 9f79 83f2 | 1fc0 86f2 | ed0f 42a9 | e41f 40f9 | 6efc ff17 | ed03 00f9
|
|
|
|
0x000000011b7fd8b0: ; {metadata('sun/nio/cs/UTF_8$Encoder')}
|
|
0x000000011b7fd8b0: 0107 80d2 | 6105 a0f2 | 01e0 c7f2
|
|
|
|
0x000000011b7fd8bc: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [24]=Oop [48]=Oop }
|
|
;*new {reexecute=0 rethrow=0 return_oop=1}
|
|
; - sun.nio.cs.UTF_8::newEncoder@0 (line 77)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@25 (line 78)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_instance}
|
|
0x000000011b7fd8bc: 31af ea97
|
|
|
|
0x000000011b7fd8c0: ; {post_call_nop}
|
|
0x000000011b7fd8c0: 1f20 03d5 | 1f7f 83f2 | 1fe0 86f2 | ed03 40f9 | e303 00aa | fffb ff17 | ed03 00f9 | e30b 00f9
|
|
0x000000011b7fd8e0: ; {metadata({type array byte})}
|
|
0x000000011b7fd8e0: 01c1 8cd2 | c102 a0f2 | 01e0 c7f2 | e203 0032
|
|
|
|
0x000000011b7fd8f0: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*newarray {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.nio.charset.CharsetEncoder::<init>@5 (line 235)
|
|
; - sun.nio.cs.UTF_8$Encoder::<init>@6 (line 421)
|
|
; - sun.nio.cs.UTF_8::newEncoder@5 (line 77)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@25 (line 78)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_array}
|
|
0x000000011b7fd8f0: c4ae ea97
|
|
|
|
0x000000011b7fd8f4: ; {post_call_nop}
|
|
0x000000011b7fd8f4: 1f20 03d5 | 9f85 83f2 | 1f00 87f2 | ed03 40f9 | e30b 40f9 | e403 00aa | 02fc ff17 | ec03 00b9
|
|
0x000000011b7fd914: fd03 0daa
|
|
|
|
0x000000011b7fd918: ; {metadata('java/nio/HeapCharBuffer')}
|
|
0x000000011b7fd918: 01e8 9cd2 | c106 a0f2 | 01e0 c7f2
|
|
|
|
0x000000011b7fd924: ; ImmutableOopMap {rfp=Oop [8]=Oop [24]=Oop [48]=Oop }
|
|
;*new {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.nio.CharBuffer::allocate@9 (line 398)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@47 (line 81)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_instance}
|
|
0x000000011b7fd924: 17af ea97
|
|
|
|
0x000000011b7fd928: ; {post_call_nop}
|
|
0x000000011b7fd928: 1f20 03d5 | 1f8c 83f2 | 1f20 87f2 | ed03 1daa | ec03 40b9 | f003 00aa | a4fc ff17 | ed03 00f9
|
|
0x000000011b7fd948: ef13 00b9
|
|
|
|
0x000000011b7fd94c: ; {metadata('java/nio/HeapByteBuffer')}
|
|
0x000000011b7fd94c: 0164 83d2 | 8105 a0f2 | 01e0 c7f2
|
|
|
|
0x000000011b7fd958: ; ImmutableOopMap {[0]=Oop [8]=Oop [24]=Oop [48]=Oop }
|
|
;*new {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.nio.ByteBuffer::allocate@9 (line 398)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@57 (line 82)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_instance}
|
|
0x000000011b7fd958: 0aaf ea97
|
|
|
|
0x000000011b7fd95c: ; {post_call_nop}
|
|
0x000000011b7fd95c: 1f20 03d5 | 9f92 83f2 | 1f40 87f2 | ed03 40f9 | ef13 40b9 | f003 00aa | f8fc ff17 | ec03 00b9
|
|
0x000000011b7fd97c: f00b 00f9 | fd03 0daa
|
|
|
|
0x000000011b7fd984: ; {metadata({type array char})}
|
|
0x000000011b7fd984: 01fe 8bd2 | c102 a0f2 | 01e0 c7f2 | e203 0c2a
|
|
|
|
0x000000011b7fd994: ; ImmutableOopMap {rfp=Oop [8]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*newarray {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.nio.HeapCharBuffer::<init>@6 (line 75)
|
|
; - java.nio.CharBuffer::allocate@16 (line 398)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@47 (line 81)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_array}
|
|
0x000000011b7fd994: 9bae ea97
|
|
|
|
0x000000011b7fd998: ; {post_call_nop}
|
|
0x000000011b7fd998: 1f20 03d5 | 1f9a 83f2 | 1f60 87f2 | ed03 1daa | ec03 40b9 | f00b 40f9 | abfc ff17 | ed03 00f9
|
|
0x000000011b7fd9b8: ef13 00b9 | f013 00f9
|
|
|
|
0x000000011b7fd9c0: ; {metadata({type array byte})}
|
|
0x000000011b7fd9c0: 01c1 8cd2 | c102 a0f2 | 01e0 c7f2 | e203 0f2a
|
|
|
|
0x000000011b7fd9d0: ; ImmutableOopMap {[0]=Oop [8]=Oop [24]=Oop [32]=Oop [48]=Oop }
|
|
;*newarray {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.nio.HeapByteBuffer::<init>@6 (line 75)
|
|
; - java.nio.ByteBuffer::allocate@16 (line 398)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@57 (line 82)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call C2 Runtime new_array}
|
|
0x000000011b7fd9d0: 8cae ea97
|
|
|
|
0x000000011b7fd9d4: ; {post_call_nop}
|
|
0x000000011b7fd9d4: 1f20 03d5 | 9fa1 83f2 | 1f80 87f2 | ed03 40f9 | ef13 40b9 | f013 40f9 | fdfc ff17 | 2104 8012
|
|
0x000000011b7fd9f4: ed17 00f9
|
|
|
|
0x000000011b7fd9f8: ; ImmutableOopMap {rfp=Oop [8]=Oop [24]=Oop [40]=Oop [48]=Oop }
|
|
;*invokevirtual newEncoder {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@25 (line 78)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fd9f8: e2b0 ea97
|
|
|
|
0x000000011b7fd9fc: ; {post_call_nop}
|
|
0x000000011b7fd9fc: 1f20 03d5 | 9fa6 83f2 | 1fa0 87f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | edbf 01a9
|
|
0x000000011b7fda1c: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [32]=Oop [48]=Oop }
|
|
;*invokevirtual set {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@67 (line 84)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fda1c: d9b0 ea97
|
|
|
|
0x000000011b7fda20: ; {post_call_nop}
|
|
0x000000011b7fda20: 1f20 03d5 | 1fab 83f2 | 1fc0 87f2 | ea07 40f9 | 4116 8012 | fd0f 40f9 | ea03 00f9 | ed13 00f9
|
|
0x000000011b7fda40: ec2b 00b9
|
|
|
|
0x000000011b7fda44: ; ImmutableOopMap {rfp=Oop [0]=Oop [32]=Oop [48]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.CharBuffer::allocate@1 (line 396)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@47 (line 81)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fda44: cfb0 ea97
|
|
|
|
0x000000011b7fda48: ; {post_call_nop}
|
|
0x000000011b7fda48: 1f20 03d5 | 1fb0 83f2 | 1fe0 87f2 | ea07 40f9 | 4116 8012 | fd0f 40f9 | ea03 00f9 | ed13 00f9
|
|
0x000000011b7fda68: ef2b 00b9
|
|
|
|
0x000000011b7fda6c: ; ImmutableOopMap {rfp=Oop [0]=Oop [32]=Oop [48]=Oop }
|
|
;*ifge {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.ByteBuffer::allocate@1 (line 396)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@57 (line 82)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fda6c: c5b0 ea97
|
|
|
|
0x000000011b7fda70: ; {post_call_nop}
|
|
0x000000011b7fda70: 1f20 03d5 | 1fb5 83f2 | 1f00 88f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | e043 01a9
|
|
0x000000011b7fda90: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@8 (line 64)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fda90: bcb0 ea97
|
|
|
|
0x000000011b7fda94: ; {post_call_nop}
|
|
0x000000011b7fda94: 1f20 03d5 | 9fb9 83f2 | 1f20 88f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | e043 01a9
|
|
0x000000011b7fdab4: ee13 00f9
|
|
|
|
0x000000011b7fdab8: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [32]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@16 (line 65)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdab8: b2b0 ea97
|
|
|
|
0x000000011b7fdabc: ; {post_call_nop}
|
|
0x000000011b7fdabc: 1f20 03d5 | 9fbe 83f2 | 1f40 88f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | f03b 01a9
|
|
0x000000011b7fdadc: f913 00f9
|
|
|
|
0x000000011b7fdae0: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [32]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@24 (line 66)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdae0: a8b0 ea97
|
|
|
|
0x000000011b7fdae4: ; {post_call_nop}
|
|
0x000000011b7fdae4: 1f20 03d5 | 9fc3 83f2 | 1f60 88f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | e00f 00f9
|
|
0x000000011b7fdb04: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@7 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdb04: 9fb0 ea97
|
|
|
|
0x000000011b7fdb08: ; {post_call_nop}
|
|
0x000000011b7fdb08: 1f20 03d5 | 1fc8 83f2 | 1f80 88f2 | eb07 40f9 | fd0f 40f9 | 2104 8012 | eb03 00f9 | e02b 01a9
|
|
0x000000011b7fdb28: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@76 (line 86)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdb28: 96b0 ea97
|
|
|
|
0x000000011b7fdb2c: ; {post_call_nop}
|
|
0x000000011b7fdb2c: 1f20 03d5 | 9fcc 83f2 | 1fa0 88f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | e02f 01a9
|
|
0x000000011b7fdb4c: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@86 (line 87)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdb4c: 8db0 ea97
|
|
|
|
0x000000011b7fdb50: ; {post_call_nop}
|
|
0x000000011b7fdb50: 1f20 03d5 | 1fd1 83f2 | 1fc0 88f2 | ea07 40f9 | fd0f 40f9 | 2104 8012 | ea03 00f9 | e033 01a9
|
|
0x000000011b7fdb70: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@96 (line 88)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdb70: 84b0 ea97
|
|
|
|
0x000000011b7fdb74: ; {post_call_nop}
|
|
0x000000011b7fdb74: 1f20 03d5 | 9fd5 83f2 | 1fe0 88f2 | ea07 40f9 | 2101 8012 | fd0f 40f9 | ea03 00f9
|
|
|
|
0x000000011b7fdb90: ; ImmutableOopMap {rfp=Oop [0]=Oop [48]=Oop }
|
|
;*invokevirtual get {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdb90: 7cb0 ea97
|
|
|
|
0x000000011b7fdb94: ; {post_call_nop}
|
|
0x000000011b7fdb94: 1f20 03d5 | 9fd9 83f2 | 1f00 89f2 | ea07 40f9 | 6101 8012 | fd0f 40f9 | ea03 00f9 | e00b 00f9
|
|
0x000000011b7fdbb4: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@8 (line 64)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdbb4: 73b0 ea97
|
|
|
|
0x000000011b7fdbb8: ; {post_call_nop}
|
|
0x000000011b7fdbb8: 1f20 03d5 | 1fde 83f2 | 1f20 89f2 | ea07 40f9 | fd0f 40f9 | 6101 8012 | ea03 00f9 | e043 01a9
|
|
0x000000011b7fdbd8: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@16 (line 65)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdbd8: 6ab0 ea97
|
|
|
|
0x000000011b7fdbdc: ; {post_call_nop}
|
|
0x000000011b7fdbdc: 1f20 03d5 | 9fe2 83f2 | 1f40 89f2 | ea07 40f9 | fd0f 40f9 | 6101 8012 | ea03 00f9 | f03b 01a9
|
|
0x000000011b7fdbfc: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@24 (line 66)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdbfc: 61b0 ea97
|
|
|
|
0x000000011b7fdc00: ; {post_call_nop}
|
|
0x000000011b7fdc00: 1f20 03d5 | 1fe7 83f2 | 1f60 89f2 | 2101 8012 | fd0f 40f9 | fb03 00f9
|
|
|
|
0x000000011b7fdc18: ; ImmutableOopMap {rfp=Oop [0]=Oop [48]=Oop }
|
|
;*invokevirtual length {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@6 (line 58)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdc18: 5ab0 ea97
|
|
|
|
0x000000011b7fdc1c: ; {post_call_nop}
|
|
0x000000011b7fdc1c: 1f20 03d5 | 9fea 83f2 | 1f80 89f2 | fd0f 40f9 | 2101 8012 | fb03 00f9 | f90f 00f9
|
|
|
|
0x000000011b7fdc38: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop [48]=Oop }
|
|
;*invokeinterface getByteBuffer {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@61 (line 99)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdc38: 52b0 ea97
|
|
|
|
0x000000011b7fdc3c: ; {post_call_nop}
|
|
0x000000011b7fdc3c: 1f20 03d5 | 9fee 83f2 | 1fa0 89f2 | 2101 8012 | fd0f 40f9 | fb6b 00a9 | f90b 00f9 | f813 00f9
|
|
0x000000011b7fdc5c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop [32]=Oop }
|
|
;*invokevirtual remaining {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.ByteBufferDestinationHelper::writeToUnsynchronized@12 (line 39)
|
|
; - org.apache.logging.log4j.core.appender.OutputStreamManager::writeBytes@14 (line 366)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::writeEncodedText@76 (line 101)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@73 (line 66)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdc5c: 49b0 ea97
|
|
|
|
0x000000011b7fdc60: ; {post_call_nop}
|
|
0x000000011b7fdc60: 1f20 03d5 | 1ff3 83f2 | 1fc0 89f2 | ea07 40f9 | 6101 8012 | fd0f 40f9 | ea03 00f9 | e00b 00f9
|
|
0x000000011b7fdc80: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@76 (line 86)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdc80: 40b0 ea97
|
|
|
|
0x000000011b7fdc84: ; {post_call_nop}
|
|
0x000000011b7fdc84: 1f20 03d5 | 9ff7 83f2 | 1fe0 89f2 | ea07 40f9 | 6101 8012 | fd0f 40f9 | ea03 00f9 | e00b 00f9
|
|
0x000000011b7fdca4: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@86 (line 87)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdca4: 37b0 ea97
|
|
|
|
0x000000011b7fdca8: ; {post_call_nop}
|
|
0x000000011b7fdca8: 1f20 03d5 | 1ffc 83f2 | 1f00 8af2 | ea07 40f9 | 6101 8012 | fd0f 40f9 | ea03 00f9 | e00b 00f9
|
|
0x000000011b7fdcc8: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [48]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@96 (line 88)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdcc8: 2eb0 ea97
|
|
|
|
0x000000011b7fdccc: ; {post_call_nop}
|
|
0x000000011b7fdccc: 1f20 03d5 | 9f00 84f2 | 1f20 8af2 | ea07 40f9 | 2101 8012 | fd0f 40f9 | ea03 00f9
|
|
|
|
0x000000011b7fdce8: ; ImmutableOopMap {rfp=Oop [0]=Oop [48]=Oop }
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@8 (line 498)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdce8: 26b0 ea97
|
|
|
|
0x000000011b7fdcec: ; {post_call_nop}
|
|
0x000000011b7fdcec: 1f20 03d5 | 9f04 84f2 | 1f40 8af2 | fd0f 40f9 | 4116 8012 | f03b 01a9 | f96f 02a9 | fb1f 00f9
|
|
0x000000011b7fdd0c: ef43 00b9 | e527 00f9
|
|
|
|
0x000000011b7fdd14: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop [72]=Oop }
|
|
;*ifnonnull {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.nio.CharBuffer::array@4 (line 1514)
|
|
; - org.apache.logging.log4j.core.layout.TextEncoderHelper::encodeText@38 (line 63)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@37 (line 67)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdd14: 1bb0 ea97
|
|
|
|
0x000000011b7fdd18: ; {post_call_nop}
|
|
0x000000011b7fdd18: 1f20 03d5 | 1f0a 84f2 | 1f60 8af2 | ea07 40f9 | 2101 8012 | fd0f 40f9 | ea03 00f9
|
|
|
|
0x000000011b7fdd34: ; ImmutableOopMap {rfp=Oop [0]=Oop [48]=Oop }
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@8 (line 517)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@4 (line 75)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdd34: 13b0 ea97
|
|
|
|
0x000000011b7fdd38: ; {post_call_nop}
|
|
0x000000011b7fdd38: 1f20 03d5 | 1f0e 84f2 | 1f80 8af2 | ea07 40f9 | 2101 8012 | fd0f 40f9 | ea03 00f9
|
|
|
|
0x000000011b7fdd54: ; ImmutableOopMap {rfp=Oop [0]=Oop [48]=Oop }
|
|
;*invokevirtual newEncoder {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@25 (line 78)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdd54: 0bb0 ea97
|
|
|
|
0x000000011b7fdd58: ; {post_call_nop}
|
|
0x000000011b7fdd58: 1f20 03d5 | 1f12 84f2 | 1fa0 8af2 | ea07 40f9 | 2101 8012 | fd0f 40f9 | ea03 00f9 | ed0b 00f9
|
|
0x000000011b7fdd78: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [48]=Oop }
|
|
;*invokevirtual set {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@67 (line 84)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdd78: 02b0 ea97
|
|
|
|
0x000000011b7fdd7c: ; {post_call_nop}
|
|
0x000000011b7fdd7c: 1f20 03d5 | 9f16 84f2 | 1fc0 8af2 | ea07 40f9 | 010d 8012 | ea03 00f9
|
|
|
|
0x000000011b7fdd94: ; ImmutableOopMap {rfp=Oop [0]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop }
|
|
;*invokevirtual clone {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.util.Arrays::copyOf@7 (line 3535)
|
|
; - java.nio.charset.CharsetEncoder::replaceWith@73 (line 302)
|
|
; - java.nio.charset.CharsetEncoder::<init>@100 (line 209)
|
|
; - java.nio.charset.CharsetEncoder::<init>@12 (line 235)
|
|
; - sun.nio.cs.UTF_8$Encoder::<init>@6 (line 421)
|
|
; - sun.nio.cs.UTF_8::newEncoder@5 (line 77)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::getThreadLocalState@25 (line 78)
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@1 (line 63)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fdd94: fbaf ea97
|
|
|
|
0x000000011b7fdd98: ; {post_call_nop}
|
|
0x000000011b7fdd98: 1f20 03d5 | 1f1a 84f2 | 1fe0 8af2 | 0a08 40b9 | 4a15 58d2 | e103 00aa | 2000 0014 | 0a08 40b9
|
|
0x000000011b7fddb8: 4a15 58d2 | e103 00aa | 1c00 0014 | 0a08 40b9 | 4a15 58d2 | e103 00aa | 1800 0014 | 0b08 40b9
|
|
0x000000011b7fddd8: 6a15 58d2 | e103 00aa | 1400 0014 | 0b08 40b9 | 6a15 58d2 | e103 00aa | 1000 0014 | 0b08 40b9
|
|
0x000000011b7fddf8: 6a15 58d2 | e103 00aa | 0c00 0014 | 0b08 40b9 | 6a15 58d2 | e103 00aa | 0800 0014 | 0a08 40b9
|
|
0x000000011b7fde18: 4a15 58d2 | e103 00aa | 0400 0014 | 0a08 40b9 | 4a15 58d2 | e103 00aa | 4a21 40f9
|
|
|
|
0x000000011b7fde34: ; {metadata('java/lang/Exception')}
|
|
0x000000011b7fde34: 0b3a 9cd2 | 6b03 a0f2 | 0be0 c7f2 | 5f01 0beb | 8000 0054 | fd7b 4ca9 | ff43 0391
|
|
|
|
0x000000011b7fde50: ; {runtime_call C2 Runtime rethrow}
|
|
0x000000011b7fde50: 2cc0 ea17 | fd03 01aa | 410c 8012
|
|
|
|
0x000000011b7fde5c: ; ImmutableOopMap {rfp=Oop [8]=Oop [24]=Oop [48]=Oop }
|
|
;*astore_3 {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@43 (line 68)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b7fde5c: c9af ea97
|
|
|
|
0x000000011b7fde60: ; {post_call_nop}
|
|
0x000000011b7fde60: 1f20 03d5 | 1f33 84f2 | 1f00 8bf2 | bf3b 03d5 | 2200 4039 | 0258 ff34 | 3f00 0039 | 822b 40f9
|
|
0x000000011b7fde80: c200 00b4 | 4220 00d1 | 822b 00f9 | 882f 40f9 | 0169 22f8 | b8fa ff17 | e313 bea9 | eb37 01a9
|
|
0x000000011b7fdea0: e003 01aa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | eb37 41a9 | e313 c2a8
|
|
0x000000011b7fdec0: adfa ff17 | bf3b 03d5 | 0100 4039 | 2157 ff34 | 1f00 0039 | 812b 40f9 | c100 00b4 | 2120 00d1
|
|
0x000000011b7fdee0: 812b 00f9 | 882f 40f9 | 0069 21f8 | b1fa ff17 | e313 bea9 | ed7f 01a9 | e103 1caa | 8889 86d2
|
|
0x000000011b7fdf00: 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed7f 41a9 | e313 c2a8 | a7fa ff17 | bf3b 03d5 | 3002 4039
|
|
0x000000011b7fdf20: 5056 ff34 | 3f02 0039 | 902b 40f9 | d000 00b4 | 1022 00d1 | 902b 00f9 | 882f 40f9 | 1169 30f8
|
|
0x000000011b7fdf40: aafa ff17 | e313 bea9 | ed7f 01a9 | e003 11aa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2
|
|
0x000000011b7fdf60: 0001 3fd6 | ed7f 41a9 | e313 c2a8 | 9ffa ff17 | bf3b 03d5 | 6a01 4039 | 4a55 ff34 | 7f01 0039
|
|
0x000000011b7fdf80: 8a2b 40f9 | ca00 00b4 | 4a21 00d1 | 8a2b 00f9 | 882f 40f9 | 0b69 2af8 | a2fa ff17 | e313 bea9
|
|
0x000000011b7fdfa0: ed7f 01a9 | e003 0baa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed7f 41a9
|
|
0x000000011b7fdfc0: e313 c2a8 | 97fa ff17 | 4c01 40b9 | 8cf1 7dd3 | 4c55 ffb4 | 901f 40f9 | d000 00b4 | 1022 00d1
|
|
0x000000011b7fdfe0: 901f 00f9 | 9123 40f9 | 2c6a 30f8 | a3fa ff17 | e00f bea9 | ea37 01a9 | e003 0caa | e103 1caa
|
|
0x000000011b7fe000: 8884 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ea37 41a9 | e00f c2a8 | 98fa ff17 | bf3b 03d5
|
|
0x000000011b7fe020: 1102 4039 | 5154 ff34 | 1f02 0039 | 912b 40f9 | d100 00b4 | 3122 00d1 | 912b 00f9 | 882f 40f9
|
|
0x000000011b7fe040: 1069 31f8 | 9afa ff17 | e337 bfa9 | e003 10aa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2
|
|
0x000000011b7fe060: 0001 3fd6 | e337 c1a8 | 91fa ff17 | 7101 40b9 | 31f2 7dd3 | 9152 ffb4 | 801f 40f9 | c000 00b4
|
|
0x000000011b7fe080: 0020 00d1 | 801f 00f9 | 8223 40f9 | 5168 20f8 | 8dfa ff17 | e10f bea9 | eb37 01a9 | e003 11aa
|
|
0x000000011b7fe0a0: e103 1caa | 8884 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | eb37 41a9 | e10f c2a8 | 82fa ff17
|
|
0x000000011b7fe0c0: bf3b 03d5 | 0200 4039 | a251 ff34 | 1f00 0039 | 822b 40f9 | c200 00b4 | 4220 00d1 | 822b 00f9
|
|
0x000000011b7fe0e0: 882f 40f9 | 0069 22f8 | 85fa ff17 | e10f bea9 | ed7f 01a9 | e103 1caa | 8889 86d2 | 684f a1f2
|
|
0x000000011b7fe100: 2800 c0f2 | 0001 3fd6 | ed7f 41a9 | e10f c2a8 | 7bfa ff17 | c001 40b9 | 00f0 7dd3 | 604f ffb4
|
|
0x000000011b7fe120: 8b1f 40f9 | cb00 00b4 | 6b21 00d1 | 8b1f 00f9 | 9023 40f9 | 006a 2bf8 | 74fa ff17 | e10f bea9
|
|
0x000000011b7fe140: ed3b 01a9 | e103 1caa | 8884 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed3b 41a9 | e10f c2a8
|
|
0x000000011b7fe160: 6afa ff17 | bf3b 03d5 | 7001 4039 | b04e ff34 | 7f01 0039 | 902b 40f9 | d000 00b4 | 1022 00d1
|
|
0x000000011b7fe180: 902b 00f9 | 882f 40f9 | 0b69 30f8 | 6dfa ff17 | e337 bfa9 | e003 0baa | e103 1caa | 8889 86d2
|
|
0x000000011b7fe1a0: 684f a1f2 | 2800 c0f2 | 0001 3fd6 | e337 c1a8 | 64fa ff17 | ea01 40b9 | 4af1 7dd3 | ca4c ffb4
|
|
0x000000011b7fe1c0: 8b1f 40f9 | cb00 00b4 | 6b21 00d1 | 8b1f 00f9 | 9123 40f9 | 2a6a 2bf8 | 5ffa ff17 | e333 bea9
|
|
0x000000011b7fe1e0: ed3f 01a9 | e003 0aaa | e103 1caa | 8884 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed3f 41a9
|
|
0x000000011b7fe200: e333 c2a8 | 54fa ff17 | bf3b 03d5 | 7101 4039 | d14b ff34 | 7f01 0039 | 912b 40f9 | d100 00b4
|
|
0x000000011b7fe220: 3122 00d1 | 912b 00f9 | 882f 40f9 | 0b69 31f8 | 56fa ff17 | ec37 bfa9 | e003 0baa | e103 1caa
|
|
0x000000011b7fe240: 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ec37 c1a8 | 4dfa ff17 | 4c01 40b9 | 8cf1 7dd3
|
|
0x000000011b7fe260: 0c51 ffb4 | 8e1f 40f9 | ce00 00b4 | ce21 00d1 | 8e1f 00f9 | 8f23 40f9 | ec69 2ef8 | 81fa ff17
|
|
0x000000011b7fe280: e02b bea9 | ed43 01a9 | e003 0caa | e103 1caa | 8884 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6
|
|
0x000000011b7fe2a0: ed43 41a9 | e02b c2a8 | 76fa ff17 | bf3b 03d5 | cf01 4039 | 0f50 ff34 | df01 0039 | 8f2b 40f9
|
|
0x000000011b7fe2c0: cf00 00b4 | ef21 00d1 | 8f2b 00f9 | 882f 40f9 | 0e69 2ff8 | 78fa ff17 | ed43 bfa9 | e003 0eaa
|
|
0x000000011b7fe2e0: e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed43 c1a8 | 6ffa ff17 | 6a01 40b9
|
|
0x000000011b7fe300: 4af1 7dd3 | aa4e ffb4 | 8e1f 40f9 | ce00 00b4 | ce21 00d1 | 8e1f 00f9 | 8c23 40f9 | 8a69 2ef8
|
|
0x000000011b7fe320: 6efa ff17 | eb37 bea9 | ef43 01a9 | e003 0aaa | e103 1caa | 8884 86d2 | 684f a1f2 | 2800 c0f2
|
|
0x000000011b7fe340: 0001 3fd6 | ef43 41a9 | eb37 c2a8 | 63fa ff17 | bf3b 03d5 | cc01 4039 | ac4d ff34 | df01 0039
|
|
0x000000011b7fe360: 8c2b 40f9 | cc00 00b4 | 8c21 00d1 | 8c2b 00f9 | 882f 40f9 | 0e69 2cf8 | 65fa ff17 | ed3f bfa9
|
|
0x000000011b7fe380: e003 0eaa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed3f c1a8 | 5cfa ff17
|
|
0x000000011b7fe3a0: 4f01 40b9 | eff1 7dd3 | ef52 ffb4 | 8e1f 40f9 | ce00 00b4 | ce21 00d1 | 8e1f 00f9 | 8c23 40f9
|
|
0x000000011b7fe3c0: 8f69 2ef8 | 90fa ff17 | e02b bea9 | ed43 01a9 | e003 0faa | e103 1caa | 8884 86d2 | 684f a1f2
|
|
0x000000011b7fe3e0: 2800 c0f2 | 0001 3fd6 | ed43 41a9 | e02b c2a8 | 85fa ff17 | bf3b 03d5 | cc01 4039 | ec51 ff34
|
|
0x000000011b7fe400: df01 0039 | 8c2b 40f9 | cc00 00b4 | 8c21 00d1 | 8c2b 00f9 | 882f 40f9 | 0e69 2cf8 | 87fa ff17
|
|
0x000000011b7fe420: ed43 bfa9 | e003 0eaa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ed43 c1a8
|
|
0x000000011b7fe440: 7efa ff17 | 6c01 40b9 | 8cf1 7dd3 | ec50 ffb4 | 8a1f 40f9 | ca00 00b4 | 4a21 00d1 | 8a1f 00f9
|
|
0x000000011b7fe460: 8e23 40f9 | cc69 2af8 | 80fa ff17 | eb37 bea9 | ef43 01a9 | e003 0caa | e103 1caa | 8884 86d2
|
|
0x000000011b7fe480: 684f a1f2 | 2800 c0f2 | 0001 3fd6 | ef43 41a9 | eb37 c2a8 | 75fa ff17 | bf3b 03d5 | 4e01 4039
|
|
0x000000011b7fe4a0: ee4f ff34 | 5f01 0039 | 8e2b 40f9 | ce00 00b4 | ce21 00d1 | 8e2b 00f9 | 882f 40f9 | 0a69 2ef8
|
|
0x000000011b7fe4c0: 77fa ff17 | ed3f bfa9 | e003 0aaa | e103 1caa | 8889 86d2 | 684f a1f2 | 2800 c0f2 | 0001 3fd6
|
|
0x000000011b7fe4e0: ed3f c1a8 | 6efa ff17
|
|
|
|
0x000000011b7fe4e8: ; {internal_word}
|
|
0x000000011b7fe4e8: 8818 ff10 | 8833 02f9
|
|
|
|
0x000000011b7fe4f0: ; {runtime_call SafepointBlob}
|
|
0x000000011b7fe4f0: 647d e717
|
|
|
|
0x000000011b7fe4f4: ; {runtime_call StubRoutines (final stubs)}
|
|
0x000000011b7fe4f4: 0800 81d2 | c863 a3f2 | 2800 c0f2 | 0001 3fd6 | e0f6 ff17
|
|
|
|
0x000000011b7fe508: ; {entry_guard}
|
|
0x000000011b7fe508: 0100 0000 | 0000 0000
|
|
[Stub Code]
|
|
0x000000011b7fe510: ; {no_reloc}
|
|
0x000000011b7fe510: 4800 0058 | 0001 1fd6 | a0a0 7b1b | 0100 0000
|
|
|
|
0x000000011b7fe520: ; {trampoline_stub}
|
|
0x000000011b7fe520: 4800 0058 | 0001 1fd6 | 60b4 7a1b | 0100 0000
|
|
|
|
0x000000011b7fe530: ; {static_stub}
|
|
0x000000011b7fe530: df3f 03d5
|
|
|
|
0x000000011b7fe534: ; {metadata(nullptr)}
|
|
0x000000011b7fe534: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
|
|
0x000000011b7fe550: ; {static_stub}
|
|
0x000000011b7fe550: df3f 03d5
|
|
|
|
0x000000011b7fe554: ; {metadata(nullptr)}
|
|
0x000000011b7fe554: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
[Exception Handler]
|
|
0x000000011b7fe570: ; {runtime_call ExceptionBlob}
|
|
0x000000011b7fe570: 64ae ea17
|
|
[Deopt Handler Code]
|
|
0x000000011b7fe574: 1e00 0010
|
|
|
|
0x000000011b7fe578: ; {runtime_call DeoptimizationBlob}
|
|
0x000000011b7fe578: c27d e717 | 0000 0000
|
|
[/MachCode]
|
|
|
|
|
|
Compiled method (c2) 6625 2789 4 org.apache.logging.log4j.core.layout.PatternLayout::encode (33 bytes)
|
|
total in heap [0x000000011b80efc8,0x000000011b80fe98] = 3792
|
|
relocation [0x000000011b80f0a0,0x000000011b80f1e8] = 328
|
|
main code [0x000000011b80f200,0x000000011b80fbf8] = 2552
|
|
stub code [0x000000011b80fbf8,0x000000011b80fd08] = 272
|
|
oops [0x000000011b80fd08,0x000000011b80fd20] = 24
|
|
metadata [0x000000011b80fd20,0x000000011b80fe98] = 376
|
|
immutable data [0x0000000b64d11400,0x0000000b64d11d88] = 2440
|
|
dependencies [0x0000000b64d11400,0x0000000b64d11458] = 88
|
|
nul chk table [0x0000000b64d11458,0x0000000b64d114a8] = 80
|
|
handler table [0x0000000b64d114a8,0x0000000b64d11580] = 216
|
|
scopes pcs [0x0000000b64d11580,0x0000000b64d117e0] = 608
|
|
scopes data [0x0000000b64d117e0,0x0000000b64d11d88] = 1448
|
|
|
|
[Constant Pool (empty)]
|
|
|
|
[MachCode]
|
|
[Instructions begin]
|
|
0x000000011b80f200: 1f20 03d5 | 1f20 03d5 | 1f20 03d5
|
|
[Entry Point]
|
|
# {method} {0x000000012a58e780} 'encode' '(Lorg/apache/logging/log4j/core/LogEvent;Lorg/apache/logging/log4j/core/layout/ByteBufferDestination;)V' in 'org/apache/logging/log4j/core/layout/PatternLayout'
|
|
# this: c_rarg1:c_rarg1
|
|
= 'org/apache/logging/log4j/core/layout/PatternLayout'
|
|
# parm0: c_rarg2:c_rarg2
|
|
= 'org/apache/logging/log4j/core/LogEvent'
|
|
# parm1: c_rarg3:c_rarg3
|
|
= 'org/apache/logging/log4j/core/layout/ByteBufferDestination'
|
|
# [sp+0x70] (sp of caller)
|
|
0x000000011b80f20c: 2808 40b9 | 2a09 40b9 | 1f01 0a6b | 4000 0054
|
|
|
|
0x000000011b80f21c: ; {runtime_call Shared Runtime ic_miss_blob}
|
|
0x000000011b80f21c: 2920 e717
|
|
[Verified Entry Point]
|
|
0x000000011b80f220: 1f20 03d5 | e953 40d1 | 3f01 00f9 | ffc3 01d1 | fd7b 06a9 | 084e 0018 | 8923 40b9 | 1f01 09eb
|
|
0x000000011b80f240: 014d 0054 | 8acb 41f9 | 4b01 40f9 | 6e49 40b9 | 2a38 40b9 | cef1 7dd3 | e10f 01a9 | e213 00f9
|
|
0x000000011b80f260: 4df1 7dd3 | ce05 00b4 | ca15 40b9 | 4cf1 7dd3
|
|
|
|
0x000000011b80f270: ; implicit exception: dispatches to 0x000000011b80fadc
|
|
0x000000011b80f270: 900d 40b9 | 0a06 0051 | b15a 9252 | 31ab a472 | 4a01 110a | 8fc9 2a8b | f029 0034 | ec11 40b9
|
|
0x000000011b80f290: 8ff1 7dd3 | 4f04 00b4 | f00d 40b9
|
|
|
|
0x000000011b80f29c: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700252348})}
|
|
0x000000011b80f29c: 8c00 bcd2 | 2c8d 94f2 | 1f02 0c6b | 4003 0054 | cc15 40b9 | 80f1 7dd3
|
|
|
|
0x000000011b80f2b4: ; implicit exception: dispatches to 0x000000011b80fb2c
|
|
0x000000011b80f2b4: 010c 40b9
|
|
|
|
0x000000011b80f2b8: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700252348})}
|
|
0x000000011b80f2b8: 9100 bcd2 | 318d 94f2 | f00d 40b9 | 1f02 116b | 4002 0054 | f00d 40b9 | 0ff2 7dd3 | 4c05 0011
|
|
0x000000011b80f2d8: cf35 00b4 | 9f01 016b | ea15 0054 | 9f01 016b | 022e 0054 | 0ac8 2c8b | 4a11 40b9 | 4ff1 7dd3
|
|
0x000000011b80f2f8: 901b 40f9
|
|
|
|
0x000000011b80f2fc: ; ImmutableOopMap {r10=Oop r11=Oop r13=Oop r14=Oop r15=Oop r17=NarrowOop c_rarg0=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*goto {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@54 (line 526)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
0x000000011b80f2fc: ea0b 40f9
|
|
|
|
0x000000011b80f300: ; {poll}
|
|
0x000000011b80f300: 1f02 40b9 | cf00 00b4 | ea03 0c2a | edff ff17 | ea1d 40b9 | 40f1 7dd3 | 0d00 0014 | ed03 00f9
|
|
0x000000011b80f320: fd03 0baa
|
|
|
|
0x000000011b80f324: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700252348})}
|
|
0x000000011b80f324: 0169 84d2 | a104 a0f2 | e100 c0f2 | e203 0baa
|
|
|
|
0x000000011b80f334: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*invokevirtual setInitialValue {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.lang.ThreadLocal::get@31 (line 193)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {optimized virtual_call}
|
|
0x000000011b80f334: 6320 e797
|
|
|
|
0x000000011b80f338: ; {post_call_nop}
|
|
0x000000011b80f338: 1f20 03d5 | 1f6e 80f2 | 1f20 80f2 | eb03 1daa | ed03 40f9 | c012 00b4 | 0a08 40b9
|
|
|
|
0x000000011b80f354: ; {metadata({type array int})}
|
|
0x000000011b80f354: ce02 a0d2 | 0e43 8df2 | 5f01 0e6b | c137 0054 | 0c0c 40b9 | 6c1f 0034 | 0a10 40b9 | 6e49 40b9
|
|
0x000000011b80f374: 5f05 0071 | 8c25 0054 | d1f1 7dd3 | b102 00b4 | 2c16 40b9 | 8af1 7dd3
|
|
|
|
0x000000011b80f38c: ; implicit exception: dispatches to 0x000000011b80faf0
|
|
0x000000011b80f38c: 4c0d 40b9 | 8f05 0051 | 6e7a 8052 | 6eae a072 | e001 0e0a | 4ec9 208b | 6c22 0034 | cc11 40b9
|
|
0x000000011b80f3ac: 8ff1 7dd3 | 2f01 00b4 | ea0d 40b9
|
|
|
|
0x000000011b80f3b8: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700280c60})}
|
|
0x000000011b80f3b8: ae00 bcd2 | 8e31 80f2 | 5f01 0e6b | 610b 0054 | eb1d 40b9 | 60f1 7dd3 | 0b00 0014 | fd03 0daa
|
|
0x000000011b80f3d8: e203 0baa
|
|
|
|
0x000000011b80f3dc: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700280c60})}
|
|
0x000000011b80f3dc: 018c 81d2 | 0105 a0f2 | e100 c0f2
|
|
|
|
0x000000011b80f3e8: ; ImmutableOopMap {rfp=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*invokevirtual setInitialValue {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.lang.ThreadLocal::get@31 (line 193)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {optimized virtual_call}
|
|
0x000000011b80f3e8: 2eab fe97
|
|
|
|
0x000000011b80f3ec: ; {post_call_nop}
|
|
0x000000011b80f3ec: 1f20 03d5 | 9f84 80f2 | 1f40 80f2 | ed03 1daa | 8011 00b4 | 0a08 40b9
|
|
|
|
0x000000011b80f404: ; {metadata('java/lang/StringBuilder')}
|
|
0x000000011b80f404: 4c03 a0d2 | 0cf7 91f2 | 5f01 0c6b | c130 0054 | e303 00aa | 6b14 40b9 | 6af1 7dd3
|
|
|
|
0x000000011b80f420: ; implicit exception: dispatches to 0x000000011b80fa84
|
|
0x000000011b80f420: 4b0d 40b9 | 6c40 c039 | 6f29 cc1a | ff01 2071 | 4c21 0054 | 6e0c 40b9 | 2e02 f836 | 2c25 0035
|
|
0x000000011b80f440: 6e02 0034 | ec0f 40f9 | ec03 00f9 | e80b 40f9 | e807 00f9 | ec13 40f9 | 4117 8012 | ed33 01a9
|
|
0x000000011b80f460: e3ab 02a9 | ebbb 0729 | ee47 00b9
|
|
|
|
0x000000011b80f46c: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop [40]=Oop [48]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.util.Arrays::rangeCheck@2 (line 717)
|
|
; - java.util.Arrays::fill@4 (line 3305)
|
|
; - java.lang.StringLatin1::fillNull@4 (line 861)
|
|
; - java.lang.AbstractStringBuilder::setLength@42 (line 334)
|
|
; - java.lang.StringBuilder::setLength@2 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@56 (line 137)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f46c: 456a ea97
|
|
|
|
0x000000011b80f470: ; {post_call_nop}
|
|
0x000000011b80f470: 1f20 03d5 | 1f95 80f2 | 1f60 80f2 | df01 0071 | 6d00 0054 | eb03 0032 | 6b44 0039 | 7f0c 00b9
|
|
0x000000011b80f490: ; implicit exception: dispatches to 0x000000011b80fa98
|
|
0x000000011b80f490: aa09 40b9
|
|
|
|
0x000000011b80f494: ; {metadata('org/apache/logging/log4j/core/layout/PatternLayout$PatternFormatterPatternSerializer')}
|
|
0x000000011b80f494: 4c21 a0d2 | 0cdf 8bf2 | 5f01 0c6b | 2117 0054 | e103 0daa | e213 40f9
|
|
|
|
0x000000011b80f4ac: ; ImmutableOopMap {[16]=Oop [24]=Oop }
|
|
;*invokeinterface toSerializable {reexecute=0 rethrow=0 return_oop=1}
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::toText@3 (line 251)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@9 (line 237)
|
|
; {optimized virtual_call}
|
|
0x000000011b80f4ac: 5d88 fe97
|
|
|
|
0x000000011b80f4b0: ; {post_call_nop}
|
|
0x000000011b80f4b0: 1f20 03d5 | 1f9d 80f2 | 1f80 80f2 | ea0b 40f9 | 4b21 40b9 | e007 00f9 | 61f1 7dd3
|
|
|
|
0x000000011b80f4cc: ; implicit exception: dispatches to 0x000000011b80fb04
|
|
0x000000011b80f4cc: 2a08 40b9
|
|
|
|
0x000000011b80f4d0: ; {metadata('org/apache/logging/log4j/core/layout/StringBuilderEncoder')}
|
|
0x000000011b80f4d0: 2c21 a0d2 | 0cd9 8ef2 | 5f01 0c6b | 6116 0054 | e203 00aa | e30f 40f9
|
|
|
|
0x000000011b80f4e8: ; ImmutableOopMap {[8]=Oop }
|
|
;*invokevirtual encode {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.StringBuilderEncoder::encode@6 (line 31)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@23 (line 239)
|
|
; {optimized virtual_call}
|
|
0x000000011b80f4e8: deb2 ff97
|
|
|
|
0x000000011b80f4ec: ; {post_call_nop}
|
|
0x000000011b80f4ec: 1f20 03d5 | 9fa4 80f2 | 1fa0 80f2 | ed07 40f9
|
|
|
|
0x000000011b80f4fc: ; implicit exception: dispatches to 0x000000011b80fab4
|
|
0x000000011b80f4fc: ab15 40b9 | 6af1 7dd3
|
|
|
|
0x000000011b80f504: ; implicit exception: dispatches to 0x000000011b80fac8
|
|
0x000000011b80f504: 4a0d 40b9 | ac41 c039 | 4b29 cc1a | 7f01 2071 | cc1b 0054 | fd7b 46a9 | ffc3 0191
|
|
|
|
0x000000011b80f520: ; {poll_return}
|
|
0x000000011b80f520: 8817 40f9 | ff63 28eb | 6835 0054 | c003 5fd6 | 2c16 40b9 | 8ef1 7dd3
|
|
|
|
0x000000011b80f538: ; implicit exception: dispatches to 0x000000011b80fb40
|
|
0x000000011b80f538: c20d 40b9
|
|
|
|
0x000000011b80f53c: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700280c60})}
|
|
0x000000011b80f53c: a100 bcd2 | 8131 80f2 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | ea0d 40b9 | 5f01 016b | 80f3 ff54
|
|
0x000000011b80f55c: ea0d 40b9 | 4af1 7dd3 | 1d04 0011 | 6a24 00b4 | bf03 026b | ea0e 0054 | bf03 026b | 8222 0054
|
|
0x000000011b80f57c: cac9 3d8b | 4a11 40b9 | 801b 40f9
|
|
|
|
0x000000011b80f588: ; ImmutableOopMap {r11=Oop r13=Oop r14=Oop r15=Oop r17=Oop c_rarg1=NarrowOop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*goto {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@54 (line 526)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
0x000000011b80f588: 4ff1 7dd3
|
|
|
|
0x000000011b80f58c: ; {poll}
|
|
0x000000011b80f58c: 1f00 40b9 | 2ff2 ffb4 | e003 1d2a | eeff ff17 | ec03 1f2a | 51ff ff17 | 80e7 40f9 | 8aef 40f9
|
|
0x000000011b80f5ac: 0c60 0091 | 9f01 0aeb | 021b 0054 | ea03 40b2 | 8ce7 00f9 | 0a00 00f9
|
|
|
|
0x000000011b80f5c4: ; {metadata({type array int})}
|
|
0x000000011b80f5c4: ca02 a0d2 | 0a43 8df2 | 0a08 00b9 | ee03 0032 | 90c1 80f9 | 0e0c 00b9 | 9001 81f9 | 1f08 00f9
|
|
0x000000011b80f5e4: 9041 81f9 | fd0b 40f9 | eb37 00a9 | bf3a 03d5 | ea03 00aa | ea0b 00f9
|
|
|
|
0x000000011b80f5fc: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700252348})}
|
|
0x000000011b80f5fc: 0169 84d2 | a104 a0f2 | e100 c0f2 | e203 0aaa
|
|
|
|
0x000000011b80f60c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*invokevirtual set {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@22 (line 2932)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {optimized virtual_call}
|
|
0x000000011b80f60c: ad1f e797
|
|
|
|
0x000000011b80f610: ; {post_call_nop}
|
|
0x000000011b80f610: 1f20 03d5 | 1fc9 80f2 | 1fe0 80f2 | e00b 40f9 | fd0b 00f9 | eb37 40a9 | 4fff ff17 | 80e7 40f9
|
|
0x000000011b80f630: 8aef 40f9 | 0b60 0091 | 7f01 0aeb | 2218 0054 | ea03 40b2 | 8be7 00f9 | 0a00 00f9
|
|
|
|
0x000000011b80f64c: ; {metadata('java/lang/StringBuilder')}
|
|
0x000000011b80f64c: 4a03 a0d2 | 0af7 91f2 | 0a7c 0129 | 70c1 80f9 | 1f08 00f9 | bf3a 03d5 | ec03 00aa | 80e7 40f9
|
|
0x000000011b80f66c: 8aef 40f9 | 0b40 1091 | e203 1632 | 7f01 0aeb | 6217 0054 | 8be7 00f9 | ea03 40b2 | 70c1 80f9
|
|
0x000000011b80f68c: 0a00 00f9
|
|
|
|
0x000000011b80f690: ; {metadata({type array byte})}
|
|
0x000000011b80f690: ca02 a0d2 | 0ac1 8cf2 | 7001 81f9 | 0a08 00b9 | 7041 81f9 | 0a40 0091 | eb03 79b2 | 020c 00b9
|
|
0x000000011b80f6b0: 6821 00f1 | 4300 0054
|
|
|
|
0x000000011b80f6b8: ; {runtime_call StubRoutines (final stubs)}
|
|
0x000000011b80f6b8: 223b e797 | 6b00 1036 | 5f7d 81a8 | 5f7d 81a8 | 4b00 0836 | 5f7d 81a8 | 4b00 0036 | 5f01 00f9
|
|
0x000000011b80f6d8: fd0b 40f9 | ed33 00a9 | bf3a 03d5 | ea07 40f9 | 4a51 0091 | 0bfc 43d3 | 4b01 00b9 | 4d01 00ca
|
|
0x000000011b80f6f8: adfd 55d3 | 2d01 00b4 | 4dfd 49d3 | 0c00 90d2 | cce8 a3f2 | 2c00 c0f2 | ad01 0c8b | ac01 4039
|
|
0x000000011b80f718: 9f09 0071 | 8123 0054
|
|
|
|
0x000000011b80f720: ; {oop(a 'java/lang/ThreadLocal'{0x0000000700280c60})}
|
|
0x000000011b80f720: 018c 81d2 | 0105 a0f2 | e100 c0f2 | e207 40f9
|
|
|
|
0x000000011b80f730: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [24]=Oop [32]=Oop }
|
|
;*invokevirtual set {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@47 (line 134)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {optimized virtual_call}
|
|
0x000000011b80f730: 4c6f fe97
|
|
|
|
0x000000011b80f734: ; {post_call_nop}
|
|
0x000000011b80f734: 1f20 03d5 | 9fed 80f2 | 1f00 81f2 | fd0b 00f9 | ed0f 40a9 | 34ff ff17 | fd03 1f2a | 89ff ff17
|
|
0x000000011b80f754: ea0f 40f9 | ea03 00f9 | e80b 40f9 | e807 00f9 | ea13 40f9 | 6103 8012 | ed2b 01a9 | e013 00f9
|
|
0x000000011b80f774: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*iaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@4 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f774: 8369 ea97
|
|
|
|
0x000000011b80f778: ; {post_call_nop}
|
|
0x000000011b80f778: 1f20 03d5 | 1ff6 80f2 | 1f20 81f2 | ea0f 40f9 | 2104 8012 | fd0b 40f9 | ea37 00a9 | e30f 00f9
|
|
0x000000011b80f798: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [24]=Oop [32]=Oop }
|
|
;*invokeinterface toSerializable {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::toText@3 (line 251)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@9 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f798: 7a69 ea97
|
|
|
|
0x000000011b80f79c: ; {post_call_nop}
|
|
0x000000011b80f79c: 1f20 03d5 | 9ffa 80f2 | 1f40 81f2 | e103 00f9 | fd03 00aa | 2104 8012
|
|
|
|
0x000000011b80f7b4: ; ImmutableOopMap {rfp=Oop [0]=Oop [24]=Oop }
|
|
;*invokeinterface encode {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@23 (line 239)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f7b4: 7369 ea97
|
|
|
|
0x000000011b80f7b8: ; {post_call_nop}
|
|
0x000000011b80f7b8: 1f20 03d5 | 1ffe 80f2 | 1f60 81f2 | fd0b 40f9 | 6103 8012 | e303 00f9 | ed0b 01a9 | eb3b 02a9
|
|
0x000000011b80f7d8: ea37 00b9 | ec1f 00f9
|
|
|
|
0x000000011b80f7e0: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [56]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@18 (line 499)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f7e0: 6869 ea97
|
|
|
|
0x000000011b80f7e4: ; {post_call_nop}
|
|
0x000000011b80f7e4: 1f20 03d5 | 9f03 81f2 | 1f80 81f2 | ec0f 40f9 | ec03 00f9 | e80b 40f9 | e807 00f9 | ec13 40f9
|
|
0x000000011b80f804: 6103 8012 | ed33 01a9 | eb47 02a9 | e037 00b9 | ea1f 00f9
|
|
|
|
0x000000011b80f818: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [56]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@18 (line 499)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f818: 5a69 ea97
|
|
|
|
0x000000011b80f81c: ; {post_call_nop}
|
|
0x000000011b80f81c: 1f20 03d5 | 9f0a 81f2 | 1fa0 81f2 | eb0f 40f9 | eb03 00f9 | e80b 40f9 | e807 00f9 | eb13 40f9
|
|
0x000000011b80f83c: 4116 8012 | ed2f 01a9 | ea23 00b9
|
|
|
|
0x000000011b80f848: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@4 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f848: 4e69 ea97
|
|
|
|
0x000000011b80f84c: ; {post_call_nop}
|
|
0x000000011b80f84c: 1f20 03d5 | 9f10 81f2 | 1fc0 81f2 | ea0f 40f9 | ea03 00f9 | e80b 40f9 | e807 00f9 | ea13 40f9
|
|
0x000000011b80f86c: 4116 8012 | ed2b 01a9 | e317 00f9 | ef33 00b9
|
|
|
|
0x000000011b80f87c: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop [40]=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.util.StringBuilders::trimToMaxSize@9 (line 223)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::trimToMaxSize@4 (line 146)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@51 (line 136)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f87c: 4169 ea97
|
|
|
|
0x000000011b80f880: ; {post_call_nop}
|
|
0x000000011b80f880: 1f20 03d5 | 1f17 81f2 | 1fe0 81f2 | 4116 8012 | fd03 0daa | eb03 00b9
|
|
|
|
0x000000011b80f898: ; ImmutableOopMap {rfp=Oop }
|
|
;*if_icmple {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.util.StringBuilders::trimToMaxSize@9 (line 223)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::trimToMaxSize@4 (line 146)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@29 (line 240)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f898: 3a69 ea97
|
|
|
|
0x000000011b80f89c: ; {post_call_nop}
|
|
0x000000011b80f89c: 1f20 03d5 | 9f1a 81f2 | 1f00 82f2 | ea0f 40f9 | ea03 00f9 | e143 00b9 | fd0b 40f9 | ea13 40f9
|
|
0x000000011b80f8bc: 6103 8012 | ed2b 01a9 | eb3b 02a9 | ec37 00b9 | e01f 00f9
|
|
|
|
0x000000011b80f8d0: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [56]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@52 (line 526)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f8d0: 2c69 ea97
|
|
|
|
0x000000011b80f8d4: ; {post_call_nop}
|
|
0x000000011b80f8d4: 1f20 03d5 | 9f21 81f2 | 1f20 82f2 | ea0f 40f9 | ea03 00f9 | e80b 40f9 | e807 00f9 | ea13 40f9
|
|
0x000000011b80f8f4: 4116 8012 | ed2b 01a9 | e317 00f9 | ec33 00b9
|
|
|
|
0x000000011b80f904: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop [40]=Oop }
|
|
;*ifne {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.AbstractStringBuilder::isLatin1@10 (line 1703)
|
|
; - java.lang.AbstractStringBuilder::setLength@27 (line 333)
|
|
; - java.lang.StringBuilder::setLength@2 (line 91)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@56 (line 137)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f904: 1f69 ea97
|
|
|
|
0x000000011b80f908: ; {post_call_nop}
|
|
0x000000011b80f908: 1f20 03d5 | 1f28 81f2 | 1f40 82f2 | eb37 00a9 | fd0b 40f9
|
|
|
|
0x000000011b80f91c: ; {metadata({type array int})}
|
|
0x000000011b80f91c: 0143 8dd2 | c102 a0f2 | 01e0 c7f2 | e203 0032
|
|
|
|
0x000000011b80f92c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [24]=Oop [32]=Oop }
|
|
;*newarray {reexecute=0 rethrow=0 return_oop=1}
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@15 (line 2931)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call C2 Runtime new_array}
|
|
0x000000011b80f92c: b566 ea97
|
|
|
|
0x000000011b80f930: ; {post_call_nop}
|
|
0x000000011b80f930: 1f20 03d5 | 1f2d 81f2 | 1f60 82f2 | 2dff ff17 | ed03 00f9
|
|
|
|
0x000000011b80f944: ; {metadata('java/lang/StringBuilder')}
|
|
0x000000011b80f944: 01f7 91d2 | 4103 a0f2 | 01e0 c7f2
|
|
|
|
0x000000011b80f950: ; ImmutableOopMap {[0]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*new {reexecute=0 rethrow=0 return_oop=1}
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@32 (line 133)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call C2 Runtime new_instance}
|
|
0x000000011b80f950: 0c67 ea97
|
|
|
|
0x000000011b80f954: ; {post_call_nop}
|
|
0x000000011b80f954: 1f20 03d5 | 9f31 81f2 | 1f80 82f2 | ed03 40f9 | 3fff ff17 | ed33 00a9 | fd0b 40f9
|
|
|
|
0x000000011b80f970: ; {metadata({type array byte})}
|
|
0x000000011b80f970: 01c1 8cd2 | c102 a0f2 | 01e0 c7f2
|
|
|
|
0x000000011b80f97c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*newarray {reexecute=0 rethrow=0 return_oop=1}
|
|
; - java.lang.AbstractStringBuilder::<init>@12 (line 102)
|
|
; - java.lang.StringBuilder::<init>@2 (line 119)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@39 (line 133)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call C2 Runtime new_array}
|
|
0x000000011b80f97c: a166 ea97
|
|
|
|
0x000000011b80f980: ; {post_call_nop}
|
|
0x000000011b80f980: 1f20 03d5 | 1f37 81f2 | 1fa0 82f2 | 55ff ff17 | ff01 1feb | e13f 00b9 | ec0f 40f9 | fd17 9f1a
|
|
0x000000011b80f9a0: 4116 8012 | ec07 00f9 | ed0f 00f9 | ebbb 02a9 | ea3b 00b9 | e023 00f9
|
|
|
|
0x000000011b80f9b8: ; ImmutableOopMap {[8]=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [64]=Oop }
|
|
;*ifeq {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@30 (line 522)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f9b8: f268 ea97
|
|
|
|
0x000000011b80f9bc: ; {post_call_nop}
|
|
0x000000011b80f9bc: 1f20 03d5 | 9f3e 81f2 | 1fc0 82f2 | ea0f 40f9 | 6103 8012 | ea07 00f9 | ed0f 00f9 | ebc7 02a9
|
|
0x000000011b80f9dc: ee1f 00f9 | e243 00b9
|
|
|
|
0x000000011b80f9e4: ; ImmutableOopMap {[8]=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [56]=Oop }
|
|
;*aaload {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@52 (line 526)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80f9e4: e768 ea97
|
|
|
|
0x000000011b80f9e8: ; {post_call_nop}
|
|
0x000000011b80f9e8: 1f20 03d5 | 1f44 81f2 | 1fe0 82f2 | 5f01 1feb | ea0f 40f9 | fd17 9f1a | 4116 8012 | ea07 00f9
|
|
0x000000011b80fa08: ed0f 00f9 | ebc7 02a9 | e00b 0729 | ee23 00f9
|
|
|
|
0x000000011b80fa18: ; ImmutableOopMap {[8]=Oop [16]=Oop [24]=Oop [32]=Oop [40]=Oop [48]=Oop [64]=Oop }
|
|
;*ifeq {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@30 (line 522)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fa18: da68 ea97
|
|
|
|
0x000000011b80fa1c: ; {post_call_nop}
|
|
0x000000011b80fa1c: 1f20 03d5 | 9f4a 81f2 | 1f00 83f2 | ea0f 40f9 | ea03 00f9 | e80b 40f9 | e807 00f9 | ea13 40f9
|
|
0x000000011b80fa3c: 2104 8012 | ed2b 01a9 | e013 00f9
|
|
|
|
0x000000011b80fa48: ; ImmutableOopMap {[0]=Oop [8]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@24 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fa48: ce68 ea97
|
|
|
|
0x000000011b80fa4c: ; {post_call_nop}
|
|
0x000000011b80fa4c: 1f20 03d5 | 9f50 81f2 | 1f20 83f2 | ea0f 40f9 | ea03 00f9 | fd0b 40f9 | ea13 40f9 | 2104 8012
|
|
0x000000011b80fa6c: ed2b 01a9 | e013 00f9
|
|
|
|
0x000000011b80fa74: ; ImmutableOopMap {rfp=Oop [0]=Oop [16]=Oop [24]=Oop [32]=Oop }
|
|
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@6 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fa74: c368 ea97
|
|
|
|
0x000000011b80fa78: ; {post_call_nop}
|
|
0x000000011b80fa78: 1f20 03d5 | 1f56 81f2 | 1f40 83f2 | 2101 8012
|
|
|
|
0x000000011b80fa88: ; ImmutableOopMap {}
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.AbstractStringBuilder::capacity@4 (line 210)
|
|
; - java.lang.StringBuilder::capacity@1 (line 91)
|
|
; - org.apache.logging.log4j.util.StringBuilders::trimToMaxSize@5 (line 223)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::trimToMaxSize@4 (line 146)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@51 (line 136)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fa88: be68 ea97
|
|
|
|
0x000000011b80fa8c: ; {post_call_nop}
|
|
0x000000011b80fa8c: 1f20 03d5 | 9f58 81f2 | 1f60 83f2 | 2101 8012 | fd13 40f9 | e303 00f9
|
|
|
|
0x000000011b80faa4: ; ImmutableOopMap {rfp=Oop [0]=Oop }
|
|
;*invokeinterface toSerializable {reexecute=0 rethrow=0 return_oop=0}
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::toText@3 (line 251)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@9 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80faa4: b768 ea97
|
|
|
|
0x000000011b80faa8: ; {post_call_nop}
|
|
0x000000011b80faa8: 1f20 03d5 | 1f5c 81f2 | 1f80 83f2 | 6114 8012
|
|
|
|
0x000000011b80fab8: ; ImmutableOopMap {}
|
|
;*ifnull {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.util.StringBuilders::trimToMaxSize@1 (line 223)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::trimToMaxSize@4 (line 146)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@29 (line 240)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fab8: b268 ea97
|
|
|
|
0x000000011b80fabc: ; {post_call_nop}
|
|
0x000000011b80fabc: 1f20 03d5 | 9f5e 81f2 | 1fa0 83f2 | 2101 8012
|
|
|
|
0x000000011b80facc: ; ImmutableOopMap {}
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.AbstractStringBuilder::capacity@4 (line 210)
|
|
; - java.lang.StringBuilder::capacity@1 (line 91)
|
|
; - org.apache.logging.log4j.util.StringBuilders::trimToMaxSize@5 (line 223)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::trimToMaxSize@4 (line 146)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@29 (line 240)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80facc: ad68 ea97
|
|
|
|
0x000000011b80fad0: ; {post_call_nop}
|
|
0x000000011b80fad0: 1f20 03d5 | 1f61 81f2 | 1fc0 83f2 | 2101 8012
|
|
|
|
0x000000011b80fae0: ; ImmutableOopMap {}
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@8 (line 498)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fae0: a868 ea97
|
|
|
|
0x000000011b80fae4: ; {post_call_nop}
|
|
0x000000011b80fae4: 1f20 03d5 | 9f63 81f2 | 1fe0 83f2 | 2101 8012
|
|
|
|
0x000000011b80faf4: ; ImmutableOopMap {}
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@8 (line 498)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80faf4: a368 ea97
|
|
|
|
0x000000011b80faf8: ; {post_call_nop}
|
|
0x000000011b80faf8: 1f20 03d5 | 1f66 81f2 | 1f00 84f2 | e80b 40f9 | e807 00f9 | fd0f 40f9 | e003 00f9 | e10b 00f9
|
|
0x000000011b80fb18: 4116 8012
|
|
|
|
0x000000011b80fb1c: ; ImmutableOopMap {rfp=Oop [0]=Oop [8]=Oop [16]=Oop }
|
|
;*ifnonnull {reexecute=1 rethrow=0 return_oop=0}
|
|
; - (reexecute) org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilderEncoder@4 (line 253)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@14 (line 238)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fb1c: 9968 ea97
|
|
|
|
0x000000011b80fb20: ; {post_call_nop}
|
|
0x000000011b80fb20: 1f20 03d5 | 1f6b 81f2 | 1f20 84f2 | 2101 8012
|
|
|
|
0x000000011b80fb30: ; ImmutableOopMap {}
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@8 (line 517)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepthHolder@3 (line 2929)
|
|
; - org.apache.logging.log4j.spi.AbstractLogger::getRecursionDepth@0 (line 2956)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@0 (line 127)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fb30: 9468 ea97
|
|
|
|
0x000000011b80fb34: ; {post_call_nop}
|
|
0x000000011b80fb34: 1f20 03d5 | 9f6d 81f2 | 1f40 84f2 | 2101 8012
|
|
|
|
0x000000011b80fb44: ; ImmutableOopMap {}
|
|
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss@8 (line 517)
|
|
; - java.lang.ThreadLocal$ThreadLocalMap::getEntry@38 (line 503)
|
|
; - java.lang.ThreadLocal::get@12 (line 186)
|
|
; - java.lang.ThreadLocal::get@4 (line 171)
|
|
; - org.apache.logging.log4j.core.layout.AbstractStringLayout::getStringBuilder@21 (line 131)
|
|
; - org.apache.logging.log4j.core.layout.PatternLayout::encode@6 (line 237)
|
|
; {runtime_call UncommonTrapBlob}
|
|
0x000000011b80fb44: 8f68 ea97
|
|
|
|
0x000000011b80fb48: ; {post_call_nop}
|
|
0x000000011b80fb48: 1f20 03d5 | 1f70 81f2 | 1f60 84f2 | 0600 0014 | 0500 0014 | 0400 0014 | 0300 0014 | 0200 0014
|
|
0x000000011b80fb68: 0100 0014 | e103 00aa | 0400 0014 | e103 00aa | 0200 0014 | e103 00aa | fd7b 46a9 | ffc3 0191
|
|
0x000000011b80fb88: ; {runtime_call C2 Runtime rethrow}
|
|
0x000000011b80fb88: de78 ea17 | bf3b 03d5 | ac01 4039 | 6cdc ff34 | bf01 0039 | 8c2b 40f9 | cc00 00b4 | 8c21 00d1
|
|
0x000000011b80fba8: 8c2b 00f9 | 882f 40f9 | 0d69 2cf8 | dbfe ff17 | e003 0daa | e103 1caa | 8889 86d2 | 684f a1f2
|
|
0x000000011b80fbc8: 2800 c0f2 | 0001 3fd6 | d4fe ff17
|
|
|
|
0x000000011b80fbd4: ; {internal_word}
|
|
0x000000011b80fbd4: 68ca ff10 | 8833 02f9
|
|
|
|
0x000000011b80fbdc: ; {runtime_call SafepointBlob}
|
|
0x000000011b80fbdc: a937 e717
|
|
|
|
0x000000011b80fbe0: ; {runtime_call StubRoutines (final stubs)}
|
|
0x000000011b80fbe0: 0800 81d2 | c863 a3f2 | 2800 c0f2 | 0001 3fd6 | 95fd ff17
|
|
|
|
0x000000011b80fbf4: ; {entry_guard}
|
|
0x000000011b80fbf4: 0100 0000
|
|
[Stub Code]
|
|
0x000000011b80fbf8: ; {no_reloc}
|
|
0x000000011b80fbf8: 4800 0058 | 0001 1fd6 | c074 1d1b | 0100 0000
|
|
|
|
0x000000011b80fc08: ; {trampoline_stub}
|
|
0x000000011b80fc08: 4800 0058 | 0001 1fd6 | a0a0 7b1b | 0100 0000
|
|
|
|
0x000000011b80fc18: ; {trampoline_stub}
|
|
0x000000011b80fc18: 4800 0058 | 0001 1fd6 | 2016 7b1b | 0100 0000
|
|
|
|
0x000000011b80fc28: ; {trampoline_stub}
|
|
0x000000011b80fc28: 4800 0058 | 0001 1fd6 | 60c0 7f1b | 0100 0000
|
|
|
|
0x000000011b80fc38: ; {static_stub}
|
|
0x000000011b80fc38: df3f 03d5
|
|
|
|
0x000000011b80fc3c: ; {metadata(nullptr)}
|
|
0x000000011b80fc3c: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
|
|
0x000000011b80fc58: ; {trampoline_stub}
|
|
0x000000011b80fc58: 4800 0058 | 0001 1fd6 | c074 1d1b | 0100 0000
|
|
|
|
0x000000011b80fc68: ; {static_stub}
|
|
0x000000011b80fc68: df3f 03d5
|
|
|
|
0x000000011b80fc6c: ; {metadata(nullptr)}
|
|
0x000000011b80fc6c: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
|
|
0x000000011b80fc88: ; {trampoline_stub}
|
|
0x000000011b80fc88: 4800 0058 | 0001 1fd6 | 60b4 7a1b | 0100 0000
|
|
|
|
0x000000011b80fc98: ; {static_stub}
|
|
0x000000011b80fc98: df3f 03d5
|
|
|
|
0x000000011b80fc9c: ; {metadata(nullptr)}
|
|
0x000000011b80fc9c: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
|
|
0x000000011b80fcb8: ; {static_stub}
|
|
0x000000011b80fcb8: df3f 03d5
|
|
|
|
0x000000011b80fcbc: ; {metadata(nullptr)}
|
|
0x000000011b80fcbc: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
|
|
0x000000011b80fcd8: ; {static_stub}
|
|
0x000000011b80fcd8: df3f 03d5
|
|
|
|
0x000000011b80fcdc: ; {metadata(nullptr)}
|
|
0x000000011b80fcdc: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
|
|
[Exception Handler]
|
|
0x000000011b80fcf8: ; {runtime_call ExceptionBlob}
|
|
0x000000011b80fcf8: 8268 ea17
|
|
[Deopt Handler Code]
|
|
0x000000011b80fcfc: 1e00 0010
|
|
|
|
0x000000011b80fd00: ; {runtime_call DeoptimizationBlob}
|
|
0x000000011b80fd00: e037 e717 | 0000 0000
|
|
[/MachCode]
|
|
|
|
|
|
--------------- P R O C E S S ---------------
|
|
|
|
Threads class SMR info:
|
|
_java_thread_list=0x0000000b5f53b040, length=34, elements={
|
|
0x0000000104f979f0, 0x0000000b694f0800, 0x0000000b694f1000, 0x0000000b694f1800,
|
|
0x0000000b694f2000, 0x0000000b694f2800, 0x0000000b694f3000, 0x0000000b694f3800,
|
|
0x0000000b69544800, 0x0000000b69546000, 0x0000000b69546800, 0x0000000b695f3000,
|
|
0x0000000b6909b000, 0x0000000b697d0800, 0x0000000b697d1000, 0x0000000b697d2000,
|
|
0x0000000b697d2800, 0x0000000b690bb000, 0x0000000b697f0000, 0x0000000b69798000,
|
|
0x0000000b690e1000, 0x0000000b690b1800, 0x0000000b6dcc7000, 0x0000000b6910c800,
|
|
0x0000000b69113000, 0x0000000b69547800, 0x0000000b690b8800, 0x0000000b69544000,
|
|
0x0000000b69112000, 0x0000000b69110000, 0x0000000b69111000, 0x0000000b69111800,
|
|
0x0000000b69112800, 0x0000000b69110800
|
|
}
|
|
|
|
Java Threads: ( => current thread )
|
|
0x0000000104f979f0 JavaThread "main" [_thread_blocked, id=259, stack(0x000000016ae34000,0x000000016b630000) (8176K)]
|
|
0x0000000b694f0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=29187, stack(0x000000016c62c000,0x000000016c82f000) (2060K)]
|
|
0x0000000b694f1000 JavaThread "Finalizer" daemon [_thread_blocked, id=24067, stack(0x000000016c838000,0x000000016ca3b000) (2060K)]
|
|
0x0000000b694f1800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=24579, stack(0x000000016ca44000,0x000000016cc47000) (2060K)]
|
|
0x0000000b694f2000 JavaThread "Service Thread" daemon [_thread_blocked, id=25091, stack(0x000000016cc50000,0x000000016ce53000) (2060K)]
|
|
0x0000000b694f2800 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=25347, stack(0x000000016ce5c000,0x000000016d05f000) (2060K)]
|
|
0x0000000b694f3000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=28675, stack(0x000000016d068000,0x000000016d26b000) (2060K)]
|
|
0x0000000b694f3800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=25859, stack(0x000000016d274000,0x000000016d477000) (2060K)]
|
|
0x0000000b69544800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=26883, stack(0x000000016d68c000,0x000000016d88f000) (2060K)]
|
|
0x0000000b69546000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=27907, stack(0x000000016d898000,0x000000016da9b000) (2060K)]
|
|
0x0000000b69546800 JavaThread "Notification Thread" daemon [_thread_blocked, id=27395, stack(0x000000016daa4000,0x000000016dca7000) (2060K)]
|
|
0x0000000b695f3000 JavaThread "Attach Listener" daemon [_thread_blocked, id=32771, stack(0x000000016dcb0000,0x000000016deb3000) (2060K)]
|
|
0x0000000b6909b000 JavaThread "Server-5e9cedef-b5b4-41a9-9f37-ec826c0675a0" [_thread_in_native, id=33283, stack(0x000000016debc000,0x000000016e0bf000) (2060K)]
|
|
0x0000000b697d0800 JavaThread "pool-3-thread-1" [_thread_in_native, id=53763, stack(0x0000000175368000,0x000000017556b000) (2060K)]
|
|
=>0x0000000b697d1000 JavaThread "pool-3-thread-2" [_thread_in_vm, id=39439, stack(0x000000016fd70000,0x000000016ff73000) (2060K)]
|
|
0x0000000b697d2000 JavaThread "pool-2-thread-1" [_thread_in_native, id=44047, stack(0x000000016e8f8000,0x000000016eafb000) (2060K)]
|
|
0x0000000b697d2800 JavaThread "pool-2-thread-2" [_thread_blocked, id=35595, stack(0x000000016e4e0000,0x000000016e6e3000) (2060K)]
|
|
0x0000000b690bb000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=65291, stack(0x000000016e2d4000,0x000000016e4d7000) (2060K)]
|
|
0x0000000b697f0000 JavaThread "RMI TCP Connection(1)-127.0.0.1" daemon [_thread_blocked, id=129547, stack(0x000000016e6ec000,0x000000016e8ef000) (2060K)]
|
|
0x0000000b69798000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=61491, stack(0x000000016f128000,0x000000016f32b000) (2060K)]
|
|
0x0000000b690e1000 JavaThread "JMX server connection timeout 314" daemon [_thread_blocked, id=38987, stack(0x000000016eb04000,0x000000016ed07000) (2060K)]
|
|
0x0000000b690b1800 JavaThread "JFR Recorder Thread" daemon [_thread_in_native, id=117635, stack(0x000000016e0c8000,0x000000016e2cb000) (2060K)]
|
|
0x0000000b6dcc7000 JavaThread "JFR Periodic Tasks" daemon [_thread_blocked, id=79631, stack(0x0000000170188000,0x000000017038b000) (2060K)]
|
|
0x0000000b6910c800 JavaThread "Async-profiler Timer" daemon [_thread_in_native, id=51735, stack(0x0000000171e30000,0x0000000172033000) (2060K)]
|
|
0x0000000b69113000 JavaThread "Thread-44481" [_thread_blocked, id=62059, stack(0x000000016f74c000,0x000000016f94f000) (2060K)]
|
|
0x0000000b69547800 JavaThread "Thread-44483" [_thread_blocked, id=82907, stack(0x000000016fb64000,0x000000016fd67000) (2060K)]
|
|
0x0000000b690b8800 JavaThread "Thread-44488" [_thread_blocked, id=103875, stack(0x000000016d480000,0x000000016d683000) (2060K)]
|
|
0x0000000b69544000 JavaThread "Thread-44489" [_thread_blocked, id=92203, stack(0x000000016ed10000,0x000000016ef13000) (2060K)]
|
|
0x0000000b69112000 JavaThread "Thread-44490" [_thread_blocked, id=84099, stack(0x000000016ef1c000,0x000000016f11f000) (2060K)]
|
|
0x0000000b69110000 JavaThread "Thread-44491" [_thread_blocked, id=112843, stack(0x000000016f334000,0x000000016f537000) (2060K)]
|
|
0x0000000b69111000 JavaThread "Thread-44492" [_thread_blocked, id=53519, stack(0x000000016f540000,0x000000016f743000) (2060K)]
|
|
0x0000000b69111800 JavaThread "Thread-44493" [_thread_blocked, id=62455, stack(0x000000016f958000,0x000000016fb5b000) (2060K)]
|
|
0x0000000b69112800 JavaThread "Thread-44494" [_thread_blocked, id=84563, stack(0x000000016ff7c000,0x000000017017f000) (2060K)]
|
|
0x0000000b69110800 JavaThread "Thread-44495" [_thread_blocked, id=94731, stack(0x0000000170394000,0x0000000170597000) (2060K)]
|
|
Total: 34
|
|
|
|
Other Threads:
|
|
0x0000000b6880a800 VMThread "VM Thread" [id=18179, stack(0x000000016c308000,0x000000016c50b000) (2060K)] _threads_hazard_ptr=0x0000000b5f53b040
|
|
0x0000000b6880a000 WatcherThread "VM Periodic Task Thread" [id=20999, stack(0x000000016c0fc000,0x000000016c2ff000) (2060K)]
|
|
0x0000000104f9fd70 WorkerThread "GC Thread#0" [id=14339, stack(0x000000016b6c0000,0x000000016b8c3000) (2060K)]
|
|
0x0000000b6690d000 WorkerThread "GC Thread#1" [id=64259, stack(0x0000000170fdc000,0x00000001711df000) (2060K)]
|
|
0x0000000b6690d800 WorkerThread "GC Thread#2" [id=64003, stack(0x00000001711e8000,0x00000001713eb000) (2060K)]
|
|
0x0000000b6690e000 WorkerThread "GC Thread#3" [id=63491, stack(0x00000001713f4000,0x00000001715f7000) (2060K)]
|
|
0x0000000b6690e800 WorkerThread "GC Thread#4" [id=45059, stack(0x0000000171600000,0x0000000171803000) (2060K)]
|
|
0x0000000b6690f000 WorkerThread "GC Thread#5" [id=45571, stack(0x000000017180c000,0x0000000171a0f000) (2060K)]
|
|
0x0000000b6690f800 WorkerThread "GC Thread#6" [id=46083, stack(0x0000000171a18000,0x0000000171c1b000) (2060K)]
|
|
0x0000000b66910000 WorkerThread "GC Thread#7" [id=46595, stack(0x0000000171c24000,0x0000000171e27000) (2060K)]
|
|
0x0000000104fa0bc0 ConcurrentGCThread "G1 Main Marker" [id=12291, stack(0x000000016b8cc000,0x000000016bacf000) (2060K)]
|
|
0x0000000b68808400 WorkerThread "G1 Conc#0" [id=13059, stack(0x000000016bad8000,0x000000016bcdb000) (2060K)]
|
|
0x0000000104fa3730 ConcurrentGCThread "G1 Refine#0" [id=13571, stack(0x000000016bce4000,0x000000016bee7000) (2060K)]
|
|
0x0000000b68809000 ConcurrentGCThread "G1 Service" [id=16643, stack(0x000000016bef0000,0x000000016c0f3000) (2060K)]
|
|
Total: 14
|
|
|
|
Threads with active compile tasks:
|
|
Total: 0
|
|
|
|
VM state: synchronizing (normal execution)
|
|
|
|
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
|
|
[0x000000010b155c80] Threads_lock - owner thread: 0x0000000b6880a800
|
|
[0x000000010b155d00] Heap_lock - owner thread: 0x0000000b69544000
|
|
|
|
Heap address: 0x0000000700000000, size: 4096 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
|
|
|
|
CDS archive(s) mapped at: [0x00003f0000000000-0x00003f0000d18000-0x00003f0000d18000), size 13729792, SharedBaseAddress: 0x00003f0000000000, ArchiveRelocationMode: 1.
|
|
Compressed class space mapped at: 0x00003f0001000000-0x00003f0041000000, reserved size: 1073741824
|
|
UseCompressedClassPointers 1, UseCompactObjectHeaders 0
|
|
Narrow klass pointer bits 32, Max shift 3
|
|
Narrow klass base: 0x00003f0000000000, Narrow klass shift: 0
|
|
Encoding Range: [0x00003f0000000000 - 0x00003f0100000000), (4294967296 bytes)
|
|
Klass Range: [0x00003f0000000000 - 0x00003f0041000000), (1090519040 bytes)
|
|
Klass ID Range: [8 - 1090519033) (1090519025)
|
|
|
|
GC Precious Log:
|
|
CardTable entry size: 512
|
|
Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 16 size 48 Howl #buckets 8 coarsen threshold 3686 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 4096
|
|
CPUs: 8 total, 8 available
|
|
Memory: 16384M
|
|
Large Page Support: Disabled
|
|
NUMA Support: Disabled
|
|
Compressed Oops: Enabled (Zero based)
|
|
Heap Region Size: 2M
|
|
Heap Min Capacity: 8M
|
|
Heap Initial Capacity: 256M
|
|
Heap Max Capacity: 4G
|
|
Pre-touch: Disabled
|
|
Parallel Workers: 8
|
|
Concurrent Workers: 2
|
|
Concurrent Refinement Workers: 8
|
|
Periodic GC: Disabled
|
|
|
|
Heap:
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 610589K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 2 survivors (4096K)
|
|
Metaspace used 15577K, committed 15936K, reserved 1114112K
|
|
class space used 1499K, committed 1664K, reserved 1048576K
|
|
|
|
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
|
|
| 0|0x0000000700000000, 0x0000000700200000, 0x0000000700200000|100%| O| |TAMS 0x0000000700000000| PB 0x0000000700000000| Untracked | 0
|
|
| 1|0x0000000700200000, 0x0000000700400000, 0x0000000700400000|100%| O| |TAMS 0x0000000700200000| PB 0x0000000700200000| Untracked | 0
|
|
| 2|0x0000000700400000, 0x0000000700600000, 0x0000000700600000|100%| O| |TAMS 0x0000000700400000| PB 0x0000000700400000| Untracked | 0
|
|
| 3|0x0000000700600000, 0x0000000700800000, 0x0000000700800000|100%| O| |TAMS 0x0000000700600000| PB 0x0000000700600000| Untracked | 0
|
|
| 4|0x0000000700800000, 0x00000007008274e0, 0x0000000700a00000| 7%| O| |TAMS 0x0000000700800000| PB 0x0000000700800000| Untracked | 0
|
|
| 5|0x0000000700a00000, 0x0000000700a00000, 0x0000000700c00000| 0%| F| |TAMS 0x0000000700a00000| PB 0x0000000700a00000| Untracked | 0
|
|
| 6|0x0000000700c00000, 0x0000000700c00000, 0x0000000700e00000| 0%| F| |TAMS 0x0000000700c00000| PB 0x0000000700c00000| Untracked | 0
|
|
| 7|0x0000000700e00000, 0x0000000700e00000, 0x0000000701000000| 0%| F| |TAMS 0x0000000700e00000| PB 0x0000000700e00000| Untracked | 0
|
|
| 8|0x0000000701000000, 0x0000000701000000, 0x0000000701200000| 0%| F| |TAMS 0x0000000701000000| PB 0x0000000701000000| Untracked | 0
|
|
| 9|0x0000000701200000, 0x0000000701200000, 0x0000000701400000| 0%| F| |TAMS 0x0000000701200000| PB 0x0000000701200000| Untracked | 0
|
|
| 10|0x0000000701400000, 0x0000000701400000, 0x0000000701600000| 0%| F| |TAMS 0x0000000701400000| PB 0x0000000701400000| Untracked | 0
|
|
| 11|0x0000000701600000, 0x0000000701600000, 0x0000000701800000| 0%| F| |TAMS 0x0000000701600000| PB 0x0000000701600000| Untracked | 0
|
|
| 12|0x0000000701800000, 0x0000000701800000, 0x0000000701a00000| 0%| F| |TAMS 0x0000000701800000| PB 0x0000000701800000| Untracked | 0
|
|
| 13|0x0000000701a00000, 0x0000000701a00000, 0x0000000701c00000| 0%| F| |TAMS 0x0000000701a00000| PB 0x0000000701a00000| Untracked | 0
|
|
| 14|0x0000000701c00000, 0x0000000701c00000, 0x0000000701e00000| 0%| F| |TAMS 0x0000000701c00000| PB 0x0000000701c00000| Untracked | 0
|
|
| 15|0x0000000701e00000, 0x0000000701e00000, 0x0000000702000000| 0%| F| |TAMS 0x0000000701e00000| PB 0x0000000701e00000| Untracked | 0
|
|
| 16|0x0000000702000000, 0x0000000702000000, 0x0000000702200000| 0%| F| |TAMS 0x0000000702000000| PB 0x0000000702000000| Untracked | 0
|
|
| 17|0x0000000702200000, 0x0000000702200000, 0x0000000702400000| 0%| F| |TAMS 0x0000000702200000| PB 0x0000000702200000| Untracked | 0
|
|
| 18|0x0000000702400000, 0x0000000702400000, 0x0000000702600000| 0%| F| |TAMS 0x0000000702400000| PB 0x0000000702400000| Untracked | 0
|
|
| 19|0x0000000702600000, 0x0000000702600000, 0x0000000702800000| 0%| F| |TAMS 0x0000000702600000| PB 0x0000000702600000| Untracked | 0
|
|
| 20|0x0000000702800000, 0x0000000702800000, 0x0000000702a00000| 0%| F| |TAMS 0x0000000702800000| PB 0x0000000702800000| Untracked | 0
|
|
| 21|0x0000000702a00000, 0x0000000702a00000, 0x0000000702c00000| 0%| F| |TAMS 0x0000000702a00000| PB 0x0000000702a00000| Untracked | 0
|
|
| 22|0x0000000702c00000, 0x0000000702c00000, 0x0000000702e00000| 0%| F| |TAMS 0x0000000702c00000| PB 0x0000000702c00000| Untracked | 0
|
|
| 23|0x0000000702e00000, 0x0000000702e00000, 0x0000000703000000| 0%| F| |TAMS 0x0000000702e00000| PB 0x0000000702e00000| Untracked | 0
|
|
| 24|0x0000000703000000, 0x0000000703000000, 0x0000000703200000| 0%| F| |TAMS 0x0000000703000000| PB 0x0000000703000000| Untracked | 0
|
|
| 25|0x0000000703200000, 0x0000000703200000, 0x0000000703400000| 0%| F| |TAMS 0x0000000703200000| PB 0x0000000703200000| Untracked | 0
|
|
| 26|0x0000000703400000, 0x0000000703400000, 0x0000000703600000| 0%| F| |TAMS 0x0000000703400000| PB 0x0000000703400000| Untracked | 0
|
|
| 27|0x0000000703600000, 0x0000000703600000, 0x0000000703800000| 0%| F| |TAMS 0x0000000703600000| PB 0x0000000703600000| Untracked | 0
|
|
| 28|0x0000000703800000, 0x0000000703800000, 0x0000000703a00000| 0%| F| |TAMS 0x0000000703800000| PB 0x0000000703800000| Untracked | 0
|
|
| 29|0x0000000703a00000, 0x0000000703a00000, 0x0000000703c00000| 0%| F| |TAMS 0x0000000703a00000| PB 0x0000000703a00000| Untracked | 0
|
|
| 30|0x0000000703c00000, 0x0000000703c00000, 0x0000000703e00000| 0%| F| |TAMS 0x0000000703c00000| PB 0x0000000703c00000| Untracked | 0
|
|
| 31|0x0000000703e00000, 0x0000000703e00000, 0x0000000704000000| 0%| F| |TAMS 0x0000000703e00000| PB 0x0000000703e00000| Untracked | 0
|
|
| 32|0x0000000704000000, 0x0000000704000000, 0x0000000704200000| 0%| F| |TAMS 0x0000000704000000| PB 0x0000000704000000| Untracked | 0
|
|
| 33|0x0000000704200000, 0x0000000704200000, 0x0000000704400000| 0%| F| |TAMS 0x0000000704200000| PB 0x0000000704200000| Untracked | 0
|
|
| 34|0x0000000704400000, 0x0000000704400000, 0x0000000704600000| 0%| F| |TAMS 0x0000000704400000| PB 0x0000000704400000| Untracked | 0
|
|
| 35|0x0000000704600000, 0x0000000704600000, 0x0000000704800000| 0%| F| |TAMS 0x0000000704600000| PB 0x0000000704600000| Untracked | 0
|
|
| 36|0x0000000704800000, 0x0000000704800000, 0x0000000704a00000| 0%| F| |TAMS 0x0000000704800000| PB 0x0000000704800000| Untracked | 0
|
|
| 37|0x0000000704a00000, 0x0000000704a00000, 0x0000000704c00000| 0%| F| |TAMS 0x0000000704a00000| PB 0x0000000704a00000| Untracked | 0
|
|
| 38|0x0000000704c00000, 0x0000000704c00000, 0x0000000704e00000| 0%| F| |TAMS 0x0000000704c00000| PB 0x0000000704c00000| Untracked | 0
|
|
| 39|0x0000000704e00000, 0x0000000704e00000, 0x0000000705000000| 0%| F| |TAMS 0x0000000704e00000| PB 0x0000000704e00000| Untracked | 0
|
|
| 40|0x0000000705000000, 0x0000000705000000, 0x0000000705200000| 0%| F| |TAMS 0x0000000705000000| PB 0x0000000705000000| Untracked | 0
|
|
| 41|0x0000000705200000, 0x0000000705200000, 0x0000000705400000| 0%| F| |TAMS 0x0000000705200000| PB 0x0000000705200000| Untracked | 0
|
|
| 42|0x0000000705400000, 0x0000000705400000, 0x0000000705600000| 0%| F| |TAMS 0x0000000705400000| PB 0x0000000705400000| Untracked | 0
|
|
| 43|0x0000000705600000, 0x0000000705600000, 0x0000000705800000| 0%| F| |TAMS 0x0000000705600000| PB 0x0000000705600000| Untracked | 0
|
|
| 44|0x0000000705800000, 0x0000000705800000, 0x0000000705a00000| 0%| F| |TAMS 0x0000000705800000| PB 0x0000000705800000| Untracked | 0
|
|
| 45|0x0000000705a00000, 0x0000000705a00000, 0x0000000705c00000| 0%| F| |TAMS 0x0000000705a00000| PB 0x0000000705a00000| Untracked | 0
|
|
| 46|0x0000000705c00000, 0x0000000705c00000, 0x0000000705e00000| 0%| F| |TAMS 0x0000000705c00000| PB 0x0000000705c00000| Untracked | 0
|
|
| 47|0x0000000705e00000, 0x0000000705e00000, 0x0000000706000000| 0%| F| |TAMS 0x0000000705e00000| PB 0x0000000705e00000| Untracked | 0
|
|
| 48|0x0000000706000000, 0x0000000706000000, 0x0000000706200000| 0%| F| |TAMS 0x0000000706000000| PB 0x0000000706000000| Untracked | 0
|
|
| 49|0x0000000706200000, 0x0000000706200000, 0x0000000706400000| 0%| F| |TAMS 0x0000000706200000| PB 0x0000000706200000| Untracked | 0
|
|
| 50|0x0000000706400000, 0x0000000706400000, 0x0000000706600000| 0%| F| |TAMS 0x0000000706400000| PB 0x0000000706400000| Untracked | 0
|
|
| 51|0x0000000706600000, 0x0000000706600000, 0x0000000706800000| 0%| F| |TAMS 0x0000000706600000| PB 0x0000000706600000| Untracked | 0
|
|
| 52|0x0000000706800000, 0x0000000706800000, 0x0000000706a00000| 0%| F| |TAMS 0x0000000706800000| PB 0x0000000706800000| Untracked | 0
|
|
| 53|0x0000000706a00000, 0x0000000706a00000, 0x0000000706c00000| 0%| F| |TAMS 0x0000000706a00000| PB 0x0000000706a00000| Untracked | 0
|
|
| 54|0x0000000706c00000, 0x0000000706c00000, 0x0000000706e00000| 0%| F| |TAMS 0x0000000706c00000| PB 0x0000000706c00000| Untracked | 0
|
|
| 55|0x0000000706e00000, 0x0000000706e00000, 0x0000000707000000| 0%| F| |TAMS 0x0000000706e00000| PB 0x0000000706e00000| Untracked | 0
|
|
| 56|0x0000000707000000, 0x0000000707000000, 0x0000000707200000| 0%| F| |TAMS 0x0000000707000000| PB 0x0000000707000000| Untracked | 0
|
|
| 57|0x0000000707200000, 0x0000000707200000, 0x0000000707400000| 0%| F| |TAMS 0x0000000707200000| PB 0x0000000707200000| Untracked | 0
|
|
| 58|0x0000000707400000, 0x0000000707400000, 0x0000000707600000| 0%| F| |TAMS 0x0000000707400000| PB 0x0000000707400000| Untracked | 0
|
|
| 59|0x0000000707600000, 0x0000000707600000, 0x0000000707800000| 0%| F| |TAMS 0x0000000707600000| PB 0x0000000707600000| Untracked | 0
|
|
| 60|0x0000000707800000, 0x0000000707800000, 0x0000000707a00000| 0%| F| |TAMS 0x0000000707800000| PB 0x0000000707800000| Untracked | 0
|
|
| 61|0x0000000707a00000, 0x0000000707a00000, 0x0000000707c00000| 0%| F| |TAMS 0x0000000707a00000| PB 0x0000000707a00000| Untracked | 0
|
|
| 62|0x0000000707c00000, 0x0000000707c00000, 0x0000000707e00000| 0%| F| |TAMS 0x0000000707c00000| PB 0x0000000707c00000| Untracked | 0
|
|
| 63|0x0000000707e00000, 0x0000000707e00000, 0x0000000708000000| 0%| F| |TAMS 0x0000000707e00000| PB 0x0000000707e00000| Untracked | 0
|
|
| 64|0x0000000708000000, 0x0000000708000000, 0x0000000708200000| 0%| F| |TAMS 0x0000000708000000| PB 0x0000000708000000| Untracked | 0
|
|
| 65|0x0000000708200000, 0x0000000708200000, 0x0000000708400000| 0%| F| |TAMS 0x0000000708200000| PB 0x0000000708200000| Untracked | 0
|
|
| 66|0x0000000708400000, 0x0000000708400000, 0x0000000708600000| 0%| F| |TAMS 0x0000000708400000| PB 0x0000000708400000| Untracked | 0
|
|
| 67|0x0000000708600000, 0x0000000708600000, 0x0000000708800000| 0%| F| |TAMS 0x0000000708600000| PB 0x0000000708600000| Untracked | 0
|
|
| 68|0x0000000708800000, 0x0000000708800000, 0x0000000708a00000| 0%| F| |TAMS 0x0000000708800000| PB 0x0000000708800000| Untracked | 0
|
|
| 69|0x0000000708a00000, 0x0000000708a00000, 0x0000000708c00000| 0%| F| |TAMS 0x0000000708a00000| PB 0x0000000708a00000| Untracked | 0
|
|
| 70|0x0000000708c00000, 0x0000000708c00000, 0x0000000708e00000| 0%| F| |TAMS 0x0000000708c00000| PB 0x0000000708c00000| Untracked | 0
|
|
| 71|0x0000000708e00000, 0x0000000708e00000, 0x0000000709000000| 0%| F| |TAMS 0x0000000708e00000| PB 0x0000000708e00000| Untracked | 0
|
|
| 72|0x0000000709000000, 0x0000000709000000, 0x0000000709200000| 0%| F| |TAMS 0x0000000709000000| PB 0x0000000709000000| Untracked | 0
|
|
| 73|0x0000000709200000, 0x0000000709200000, 0x0000000709400000| 0%| F| |TAMS 0x0000000709200000| PB 0x0000000709200000| Untracked | 0
|
|
| 74|0x0000000709400000, 0x0000000709400000, 0x0000000709600000| 0%| F| |TAMS 0x0000000709400000| PB 0x0000000709400000| Untracked | 0
|
|
| 75|0x0000000709600000, 0x0000000709600000, 0x0000000709800000| 0%| F| |TAMS 0x0000000709600000| PB 0x0000000709600000| Untracked | 0
|
|
| 76|0x0000000709800000, 0x0000000709800000, 0x0000000709a00000| 0%| F| |TAMS 0x0000000709800000| PB 0x0000000709800000| Untracked | 0
|
|
| 77|0x0000000709a00000, 0x0000000709a00000, 0x0000000709c00000| 0%| F| |TAMS 0x0000000709a00000| PB 0x0000000709a00000| Untracked | 0
|
|
| 78|0x0000000709c00000, 0x0000000709c00000, 0x0000000709e00000| 0%| F| |TAMS 0x0000000709c00000| PB 0x0000000709c00000| Untracked | 0
|
|
| 79|0x0000000709e00000, 0x0000000709e00000, 0x000000070a000000| 0%| F| |TAMS 0x0000000709e00000| PB 0x0000000709e00000| Untracked | 0
|
|
| 80|0x000000070a000000, 0x000000070a000000, 0x000000070a200000| 0%| F| |TAMS 0x000000070a000000| PB 0x000000070a000000| Untracked | 0
|
|
| 81|0x000000070a200000, 0x000000070a200000, 0x000000070a400000| 0%| F| |TAMS 0x000000070a200000| PB 0x000000070a200000| Untracked | 0
|
|
| 82|0x000000070a400000, 0x000000070a400000, 0x000000070a600000| 0%| F| |TAMS 0x000000070a400000| PB 0x000000070a400000| Untracked | 0
|
|
| 83|0x000000070a600000, 0x000000070a600000, 0x000000070a800000| 0%| F| |TAMS 0x000000070a600000| PB 0x000000070a600000| Untracked | 0
|
|
| 84|0x000000070a800000, 0x000000070a800000, 0x000000070aa00000| 0%| F| |TAMS 0x000000070a800000| PB 0x000000070a800000| Untracked | 0
|
|
| 85|0x000000070aa00000, 0x000000070aa00000, 0x000000070ac00000| 0%| F| |TAMS 0x000000070aa00000| PB 0x000000070aa00000| Untracked | 0
|
|
| 86|0x000000070ac00000, 0x000000070ac00000, 0x000000070ae00000| 0%| F| |TAMS 0x000000070ac00000| PB 0x000000070ac00000| Untracked | 0
|
|
| 87|0x000000070ae00000, 0x000000070ae00000, 0x000000070b000000| 0%| F| |TAMS 0x000000070ae00000| PB 0x000000070ae00000| Untracked | 0
|
|
| 88|0x000000070b000000, 0x000000070b000000, 0x000000070b200000| 0%| F| |TAMS 0x000000070b000000| PB 0x000000070b000000| Untracked | 0
|
|
| 89|0x000000070b200000, 0x000000070b200000, 0x000000070b400000| 0%| F| |TAMS 0x000000070b200000| PB 0x000000070b200000| Untracked | 0
|
|
| 90|0x000000070b400000, 0x000000070b400000, 0x000000070b600000| 0%| F| |TAMS 0x000000070b400000| PB 0x000000070b400000| Untracked | 0
|
|
| 91|0x000000070b600000, 0x000000070b600000, 0x000000070b800000| 0%| F| |TAMS 0x000000070b600000| PB 0x000000070b600000| Untracked | 0
|
|
| 92|0x000000070b800000, 0x000000070b800000, 0x000000070ba00000| 0%| F| |TAMS 0x000000070b800000| PB 0x000000070b800000| Untracked | 0
|
|
| 93|0x000000070ba00000, 0x000000070ba00000, 0x000000070bc00000| 0%| F| |TAMS 0x000000070ba00000| PB 0x000000070ba00000| Untracked | 0
|
|
| 94|0x000000070bc00000, 0x000000070bc00000, 0x000000070be00000| 0%| F| |TAMS 0x000000070bc00000| PB 0x000000070bc00000| Untracked | 0
|
|
| 95|0x000000070be00000, 0x000000070be00000, 0x000000070c000000| 0%| F| |TAMS 0x000000070be00000| PB 0x000000070be00000| Untracked | 0
|
|
| 96|0x000000070c000000, 0x000000070c000000, 0x000000070c200000| 0%| F| |TAMS 0x000000070c000000| PB 0x000000070c000000| Untracked | 0
|
|
| 97|0x000000070c200000, 0x000000070c200000, 0x000000070c400000| 0%| F| |TAMS 0x000000070c200000| PB 0x000000070c200000| Untracked | 0
|
|
| 98|0x000000070c400000, 0x000000070c400000, 0x000000070c600000| 0%| F| |TAMS 0x000000070c400000| PB 0x000000070c400000| Untracked | 0
|
|
| 99|0x000000070c600000, 0x000000070c600000, 0x000000070c800000| 0%| F| |TAMS 0x000000070c600000| PB 0x000000070c600000| Untracked | 0
|
|
| 100|0x000000070c800000, 0x000000070c800000, 0x000000070ca00000| 0%| F| |TAMS 0x000000070c800000| PB 0x000000070c800000| Untracked | 0
|
|
| 101|0x000000070ca00000, 0x000000070ca00000, 0x000000070cc00000| 0%| F| |TAMS 0x000000070ca00000| PB 0x000000070ca00000| Untracked | 0
|
|
| 102|0x000000070cc00000, 0x000000070cc00000, 0x000000070ce00000| 0%| F| |TAMS 0x000000070cc00000| PB 0x000000070cc00000| Untracked | 0
|
|
| 103|0x000000070ce00000, 0x000000070ce00000, 0x000000070d000000| 0%| F| |TAMS 0x000000070ce00000| PB 0x000000070ce00000| Untracked | 0
|
|
| 104|0x000000070d000000, 0x000000070d000000, 0x000000070d200000| 0%| F| |TAMS 0x000000070d000000| PB 0x000000070d000000| Untracked | 0
|
|
| 105|0x000000070d200000, 0x000000070d200000, 0x000000070d400000| 0%| F| |TAMS 0x000000070d200000| PB 0x000000070d200000| Untracked | 0
|
|
| 106|0x000000070d400000, 0x000000070d400000, 0x000000070d600000| 0%| F| |TAMS 0x000000070d400000| PB 0x000000070d400000| Untracked | 0
|
|
| 107|0x000000070d600000, 0x000000070d600000, 0x000000070d800000| 0%| F| |TAMS 0x000000070d600000| PB 0x000000070d600000| Untracked | 0
|
|
| 108|0x000000070d800000, 0x000000070d800000, 0x000000070da00000| 0%| F| |TAMS 0x000000070d800000| PB 0x000000070d800000| Untracked | 0
|
|
| 109|0x000000070da00000, 0x000000070da00000, 0x000000070dc00000| 0%| F| |TAMS 0x000000070da00000| PB 0x000000070da00000| Untracked | 0
|
|
| 110|0x000000070dc00000, 0x000000070dc00000, 0x000000070de00000| 0%| F| |TAMS 0x000000070dc00000| PB 0x000000070dc00000| Untracked | 0
|
|
| 111|0x000000070de00000, 0x000000070de00000, 0x000000070e000000| 0%| F| |TAMS 0x000000070de00000| PB 0x000000070de00000| Untracked | 0
|
|
| 112|0x000000070e000000, 0x000000070e000000, 0x000000070e200000| 0%| F| |TAMS 0x000000070e000000| PB 0x000000070e000000| Untracked | 0
|
|
| 113|0x000000070e200000, 0x000000070e200000, 0x000000070e400000| 0%| F| |TAMS 0x000000070e200000| PB 0x000000070e200000| Untracked | 0
|
|
| 114|0x000000070e400000, 0x000000070e400000, 0x000000070e600000| 0%| F| |TAMS 0x000000070e400000| PB 0x000000070e400000| Untracked | 0
|
|
| 115|0x000000070e600000, 0x000000070e600000, 0x000000070e800000| 0%| F| |TAMS 0x000000070e600000| PB 0x000000070e600000| Untracked | 0
|
|
| 116|0x000000070e800000, 0x000000070e800000, 0x000000070ea00000| 0%| F| |TAMS 0x000000070e800000| PB 0x000000070e800000| Untracked | 0
|
|
| 117|0x000000070ea00000, 0x000000070ea00000, 0x000000070ec00000| 0%| F| |TAMS 0x000000070ea00000| PB 0x000000070ea00000| Untracked | 0
|
|
| 118|0x000000070ec00000, 0x000000070ec00000, 0x000000070ee00000| 0%| F| |TAMS 0x000000070ec00000| PB 0x000000070ec00000| Untracked | 0
|
|
| 119|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ee00000| PB 0x000000070ee00000| Untracked | 0
|
|
| 120|0x000000070f000000, 0x000000070f000000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f000000| PB 0x000000070f000000| Untracked | 0
|
|
| 121|0x000000070f200000, 0x000000070f200000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f200000| PB 0x000000070f200000| Untracked | 0
|
|
| 122|0x000000070f400000, 0x000000070f400000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f400000| PB 0x000000070f400000| Untracked | 0
|
|
| 123|0x000000070f600000, 0x000000070f600000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f600000| PB 0x000000070f600000| Untracked | 0
|
|
| 124|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f800000| PB 0x000000070f800000| Untracked | 0
|
|
| 125|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000| PB 0x000000070fa00000| Untracked | 0
|
|
| 126|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fc00000| PB 0x000000070fc00000| Untracked | 0
|
|
| 127|0x000000070fe00000, 0x000000070fe00000, 0x0000000710000000| 0%| F| |TAMS 0x000000070fe00000| PB 0x000000070fe00000| Untracked | 0
|
|
| 128|0x0000000710000000, 0x0000000710000000, 0x0000000710200000| 0%| F| |TAMS 0x0000000710000000| PB 0x0000000710000000| Untracked | 0
|
|
| 129|0x0000000710200000, 0x0000000710200000, 0x0000000710400000| 0%| F| |TAMS 0x0000000710200000| PB 0x0000000710200000| Untracked | 0
|
|
| 130|0x0000000710400000, 0x0000000710400000, 0x0000000710600000| 0%| F| |TAMS 0x0000000710400000| PB 0x0000000710400000| Untracked | 0
|
|
| 131|0x0000000710600000, 0x0000000710600000, 0x0000000710800000| 0%| F| |TAMS 0x0000000710600000| PB 0x0000000710600000| Untracked | 0
|
|
| 132|0x0000000710800000, 0x0000000710800000, 0x0000000710a00000| 0%| F| |TAMS 0x0000000710800000| PB 0x0000000710800000| Untracked | 0
|
|
| 133|0x0000000710a00000, 0x0000000710a00000, 0x0000000710c00000| 0%| F| |TAMS 0x0000000710a00000| PB 0x0000000710a00000| Untracked | 0
|
|
| 134|0x0000000710c00000, 0x0000000710c00000, 0x0000000710e00000| 0%| F| |TAMS 0x0000000710c00000| PB 0x0000000710c00000| Untracked | 0
|
|
| 135|0x0000000710e00000, 0x0000000710e00000, 0x0000000711000000| 0%| F| |TAMS 0x0000000710e00000| PB 0x0000000710e00000| Untracked | 0
|
|
| 136|0x0000000711000000, 0x0000000711000000, 0x0000000711200000| 0%| F| |TAMS 0x0000000711000000| PB 0x0000000711000000| Untracked | 0
|
|
| 137|0x0000000711200000, 0x0000000711200000, 0x0000000711400000| 0%| F| |TAMS 0x0000000711200000| PB 0x0000000711200000| Untracked | 0
|
|
| 138|0x0000000711400000, 0x0000000711400000, 0x0000000711600000| 0%| F| |TAMS 0x0000000711400000| PB 0x0000000711400000| Untracked | 0
|
|
| 139|0x0000000711600000, 0x0000000711600000, 0x0000000711800000| 0%| F| |TAMS 0x0000000711600000| PB 0x0000000711600000| Untracked | 0
|
|
| 140|0x0000000711800000, 0x0000000711800000, 0x0000000711a00000| 0%| F| |TAMS 0x0000000711800000| PB 0x0000000711800000| Untracked | 0
|
|
| 141|0x0000000711a00000, 0x0000000711a00000, 0x0000000711c00000| 0%| F| |TAMS 0x0000000711a00000| PB 0x0000000711a00000| Untracked | 0
|
|
| 142|0x0000000711c00000, 0x0000000711c00000, 0x0000000711e00000| 0%| F| |TAMS 0x0000000711c00000| PB 0x0000000711c00000| Untracked | 0
|
|
| 143|0x0000000711e00000, 0x0000000711e00000, 0x0000000712000000| 0%| F| |TAMS 0x0000000711e00000| PB 0x0000000711e00000| Untracked | 0
|
|
| 144|0x0000000712000000, 0x0000000712000000, 0x0000000712200000| 0%| F| |TAMS 0x0000000712000000| PB 0x0000000712000000| Untracked | 0
|
|
| 145|0x0000000712200000, 0x0000000712200000, 0x0000000712400000| 0%| F| |TAMS 0x0000000712200000| PB 0x0000000712200000| Untracked | 0
|
|
| 146|0x0000000712400000, 0x0000000712400000, 0x0000000712600000| 0%| F| |TAMS 0x0000000712400000| PB 0x0000000712400000| Untracked | 0
|
|
| 147|0x0000000712600000, 0x0000000712600000, 0x0000000712800000| 0%| F| |TAMS 0x0000000712600000| PB 0x0000000712600000| Untracked | 0
|
|
| 148|0x0000000712800000, 0x0000000712800000, 0x0000000712a00000| 0%| F| |TAMS 0x0000000712800000| PB 0x0000000712800000| Untracked | 0
|
|
| 149|0x0000000712a00000, 0x0000000712a00000, 0x0000000712c00000| 0%| F| |TAMS 0x0000000712a00000| PB 0x0000000712a00000| Untracked | 0
|
|
| 150|0x0000000712c00000, 0x0000000712c00000, 0x0000000712e00000| 0%| F| |TAMS 0x0000000712c00000| PB 0x0000000712c00000| Untracked | 0
|
|
| 151|0x0000000712e00000, 0x0000000712e00000, 0x0000000713000000| 0%| F| |TAMS 0x0000000712e00000| PB 0x0000000712e00000| Untracked | 0
|
|
| 152|0x0000000713000000, 0x0000000713000000, 0x0000000713200000| 0%| F| |TAMS 0x0000000713000000| PB 0x0000000713000000| Untracked | 0
|
|
| 153|0x0000000713200000, 0x0000000713200000, 0x0000000713400000| 0%| F| |TAMS 0x0000000713200000| PB 0x0000000713200000| Untracked | 0
|
|
| 154|0x0000000713400000, 0x0000000713400000, 0x0000000713600000| 0%| F| |TAMS 0x0000000713400000| PB 0x0000000713400000| Untracked | 0
|
|
| 155|0x0000000713600000, 0x0000000713600000, 0x0000000713800000| 0%| F| |TAMS 0x0000000713600000| PB 0x0000000713600000| Untracked | 0
|
|
| 156|0x0000000713800000, 0x0000000713800000, 0x0000000713a00000| 0%| F| |TAMS 0x0000000713800000| PB 0x0000000713800000| Untracked | 0
|
|
| 157|0x0000000713a00000, 0x0000000713a00000, 0x0000000713c00000| 0%| F| |TAMS 0x0000000713a00000| PB 0x0000000713a00000| Untracked | 0
|
|
| 158|0x0000000713c00000, 0x0000000713c00000, 0x0000000713e00000| 0%| F| |TAMS 0x0000000713c00000| PB 0x0000000713c00000| Untracked | 0
|
|
| 159|0x0000000713e00000, 0x0000000713e00000, 0x0000000714000000| 0%| F| |TAMS 0x0000000713e00000| PB 0x0000000713e00000| Untracked | 0
|
|
| 160|0x0000000714000000, 0x0000000714000000, 0x0000000714200000| 0%| F| |TAMS 0x0000000714000000| PB 0x0000000714000000| Untracked | 0
|
|
| 161|0x0000000714200000, 0x0000000714200000, 0x0000000714400000| 0%| F| |TAMS 0x0000000714200000| PB 0x0000000714200000| Untracked | 0
|
|
| 162|0x0000000714400000, 0x0000000714400000, 0x0000000714600000| 0%| F| |TAMS 0x0000000714400000| PB 0x0000000714400000| Untracked | 0
|
|
| 163|0x0000000714600000, 0x0000000714600000, 0x0000000714800000| 0%| F| |TAMS 0x0000000714600000| PB 0x0000000714600000| Untracked | 0
|
|
| 164|0x0000000714800000, 0x0000000714800000, 0x0000000714a00000| 0%| F| |TAMS 0x0000000714800000| PB 0x0000000714800000| Untracked | 0
|
|
| 165|0x0000000714a00000, 0x0000000714a00000, 0x0000000714c00000| 0%| F| |TAMS 0x0000000714a00000| PB 0x0000000714a00000| Untracked | 0
|
|
| 166|0x0000000714c00000, 0x0000000714c00000, 0x0000000714e00000| 0%| F| |TAMS 0x0000000714c00000| PB 0x0000000714c00000| Untracked | 0
|
|
| 167|0x0000000714e00000, 0x0000000714e00000, 0x0000000715000000| 0%| F| |TAMS 0x0000000714e00000| PB 0x0000000714e00000| Untracked | 0
|
|
| 168|0x0000000715000000, 0x0000000715000000, 0x0000000715200000| 0%| F| |TAMS 0x0000000715000000| PB 0x0000000715000000| Untracked | 0
|
|
| 169|0x0000000715200000, 0x0000000715200000, 0x0000000715400000| 0%| F| |TAMS 0x0000000715200000| PB 0x0000000715200000| Untracked | 0
|
|
| 170|0x0000000715400000, 0x0000000715400000, 0x0000000715600000| 0%| F| |TAMS 0x0000000715400000| PB 0x0000000715400000| Untracked | 0
|
|
| 171|0x0000000715600000, 0x0000000715600000, 0x0000000715800000| 0%| F| |TAMS 0x0000000715600000| PB 0x0000000715600000| Untracked | 0
|
|
| 172|0x0000000715800000, 0x0000000715800000, 0x0000000715a00000| 0%| F| |TAMS 0x0000000715800000| PB 0x0000000715800000| Untracked | 0
|
|
| 173|0x0000000715a00000, 0x0000000715a00000, 0x0000000715c00000| 0%| F| |TAMS 0x0000000715a00000| PB 0x0000000715a00000| Untracked | 0
|
|
| 174|0x0000000715c00000, 0x0000000715c00000, 0x0000000715e00000| 0%| F| |TAMS 0x0000000715c00000| PB 0x0000000715c00000| Untracked | 0
|
|
| 175|0x0000000715e00000, 0x0000000715e00000, 0x0000000716000000| 0%| F| |TAMS 0x0000000715e00000| PB 0x0000000715e00000| Untracked | 0
|
|
| 176|0x0000000716000000, 0x0000000716000000, 0x0000000716200000| 0%| F| |TAMS 0x0000000716000000| PB 0x0000000716000000| Untracked | 0
|
|
| 177|0x0000000716200000, 0x0000000716200000, 0x0000000716400000| 0%| F| |TAMS 0x0000000716200000| PB 0x0000000716200000| Untracked | 0
|
|
| 178|0x0000000716400000, 0x0000000716400000, 0x0000000716600000| 0%| F| |TAMS 0x0000000716400000| PB 0x0000000716400000| Untracked | 0
|
|
| 179|0x0000000716600000, 0x0000000716600000, 0x0000000716800000| 0%| F| |TAMS 0x0000000716600000| PB 0x0000000716600000| Untracked | 0
|
|
| 180|0x0000000716800000, 0x0000000716800000, 0x0000000716a00000| 0%| F| |TAMS 0x0000000716800000| PB 0x0000000716800000| Untracked | 0
|
|
| 181|0x0000000716a00000, 0x0000000716a00000, 0x0000000716c00000| 0%| F| |TAMS 0x0000000716a00000| PB 0x0000000716a00000| Untracked | 0
|
|
| 182|0x0000000716c00000, 0x0000000716c00000, 0x0000000716e00000| 0%| F| |TAMS 0x0000000716c00000| PB 0x0000000716c00000| Untracked | 0
|
|
| 183|0x0000000716e00000, 0x0000000716e00000, 0x0000000717000000| 0%| F| |TAMS 0x0000000716e00000| PB 0x0000000716e00000| Untracked | 0
|
|
| 184|0x0000000717000000, 0x0000000717000000, 0x0000000717200000| 0%| F| |TAMS 0x0000000717000000| PB 0x0000000717000000| Untracked | 0
|
|
| 185|0x0000000717200000, 0x0000000717200000, 0x0000000717400000| 0%| F| |TAMS 0x0000000717200000| PB 0x0000000717200000| Untracked | 0
|
|
| 186|0x0000000717400000, 0x0000000717400000, 0x0000000717600000| 0%| F| |TAMS 0x0000000717400000| PB 0x0000000717400000| Untracked | 0
|
|
| 187|0x0000000717600000, 0x0000000717600000, 0x0000000717800000| 0%| F| |TAMS 0x0000000717600000| PB 0x0000000717600000| Untracked | 0
|
|
| 188|0x0000000717800000, 0x0000000717800000, 0x0000000717a00000| 0%| F| |TAMS 0x0000000717800000| PB 0x0000000717800000| Untracked | 0
|
|
| 189|0x0000000717a00000, 0x0000000717a00000, 0x0000000717c00000| 0%| F| |TAMS 0x0000000717a00000| PB 0x0000000717a00000| Untracked | 0
|
|
| 190|0x0000000717c00000, 0x0000000717c00000, 0x0000000717e00000| 0%| F| |TAMS 0x0000000717c00000| PB 0x0000000717c00000| Untracked | 0
|
|
| 191|0x0000000717e00000, 0x0000000717e00000, 0x0000000718000000| 0%| F| |TAMS 0x0000000717e00000| PB 0x0000000717e00000| Untracked | 0
|
|
| 192|0x0000000718000000, 0x0000000718000000, 0x0000000718200000| 0%| F| |TAMS 0x0000000718000000| PB 0x0000000718000000| Untracked | 0
|
|
| 193|0x0000000718200000, 0x0000000718200000, 0x0000000718400000| 0%| F| |TAMS 0x0000000718200000| PB 0x0000000718200000| Untracked | 0
|
|
| 194|0x0000000718400000, 0x0000000718508678, 0x0000000718600000| 51%| S|CS|TAMS 0x0000000718400000| PB 0x0000000718400000| Complete | 0
|
|
| 195|0x0000000718600000, 0x0000000718600000, 0x0000000718800000| 0%| F| |TAMS 0x0000000718600000| PB 0x0000000718600000| Untracked | 0
|
|
| 196|0x0000000718800000, 0x0000000718a00000, 0x0000000718a00000|100%| S|CS|TAMS 0x0000000718800000| PB 0x0000000718800000| Complete | 0
|
|
| 197|0x0000000718a00000, 0x0000000718c00000, 0x0000000718c00000|100%| E|CS|TAMS 0x0000000718a00000| PB 0x0000000718a00000| Complete | 0
|
|
| 198|0x0000000718c00000, 0x0000000718e00000, 0x0000000718e00000|100%| E|CS|TAMS 0x0000000718c00000| PB 0x0000000718c00000| Complete | 0
|
|
| 199|0x0000000718e00000, 0x0000000719000000, 0x0000000719000000|100%| E|CS|TAMS 0x0000000718e00000| PB 0x0000000718e00000| Complete | 0
|
|
| 200|0x0000000719000000, 0x0000000719200000, 0x0000000719200000|100%| E|CS|TAMS 0x0000000719000000| PB 0x0000000719000000| Complete | 0
|
|
| 201|0x0000000719200000, 0x0000000719400000, 0x0000000719400000|100%| E|CS|TAMS 0x0000000719200000| PB 0x0000000719200000| Complete | 0
|
|
| 202|0x0000000719400000, 0x0000000719600000, 0x0000000719600000|100%| E|CS|TAMS 0x0000000719400000| PB 0x0000000719400000| Complete | 0
|
|
| 203|0x0000000719600000, 0x0000000719800000, 0x0000000719800000|100%| E|CS|TAMS 0x0000000719600000| PB 0x0000000719600000| Complete | 0
|
|
| 204|0x0000000719800000, 0x0000000719a00000, 0x0000000719a00000|100%| E|CS|TAMS 0x0000000719800000| PB 0x0000000719800000| Complete | 0
|
|
| 205|0x0000000719a00000, 0x0000000719c00000, 0x0000000719c00000|100%| E|CS|TAMS 0x0000000719a00000| PB 0x0000000719a00000| Complete | 0
|
|
| 206|0x0000000719c00000, 0x0000000719e00000, 0x0000000719e00000|100%| E|CS|TAMS 0x0000000719c00000| PB 0x0000000719c00000| Complete | 0
|
|
| 207|0x0000000719e00000, 0x000000071a000000, 0x000000071a000000|100%| E|CS|TAMS 0x0000000719e00000| PB 0x0000000719e00000| Complete | 0
|
|
| 208|0x000000071a000000, 0x000000071a200000, 0x000000071a200000|100%| E|CS|TAMS 0x000000071a000000| PB 0x000000071a000000| Complete | 0
|
|
| 209|0x000000071a200000, 0x000000071a400000, 0x000000071a400000|100%| E|CS|TAMS 0x000000071a200000| PB 0x000000071a200000| Complete | 0
|
|
| 210|0x000000071a400000, 0x000000071a600000, 0x000000071a600000|100%| E|CS|TAMS 0x000000071a400000| PB 0x000000071a400000| Complete | 0
|
|
| 211|0x000000071a600000, 0x000000071a800000, 0x000000071a800000|100%| E|CS|TAMS 0x000000071a600000| PB 0x000000071a600000| Complete | 0
|
|
| 212|0x000000071a800000, 0x000000071aa00000, 0x000000071aa00000|100%| E|CS|TAMS 0x000000071a800000| PB 0x000000071a800000| Complete | 0
|
|
| 213|0x000000071aa00000, 0x000000071ac00000, 0x000000071ac00000|100%| E|CS|TAMS 0x000000071aa00000| PB 0x000000071aa00000| Complete | 0
|
|
| 214|0x000000071ac00000, 0x000000071ae00000, 0x000000071ae00000|100%| E|CS|TAMS 0x000000071ac00000| PB 0x000000071ac00000| Complete | 0
|
|
| 215|0x000000071ae00000, 0x000000071b000000, 0x000000071b000000|100%| E|CS|TAMS 0x000000071ae00000| PB 0x000000071ae00000| Complete | 0
|
|
| 216|0x000000071b000000, 0x000000071b200000, 0x000000071b200000|100%| E|CS|TAMS 0x000000071b000000| PB 0x000000071b000000| Complete | 0
|
|
| 217|0x000000071b200000, 0x000000071b400000, 0x000000071b400000|100%| E|CS|TAMS 0x000000071b200000| PB 0x000000071b200000| Complete | 0
|
|
| 218|0x000000071b400000, 0x000000071b600000, 0x000000071b600000|100%| E|CS|TAMS 0x000000071b400000| PB 0x000000071b400000| Complete | 0
|
|
| 219|0x000000071b600000, 0x000000071b800000, 0x000000071b800000|100%| E|CS|TAMS 0x000000071b600000| PB 0x000000071b600000| Complete | 0
|
|
| 220|0x000000071b800000, 0x000000071ba00000, 0x000000071ba00000|100%| E|CS|TAMS 0x000000071b800000| PB 0x000000071b800000| Complete | 0
|
|
| 221|0x000000071ba00000, 0x000000071bc00000, 0x000000071bc00000|100%| E|CS|TAMS 0x000000071ba00000| PB 0x000000071ba00000| Complete | 0
|
|
| 222|0x000000071bc00000, 0x000000071be00000, 0x000000071be00000|100%| E|CS|TAMS 0x000000071bc00000| PB 0x000000071bc00000| Complete | 0
|
|
| 223|0x000000071be00000, 0x000000071c000000, 0x000000071c000000|100%| E|CS|TAMS 0x000000071be00000| PB 0x000000071be00000| Complete | 0
|
|
| 224|0x000000071c000000, 0x000000071c200000, 0x000000071c200000|100%| E|CS|TAMS 0x000000071c000000| PB 0x000000071c000000| Complete | 0
|
|
| 225|0x000000071c200000, 0x000000071c400000, 0x000000071c400000|100%| E|CS|TAMS 0x000000071c200000| PB 0x000000071c200000| Complete | 0
|
|
| 226|0x000000071c400000, 0x000000071c600000, 0x000000071c600000|100%| E|CS|TAMS 0x000000071c400000| PB 0x000000071c400000| Complete | 0
|
|
| 227|0x000000071c600000, 0x000000071c800000, 0x000000071c800000|100%| E|CS|TAMS 0x000000071c600000| PB 0x000000071c600000| Complete | 0
|
|
| 228|0x000000071c800000, 0x000000071ca00000, 0x000000071ca00000|100%| E|CS|TAMS 0x000000071c800000| PB 0x000000071c800000| Complete | 0
|
|
| 229|0x000000071ca00000, 0x000000071cc00000, 0x000000071cc00000|100%| E|CS|TAMS 0x000000071ca00000| PB 0x000000071ca00000| Complete | 0
|
|
| 230|0x000000071cc00000, 0x000000071ce00000, 0x000000071ce00000|100%| E|CS|TAMS 0x000000071cc00000| PB 0x000000071cc00000| Complete | 0
|
|
| 231|0x000000071ce00000, 0x000000071d000000, 0x000000071d000000|100%| E|CS|TAMS 0x000000071ce00000| PB 0x000000071ce00000| Complete | 0
|
|
| 232|0x000000071d000000, 0x000000071d200000, 0x000000071d200000|100%| E|CS|TAMS 0x000000071d000000| PB 0x000000071d000000| Complete | 0
|
|
| 233|0x000000071d200000, 0x000000071d400000, 0x000000071d400000|100%| E|CS|TAMS 0x000000071d200000| PB 0x000000071d200000| Complete | 0
|
|
| 234|0x000000071d400000, 0x000000071d600000, 0x000000071d600000|100%| E|CS|TAMS 0x000000071d400000| PB 0x000000071d400000| Complete | 0
|
|
| 235|0x000000071d600000, 0x000000071d800000, 0x000000071d800000|100%| E|CS|TAMS 0x000000071d600000| PB 0x000000071d600000| Complete | 0
|
|
| 236|0x000000071d800000, 0x000000071da00000, 0x000000071da00000|100%| E|CS|TAMS 0x000000071d800000| PB 0x000000071d800000| Complete | 0
|
|
| 237|0x000000071da00000, 0x000000071dc00000, 0x000000071dc00000|100%| E|CS|TAMS 0x000000071da00000| PB 0x000000071da00000| Complete | 0
|
|
| 238|0x000000071dc00000, 0x000000071de00000, 0x000000071de00000|100%| E|CS|TAMS 0x000000071dc00000| PB 0x000000071dc00000| Complete | 0
|
|
| 239|0x000000071de00000, 0x000000071e000000, 0x000000071e000000|100%| E|CS|TAMS 0x000000071de00000| PB 0x000000071de00000| Complete | 0
|
|
| 240|0x000000071e000000, 0x000000071e200000, 0x000000071e200000|100%| E|CS|TAMS 0x000000071e000000| PB 0x000000071e000000| Complete | 0
|
|
| 241|0x000000071e200000, 0x000000071e400000, 0x000000071e400000|100%| E|CS|TAMS 0x000000071e200000| PB 0x000000071e200000| Complete | 0
|
|
| 242|0x000000071e400000, 0x000000071e600000, 0x000000071e600000|100%| E|CS|TAMS 0x000000071e400000| PB 0x000000071e400000| Complete | 0
|
|
| 243|0x000000071e600000, 0x000000071e800000, 0x000000071e800000|100%| E|CS|TAMS 0x000000071e600000| PB 0x000000071e600000| Complete | 0
|
|
| 244|0x000000071e800000, 0x000000071ea00000, 0x000000071ea00000|100%| E|CS|TAMS 0x000000071e800000| PB 0x000000071e800000| Complete | 0
|
|
| 245|0x000000071ea00000, 0x000000071ec00000, 0x000000071ec00000|100%| E|CS|TAMS 0x000000071ea00000| PB 0x000000071ea00000| Complete | 0
|
|
| 246|0x000000071ec00000, 0x000000071ee00000, 0x000000071ee00000|100%| E|CS|TAMS 0x000000071ec00000| PB 0x000000071ec00000| Complete | 0
|
|
| 247|0x000000071ee00000, 0x000000071f000000, 0x000000071f000000|100%| E|CS|TAMS 0x000000071ee00000| PB 0x000000071ee00000| Complete | 0
|
|
| 248|0x000000071f000000, 0x000000071f200000, 0x000000071f200000|100%| E|CS|TAMS 0x000000071f000000| PB 0x000000071f000000| Complete | 0
|
|
| 249|0x000000071f200000, 0x000000071f400000, 0x000000071f400000|100%| E|CS|TAMS 0x000000071f200000| PB 0x000000071f200000| Complete | 0
|
|
| 250|0x000000071f400000, 0x000000071f600000, 0x000000071f600000|100%| E|CS|TAMS 0x000000071f400000| PB 0x000000071f400000| Complete | 0
|
|
| 251|0x000000071f600000, 0x000000071f800000, 0x000000071f800000|100%| E|CS|TAMS 0x000000071f600000| PB 0x000000071f600000| Complete | 0
|
|
| 252|0x000000071f800000, 0x000000071fa00000, 0x000000071fa00000|100%| E|CS|TAMS 0x000000071f800000| PB 0x000000071f800000| Complete | 0
|
|
| 253|0x000000071fa00000, 0x000000071fc00000, 0x000000071fc00000|100%| E|CS|TAMS 0x000000071fa00000| PB 0x000000071fa00000| Complete | 0
|
|
| 254|0x000000071fc00000, 0x000000071fe00000, 0x000000071fe00000|100%| E|CS|TAMS 0x000000071fc00000| PB 0x000000071fc00000| Complete | 0
|
|
| 255|0x000000071fe00000, 0x0000000720000000, 0x0000000720000000|100%| E|CS|TAMS 0x000000071fe00000| PB 0x000000071fe00000| Complete | 0
|
|
| 256|0x0000000720000000, 0x0000000720200000, 0x0000000720200000|100%| E|CS|TAMS 0x0000000720000000| PB 0x0000000720000000| Complete | 0
|
|
| 257|0x0000000720200000, 0x0000000720400000, 0x0000000720400000|100%| E|CS|TAMS 0x0000000720200000| PB 0x0000000720200000| Complete | 0
|
|
| 258|0x0000000720400000, 0x0000000720600000, 0x0000000720600000|100%| E|CS|TAMS 0x0000000720400000| PB 0x0000000720400000| Complete | 0
|
|
| 259|0x0000000720600000, 0x0000000720800000, 0x0000000720800000|100%| E|CS|TAMS 0x0000000720600000| PB 0x0000000720600000| Complete | 0
|
|
| 260|0x0000000720800000, 0x0000000720a00000, 0x0000000720a00000|100%| E|CS|TAMS 0x0000000720800000| PB 0x0000000720800000| Complete | 0
|
|
| 261|0x0000000720a00000, 0x0000000720c00000, 0x0000000720c00000|100%| E|CS|TAMS 0x0000000720a00000| PB 0x0000000720a00000| Complete | 0
|
|
| 262|0x0000000720c00000, 0x0000000720e00000, 0x0000000720e00000|100%| E|CS|TAMS 0x0000000720c00000| PB 0x0000000720c00000| Complete | 0
|
|
| 263|0x0000000720e00000, 0x0000000721000000, 0x0000000721000000|100%| E|CS|TAMS 0x0000000720e00000| PB 0x0000000720e00000| Complete | 0
|
|
| 264|0x0000000721000000, 0x0000000721200000, 0x0000000721200000|100%| E|CS|TAMS 0x0000000721000000| PB 0x0000000721000000| Complete | 0
|
|
| 265|0x0000000721200000, 0x0000000721400000, 0x0000000721400000|100%| E|CS|TAMS 0x0000000721200000| PB 0x0000000721200000| Complete | 0
|
|
| 266|0x0000000721400000, 0x0000000721600000, 0x0000000721600000|100%| E|CS|TAMS 0x0000000721400000| PB 0x0000000721400000| Complete | 0
|
|
| 267|0x0000000721600000, 0x0000000721800000, 0x0000000721800000|100%| E|CS|TAMS 0x0000000721600000| PB 0x0000000721600000| Complete | 0
|
|
| 268|0x0000000721800000, 0x0000000721a00000, 0x0000000721a00000|100%| E|CS|TAMS 0x0000000721800000| PB 0x0000000721800000| Complete | 0
|
|
| 269|0x0000000721a00000, 0x0000000721c00000, 0x0000000721c00000|100%| E|CS|TAMS 0x0000000721a00000| PB 0x0000000721a00000| Complete | 0
|
|
| 270|0x0000000721c00000, 0x0000000721e00000, 0x0000000721e00000|100%| E|CS|TAMS 0x0000000721c00000| PB 0x0000000721c00000| Complete | 0
|
|
| 271|0x0000000721e00000, 0x0000000722000000, 0x0000000722000000|100%| E|CS|TAMS 0x0000000721e00000| PB 0x0000000721e00000| Complete | 0
|
|
| 272|0x0000000722000000, 0x0000000722200000, 0x0000000722200000|100%| E|CS|TAMS 0x0000000722000000| PB 0x0000000722000000| Complete | 0
|
|
| 273|0x0000000722200000, 0x0000000722400000, 0x0000000722400000|100%| E|CS|TAMS 0x0000000722200000| PB 0x0000000722200000| Complete | 0
|
|
| 274|0x0000000722400000, 0x0000000722600000, 0x0000000722600000|100%| E|CS|TAMS 0x0000000722400000| PB 0x0000000722400000| Complete | 0
|
|
| 275|0x0000000722600000, 0x0000000722800000, 0x0000000722800000|100%| E|CS|TAMS 0x0000000722600000| PB 0x0000000722600000| Complete | 0
|
|
| 276|0x0000000722800000, 0x0000000722a00000, 0x0000000722a00000|100%| E|CS|TAMS 0x0000000722800000| PB 0x0000000722800000| Complete | 0
|
|
| 277|0x0000000722a00000, 0x0000000722c00000, 0x0000000722c00000|100%| E|CS|TAMS 0x0000000722a00000| PB 0x0000000722a00000| Complete | 0
|
|
| 278|0x0000000722c00000, 0x0000000722e00000, 0x0000000722e00000|100%| E|CS|TAMS 0x0000000722c00000| PB 0x0000000722c00000| Complete | 0
|
|
| 279|0x0000000722e00000, 0x0000000723000000, 0x0000000723000000|100%| E|CS|TAMS 0x0000000722e00000| PB 0x0000000722e00000| Complete | 0
|
|
| 280|0x0000000723000000, 0x0000000723200000, 0x0000000723200000|100%| E|CS|TAMS 0x0000000723000000| PB 0x0000000723000000| Complete | 0
|
|
| 281|0x0000000723200000, 0x0000000723400000, 0x0000000723400000|100%| E|CS|TAMS 0x0000000723200000| PB 0x0000000723200000| Complete | 0
|
|
| 282|0x0000000723400000, 0x0000000723600000, 0x0000000723600000|100%| E|CS|TAMS 0x0000000723400000| PB 0x0000000723400000| Complete | 0
|
|
| 283|0x0000000723600000, 0x0000000723800000, 0x0000000723800000|100%| E|CS|TAMS 0x0000000723600000| PB 0x0000000723600000| Complete | 0
|
|
| 284|0x0000000723800000, 0x0000000723a00000, 0x0000000723a00000|100%| E|CS|TAMS 0x0000000723800000| PB 0x0000000723800000| Complete | 0
|
|
| 285|0x0000000723a00000, 0x0000000723c00000, 0x0000000723c00000|100%| E|CS|TAMS 0x0000000723a00000| PB 0x0000000723a00000| Complete | 0
|
|
| 286|0x0000000723c00000, 0x0000000723e00000, 0x0000000723e00000|100%| E|CS|TAMS 0x0000000723c00000| PB 0x0000000723c00000| Complete | 0
|
|
| 287|0x0000000723e00000, 0x0000000724000000, 0x0000000724000000|100%| E|CS|TAMS 0x0000000723e00000| PB 0x0000000723e00000| Complete | 0
|
|
| 288|0x0000000724000000, 0x0000000724200000, 0x0000000724200000|100%| E|CS|TAMS 0x0000000724000000| PB 0x0000000724000000| Complete | 0
|
|
| 289|0x0000000724200000, 0x0000000724400000, 0x0000000724400000|100%| E|CS|TAMS 0x0000000724200000| PB 0x0000000724200000| Complete | 0
|
|
| 290|0x0000000724400000, 0x0000000724600000, 0x0000000724600000|100%| E|CS|TAMS 0x0000000724400000| PB 0x0000000724400000| Complete | 0
|
|
| 291|0x0000000724600000, 0x0000000724800000, 0x0000000724800000|100%| E|CS|TAMS 0x0000000724600000| PB 0x0000000724600000| Complete | 0
|
|
| 292|0x0000000724800000, 0x0000000724a00000, 0x0000000724a00000|100%| E|CS|TAMS 0x0000000724800000| PB 0x0000000724800000| Complete | 0
|
|
| 293|0x0000000724a00000, 0x0000000724c00000, 0x0000000724c00000|100%| E|CS|TAMS 0x0000000724a00000| PB 0x0000000724a00000| Complete | 0
|
|
| 294|0x0000000724c00000, 0x0000000724e00000, 0x0000000724e00000|100%| E|CS|TAMS 0x0000000724c00000| PB 0x0000000724c00000| Complete | 0
|
|
| 295|0x0000000724e00000, 0x0000000725000000, 0x0000000725000000|100%| E|CS|TAMS 0x0000000724e00000| PB 0x0000000724e00000| Complete | 0
|
|
| 296|0x0000000725000000, 0x0000000725200000, 0x0000000725200000|100%| E|CS|TAMS 0x0000000725000000| PB 0x0000000725000000| Complete | 0
|
|
| 297|0x0000000725200000, 0x0000000725400000, 0x0000000725400000|100%| E|CS|TAMS 0x0000000725200000| PB 0x0000000725200000| Complete | 0
|
|
| 298|0x0000000725400000, 0x0000000725600000, 0x0000000725600000|100%| E|CS|TAMS 0x0000000725400000| PB 0x0000000725400000| Complete | 0
|
|
| 299|0x0000000725600000, 0x0000000725800000, 0x0000000725800000|100%| E|CS|TAMS 0x0000000725600000| PB 0x0000000725600000| Complete | 0
|
|
| 300|0x0000000725800000, 0x0000000725a00000, 0x0000000725a00000|100%| E|CS|TAMS 0x0000000725800000| PB 0x0000000725800000| Complete | 0
|
|
| 301|0x0000000725a00000, 0x0000000725c00000, 0x0000000725c00000|100%| E|CS|TAMS 0x0000000725a00000| PB 0x0000000725a00000| Complete | 0
|
|
| 302|0x0000000725c00000, 0x0000000725e00000, 0x0000000725e00000|100%| E|CS|TAMS 0x0000000725c00000| PB 0x0000000725c00000| Complete | 0
|
|
| 303|0x0000000725e00000, 0x0000000726000000, 0x0000000726000000|100%| E|CS|TAMS 0x0000000725e00000| PB 0x0000000725e00000| Complete | 0
|
|
| 304|0x0000000726000000, 0x0000000726200000, 0x0000000726200000|100%| E|CS|TAMS 0x0000000726000000| PB 0x0000000726000000| Complete | 0
|
|
| 305|0x0000000726200000, 0x0000000726400000, 0x0000000726400000|100%| E|CS|TAMS 0x0000000726200000| PB 0x0000000726200000| Complete | 0
|
|
| 306|0x0000000726400000, 0x0000000726600000, 0x0000000726600000|100%| E|CS|TAMS 0x0000000726400000| PB 0x0000000726400000| Complete | 0
|
|
| 307|0x0000000726600000, 0x0000000726800000, 0x0000000726800000|100%| E|CS|TAMS 0x0000000726600000| PB 0x0000000726600000| Complete | 0
|
|
| 308|0x0000000726800000, 0x0000000726a00000, 0x0000000726a00000|100%| E|CS|TAMS 0x0000000726800000| PB 0x0000000726800000| Complete | 0
|
|
| 309|0x0000000726a00000, 0x0000000726c00000, 0x0000000726c00000|100%| E|CS|TAMS 0x0000000726a00000| PB 0x0000000726a00000| Complete | 0
|
|
| 310|0x0000000726c00000, 0x0000000726e00000, 0x0000000726e00000|100%| E|CS|TAMS 0x0000000726c00000| PB 0x0000000726c00000| Complete | 0
|
|
| 311|0x0000000726e00000, 0x0000000727000000, 0x0000000727000000|100%| E|CS|TAMS 0x0000000726e00000| PB 0x0000000726e00000| Complete | 0
|
|
| 312|0x0000000727000000, 0x0000000727200000, 0x0000000727200000|100%| E|CS|TAMS 0x0000000727000000| PB 0x0000000727000000| Complete | 0
|
|
| 313|0x0000000727200000, 0x0000000727400000, 0x0000000727400000|100%| E|CS|TAMS 0x0000000727200000| PB 0x0000000727200000| Complete | 0
|
|
| 314|0x0000000727400000, 0x0000000727600000, 0x0000000727600000|100%| E|CS|TAMS 0x0000000727400000| PB 0x0000000727400000| Complete | 0
|
|
| 315|0x0000000727600000, 0x0000000727800000, 0x0000000727800000|100%| E|CS|TAMS 0x0000000727600000| PB 0x0000000727600000| Complete | 0
|
|
| 316|0x0000000727800000, 0x0000000727a00000, 0x0000000727a00000|100%| E|CS|TAMS 0x0000000727800000| PB 0x0000000727800000| Complete | 0
|
|
| 317|0x0000000727a00000, 0x0000000727c00000, 0x0000000727c00000|100%| E|CS|TAMS 0x0000000727a00000| PB 0x0000000727a00000| Complete | 0
|
|
| 318|0x0000000727c00000, 0x0000000727e00000, 0x0000000727e00000|100%| E|CS|TAMS 0x0000000727c00000| PB 0x0000000727c00000| Complete | 0
|
|
| 319|0x0000000727e00000, 0x0000000728000000, 0x0000000728000000|100%| E|CS|TAMS 0x0000000727e00000| PB 0x0000000727e00000| Complete | 0
|
|
| 320|0x0000000728000000, 0x0000000728200000, 0x0000000728200000|100%| E|CS|TAMS 0x0000000728000000| PB 0x0000000728000000| Complete | 0
|
|
| 321|0x0000000728200000, 0x0000000728400000, 0x0000000728400000|100%| E|CS|TAMS 0x0000000728200000| PB 0x0000000728200000| Complete | 0
|
|
| 322|0x0000000728400000, 0x0000000728600000, 0x0000000728600000|100%| E|CS|TAMS 0x0000000728400000| PB 0x0000000728400000| Complete | 0
|
|
| 323|0x0000000728600000, 0x0000000728800000, 0x0000000728800000|100%| E|CS|TAMS 0x0000000728600000| PB 0x0000000728600000| Complete | 0
|
|
| 324|0x0000000728800000, 0x0000000728a00000, 0x0000000728a00000|100%| E|CS|TAMS 0x0000000728800000| PB 0x0000000728800000| Complete | 0
|
|
| 325|0x0000000728a00000, 0x0000000728c00000, 0x0000000728c00000|100%| E|CS|TAMS 0x0000000728a00000| PB 0x0000000728a00000| Complete | 0
|
|
| 326|0x0000000728c00000, 0x0000000728e00000, 0x0000000728e00000|100%| E|CS|TAMS 0x0000000728c00000| PB 0x0000000728c00000| Complete | 0
|
|
| 327|0x0000000728e00000, 0x0000000729000000, 0x0000000729000000|100%| E|CS|TAMS 0x0000000728e00000| PB 0x0000000728e00000| Complete | 0
|
|
| 328|0x0000000729000000, 0x0000000729200000, 0x0000000729200000|100%| E|CS|TAMS 0x0000000729000000| PB 0x0000000729000000| Complete | 0
|
|
| 329|0x0000000729200000, 0x0000000729400000, 0x0000000729400000|100%| E|CS|TAMS 0x0000000729200000| PB 0x0000000729200000| Complete | 0
|
|
| 330|0x0000000729400000, 0x0000000729600000, 0x0000000729600000|100%| E|CS|TAMS 0x0000000729400000| PB 0x0000000729400000| Complete | 0
|
|
| 331|0x0000000729600000, 0x0000000729800000, 0x0000000729800000|100%| E|CS|TAMS 0x0000000729600000| PB 0x0000000729600000| Complete | 0
|
|
| 332|0x0000000729800000, 0x0000000729a00000, 0x0000000729a00000|100%| E|CS|TAMS 0x0000000729800000| PB 0x0000000729800000| Complete | 0
|
|
| 333|0x0000000729a00000, 0x0000000729c00000, 0x0000000729c00000|100%| E|CS|TAMS 0x0000000729a00000| PB 0x0000000729a00000| Complete | 0
|
|
| 334|0x0000000729c00000, 0x0000000729e00000, 0x0000000729e00000|100%| E|CS|TAMS 0x0000000729c00000| PB 0x0000000729c00000| Complete | 0
|
|
| 335|0x0000000729e00000, 0x000000072a000000, 0x000000072a000000|100%| E|CS|TAMS 0x0000000729e00000| PB 0x0000000729e00000| Complete | 0
|
|
| 336|0x000000072a000000, 0x000000072a200000, 0x000000072a200000|100%| E|CS|TAMS 0x000000072a000000| PB 0x000000072a000000| Complete | 0
|
|
| 337|0x000000072a200000, 0x000000072a400000, 0x000000072a400000|100%| E|CS|TAMS 0x000000072a200000| PB 0x000000072a200000| Complete | 0
|
|
| 338|0x000000072a400000, 0x000000072a600000, 0x000000072a600000|100%| E|CS|TAMS 0x000000072a400000| PB 0x000000072a400000| Complete | 0
|
|
| 339|0x000000072a600000, 0x000000072a800000, 0x000000072a800000|100%| E|CS|TAMS 0x000000072a600000| PB 0x000000072a600000| Complete | 0
|
|
| 340|0x000000072a800000, 0x000000072aa00000, 0x000000072aa00000|100%| E|CS|TAMS 0x000000072a800000| PB 0x000000072a800000| Complete | 0
|
|
| 341|0x000000072aa00000, 0x000000072ac00000, 0x000000072ac00000|100%| E|CS|TAMS 0x000000072aa00000| PB 0x000000072aa00000| Complete | 0
|
|
| 342|0x000000072ac00000, 0x000000072ae00000, 0x000000072ae00000|100%| E|CS|TAMS 0x000000072ac00000| PB 0x000000072ac00000| Complete | 0
|
|
| 343|0x000000072ae00000, 0x000000072b000000, 0x000000072b000000|100%| E|CS|TAMS 0x000000072ae00000| PB 0x000000072ae00000| Complete | 0
|
|
| 344|0x000000072b000000, 0x000000072b200000, 0x000000072b200000|100%| E|CS|TAMS 0x000000072b000000| PB 0x000000072b000000| Complete | 0
|
|
| 345|0x000000072b200000, 0x000000072b400000, 0x000000072b400000|100%| E|CS|TAMS 0x000000072b200000| PB 0x000000072b200000| Complete | 0
|
|
| 346|0x000000072b400000, 0x000000072b600000, 0x000000072b600000|100%| E|CS|TAMS 0x000000072b400000| PB 0x000000072b400000| Complete | 0
|
|
| 347|0x000000072b600000, 0x000000072b800000, 0x000000072b800000|100%| E|CS|TAMS 0x000000072b600000| PB 0x000000072b600000| Complete | 0
|
|
| 348|0x000000072b800000, 0x000000072ba00000, 0x000000072ba00000|100%| E|CS|TAMS 0x000000072b800000| PB 0x000000072b800000| Complete | 0
|
|
| 349|0x000000072ba00000, 0x000000072bc00000, 0x000000072bc00000|100%| E|CS|TAMS 0x000000072ba00000| PB 0x000000072ba00000| Complete | 0
|
|
| 350|0x000000072bc00000, 0x000000072be00000, 0x000000072be00000|100%| E|CS|TAMS 0x000000072bc00000| PB 0x000000072bc00000| Complete | 0
|
|
| 351|0x000000072be00000, 0x000000072c000000, 0x000000072c000000|100%| E|CS|TAMS 0x000000072be00000| PB 0x000000072be00000| Complete | 0
|
|
| 352|0x000000072c000000, 0x000000072c200000, 0x000000072c200000|100%| E|CS|TAMS 0x000000072c000000| PB 0x000000072c000000| Complete | 0
|
|
| 353|0x000000072c200000, 0x000000072c400000, 0x000000072c400000|100%| E|CS|TAMS 0x000000072c200000| PB 0x000000072c200000| Complete | 0
|
|
| 354|0x000000072c400000, 0x000000072c600000, 0x000000072c600000|100%| E|CS|TAMS 0x000000072c400000| PB 0x000000072c400000| Complete | 0
|
|
| 355|0x000000072c600000, 0x000000072c800000, 0x000000072c800000|100%| E|CS|TAMS 0x000000072c600000| PB 0x000000072c600000| Complete | 0
|
|
| 356|0x000000072c800000, 0x000000072ca00000, 0x000000072ca00000|100%| E|CS|TAMS 0x000000072c800000| PB 0x000000072c800000| Complete | 0
|
|
| 357|0x000000072ca00000, 0x000000072cc00000, 0x000000072cc00000|100%| E|CS|TAMS 0x000000072ca00000| PB 0x000000072ca00000| Complete | 0
|
|
| 358|0x000000072cc00000, 0x000000072ce00000, 0x000000072ce00000|100%| E|CS|TAMS 0x000000072cc00000| PB 0x000000072cc00000| Complete | 0
|
|
| 359|0x000000072ce00000, 0x000000072d000000, 0x000000072d000000|100%| E|CS|TAMS 0x000000072ce00000| PB 0x000000072ce00000| Complete | 0
|
|
| 360|0x000000072d000000, 0x000000072d200000, 0x000000072d200000|100%| E|CS|TAMS 0x000000072d000000| PB 0x000000072d000000| Complete | 0
|
|
| 361|0x000000072d200000, 0x000000072d400000, 0x000000072d400000|100%| E|CS|TAMS 0x000000072d200000| PB 0x000000072d200000| Complete | 0
|
|
| 362|0x000000072d400000, 0x000000072d600000, 0x000000072d600000|100%| E|CS|TAMS 0x000000072d400000| PB 0x000000072d400000| Complete | 0
|
|
| 363|0x000000072d600000, 0x000000072d800000, 0x000000072d800000|100%| E|CS|TAMS 0x000000072d600000| PB 0x000000072d600000| Complete | 0
|
|
| 364|0x000000072d800000, 0x000000072da00000, 0x000000072da00000|100%| E|CS|TAMS 0x000000072d800000| PB 0x000000072d800000| Complete | 0
|
|
| 365|0x000000072da00000, 0x000000072dc00000, 0x000000072dc00000|100%| E|CS|TAMS 0x000000072da00000| PB 0x000000072da00000| Complete | 0
|
|
| 366|0x000000072dc00000, 0x000000072de00000, 0x000000072de00000|100%| E|CS|TAMS 0x000000072dc00000| PB 0x000000072dc00000| Complete | 0
|
|
| 367|0x000000072de00000, 0x000000072e000000, 0x000000072e000000|100%| E|CS|TAMS 0x000000072de00000| PB 0x000000072de00000| Complete | 0
|
|
| 368|0x000000072e000000, 0x000000072e200000, 0x000000072e200000|100%| E|CS|TAMS 0x000000072e000000| PB 0x000000072e000000| Complete | 0
|
|
| 369|0x000000072e200000, 0x000000072e400000, 0x000000072e400000|100%| E|CS|TAMS 0x000000072e200000| PB 0x000000072e200000| Complete | 0
|
|
| 370|0x000000072e400000, 0x000000072e600000, 0x000000072e600000|100%| E|CS|TAMS 0x000000072e400000| PB 0x000000072e400000| Complete | 0
|
|
| 371|0x000000072e600000, 0x000000072e800000, 0x000000072e800000|100%| E|CS|TAMS 0x000000072e600000| PB 0x000000072e600000| Complete | 0
|
|
| 372|0x000000072e800000, 0x000000072ea00000, 0x000000072ea00000|100%| E|CS|TAMS 0x000000072e800000| PB 0x000000072e800000| Complete | 0
|
|
| 373|0x000000072ea00000, 0x000000072ec00000, 0x000000072ec00000|100%| E|CS|TAMS 0x000000072ea00000| PB 0x000000072ea00000| Complete | 0
|
|
| 374|0x000000072ec00000, 0x000000072ee00000, 0x000000072ee00000|100%| E|CS|TAMS 0x000000072ec00000| PB 0x000000072ec00000| Complete | 0
|
|
| 375|0x000000072ee00000, 0x000000072f000000, 0x000000072f000000|100%| E|CS|TAMS 0x000000072ee00000| PB 0x000000072ee00000| Complete | 0
|
|
| 376|0x000000072f000000, 0x000000072f200000, 0x000000072f200000|100%| E|CS|TAMS 0x000000072f000000| PB 0x000000072f000000| Complete | 0
|
|
| 377|0x000000072f200000, 0x000000072f400000, 0x000000072f400000|100%| E|CS|TAMS 0x000000072f200000| PB 0x000000072f200000| Complete | 0
|
|
| 378|0x000000072f400000, 0x000000072f600000, 0x000000072f600000|100%| E|CS|TAMS 0x000000072f400000| PB 0x000000072f400000| Complete | 0
|
|
| 379|0x000000072f600000, 0x000000072f800000, 0x000000072f800000|100%| E|CS|TAMS 0x000000072f600000| PB 0x000000072f600000| Complete | 0
|
|
| 380|0x000000072f800000, 0x000000072fa00000, 0x000000072fa00000|100%| E|CS|TAMS 0x000000072f800000| PB 0x000000072f800000| Complete | 0
|
|
| 381|0x000000072fa00000, 0x000000072fc00000, 0x000000072fc00000|100%| E|CS|TAMS 0x000000072fa00000| PB 0x000000072fa00000| Complete | 0
|
|
| 382|0x000000072fc00000, 0x000000072fe00000, 0x000000072fe00000|100%| E|CS|TAMS 0x000000072fc00000| PB 0x000000072fc00000| Complete | 0
|
|
| 383|0x000000072fe00000, 0x0000000730000000, 0x0000000730000000|100%| E|CS|TAMS 0x000000072fe00000| PB 0x000000072fe00000| Complete | 0
|
|
| 384|0x0000000730000000, 0x0000000730200000, 0x0000000730200000|100%| E|CS|TAMS 0x0000000730000000| PB 0x0000000730000000| Complete | 0
|
|
| 385|0x0000000730200000, 0x0000000730400000, 0x0000000730400000|100%| E|CS|TAMS 0x0000000730200000| PB 0x0000000730200000| Complete | 0
|
|
| 386|0x0000000730400000, 0x0000000730600000, 0x0000000730600000|100%| E|CS|TAMS 0x0000000730400000| PB 0x0000000730400000| Complete | 0
|
|
| 387|0x0000000730600000, 0x0000000730800000, 0x0000000730800000|100%| E|CS|TAMS 0x0000000730600000| PB 0x0000000730600000| Complete | 0
|
|
| 388|0x0000000730800000, 0x0000000730a00000, 0x0000000730a00000|100%| E|CS|TAMS 0x0000000730800000| PB 0x0000000730800000| Complete | 0
|
|
| 389|0x0000000730a00000, 0x0000000730c00000, 0x0000000730c00000|100%| E|CS|TAMS 0x0000000730a00000| PB 0x0000000730a00000| Complete | 0
|
|
| 390|0x0000000730c00000, 0x0000000730e00000, 0x0000000730e00000|100%| E|CS|TAMS 0x0000000730c00000| PB 0x0000000730c00000| Complete | 0
|
|
| 391|0x0000000730e00000, 0x0000000731000000, 0x0000000731000000|100%| E|CS|TAMS 0x0000000730e00000| PB 0x0000000730e00000| Complete | 0
|
|
| 392|0x0000000731000000, 0x0000000731200000, 0x0000000731200000|100%| E|CS|TAMS 0x0000000731000000| PB 0x0000000731000000| Complete | 0
|
|
| 393|0x0000000731200000, 0x0000000731400000, 0x0000000731400000|100%| E|CS|TAMS 0x0000000731200000| PB 0x0000000731200000| Complete | 0
|
|
| 394|0x0000000731400000, 0x0000000731600000, 0x0000000731600000|100%| E|CS|TAMS 0x0000000731400000| PB 0x0000000731400000| Complete | 0
|
|
| 395|0x0000000731600000, 0x0000000731800000, 0x0000000731800000|100%| E|CS|TAMS 0x0000000731600000| PB 0x0000000731600000| Complete | 0
|
|
| 396|0x0000000731800000, 0x0000000731a00000, 0x0000000731a00000|100%| E|CS|TAMS 0x0000000731800000| PB 0x0000000731800000| Complete | 0
|
|
| 397|0x0000000731a00000, 0x0000000731c00000, 0x0000000731c00000|100%| E|CS|TAMS 0x0000000731a00000| PB 0x0000000731a00000| Complete | 0
|
|
| 398|0x0000000731c00000, 0x0000000731e00000, 0x0000000731e00000|100%| E|CS|TAMS 0x0000000731c00000| PB 0x0000000731c00000| Complete | 0
|
|
| 399|0x0000000731e00000, 0x0000000732000000, 0x0000000732000000|100%| E|CS|TAMS 0x0000000731e00000| PB 0x0000000731e00000| Complete | 0
|
|
| 400|0x0000000732000000, 0x0000000732200000, 0x0000000732200000|100%| E|CS|TAMS 0x0000000732000000| PB 0x0000000732000000| Complete | 0
|
|
| 401|0x0000000732200000, 0x0000000732400000, 0x0000000732400000|100%| E|CS|TAMS 0x0000000732200000| PB 0x0000000732200000| Complete | 0
|
|
| 402|0x0000000732400000, 0x0000000732600000, 0x0000000732600000|100%| E|CS|TAMS 0x0000000732400000| PB 0x0000000732400000| Complete | 0
|
|
| 403|0x0000000732600000, 0x0000000732800000, 0x0000000732800000|100%| E|CS|TAMS 0x0000000732600000| PB 0x0000000732600000| Complete | 0
|
|
| 404|0x0000000732800000, 0x0000000732a00000, 0x0000000732a00000|100%| E|CS|TAMS 0x0000000732800000| PB 0x0000000732800000| Complete | 0
|
|
| 405|0x0000000732a00000, 0x0000000732c00000, 0x0000000732c00000|100%| E|CS|TAMS 0x0000000732a00000| PB 0x0000000732a00000| Complete | 0
|
|
| 406|0x0000000732c00000, 0x0000000732e00000, 0x0000000732e00000|100%| E|CS|TAMS 0x0000000732c00000| PB 0x0000000732c00000| Complete | 0
|
|
| 407|0x0000000732e00000, 0x0000000733000000, 0x0000000733000000|100%| E|CS|TAMS 0x0000000732e00000| PB 0x0000000732e00000| Complete | 0
|
|
| 408|0x0000000733000000, 0x0000000733200000, 0x0000000733200000|100%| E|CS|TAMS 0x0000000733000000| PB 0x0000000733000000| Complete | 0
|
|
| 409|0x0000000733200000, 0x0000000733400000, 0x0000000733400000|100%| E|CS|TAMS 0x0000000733200000| PB 0x0000000733200000| Complete | 0
|
|
| 410|0x0000000733400000, 0x0000000733600000, 0x0000000733600000|100%| E|CS|TAMS 0x0000000733400000| PB 0x0000000733400000| Complete | 0
|
|
| 411|0x0000000733600000, 0x0000000733800000, 0x0000000733800000|100%| E|CS|TAMS 0x0000000733600000| PB 0x0000000733600000| Complete | 0
|
|
| 412|0x0000000733800000, 0x0000000733a00000, 0x0000000733a00000|100%| E|CS|TAMS 0x0000000733800000| PB 0x0000000733800000| Complete | 0
|
|
| 413|0x0000000733a00000, 0x0000000733c00000, 0x0000000733c00000|100%| E|CS|TAMS 0x0000000733a00000| PB 0x0000000733a00000| Complete | 0
|
|
| 414|0x0000000733c00000, 0x0000000733e00000, 0x0000000733e00000|100%| E|CS|TAMS 0x0000000733c00000| PB 0x0000000733c00000| Complete | 0
|
|
| 415|0x0000000733e00000, 0x0000000734000000, 0x0000000734000000|100%| E|CS|TAMS 0x0000000733e00000| PB 0x0000000733e00000| Complete | 0
|
|
| 416|0x0000000734000000, 0x0000000734200000, 0x0000000734200000|100%| E|CS|TAMS 0x0000000734000000| PB 0x0000000734000000| Complete | 0
|
|
| 417|0x0000000734200000, 0x0000000734400000, 0x0000000734400000|100%| E|CS|TAMS 0x0000000734200000| PB 0x0000000734200000| Complete | 0
|
|
| 418|0x0000000734400000, 0x0000000734600000, 0x0000000734600000|100%| E|CS|TAMS 0x0000000734400000| PB 0x0000000734400000| Complete | 0
|
|
| 419|0x0000000734600000, 0x0000000734800000, 0x0000000734800000|100%| E|CS|TAMS 0x0000000734600000| PB 0x0000000734600000| Complete | 0
|
|
| 420|0x0000000734800000, 0x0000000734a00000, 0x0000000734a00000|100%| E|CS|TAMS 0x0000000734800000| PB 0x0000000734800000| Complete | 0
|
|
| 421|0x0000000734a00000, 0x0000000734c00000, 0x0000000734c00000|100%| E|CS|TAMS 0x0000000734a00000| PB 0x0000000734a00000| Complete | 0
|
|
| 422|0x0000000734c00000, 0x0000000734e00000, 0x0000000734e00000|100%| E|CS|TAMS 0x0000000734c00000| PB 0x0000000734c00000| Complete | 0
|
|
| 423|0x0000000734e00000, 0x0000000735000000, 0x0000000735000000|100%| E|CS|TAMS 0x0000000734e00000| PB 0x0000000734e00000| Complete | 0
|
|
| 424|0x0000000735000000, 0x0000000735200000, 0x0000000735200000|100%| E|CS|TAMS 0x0000000735000000| PB 0x0000000735000000| Complete | 0
|
|
| 425|0x0000000735200000, 0x0000000735400000, 0x0000000735400000|100%| E|CS|TAMS 0x0000000735200000| PB 0x0000000735200000| Complete | 0
|
|
| 426|0x0000000735400000, 0x0000000735600000, 0x0000000735600000|100%| E|CS|TAMS 0x0000000735400000| PB 0x0000000735400000| Complete | 0
|
|
| 427|0x0000000735600000, 0x0000000735800000, 0x0000000735800000|100%| E|CS|TAMS 0x0000000735600000| PB 0x0000000735600000| Complete | 0
|
|
| 428|0x0000000735800000, 0x0000000735a00000, 0x0000000735a00000|100%| E|CS|TAMS 0x0000000735800000| PB 0x0000000735800000| Complete | 0
|
|
| 429|0x0000000735a00000, 0x0000000735c00000, 0x0000000735c00000|100%| E|CS|TAMS 0x0000000735a00000| PB 0x0000000735a00000| Complete | 0
|
|
| 430|0x0000000735c00000, 0x0000000735e00000, 0x0000000735e00000|100%| E|CS|TAMS 0x0000000735c00000| PB 0x0000000735c00000| Complete | 0
|
|
| 431|0x0000000735e00000, 0x0000000736000000, 0x0000000736000000|100%| E|CS|TAMS 0x0000000735e00000| PB 0x0000000735e00000| Complete | 0
|
|
| 432|0x0000000736000000, 0x0000000736200000, 0x0000000736200000|100%| E|CS|TAMS 0x0000000736000000| PB 0x0000000736000000| Complete | 0
|
|
| 433|0x0000000736200000, 0x0000000736400000, 0x0000000736400000|100%| E|CS|TAMS 0x0000000736200000| PB 0x0000000736200000| Complete | 0
|
|
| 434|0x0000000736400000, 0x0000000736600000, 0x0000000736600000|100%| E|CS|TAMS 0x0000000736400000| PB 0x0000000736400000| Complete | 0
|
|
| 435|0x0000000736600000, 0x0000000736800000, 0x0000000736800000|100%| E|CS|TAMS 0x0000000736600000| PB 0x0000000736600000| Complete | 0
|
|
| 436|0x0000000736800000, 0x0000000736a00000, 0x0000000736a00000|100%| E|CS|TAMS 0x0000000736800000| PB 0x0000000736800000| Complete | 0
|
|
| 437|0x0000000736a00000, 0x0000000736c00000, 0x0000000736c00000|100%| E|CS|TAMS 0x0000000736a00000| PB 0x0000000736a00000| Complete | 0
|
|
| 438|0x0000000736c00000, 0x0000000736e00000, 0x0000000736e00000|100%| E|CS|TAMS 0x0000000736c00000| PB 0x0000000736c00000| Complete | 0
|
|
| 439|0x0000000736e00000, 0x0000000737000000, 0x0000000737000000|100%| E|CS|TAMS 0x0000000736e00000| PB 0x0000000736e00000| Complete | 0
|
|
| 440|0x0000000737000000, 0x0000000737200000, 0x0000000737200000|100%| E|CS|TAMS 0x0000000737000000| PB 0x0000000737000000| Complete | 0
|
|
| 441|0x0000000737200000, 0x0000000737400000, 0x0000000737400000|100%| E|CS|TAMS 0x0000000737200000| PB 0x0000000737200000| Complete | 0
|
|
| 442|0x0000000737400000, 0x0000000737600000, 0x0000000737600000|100%| E|CS|TAMS 0x0000000737400000| PB 0x0000000737400000| Complete | 0
|
|
| 443|0x0000000737600000, 0x0000000737800000, 0x0000000737800000|100%| E|CS|TAMS 0x0000000737600000| PB 0x0000000737600000| Complete | 0
|
|
| 444|0x0000000737800000, 0x0000000737a00000, 0x0000000737a00000|100%| E|CS|TAMS 0x0000000737800000| PB 0x0000000737800000| Complete | 0
|
|
| 445|0x0000000737a00000, 0x0000000737c00000, 0x0000000737c00000|100%| E|CS|TAMS 0x0000000737a00000| PB 0x0000000737a00000| Complete | 0
|
|
| 446|0x0000000737c00000, 0x0000000737e00000, 0x0000000737e00000|100%| E|CS|TAMS 0x0000000737c00000| PB 0x0000000737c00000| Complete | 0
|
|
| 447|0x0000000737e00000, 0x0000000738000000, 0x0000000738000000|100%| E|CS|TAMS 0x0000000737e00000| PB 0x0000000737e00000| Complete | 0
|
|
| 448|0x0000000738000000, 0x0000000738200000, 0x0000000738200000|100%| E|CS|TAMS 0x0000000738000000| PB 0x0000000738000000| Complete | 0
|
|
| 449|0x0000000738200000, 0x0000000738400000, 0x0000000738400000|100%| E|CS|TAMS 0x0000000738200000| PB 0x0000000738200000| Complete | 0
|
|
| 450|0x0000000738400000, 0x0000000738600000, 0x0000000738600000|100%| E|CS|TAMS 0x0000000738400000| PB 0x0000000738400000| Complete | 0
|
|
| 451|0x0000000738600000, 0x0000000738800000, 0x0000000738800000|100%| E|CS|TAMS 0x0000000738600000| PB 0x0000000738600000| Complete | 0
|
|
| 452|0x0000000738800000, 0x0000000738a00000, 0x0000000738a00000|100%| E|CS|TAMS 0x0000000738800000| PB 0x0000000738800000| Complete | 0
|
|
| 453|0x0000000738a00000, 0x0000000738c00000, 0x0000000738c00000|100%| E|CS|TAMS 0x0000000738a00000| PB 0x0000000738a00000| Complete | 0
|
|
| 454|0x0000000738c00000, 0x0000000738e00000, 0x0000000738e00000|100%| E|CS|TAMS 0x0000000738c00000| PB 0x0000000738c00000| Complete | 0
|
|
| 455|0x0000000738e00000, 0x0000000739000000, 0x0000000739000000|100%| E|CS|TAMS 0x0000000738e00000| PB 0x0000000738e00000| Complete | 0
|
|
| 456|0x0000000739000000, 0x0000000739200000, 0x0000000739200000|100%| E|CS|TAMS 0x0000000739000000| PB 0x0000000739000000| Complete | 0
|
|
| 457|0x0000000739200000, 0x0000000739400000, 0x0000000739400000|100%| E|CS|TAMS 0x0000000739200000| PB 0x0000000739200000| Complete | 0
|
|
| 458|0x0000000739400000, 0x0000000739600000, 0x0000000739600000|100%| E|CS|TAMS 0x0000000739400000| PB 0x0000000739400000| Complete | 0
|
|
| 459|0x0000000739600000, 0x0000000739800000, 0x0000000739800000|100%| E|CS|TAMS 0x0000000739600000| PB 0x0000000739600000| Complete | 0
|
|
| 460|0x0000000739800000, 0x0000000739a00000, 0x0000000739a00000|100%| E|CS|TAMS 0x0000000739800000| PB 0x0000000739800000| Complete | 0
|
|
| 461|0x0000000739a00000, 0x0000000739c00000, 0x0000000739c00000|100%| E|CS|TAMS 0x0000000739a00000| PB 0x0000000739a00000| Complete | 0
|
|
| 462|0x0000000739c00000, 0x0000000739e00000, 0x0000000739e00000|100%| E|CS|TAMS 0x0000000739c00000| PB 0x0000000739c00000| Complete | 0
|
|
| 463|0x0000000739e00000, 0x000000073a000000, 0x000000073a000000|100%| E|CS|TAMS 0x0000000739e00000| PB 0x0000000739e00000| Complete | 0
|
|
| 464|0x000000073a000000, 0x000000073a200000, 0x000000073a200000|100%| E|CS|TAMS 0x000000073a000000| PB 0x000000073a000000| Complete | 0
|
|
| 465|0x000000073a200000, 0x000000073a400000, 0x000000073a400000|100%| E|CS|TAMS 0x000000073a200000| PB 0x000000073a200000| Complete | 0
|
|
| 466|0x000000073a400000, 0x000000073a600000, 0x000000073a600000|100%| E|CS|TAMS 0x000000073a400000| PB 0x000000073a400000| Complete | 0
|
|
| 467|0x000000073a600000, 0x000000073a800000, 0x000000073a800000|100%| E|CS|TAMS 0x000000073a600000| PB 0x000000073a600000| Complete | 0
|
|
| 468|0x000000073a800000, 0x000000073aa00000, 0x000000073aa00000|100%| E|CS|TAMS 0x000000073a800000| PB 0x000000073a800000| Complete | 0
|
|
| 469|0x000000073aa00000, 0x000000073ac00000, 0x000000073ac00000|100%| E|CS|TAMS 0x000000073aa00000| PB 0x000000073aa00000| Complete | 0
|
|
| 470|0x000000073ac00000, 0x000000073ae00000, 0x000000073ae00000|100%| E|CS|TAMS 0x000000073ac00000| PB 0x000000073ac00000| Complete | 0
|
|
| 471|0x000000073ae00000, 0x000000073b000000, 0x000000073b000000|100%| E|CS|TAMS 0x000000073ae00000| PB 0x000000073ae00000| Complete | 0
|
|
| 472|0x000000073b000000, 0x000000073b200000, 0x000000073b200000|100%| E|CS|TAMS 0x000000073b000000| PB 0x000000073b000000| Complete | 0
|
|
| 473|0x000000073b200000, 0x000000073b400000, 0x000000073b400000|100%| E|CS|TAMS 0x000000073b200000| PB 0x000000073b200000| Complete | 0
|
|
| 474|0x000000073b400000, 0x000000073b600000, 0x000000073b600000|100%| E|CS|TAMS 0x000000073b400000| PB 0x000000073b400000| Complete | 0
|
|
| 475|0x000000073b600000, 0x000000073b800000, 0x000000073b800000|100%| E|CS|TAMS 0x000000073b600000| PB 0x000000073b600000| Complete | 0
|
|
| 476|0x000000073b800000, 0x000000073ba00000, 0x000000073ba00000|100%| E|CS|TAMS 0x000000073b800000| PB 0x000000073b800000| Complete | 0
|
|
| 477|0x000000073ba00000, 0x000000073bc00000, 0x000000073bc00000|100%| E|CS|TAMS 0x000000073ba00000| PB 0x000000073ba00000| Complete | 0
|
|
| 478|0x000000073bc00000, 0x000000073be00000, 0x000000073be00000|100%| E|CS|TAMS 0x000000073bc00000| PB 0x000000073bc00000| Complete | 0
|
|
| 479|0x000000073be00000, 0x000000073c000000, 0x000000073c000000|100%| E|CS|TAMS 0x000000073be00000| PB 0x000000073be00000| Complete | 0
|
|
| 480|0x000000073c000000, 0x000000073c200000, 0x000000073c200000|100%| E|CS|TAMS 0x000000073c000000| PB 0x000000073c000000| Complete | 0
|
|
| 481|0x000000073c200000, 0x000000073c400000, 0x000000073c400000|100%| E|CS|TAMS 0x000000073c200000| PB 0x000000073c200000| Complete | 0
|
|
| 482|0x000000073c400000, 0x000000073c600000, 0x000000073c600000|100%| E|CS|TAMS 0x000000073c400000| PB 0x000000073c400000| Complete | 0
|
|
| 483|0x000000073c600000, 0x000000073c800000, 0x000000073c800000|100%| E|CS|TAMS 0x000000073c600000| PB 0x000000073c600000| Complete | 0
|
|
| 484|0x000000073c800000, 0x000000073ca00000, 0x000000073ca00000|100%| E|CS|TAMS 0x000000073c800000| PB 0x000000073c800000| Complete | 0
|
|
| 485|0x000000073ca00000, 0x000000073cc00000, 0x000000073cc00000|100%| E|CS|TAMS 0x000000073ca00000| PB 0x000000073ca00000| Complete | 0
|
|
| 486|0x000000073cc00000, 0x000000073ce00000, 0x000000073ce00000|100%| E|CS|TAMS 0x000000073cc00000| PB 0x000000073cc00000| Complete | 0
|
|
| 487|0x000000073ce00000, 0x000000073d000000, 0x000000073d000000|100%| E|CS|TAMS 0x000000073ce00000| PB 0x000000073ce00000| Complete | 0
|
|
| 488|0x000000073d000000, 0x000000073d200000, 0x000000073d200000|100%| E|CS|TAMS 0x000000073d000000| PB 0x000000073d000000| Complete | 0
|
|
|2047|0x00000007ffe00000, 0x00000007fff17a70, 0x0000000800000000| 54%| O| |TAMS 0x00000007ffe00000| PB 0x00000007ffe00000| Untracked | 0
|
|
|
|
Card table byte_map: [0x0000000122c68000,0x0000000123468000] _byte_map_base: 0x000000011f468000
|
|
|
|
Marking Bits: (CMBitMap*) 0x0000000104fa03e0
|
|
Bits: [0x0000000123468000, 0x0000000127468000)
|
|
|
|
Polling page: 0x000000010480c000
|
|
|
|
Metaspace:
|
|
|
|
Usage:
|
|
Non-class: 13.75 MB used.
|
|
Class: 1.46 MB used.
|
|
Both: 15.21 MB used.
|
|
|
|
Virtual space:
|
|
Non-class space: 64.00 MB reserved, 13.94 MB ( 22%) committed, 1 nodes.
|
|
Class space: 1.00 GB reserved, 1.62 MB ( <1%) committed, 1 nodes.
|
|
Both: 1.06 GB reserved, 15.56 MB ( 1%) committed.
|
|
|
|
Chunk freelists:
|
|
Non-Class: 2.02 MB
|
|
Class: 14.24 MB
|
|
Both: 16.27 MB
|
|
|
|
MaxMetaspaceSize: unlimited
|
|
CompressedClassSpaceSize: 1.00 GB
|
|
Initial GC threshold: 21.00 MB
|
|
Current GC threshold: 21.00 MB
|
|
CDS: on
|
|
- commit_granule_bytes: 65536.
|
|
- commit_granule_words: 8192.
|
|
- virtual_space_node_default_size: 8388608.
|
|
- enlarge_chunks_in_place: 1.
|
|
UseCompressedClassPointers 1, UseCompactObjectHeaders 0
|
|
Narrow klass pointer bits 32, Max shift 3
|
|
Narrow klass base: 0x00003f0000000000, Narrow klass shift: 0
|
|
Encoding Range: [0x00003f0000000000 - 0x00003f0100000000), (4294967296 bytes)
|
|
Klass Range: [0x00003f0000000000 - 0x00003f0041000000), (1090519040 bytes)
|
|
Klass ID Range: [8 - 1090519033) (1090519025)
|
|
|
|
|
|
Internal statistics:
|
|
|
|
num_allocs_failed_limit: 0.
|
|
num_arena_births: 300.
|
|
num_arena_deaths: 0.
|
|
num_vsnodes_births: 2.
|
|
num_vsnodes_deaths: 0.
|
|
num_space_committed: 249.
|
|
num_space_uncommitted: 0.
|
|
num_chunks_returned_to_freelist: 0.
|
|
num_chunks_taken_from_freelist: 611.
|
|
num_chunk_merges: 0.
|
|
num_chunk_splits: 375.
|
|
num_chunks_enlarged: 234.
|
|
num_inconsistent_stats: 0.
|
|
|
|
CodeHeap 'non-profiled nmethods': size=120048Kb used=1403Kb max_used=1403Kb free=118644Kb
|
|
bounds [0x000000011b72c000, 0x000000011b99c000, 0x0000000122c68000]
|
|
CodeHeap 'profiled nmethods': size=120016Kb used=5291Kb max_used=5291Kb free=114724Kb
|
|
bounds [0x0000000113c68000, 0x0000000114198000, 0x000000011b19c000]
|
|
CodeHeap 'non-nmethods': size=5696Kb used=1325Kb max_used=1411Kb free=4370Kb
|
|
bounds [0x000000011b19c000, 0x000000011b40c000, 0x000000011b72c000]
|
|
CodeCache: size=245760Kb, used=8019Kb, max_used=8105Kb, free=237738Kb
|
|
total_blobs=3935, nmethods=3388, adapters=456, full_count=0
|
|
Compilation: enabled, stopped_count=0, restarted_count=0
|
|
|
|
Compilation events (20 events):
|
|
Event: 6.371 Thread 0x0000000b694f3000 nmethod 3349 0x000000011b887e08 code [0x000000011b887f40, 0x000000011b888100]
|
|
Event: 6.439 Thread 0x0000000b694f3000 3400 ! 4 java.io.PrintStream::write (69 bytes)
|
|
Event: 6.447 Thread 0x0000000b694f3000 nmethod 3400 0x000000011b888148 code [0x000000011b888380, 0x000000011b889450]
|
|
Event: 6.447 Thread 0x0000000b694f3000 3401 ! 4 java.lang.System$Out::write (31 bytes)
|
|
Event: 6.448 Thread 0x0000000b694f3000 nmethod 3401 0x000000011b889548 code [0x000000011b889680, 0x000000011b889810]
|
|
Event: 6.531 Thread 0x0000000b694f3800 3402 ! 3 java.io.ObjectInputStream$BlockDataInputStream::readUTFSpan (472 bytes)
|
|
Event: 6.532 Thread 0x0000000b694f3800 nmethod 3402 0x0000000114190d08 code [0x0000000114190f40, 0x0000000114191bd0]
|
|
Event: 6.532 Thread 0x0000000b694f3800 3403 3 java.io.ObjectInputStream$BlockDataInputStream::readByte (20 bytes)
|
|
Event: 6.532 Thread 0x0000000b694f3800 nmethod 3403 0x0000000114191c48 code [0x0000000114191d80, 0x0000000114191ff0]
|
|
Event: 6.532 Thread 0x0000000b694f3800 3404 3 java.io.ObjectStreamClass::forClass (18 bytes)
|
|
Event: 6.532 Thread 0x0000000b694f3000 3406 s 4 java.io.BufferedOutputStream::write (71 bytes)
|
|
Event: 6.532 Thread 0x0000000b694f3800 nmethod 3404 0x0000000114192048 code [0x0000000114192180, 0x0000000114192448]
|
|
Event: 6.532 Thread 0x0000000b694f3800 3405 3 java.io.ObjectOutputStream::writeUTF (10 bytes)
|
|
Event: 6.533 Thread 0x0000000b694f3800 nmethod 3405 0x0000000114192488 code [0x00000001141925c0, 0x0000000114192748]
|
|
Event: 6.533 Thread 0x0000000b694f3800 3408 3 java.io.ObjectInputStream$PeekInputStream::read (47 bytes)
|
|
Event: 6.533 Thread 0x0000000b694f3800 nmethod 3408 0x0000000114192788 code [0x00000001141928c0, 0x0000000114192b98]
|
|
Event: 6.533 Thread 0x0000000b694f3800 3411 3 jdk.internal.misc.Unsafe::pick (12 bytes)
|
|
Event: 6.533 Thread 0x0000000b694f3800 nmethod 3411 0x0000000114192bc8 code [0x0000000114192cc0, 0x0000000114192db8]
|
|
Event: 6.537 Thread 0x0000000b694f3000 nmethod 3406 0x000000011b889d08 code [0x000000011b889ec0, 0x000000011b88a828]
|
|
Event: 6.537 Thread 0x0000000b694f3000 3409 4 java.util.Collections$UnmodifiableCollection$1::next (10 bytes)
|
|
|
|
GC Heap History (20 events):
|
|
Event: 5.408 GC heap before
|
|
{Heap before GC invocations=53 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 608320K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.410 GC heap after
|
|
{Heap after GC invocations=54 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10263K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.547 GC heap before
|
|
{Heap before GC invocations=54 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 610327K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.549 GC heap after
|
|
{Heap after GC invocations=55 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10362K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.638 GC heap before
|
|
{Heap before GC invocations=55 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 610426K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.640 GC heap after
|
|
{Heap after GC invocations=56 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10658K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.738 GC heap before
|
|
{Heap before GC invocations=56 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 610722K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.739 GC heap after
|
|
{Heap after GC invocations=57 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10666K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14332K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.891 GC heap before
|
|
{Heap before GC invocations=57 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 608682K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14335K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.893 GC heap after
|
|
{Heap after GC invocations=58 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10706K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14335K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.992 GC heap before
|
|
{Heap before GC invocations=58 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 610770K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14335K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 5.993 GC heap after
|
|
{Heap after GC invocations=59 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10772K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14335K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 6.075 GC heap before
|
|
{Heap before GC invocations=59 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 610836K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14335K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 6.077 GC heap after
|
|
{Heap after GC invocations=60 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 10847K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14335K, committed 14656K, reserved 1114112K
|
|
class space used 1363K, committed 1472K, reserved 1048576K
|
|
}
|
|
Event: 6.195 GC heap before
|
|
{Heap before GC invocations=60 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 608863K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 14787K, committed 15104K, reserved 1114112K
|
|
class space used 1416K, committed 1536K, reserved 1048576K
|
|
}
|
|
Event: 6.197 GC heap after
|
|
{Heap after GC invocations=61 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 11154K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 1 young (2048K), 1 survivors (2048K)
|
|
Metaspace used 14787K, committed 15104K, reserved 1114112K
|
|
class space used 1416K, committed 1536K, reserved 1048576K
|
|
}
|
|
Event: 6.411 GC heap before
|
|
{Heap before GC invocations=61 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 609170K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 1 survivors (2048K)
|
|
Metaspace used 15575K, committed 15936K, reserved 1114112K
|
|
class space used 1499K, committed 1664K, reserved 1048576K
|
|
}
|
|
Event: 6.414 GC heap after
|
|
{Heap after GC invocations=62 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 12445K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 2 young (4096K), 2 survivors (4096K)
|
|
Metaspace used 15575K, committed 15936K, reserved 1114112K
|
|
class space used 1499K, committed 1664K, reserved 1048576K
|
|
}
|
|
Event: 6.500 GC heap before
|
|
{Heap before GC invocations=62 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 608413K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 294 young (602112K), 2 survivors (4096K)
|
|
Metaspace used 15575K, committed 15936K, reserved 1114112K
|
|
class space used 1499K, committed 1664K, reserved 1048576K
|
|
}
|
|
Event: 6.503 GC heap after
|
|
{Heap after GC invocations=63 (full 0):
|
|
garbage-first heap total reserved 4194304K, committed 1003520K, used 12573K [0x0000000700000000, 0x0000000800000000)
|
|
region size 2048K, 2 young (4096K), 2 survivors (4096K)
|
|
Metaspace used 15575K, committed 15936K, reserved 1114112K
|
|
class space used 1499K, committed 1664K, reserved 1048576K
|
|
}
|
|
|
|
Dll operation events (11 events):
|
|
Event: 0.007 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libjava.dylib
|
|
Event: 0.055 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libzip.dylib
|
|
Event: 0.057 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libinstrument.dylib
|
|
Event: 0.060 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libnio.dylib
|
|
Event: 0.066 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libzip.dylib
|
|
Event: 0.087 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libnet.dylib
|
|
Event: 0.092 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libextnet.dylib
|
|
Event: 0.105 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libjimage.dylib
|
|
Event: 0.234 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libmanagement.dylib
|
|
Event: 0.235 Loaded shared library /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libmanagement_ext.dylib
|
|
Event: 4.408 Loaded shared library /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib
|
|
|
|
Deoptimization events (20 events):
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000011b888034 relative=0x00000000000000f4
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011b888034 method=java.util.Collections$UnmodifiableCollection$1.next()Ljava/lang/Object; @ 4 c2
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT PACKING pc=0x000000011b888034 sp=0x000000016e8ed8e0
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT UNPACKING pc=0x000000011b2a9e1c sp=0x000000016e8ed890 mode 2
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000011b87cf1c relative=0x000000000000009c
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011b87cf1c method=java.util.Collections$UnmodifiableCollection$1.hasNext()Z @ 4 c2
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT PACKING pc=0x000000011b87cf1c sp=0x000000016e8ed8f0
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT UNPACKING pc=0x000000011b2a9e1c sp=0x000000016e8ed890 mode 2
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000011b888034 relative=0x00000000000000f4
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011b888034 method=java.util.Collections$UnmodifiableCollection$1.next()Ljava/lang/Object; @ 4 c2
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT PACKING pc=0x000000011b888034 sp=0x000000016e8ed8e0
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT UNPACKING pc=0x000000011b2a9e1c sp=0x000000016e8ed890 mode 2
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000011b87cf1c relative=0x000000000000009c
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011b87cf1c method=java.util.Collections$UnmodifiableCollection$1.hasNext()Z @ 4 c2
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT PACKING pc=0x000000011b87cf1c sp=0x000000016e8ed8f0
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT UNPACKING pc=0x000000011b2a9e1c sp=0x000000016e8ed890 mode 2
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000011b888034 relative=0x00000000000000f4
|
|
Event: 6.532 Thread 0x0000000b697f0000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011b888034 method=java.util.Collections$UnmodifiableCollection$1.next()Ljava/lang/Object; @ 4 c2
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT PACKING pc=0x000000011b888034 sp=0x000000016e8ed8e0
|
|
Event: 6.532 Thread 0x0000000b697f0000 DEOPT UNPACKING pc=0x000000011b2a9e1c sp=0x000000016e8ed890 mode 2
|
|
|
|
Classes loaded (20 events):
|
|
Event: 6.304 Loading class jdk/jfr/internal/MetadataWriter
|
|
Event: 6.304 Loading class jdk/jfr/internal/MetadataWriter done
|
|
Event: 6.304 Loading class jdk/jfr/internal/MetadataDescriptor$Element
|
|
Event: 6.304 Loading class jdk/jfr/internal/MetadataDescriptor$Element done
|
|
Event: 6.305 Loading class jdk/jfr/internal/MetadataDescriptor$Attribute
|
|
Event: 6.305 Loading class jdk/jfr/internal/MetadataDescriptor$Attribute done
|
|
Event: 6.312 Loading class jdk/jfr/internal/consumer/StringParser$Encoding
|
|
Event: 6.312 Loading class jdk/jfr/internal/consumer/StringParser$Encoding done
|
|
Event: 6.321 Loading class jdk/jfr/internal/consumer/RepositoryFiles
|
|
Event: 6.321 Loading class jdk/jfr/internal/consumer/RepositoryFiles done
|
|
Event: 6.325 Loading class jdk/jfr/internal/SettingsManager$InternalSetting
|
|
Event: 6.325 Loading class jdk/jfr/internal/SettingsManager$InternalSetting done
|
|
Event: 6.326 Loading class jdk/jfr/internal/util/Rate
|
|
Event: 6.326 Loading class jdk/jfr/internal/util/Rate done
|
|
Event: 6.326 Loading class jdk/jfr/internal/util/TimespanUnit
|
|
Event: 6.327 Loading class jdk/jfr/internal/util/TimespanUnit done
|
|
Event: 6.327 Loading class jdk/jfr/internal/util/ValueParser
|
|
Event: 6.327 Loading class jdk/jfr/internal/util/ValueParser done
|
|
Event: 6.328 Loading class jdk/jfr/internal/periodic/PeriodicType
|
|
Event: 6.329 Loading class jdk/jfr/internal/periodic/PeriodicType done
|
|
|
|
Classes unloaded (0 events):
|
|
No events
|
|
|
|
Classes redefined (0 events):
|
|
No events
|
|
|
|
Internal exceptions (20 events):
|
|
Event: 0.585 Thread 0x0000000b695f3000 Exception <a 'java/lang/ClassNotFoundException'{0x000000070fa6d1b8}: javax/management/remote/rmi/RMIServerImpl_Skel> (0x000000070fa6d1b8)
|
|
thrown [open/src/hotspot/share/classfile/systemDictionary.cpp, line 327]
|
|
Event: 0.591 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070f123940}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object)'> (0x000000070f123940)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.592 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070f12b7f8}: 'long java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object)'> (0x000000070f12b7f8)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.639 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d775430}: static [B.<clinit>()V> (0x000000070d775430)
|
|
thrown [open/src/hotspot/share/prims/jni.cpp, line 1108]
|
|
Event: 0.641 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d776d80}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070d776d80)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.650 Thread 0x0000000b690e1000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c48e470}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, long)'> (0x000000070c48e470)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.651 Thread 0x0000000b690e1000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c49e438}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, long, java.lang.Object)'> (0x000000070c49e438)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.651 Thread 0x0000000b697f0000 Exception <a 'java/lang/ClassNotFoundException'{0x000000070c8e7078}: javax/management/remote/rmi/RMIConnectionImpl_Skel> (0x000000070c8e7078)
|
|
thrown [open/src/hotspot/share/classfile/systemDictionary.cpp, line 327]
|
|
Event: 0.661 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c0a4718}: 'int java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070c0a4718)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.663 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c191b70}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070c191b70)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.665 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c1a8970}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070c1a8970)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.668 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070bf62e40}: 'double java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x000000070bf62e40)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.669 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070bff8588}: 'double java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object)'> (0x000000070bff8588)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.674 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070bc4c8e0}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x000000070bc4c8e0)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 0.675 Thread 0x0000000b697f0000 Exception <a 'java/lang/NoSuchMethodError'{0x000000070ba00888}: 'long java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object)'> (0x000000070ba00888)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 6.179 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x00000007230b3180}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object)'> (0x00000007230b3180)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 6.294 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x000000073049f0f0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x000000073049f0f0)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 6.294 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x00000007304a6d10}: 'void java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, int, java.lang.Object)'> (0x00000007304a6d10)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 6.296 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x00000007304c10f8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x00000007304c10f8)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
Event: 6.296 Thread 0x0000000b695f3000 Exception <a 'java/lang/NoSuchMethodError'{0x00000007304d0000}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x00000007304d0000)
|
|
thrown [open/src/hotspot/share/interpreter/linkResolver.cpp, line 805]
|
|
|
|
VM Operations (20 events):
|
|
Event: 5.638 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 5.640 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 5.737 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 5.740 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 5.891 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 5.893 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 5.992 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 5.993 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 6.075 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 6.078 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 6.195 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 6.197 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 6.298 Executing VM operation: HandshakeAllThreads (Deoptimize)
|
|
Event: 6.298 Executing VM operation: HandshakeAllThreads (Deoptimize) done
|
|
Event: 6.322 Executing VM operation: JFRSafepointClear
|
|
Event: 6.323 Executing VM operation: JFRSafepointClear done
|
|
Event: 6.411 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 6.414 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
Event: 6.500 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
|
|
Event: 6.503 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
|
|
|
|
Memory protections (20 events):
|
|
Event: 6.539 Protecting memory [0x000000016fb64000,0x000000016fb70000] with protection modes 3
|
|
Event: 6.539 Protecting memory [0x000000016ff7c000,0x000000016ff88000] with protection modes 0
|
|
Event: 6.539 Protecting memory [0x000000016ff7c000,0x000000016ff88000] with protection modes 3
|
|
Event: 6.539 Protecting memory [0x0000000170394000,0x00000001703a0000] with protection modes 0
|
|
Event: 6.539 Protecting memory [0x0000000170394000,0x00000001703a0000] with protection modes 3
|
|
Event: 6.539 Protecting memory [0x000000016d480000,0x000000016d48c000] with protection modes 0
|
|
Event: 6.539 Protecting memory [0x000000016d480000,0x000000016d48c000] with protection modes 3
|
|
Event: 6.539 Protecting memory [0x000000016ed10000,0x000000016ed1c000] with protection modes 0
|
|
Event: 6.539 Protecting memory [0x000000016ed10000,0x000000016ed1c000] with protection modes 3
|
|
Event: 6.539 Protecting memory [0x000000016d480000,0x000000016d48c000] with protection modes 0
|
|
Event: 6.540 Protecting memory [0x000000016d480000,0x000000016d48c000] with protection modes 3
|
|
Event: 6.540 Protecting memory [0x000000016ef1c000,0x000000016ef28000] with protection modes 0
|
|
Event: 6.540 Protecting memory [0x000000016f334000,0x000000016f340000] with protection modes 0
|
|
Event: 6.540 Protecting memory [0x000000016ef1c000,0x000000016ef28000] with protection modes 3
|
|
Event: 6.540 Protecting memory [0x000000016f334000,0x000000016f340000] with protection modes 3
|
|
Event: 6.540 Protecting memory [0x000000016f540000,0x000000016f54c000] with protection modes 0
|
|
Event: 6.540 Protecting memory [0x000000016f540000,0x000000016f54c000] with protection modes 3
|
|
Event: 6.540 Protecting memory [0x000000016ed10000,0x000000016ed1c000] with protection modes 0
|
|
Event: 6.540 Protecting memory [0x000000016ed10000,0x000000016ed1c000] with protection modes 3
|
|
Event: 6.540 Protecting memory [0x000000016f74c000,0x000000016f758000] with protection modes 0
|
|
|
|
Nmethod flushes (0 events):
|
|
No events
|
|
|
|
Events (20 events):
|
|
Event: 6.539 Thread 0x0000000b6979b000 Thread exited: 0x0000000b6979b000
|
|
Event: 6.539 Thread 0x0000000b690f5000 Thread exited: 0x0000000b690f5000
|
|
Event: 6.539 Thread 0x0000000b690b3000 Thread exited: 0x0000000b690b3000
|
|
Event: 6.539 Thread 0x0000000b690f7000 Thread exited: 0x0000000b690f7000
|
|
Event: 6.539 Thread 0x0000000b690f6800 Thread exited: 0x0000000b690f6800
|
|
Event: 6.539 Thread 0x0000000b69110000 Thread exited: 0x0000000b69110000
|
|
Event: 6.539 Thread 0x0000000b690f4000 Thread exited: 0x0000000b690f4000
|
|
Event: 6.539 Thread 0x0000000b690f5800 Thread exited: 0x0000000b690f5800
|
|
Event: 6.539 Thread 0x0000000104f979f0 Thread added: 0x0000000b690b3000
|
|
Event: 6.539 Thread 0x0000000104f979f0 Thread added: 0x0000000b690b2800
|
|
Event: 6.539 Thread 0x0000000b690b3000 Thread exited: 0x0000000b690b3000
|
|
Event: 6.539 Thread 0x0000000104f979f0 Thread added: 0x0000000b690b3000
|
|
Event: 6.539 Thread 0x0000000104f979f0 Thread added: 0x0000000b690b2000
|
|
Event: 6.540 Thread 0x0000000104f979f0 Thread added: 0x0000000b690b1000
|
|
Event: 6.540 Thread 0x0000000b690b2800 Thread exited: 0x0000000b690b2800
|
|
Event: 6.540 Thread 0x0000000104f979f0 Thread added: 0x0000000b6979b000
|
|
Event: 6.540 Thread 0x0000000104f979f0 Thread added: 0x0000000b690b2800
|
|
Event: 6.540 Thread 0x0000000104f979f0 Thread added: 0x0000000b690f5800
|
|
Event: 6.540 Thread 0x0000000b690b1000 Thread exited: 0x0000000b690b1000
|
|
Event: 6.540 Thread 0x0000000b690b2000 Thread exited: 0x0000000b690b2000
|
|
|
|
|
|
Dynamic libraries:
|
|
0x0000000104818000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libjli.dylib
|
|
0x00000001b36af000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
|
|
0x000000019e41e000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
|
|
0x000000019a5d8000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
|
|
0x00000001a443a000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
|
|
0x000000019eb75000 /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
|
|
0x00000001ab0ca000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
|
|
0x00000001af24b000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
|
0x000000019ed30000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
|
|
0x00000001a979d000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
|
|
0x00000001ab488000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
|
|
0x00000001ab483000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
|
|
0x00000001ab09c000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
|
|
0x00000001a6f86000 /usr/lib/libSystem.B.dylib
|
|
0x000000019de91000 /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
|
|
0x000000019f575000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
|
0x00000001a6f8b000 /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
|
0x000000019b3d8000 /usr/lib/libicucore.A.dylib
|
|
0x00000001a0e71000 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
|
0x00000001a3e19000 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
|
|
0x00000001af4c0000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
|
0x00000001a392f000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
|
0x00000001a1b97000 /usr/lib/libxml2.2.dylib
|
|
0x000000019d9fe000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
|
0x0000000197762000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
|
0x0000000198fa1000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
|
0x00000001a6ecf000 /usr/lib/libz.1.dylib
|
|
0x00000001972d8000 /usr/lib/libobjc.A.dylib
|
|
0x0000000197631000 /usr/lib/libc++.1.dylib
|
|
0x000000019afb1000 /System/Library/Frameworks/Security.framework/Versions/A/Security
|
|
0x000000024bfb4000 /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
|
0x00000001aa799000 /usr/lib/swift/libswiftCore.dylib
|
|
0x00000001c3678000 /usr/lib/swift/libswiftCoreFoundation.dylib
|
|
0x00000001b0f04000 /usr/lib/swift/libswiftDispatch.dylib
|
|
0x00000001c36d2000 /usr/lib/swift/libswiftIOKit.dylib
|
|
0x00000001b3cf8000 /usr/lib/swift/libswiftObjectiveC.dylib
|
|
0x00000001c368a000 /usr/lib/swift/libswiftXPC.dylib
|
|
0x000000028fa77000 /usr/lib/swift/libswift_Builtin_float.dylib
|
|
0x0000000248ea8000 /System/Library/PrivateFrameworks/BiomeLibrary.framework/Versions/A/BiomeLibrary
|
|
0x000000019f81a000 /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
|
|
0x00000001b1266000 /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
|
|
0x00000001b2f79000 /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
|
|
0x0000000248dc7000 /System/Library/PrivateFrameworks/BackBoardHIDEventFoundation.framework/Versions/A/BackBoardHIDEventFoundation
|
|
0x00000001a1c7e000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
|
|
0x00000001a0ea1000 /usr/lib/libDiagnosticMessagesClient.dylib
|
|
0x000000019a0eb000 /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
|
|
0x00000001a62a8000 /usr/lib/libbsm.0.dylib
|
|
0x00000001a9102000 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
|
|
0x00000001a71a8000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
|
|
0x00000001a5f74000 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
|
0x0000000270ec4000 /System/Library/PrivateFrameworks/ProDisplayLibrary.framework/Versions/A/ProDisplayLibrary
|
|
0x00000001b6c51000 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
|
|
0x000000019f90b000 /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
|
|
0x0000000198c01000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
|
0x00000001a3956000 /System/Library/Frameworks/Metal.framework/Versions/A/Metal
|
|
0x00000001a394c000 /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
|
|
0x00000001a3c5f000 /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
|
|
0x000000019de6d000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
|
0x000000019ddd5000 /usr/lib/libMobileGestalt.dylib
|
|
0x00000001a90ba000 /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
|
|
0x00000001a13bd000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
|
|
0x000000019ba2f000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
|
0x00000001a71b1000 /usr/lib/libcompression.dylib
|
|
0x00000001a90bc000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
|
|
0x00000001e000e000 /usr/lib/swift/libswiftOSLog.dylib
|
|
0x00000001b3cfc000 /usr/lib/swift/libswiftos.dylib
|
|
0x00000001c70b6000 /usr/lib/swift/libswiftsimd.dylib
|
|
0x00000001d1f5c000 /System/Library/PrivateFrameworks/BiomeStreams.framework/Versions/A/BiomeStreams
|
|
0x00000001d7f7f000 /System/Library/PrivateFrameworks/BiomeStorage.framework/Versions/A/BiomeStorage
|
|
0x00000001ce2f8000 /System/Library/PrivateFrameworks/BiomeFoundation.framework/Versions/A/BiomeFoundation
|
|
0x0000000262d07000 /System/Library/PrivateFrameworks/IntelligencePlatformLibrary.framework/Versions/A/IntelligencePlatformLibrary
|
|
0x000000019f591000 /usr/lib/libsqlite3.dylib
|
|
0x000000027023b000 /System/Library/PrivateFrameworks/PoirotSchematizer.framework/Versions/A/PoirotSchematizer
|
|
0x00000002496d3000 /System/Library/PrivateFrameworks/BiomeSync.framework/Versions/A/BiomeSync
|
|
0x0000000248e8e000 /System/Library/PrivateFrameworks/BiomeDSL.framework/Versions/A/BiomeDSL
|
|
0x00000001d7f21000 /System/Library/PrivateFrameworks/BiomePubSub.framework/Versions/A/BiomePubSub
|
|
0x00000001c353f000 /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
|
|
0x00000001b4ca2000 /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
|
|
0x00000001effec000 /System/Library/PrivateFrameworks/FeatureFlags.framework/Versions/A/FeatureFlags
|
|
0x00000001e8427000 /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf
|
|
0x00000002702a5000 /System/Library/PrivateFrameworks/PoirotUDFs.framework/Versions/A/PoirotUDFs
|
|
0x000000028fbe6000 /usr/lib/swift/libswift_StringProcessing.dylib
|
|
0x00000001a6f80000 /usr/lib/system/libcache.dylib
|
|
0x00000001a6f3b000 /usr/lib/system/libcommonCrypto.dylib
|
|
0x00000001a6f66000 /usr/lib/system/libcompiler_rt.dylib
|
|
0x00000001a6f5b000 /usr/lib/system/libcopyfile.dylib
|
|
0x000000019746e000 /usr/lib/system/libcorecrypto.dylib
|
|
0x0000000197565000 /usr/lib/system/libdispatch.dylib
|
|
0x000000019732c000 /usr/lib/system/libdyld.dylib
|
|
0x00000001a6f76000 /usr/lib/system/libkeymgr.dylib
|
|
0x00000001a6f1e000 /usr/lib/system/libmacho.dylib
|
|
0x00000001a6280000 /usr/lib/system/libquarantine.dylib
|
|
0x00000001a6f73000 /usr/lib/system/libremovefile.dylib
|
|
0x000000019de55000 /usr/lib/system/libsystem_asl.dylib
|
|
0x00000001973fc000 /usr/lib/system/libsystem_blocks.dylib
|
|
0x00000001975af000 /usr/lib/system/libsystem_c.dylib
|
|
0x00000001a6f6a000 /usr/lib/system/libsystem_collections.dylib
|
|
0x00000001a4d25000 /usr/lib/system/libsystem_configuration.dylib
|
|
0x00000001a38f8000 /usr/lib/system/libsystem_containermanager.dylib
|
|
0x00000001a69a3000 /usr/lib/system/libsystem_coreservices.dylib
|
|
0x000000019b6aa000 /usr/lib/system/libsystem_darwin.dylib
|
|
0x000000028fdcc000 /usr/lib/system/libsystem_darwindirectory.dylib
|
|
0x00000001a6f77000 /usr/lib/system/libsystem_dnssd.dylib
|
|
0x000000028fdd0000 /usr/lib/system/libsystem_eligibility.dylib
|
|
0x00000001975ac000 /usr/lib/system/libsystem_featureflags.dylib
|
|
0x0000000197732000 /usr/lib/system/libsystem_info.dylib
|
|
0x00000001a6edf000 /usr/lib/system/libsystem_m.dylib
|
|
0x000000019751b000 /usr/lib/system/libsystem_malloc.dylib
|
|
0x000000019ddb8000 /usr/lib/system/libsystem_networkextension.dylib
|
|
0x000000019bb1a000 /usr/lib/system/libsystem_notify.dylib
|
|
0x00000001a4d2a000 /usr/lib/system/libsystem_sandbox.dylib
|
|
0x000000028fdd8000 /usr/lib/system/libsystem_sanitizers.dylib
|
|
0x00000001a6f6f000 /usr/lib/system/libsystem_secinit.dylib
|
|
0x00000001976df000 /usr/lib/system/libsystem_kernel.dylib
|
|
0x0000000197729000 /usr/lib/system/libsystem_platform.dylib
|
|
0x000000019771c000 /usr/lib/system/libsystem_pthread.dylib
|
|
0x000000019f9fd000 /usr/lib/system/libsystem_symptoms.dylib
|
|
0x000000019744d000 /usr/lib/system/libsystem_trace.dylib
|
|
0x000000028fde0000 /usr/lib/system/libsystem_trial.dylib
|
|
0x00000001a6f49000 /usr/lib/system/libunwind.dylib
|
|
0x0000000197400000 /usr/lib/system/libxpc.dylib
|
|
0x00000001976c4000 /usr/lib/libc++abi.dylib
|
|
0x000000028e751000 /usr/lib/libRosetta.dylib
|
|
0x000000028f681000 /usr/lib/libswiftPrespecialized.dylib
|
|
0x00000001a1b4d000 /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
|
0x00000001a6f88000 /usr/lib/libfakelink.dylib
|
|
0x00000001a0f95000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
|
0x00000001a6fdc000 /usr/lib/libarchive.2.dylib
|
|
0x00000001a4d38000 /usr/lib/liblangid.dylib
|
|
0x00000001acf64000 /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
|
0x0000000271c39000 /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
|
0x0000000272a85000 /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
|
0x00000001c0671000 /usr/lib/swift/libswiftDarwin.dylib
|
|
0x000000028fa45000 /usr/lib/swift/libswiftSystem.dylib
|
|
0x000000028fa7a000 /usr/lib/swift/libswift_Concurrency.dylib
|
|
0x000000028fb05000 /usr/lib/swift/libswift_DarwinFoundation1.dylib
|
|
0x000000019b9af000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
|
0x00000001a6f53000 /usr/lib/liboah.dylib
|
|
0x00000001b3155000 /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
|
|
0x00000001c0139000 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
|
|
0x00000001a1b11000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
|
0x000000019b6b5000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
|
0x00000001a0f09000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
|
0x00000001a69ab000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
|
0x00000001a70d4000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
|
0x000000019f977000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
|
0x0000000197caf000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
|
0x00000001a84ec000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
|
0x00000001a1b1f000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
|
0x00000001a7169000 /usr/lib/libapple_nghttp2.dylib
|
|
0x000000019f779000 /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
|
|
0x00000001b339c000 /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
|
|
0x00000001ab4bf000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS
|
|
0x00000001a98b4000 /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
|
|
0x00000001b3c86000 /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
|
|
0x000000019ddd3000 /usr/lib/libenergytrace.dylib
|
|
0x000000019fa06000 /System/Library/Frameworks/Network.framework/Versions/A/Network
|
|
0x00000001a6f22000 /usr/lib/system/libkxld.dylib
|
|
0x00000002479e5000 /System/Library/PrivateFrameworks/AppleKeyStore.framework/Versions/A/AppleKeyStore
|
|
0x000000028e455000 /usr/lib/libCoreEntitlements.dylib
|
|
0x0000000267fa9000 /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
|
0x00000001bb96d000 /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServices
|
|
0x00000001b0340000 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
|
|
0x00000001a8730000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
|
|
0x00000001a698a000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
|
0x00000001a6290000 /usr/lib/libcoretls.dylib
|
|
0x00000001a8563000 /usr/lib/libcoretls_cfhelpers.dylib
|
|
0x00000001a71aa000 /usr/lib/libpam.2.dylib
|
|
0x00000001a85d5000 /usr/lib/libxar.1.dylib
|
|
0x00000001a8565000 /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
|
0x000000027cfda000 /System/Library/PrivateFrameworks/SwiftASN1Internal.framework/Versions/A/SwiftASN1Internal
|
|
0x00000001a85e4000 /usr/lib/libutil.dylib
|
|
0x00000001a4d33000 /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
|
0x00000001ab522000 /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
|
|
0x00000001b0350000 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
|
|
0x0000000241251000 /System/Library/Frameworks/SwiftData.framework/Versions/A/SwiftData
|
|
0x000000019d43e000 /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
|
|
0x00000001a1d40000 /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
|
|
0x000000019d92b000 /usr/lib/libboringssl.dylib
|
|
0x000000019f9eb000 /usr/lib/libdns_services.dylib
|
|
0x00000001c257d000 /usr/lib/libquic.dylib
|
|
0x00000001aa72a000 /usr/lib/libusrtcp.dylib
|
|
0x0000000248734000 /System/Library/PrivateFrameworks/AtomicsInternal.framework/Versions/A/AtomicsInternal
|
|
0x000000028f8d6000 /usr/lib/swift/libswiftDistributed.dylib
|
|
0x000000028f8ff000 /usr/lib/swift/libswiftObservation.dylib
|
|
0x000000028fa3d000 /usr/lib/swift/libswiftSynchronization.dylib
|
|
0x00000001a4d31000 /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
|
|
0x000000019f18e000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
|
|
0x00000001a8544000 /usr/lib/liblzma.5.dylib
|
|
0x00000001a6184000 /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
|
|
0x00000001b36b0000 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
|
|
0x00000001ca83d000 /System/Library/PrivateFrameworks/SoftwareUpdateCoreSupport.framework/Versions/A/SoftwareUpdateCoreSupport
|
|
0x00000001d29a0000 /System/Library/PrivateFrameworks/SoftwareUpdateCoreConnect.framework/Versions/A/SoftwareUpdateCoreConnect
|
|
0x00000001b3253000 /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
|
|
0x00000001ca43b000 /System/Library/PrivateFrameworks/MSUDataAccessor.framework/Versions/A/MSUDataAccessor
|
|
0x00000001c5673000 /usr/lib/libbootpolicy.dylib
|
|
0x00000001b3269000 /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
|
|
0x00000001d1e29000 /usr/lib/libFDR.dylib
|
|
0x00000001d7b51000 /usr/lib/libamsupport.dylib
|
|
0x000000028e749000 /usr/lib/libReverseProxyDevice.dylib
|
|
0x000000024737c000 /System/Library/PrivateFrameworks/AppleDeviceQuerySupport.framework/Versions/A/AppleDeviceQuerySupport
|
|
0x00000001dab88000 /usr/lib/libpartition2_dynamic.dylib
|
|
0x00000001a7145000 /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
|
0x000000028e2f8000 /usr/lib/libAppleArchive.dylib
|
|
0x00000001a6996000 /usr/lib/libbz2.1.0.dylib
|
|
0x00000001a0f9f000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
|
0x00000001af225000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
|
0x00000001a861b000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
|
0x000000019819c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
|
0x00000001fc2d1000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
|
|
0x00000001d100f000 /usr/lib/swift/libswiftMetal.dylib
|
|
0x00000001da978000 /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
|
|
0x0000000259ae9000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libllvm-flatbuffers.dylib
|
|
0x000000025442e000 /System/Library/PrivateFrameworks/FramePacing.framework/Versions/A/FramePacing
|
|
0x00000001fc2c3000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
|
|
0x000000025551d000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libGPUCompilerUtils.dylib
|
|
0x00000001fc322000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
|
|
0x00000001fc2e5000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
|
|
0x00000001fc4b1000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
|
|
0x00000001fc2ee000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
|
|
0x00000001fc2e2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
|
|
0x00000001fc2cb000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
|
|
0x00000001a5e23000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
|
0x00000001a7288000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
|
0x00000001a631e000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
|
0x00000001a7181000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
|
0x00000001a7283000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
|
0x00000001a4e63000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
|
0x0000000198a8e000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
|
0x0000000264c8b000 /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
|
0x00000001d4e21000 /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
|
|
0x000000025234f000 /System/Library/PrivateFrameworks/DeviceRecovery.framework/Versions/A/DeviceRecovery
|
|
0x00000001b166c000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
|
|
0x00000001e3dc4000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
|
|
0x00000001b1649000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
|
|
0x00000001c35cb000 /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
|
|
0x000000028fb46000 /usr/lib/swift/libswift_RegexParser.dylib
|
|
0x00000001b022f000 /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
|
|
0x00000001ab687000 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
|
|
0x00000001a6fc1000 /usr/lib/libiconv.2.dylib
|
|
0x00000001a6f1d000 /usr/lib/libcharset.1.dylib
|
|
0x000000023c17b000 /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
|
|
0x00000001a8bf9000 /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
|
|
0x00000001a8a0c000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
|
|
0x00000001a8887000 /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
|
|
0x00000001a61a2000 /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
|
|
0x00000001da987000 /usr/lib/swift/libswiftAccelerate.dylib
|
|
0x00000001c36d1000 /usr/lib/swift/libswiftCoreImage.dylib
|
|
0x00000001d619b000 /usr/lib/swift/libswiftQuartzCore.dylib
|
|
0x00000001a8f84000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
|
|
0x00000001a8988000 /usr/lib/libexpat.1.dylib
|
|
0x00000001a9671000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
|
|
0x00000001a969d000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
|
|
0x00000001a9787000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
|
|
0x00000001a8fc9000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
|
|
0x00000001a8696000 /usr/lib/libate.dylib
|
|
0x00000001a972d000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
|
|
0x00000001a9724000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
|
|
0x00000001a89ad000 /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
|
|
0x000000025fd80000 /System/Library/PrivateFrameworks/IconRendering.framework/Versions/A/IconRendering
|
|
0x00000001a1819000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
|
|
0x00000001a477b000 /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
|
|
0x0000000272c30000 /System/Library/PrivateFrameworks/SFSymbols.framework/Versions/A/SFSymbols
|
|
0x000000023c03e000 /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
|
|
0x00000001bac94000 /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
|
|
0x00000001a43fc000 /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
|
|
0x00000001a9814000 /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
|
|
0x00000001a8ba8000 /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
|
|
0x000000025433c000 /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
|
|
0x00000001a8bb8000 /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
|
|
0x00000001a17c6000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
|
|
0x000000028ec40000 /usr/lib/libhvf.dylib
|
|
0x000000026cdc6000 /System/Library/PrivateFrameworks/ParsingInternal.framework/Versions/A/ParsingInternal
|
|
0x000000028f91f000 /usr/lib/swift/libswiftRegexBuilder.dylib
|
|
0x000000025433d000 /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
|
|
0x00000001a4c73000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
|
|
0x00000001a68f5000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
|
|
0x00000001a6333000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
|
|
0x00000001a676b000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
|
|
0x00000001a6580000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
|
|
0x00000001a679d000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
|
|
0x000000023e316000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
|
|
0x000000023e2f7000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSBenchmarkLoop.framework/Versions/A/MPSBenchmarkLoop
|
|
0x0000000197fbd000 /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
|
|
0x00000001c8722000 /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
|
|
0x00000001d658f000 /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
|
|
0x00000001c3654000 /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
|
|
0x00000001b4e28000 /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
|
|
0x000000026fe34000 /System/Library/PrivateFrameworks/PhotosensitivityProcessing.framework/Versions/A/PhotosensitivityProcessing
|
|
0x00000001a9759000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
|
|
0x00000001aae2e000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
|
|
0x000000019a20f000 /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
|
|
0x00000001ab006000 /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
|
|
0x00000001b6025000 /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
|
|
0x00000001ab083000 /usr/lib/libAudioStatistics.dylib
|
|
0x00000001a3c36000 /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
|
|
0x000000019a804000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
|
|
0x00000001a964b000 /usr/lib/libAudioToolboxUtility.dylib
|
|
0x00000001c3658000 /usr/lib/swift/libswiftCoreAudio.dylib
|
|
0x00000001c9cac000 /usr/lib/swift/libswiftCoreMIDI.dylib
|
|
0x00000001ab491000 /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
|
|
0x00000001c2677000 /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
|
|
0x00000001ab336000 /usr/lib/libSMC.dylib
|
|
0x00000001ab49f000 /usr/lib/libperfcheck.dylib
|
|
0x00000002487ef000 /System/Library/PrivateFrameworks/AudioAnalytics.framework/Versions/A/AudioAnalytics
|
|
0x000000028fb09000 /usr/lib/swift/libswift_DarwinFoundation2.dylib
|
|
0x000000028fb0a000 /usr/lib/swift/libswift_DarwinFoundation3.dylib
|
|
0x00000001e814c000 /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
|
|
0x00000001c35fd000 /usr/lib/libmis.dylib
|
|
0x00000001b1783000 /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
|
|
0x00000001a8ac6000 /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
|
|
0x00000001aadd7000 /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
|
|
0x00000001a978d000 /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
|
|
0x00000001a8c06000 /usr/lib/libspindump.dylib
|
|
0x00000001a6009000 /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
|
|
0x00000001bb9ab000 /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
|
|
0x00000002517cd000 /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras
|
|
0x000000025fce2000 /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
|
|
0x00000001a69de000 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
|
|
0x00000001accb8000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
|
|
0x00000001a8727000 /usr/lib/libIOReport.dylib
|
|
0x00000001a61b1000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
|
0x000000019897c000 /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
|
0x00000001b1187000 /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
|
|
0x00000001a631b000 /usr/lib/libgermantok.dylib
|
|
0x00000001a4e5c000 /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
|
0x00000001b1333000 /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
|
|
0x00000001ab142000 /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
|
|
0x00000001b0474000 /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
|
|
0x00000001b0380000 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
|
|
0x0000000243a8e000 /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation
|
|
0x00000001ab645000 /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
|
|
0x00000001bc842000 /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
|
|
0x00000001b3308000 /usr/lib/libcsfde.dylib
|
|
0x00000001a88d1000 /usr/lib/libCoreStorage.dylib
|
|
0x00000001b0442000 /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
|
|
0x00000001b038d000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
|
|
0x00000001acd8f000 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
|
|
0x00000001b3303000 /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
|
|
0x00000001a89a3000 /usr/lib/libheimdal-asn1.dylib
|
|
0x00000001b0797000 /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
|
|
0x00000001b3c5c000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
|
|
0x00000001a1ae4000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
|
0x00000001a1af2000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
|
0x00000001fc832000 /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
|
|
0x00000001bc94a000 /usr/lib/libAccessibility.dylib
|
|
0x0000000263849000 /System/Library/PrivateFrameworks/IsolatedCoreAudioClient.framework/Versions/A/IsolatedCoreAudioClient
|
|
0x00000001de845000 /usr/lib/swift/libswiftCoreMedia.dylib
|
|
0x0000000280593000 /System/Library/PrivateFrameworks/Tightbeam.framework/Versions/A/Tightbeam
|
|
0x000000024d72f000 /System/Library/PrivateFrameworks/CoreAudioOrchestration.framework/Versions/A/CoreAudioOrchestration
|
|
0x00000001db0cd000 /System/Library/PrivateFrameworks/AFKUser.framework/Versions/A/AFKUser
|
|
0x00000001af510000 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
|
|
0x000000028452f000 /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport
|
|
0x00000001a893f000 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
|
|
0x00000001a971f000 /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
|
|
0x00000001a96ff000 /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
|
|
0x00000001a9727000 /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
|
|
0x0000000248443000 /System/Library/PrivateFrameworks/ArgumentParserInternal.framework/Versions/A/ArgumentParserInternal
|
|
0x000000024829b000 /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
|
0x000000028e7bf000 /usr/lib/libTLE.dylib
|
|
0x00000001f90a2000 /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
|
0x00000001edf9d000 /usr/lib/libedit.3.dylib
|
|
0x00000001c86e5000 /usr/lib/libncurses.5.4.dylib
|
|
0x00000001a5f3e000 /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
|
0x0000000198c95000 /usr/lib/libCRFSuite.dylib
|
|
0x00000001a4d3a000 /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
|
0x00000001a62ba000 /usr/lib/libmecab.dylib
|
|
0x00000001a713c000 /usr/lib/libThaiTokenizer.dylib
|
|
0x000000024aca4000 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/CascadeSets
|
|
0x00000001a9bbc000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
|
|
0x000000023c02a000 /System/Library/Frameworks/DataDetection.framework/Versions/A/DataDetection
|
|
0x00000001c731b000 /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
|
|
0x00000001fdb91000 /System/Library/Frameworks/CoreTransferable.framework/Versions/A/CoreTransferable
|
|
0x00000001ab476000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
|
|
0x00000001a1d02000 /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
|
|
0x000000019d284000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
|
|
0x00000001a8c0d000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
|
|
0x00000001ab112000 /usr/lib/libresolv.9.dylib
|
|
0x00000001ab511000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
|
|
0x00000001a6284000 /usr/lib/libCheckFix.dylib
|
|
0x00000001a0ea3000 /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
|
0x00000002606e5000 /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
|
0x000000019b9ef000 /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
|
0x00000001a1b49000 /usr/lib/libapp_launch_measurement.dylib
|
|
0x00000001d6695000 /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
|
0x00000001a85e8000 /usr/lib/libxslt.1.dylib
|
|
0x00000001a6244000 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
|
0x00000001b3314000 /usr/lib/libcurl.4.dylib
|
|
0x000000028e9f6000 /usr/lib/libcrypto.46.dylib
|
|
0x000000028f60e000 /usr/lib/libssl.48.dylib
|
|
0x00000001b2feb000 /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
|
|
0x00000001ab4ad000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
|
|
0x00000001b3027000 /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
|
|
0x00000001ab12f000 /usr/lib/libsasl2.2.dylib
|
|
0x00000001b3c5b000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
|
|
0x000000027020a000 /System/Library/PrivateFrameworks/PoirotSQLite.framework/Versions/A/PoirotSQLite
|
|
0x00000001e85e6000 /System/Library/PrivateFrameworks/HIDDisplay.framework/Versions/A/HIDDisplay
|
|
0x00000001ab417000 /usr/lib/libcups.2.dylib
|
|
0x00000001bc84c000 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
|
|
0x00000001cc438000 /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
|
|
0x000000028e212000 /usr/lib/libAXSafeCategoryBundle.dylib
|
|
0x00000001b6211000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
|
|
0x000000019bb88000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
|
|
0x000000024bf8f000 /System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore
|
|
0x00000001a43f6000 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
|
|
0x00000001a9c0e000 /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
|
|
0x000000025443b000 /System/Library/PrivateFrameworks/FrontBoard.framework/Versions/A/FrontBoard
|
|
0x00000002823ff000 /System/Library/PrivateFrameworks/UIIntelligenceSupport.framework/Versions/A/UIIntelligenceSupport
|
|
0x00000002413ad000 /System/Library/Frameworks/SwiftUICore.framework/Versions/A/SwiftUICore
|
|
0x000000028867b000 /System/Library/PrivateFrameworks/WritingTools.framework/Versions/A/WritingTools
|
|
0x0000000287529000 /System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement
|
|
0x0000000254182000 /System/Library/PrivateFrameworks/FocusEngine.framework/Versions/A/FocusEngine
|
|
0x0000000251f0e000 /System/Library/PrivateFrameworks/DesignLibrary.framework/Versions/A/DesignLibrary
|
|
0x00000001a43e1000 /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
|
|
0x0000000282eb4000 /System/Library/PrivateFrameworks/UpdateCycle.framework/Versions/A/UpdateCycle
|
|
0x00000001a40de000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
|
|
0x00000001aee45000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
|
|
0x00000001a1ada000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
|
|
0x00000001af1c9000 /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
|
|
0x00000002422d2000 /System/Library/Frameworks/Symbols.framework/Versions/A/Symbols
|
|
0x000000025d048000 /System/Library/PrivateFrameworks/Gestures.framework/Versions/A/Gestures
|
|
0x00000001c0670000 /usr/lib/swift/libswiftCoreGraphics.dylib
|
|
0x00000001afc01000 /usr/lib/swift/libswiftFoundation.dylib
|
|
0x00000001f8a71000 /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
|
|
0x000000028fc7a000 /usr/lib/swift/libswiftsys_time.dylib
|
|
0x00000001e4562000 /System/Library/PrivateFrameworks/CoreMaterial.framework/Versions/A/CoreMaterial
|
|
0x000000028f9c0000 /usr/lib/swift/libswiftSpatial.dylib
|
|
0x000000028e7bc000 /usr/lib/libSpatial.dylib
|
|
0x000000028e130000 /System/Library/SubFrameworks/UIUtilities.framework/Versions/A/UIUtilities
|
|
0x000000010a410000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/server/libjvm.dylib
|
|
0x0000000104854000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libjimage.dylib
|
|
0x0000000104880000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libinstrument.dylib
|
|
0x00000001048c8000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libjava.dylib
|
|
0x00000001049c8000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libzip.dylib
|
|
0x00000001049f0000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libnio.dylib
|
|
0x00000001049a0000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libnet.dylib
|
|
0x0000000104a10000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libextnet.dylib
|
|
0x0000000104a24000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libmanagement.dylib
|
|
0x0000000104a38000 /Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libmanagement_ext.dylib
|
|
0x000000010a074000 /private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib
|
|
|
|
JVMTI agents:
|
|
/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar path:none, loaded, initialized, instrumentlib options:57720:/Applications/IntelliJ IDEA.app/Contents/bin
|
|
/private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib path:/Users/lieght/Library/Java/JavaVirtualMachines/openjdk-24.0.2+12-54/Contents/Home/lib/libinstrument.dylib, loaded, initialized, dynamic options:start,jfr,event=wall,interval=10ms,jfrsync=profile,cstack=no,file=/Users/lieght/IdeaSnapshots/Main_2025_09_15_174423.jfr,log=/private/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/Main_2025_09_15_174423.jfr.log.txt,loglevel=DEBUG
|
|
|
|
|
|
VM Arguments:
|
|
jvm_args: --enable-native-access=ALL-UNNAMED --enable-preview -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=57720:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8
|
|
java_command: org.toop.Main
|
|
java_class_path (initial): /Users/lieght/IdeaProjects/pis/target/classes:/Users/lieght/.m2/repository/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.jar:/Users/lieght/.m2/repository/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar:/Users/lieght/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users/lieght/.m2/repository/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar:/Users/lieght/.m2/repository/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar:/Users/lieght/.m2/repository/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar:/Users/lieght/.m2/repository/org/apache/logging/log4j/log4j-api/2.25.1/log4j-api-2.25.1.jar:/Users/lieght/.m2/repository/org/apache/logging/log4j/log4j-core/2.25.1/log4j-core-2.25.1.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl/3.3.6/lwjgl-3.3.6.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-assimp/3.3.6/lwjgl-assimp-3.3.6.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-glfw/3.3.6/lwjgl-glfw-3.3.6.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-openal/3.3.6/lwjgl-openal-3.3.6.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-opengl/3.3.6/lwjgl-opengl-3.3.6.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-stb/3.3.6/lwjgl-stb-3.3.6.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl/3.3.6/lwjgl-3.3.6-natives-macos-arm64.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-assimp/3.3.6/lwjgl-assimp-3.3.6-natives-macos-arm64.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-glfw/3.3.6/lwjgl-glfw-3.3.6-natives-macos-arm64.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-openal/3.3.6/lwjgl-openal-3.3.6-natives-macos-arm64.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-opengl/3.3.6/lwjgl-opengl-3.3.6-natives-macos-arm64.jar:/Users/lieght/.m2/repository/org/lwjgl/lwjgl-stb/3.3.6/lwjgl-stb-3.3.6-natives-macos-arm64.jar
|
|
Launcher Type: SUN_STANDARD
|
|
|
|
[Global flags]
|
|
intx CICompilerCount = 4 {product} {ergonomic}
|
|
uint ConcGCThreads = 2 {product} {ergonomic}
|
|
bool FlightRecorder = true {product} {management}
|
|
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
|
|
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
|
|
size_t InitialHeapSize = 268435456 {product} {ergonomic}
|
|
size_t MarkStackSize = 4194304 {product} {ergonomic}
|
|
size_t MarkStackSizeMax = 536870912 {product} {ergonomic}
|
|
size_t MaxHeapSize = 4294967296 {product} {ergonomic}
|
|
size_t MaxNewSize = 2575302656 {product} {ergonomic}
|
|
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
|
|
size_t MinHeapSize = 8388608 {product} {ergonomic}
|
|
uintx NonNMethodCodeHeapSize = 5832704 {pd product} {ergonomic}
|
|
uintx NonProfiledCodeHeapSize = 122929152 {pd product} {ergonomic}
|
|
uintx ProfiledCodeHeapSize = 122896384 {pd product} {ergonomic}
|
|
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
|
|
bool SegmentedCodeCache = true {product} {ergonomic}
|
|
size_t SoftMaxHeapSize = 4294967296 {manageable} {ergonomic}
|
|
bool UseCompressedOops = true {product lp64_product} {ergonomic}
|
|
bool UseG1GC = true {product} {ergonomic}
|
|
bool UseNUMA = false {product} {ergonomic}
|
|
bool UseNUMAInterleaving = false {product} {ergonomic}
|
|
|
|
Logging:
|
|
Log output configuration:
|
|
#0: stdout all=warning uptime,level,tags foldmultilines=false
|
|
#1: stderr all=off uptime,level,tags foldmultilines=false
|
|
|
|
Environment Variables:
|
|
PATH=/Users/lieght/.local/bin:/opt/anaconda3/bin:/opt/anaconda3/condabin:/Users/lieght/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/MacGPG2/bin:/Applications/Wireshark.app/Contents/MacOS:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:~/.dotnet/tools:/Users/lieght/.cargo/bin:/Users/lieght/Library/Application Support/JetBrains/Toolbox/scripts
|
|
SHELL=/bin/zsh
|
|
LANG=C.UTF-8
|
|
TMPDIR=/var/folders/q2/xb66br0n487_18w56hmlcmrr0000gn/T/
|
|
|
|
Active Locale:
|
|
LC_ALL=C.UTF-8
|
|
LC_COLLATE=C.UTF-8
|
|
LC_CTYPE=C.UTF-8
|
|
LC_MESSAGES=C.UTF-8
|
|
LC_MONETARY=C.UTF-8
|
|
LC_NUMERIC=C.UTF-8
|
|
LC_TIME=C.UTF-8
|
|
|
|
Signal Handlers:
|
|
SIGSEGV: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_ONSTACK|SA_RESTART|SA_SIGINFO, unblocked
|
|
SIGBUS: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
|
SIGFPE: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
|
SIGPIPE: javaSignalHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGXFSZ: javaSignalHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGILL: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
|
SIGUSR2: SR_handler in libjvm.dylib, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGHUP: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGINT: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGTERM: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGQUIT: UserHandler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, blocked
|
|
SIGTRAP: crash_handler in libjvm.dylib, mask=11100110000111110111111111111111, flags=SA_RESTART|SA_SIGINFO, unblocked
|
|
|
|
|
|
Periodic native trim disabled
|
|
|
|
--------------- S Y S T E M ---------------
|
|
|
|
OS:
|
|
uname: Darwin 25.0.0 Darwin Kernel Version 25.0.0: Wed Aug 27 20:24:40 PDT 2025; root:xnu-12377.1.9~17/RELEASE_ARM64_T8122 arm64
|
|
OS uptime: 6 days 14:55 hours
|
|
rlimit (soft/hard): STACK 8176k/65520k , CORE 0k/infinity , NPROC 2666/4000 , NOFILE 1048576/infinity , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK infinity/infinity , RSS infinity/infinity
|
|
load average: 4.61 4.63 4.58
|
|
|
|
CPU: total 8 (initial active 8) 0x61:0x0:0xfa33415e:0, fp, asimd, aes, pmull, sha1, sha256, crc32, lse, sha3, sha512
|
|
machdep.cpu.brand_string:Apple M3
|
|
hw.cachelinesize:128
|
|
hw.l1icachesize:131072
|
|
hw.l1dcachesize:65536
|
|
hw.l2cachesize:4194304
|
|
|
|
Memory: 16k page, physical 16777216k(135008k free), swap 3145728k(1532288k free)
|
|
|
|
vm_info: OpenJDK 64-Bit Server VM (24.0.2+12-54) for bsd-aarch64 JRE (24.0.2+12-54), built on 2025-07-08T12:10:27Z with clang Apple LLVM 14.0.3 (clang-1403.0.22.14.1)
|
|
|
|
END.
|