You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Øyvind Flatval <oy...@electrictimecar.com> on 2023/11/13 07:52:32 UTC

Tomcat 10.1.15 JVM crashes randomly on startup

Greetings!

We are currently experiencing a very vague problem with our Tomcat 10.1 instance, where the JVM will crash almost instantly after Tomcat is done starting up.
The problem happens somewhat regularly, and only happens within the first minute after starting Tomcat. The solution is always to just attempt to restart Tomcat and this usually only take 1 attempt.


Tomcat is running a single web application, that sees traffic over both Websocket (several 100 clients) and Https (maybe 20-40 users during peak + a few API clients)

Our setup is a somewhat old VM.
Windows Server 2016 Standard 1607, buil 14343.6351
Intel Xeon E5-2680 v4 @ 2.40 GHz
4 x Cores
8 GB Memory

JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)

Tomcat version is 10.1.15 64 bit

The company we rent our VM servers from has installed Sentinel One that connects to the JVM through an agent. I have very little knowledge of what if anything this can do. Since this is the only thing out of the ordinary running on this setup, my fear is that this might be causing the crashes.

I include a partial example of the exception log here, some data may have been removed for privacy reasons. Please let med know if I should include the full file, since I've removed parts of it due to pure length.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001131b169, pid=2084, tid=5160
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# j  jakarta.servlet.http.HttpServletRequestWrapper.getDateHeader(Ljava/lang/String;)J+1
#
# Core dump will be written. Default location: E:\tomcat10\hs_err_pid2084.mdmp
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#

---------------  S U M M A R Y ------------

Command Line: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll 

Host: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz, 4 cores, 7G,  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
Time: Sat Nov 11 18:18:30 2023 W. Europe Standard Time elapsed time: 153.828934 seconds (0d 0h 2m 33s)

---------------  T H R E A D  ---------------

Current thread (0x000000002e6a9bd0):  JavaThread "https-openssl-nio-0.0.0.0-443-exec-180" daemon [_thread_in_Java, id=5160, stack(0x00000000403a0000,0x00000000404a0000)]

Stack: [0x00000000403a0000,0x00000000404a0000],  sp=0x000000004049c1f8,  free space=1008k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x000000001131b169


siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffffffffff

...

Stack slot to memory mapping:
stack at sp + 0 slots: 0x0000000011309657 is at code_begin+1463 in an Interpreter codelet
return entry points  [0x00000000113090a0, 0x0000000011309ba0]  2816 bytes
stack at sp + 1 slots: 0x0061006200650077 is an unknown value
stack at sp + 2 slots: 0x000000004049c208 is pointing into the stack for thread: 0x000000002e6a9bd0
stack at sp + 3 slots: 0x000000002a938ae1 is pointing into metadata
stack at sp + 4 slots: 0x000000004049c268 is pointing into the stack for thread: 0x000000002e6a9bd0
stack at sp + 5 slots: 0x000000002a93e930 is pointing into metadata
stack at sp + 6 slots: 0x0 is NULL
stack at sp + 7 slots: 0x00000006c5fd67d0 is an oop: java.lang.Class 
{0x00000006c5fd67d0} - klass: 'java/lang/Class'
 - ---- fields (total size 14 words):
 - private volatile transient 'classRedefinedCount' 'I' @12  0
 - private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40  NULL (0)
 - private transient 'name' 'Ljava/lang/String;' @44  "jakarta.servlet.http.HttpServletRequestWrapper"{0x00000006c5fd6840} (d8bfad08)
 - private transient 'module' 'Ljava/lang/Module;' @48  a 'java/lang/Module'{0x00000006c1d03100} (d83a0620)
 - private final 'classLoader' 'Ljava/lang/ClassLoader;' @52  a 'java/net/URLClassLoader'{0x00000006c1c01418} (d8380283)
 - private transient 'classData' 'Ljava/lang/Object;' @56  NULL (0)
 - private transient 'packageName' 'Ljava/lang/String;' @60  "jakarta.servlet.http"{0x00000006c20d6fb0} (d841adf6)
 - private final 'componentType' 'Ljava/lang/Class;' @64  NULL (0)
 - private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68  NULL (0)
 - private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72  NULL (0)
 - private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76  NULL (0)
 - private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80  NULL (0)
 - private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84  NULL (0)
 - private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88  NULL (0)
 - transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92  NULL (0)
 - signature: Ljakarta/servlet/http/HttpServletRequestWrapper;
 - fake entry for mirror: 'jakarta/servlet/http/HttpServletRequestWrapper'
 - fake entry for array: NULL
 - fake entry for oop_size: 14
 - fake entry for static_oop_field_count: 0


Regards, Øyvind Flatval
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 10.1.15 JVM crashes randomly on startup

Posted by Suvendu Sekhar Mondal <su...@gmail.com>.
Hello Øyvind,

> While I'm waiting for my hosting provider to disable the Sentinel Agent, I'm attaching a full crash report below, from another crash this morning.

That's a good idea. After removal if JVM is not crashing abruptly,
you'll be certain that Sentinel agent is the problem.

You can also try to extract thread details out of the crash dump and
look at the "https-openssl-nio-0.0.0.0-443-exec-27" thread. jstack can
help. Command will be something like: jstack -J-d64 JAVA_HOME\bin\java
E:\tomcat10\hs_err_pid15260.mdmp
Please use the same JRE which produced the dump to avoid any
incompatibility issue.

On Tue, Nov 14, 2023 at 3:28 PM Øyvind Flatval
<oy...@electrictimecar.com> wrote:
>
> > From: Mark Thomas <ma...@apache.org>
> > Sent: Monday, November 13, 2023 09:15
> > To: users@tomcat.apache.org <us...@tomcat.apache.org>
> > Subject: Re: Tomcat 10.1.15 JVM crashes randomly on startup
> >
> > On 13/11/2023 07:52, Øyvind Flatval wrote:
> > > Greetings!
> > >
> > > We are currently experiencing a very vague problem with our Tomcat 10.1 instance, where the JVM will crash almost instantly after Tomcat is done starting up.
> > > The problem happens somewhat regularly, and only happens within the first minute after starting Tomcat. The solution is always to just attempt to restart Tomcat and this usually only take 1 attempt.
> > >
> > >
> > > Tomcat is running a single web application, that sees traffic over both Websocket (several 100 clients) and Https (maybe 20-40 users during peak + a few API clients)
> > >
> > > Our setup is a somewhat old VM.
> > > Windows Server 2016 Standard 1607, buil 14343.6351
> > > Intel Xeon E5-2680 v4 @ 2.40 GHz
> > > 4 x Cores
> > > 8 GB Memory
> > >
> > > JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> > > Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> > >
> > > Tomcat version is 10.1.15 64 bit
> > >
> > > The company we rent our VM servers from has installed Sentinel One that connects to the JVM through an agent. I have very little knowledge of what if anything this can do. Since this is the only thing out of the ordinary running on this setup, my fear is that this might be causing the crashes.
> >
> > Some web searching suggests that is certainly likely.
> >
> > > I include a partial example of the exception log here, some data may have been removed for privacy reasons. Please let med know if I should include the full file, since I've removed parts of it due to pure length.
> >
> > The full file might contain a few more hints as to what went wrong.
> >
> > Mark
> >
>
> While I'm waiting for my hosting provider to disable the Sentinel Agent, I'm attaching a full crash report below, from another crash this morning.
>
> >
> > >
> > > #
> > > # A fatal error has been detected by the Java Runtime Environment:
> > > #
> > > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001131b169, pid=2084, tid=5160
> > > #
> > > # JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> > > # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> > > # Problematic frame:
> > > # j  jakarta.servlet.http.HttpServletRequestWrapper.getDateHeader(Ljava/lang/String;)J+1
> > > #
> > > # Core dump will be written. Default location: E:\tomcat10\hs_err_pid2084.mdmp
> > > #
> > > # If you would like to submit a bug report, please visit:
> > > #   https://github.com/adoptium/adoptium-support/issues
> > > #
> > >
> > > ---------------  S U M M A R Y ------------
> > >
> > > Command Line: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
> > >
> > > Host: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz, 4 cores, 7G,  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
> > > Time: Sat Nov 11 18:18:30 2023 W. Europe Standard Time elapsed time: 153.828934 seconds (0d 0h 2m 33s)
> > >
> > > ---------------  T H R E A D  ---------------
> > >
> > > Current thread (0x000000002e6a9bd0):  JavaThread "https-openssl-nio-0.0.0.0-443-exec-180" daemon [_thread_in_Java, id=5160, stack(0x00000000403a0000,0x00000000404a0000)]
> > >
> > > Stack: [0x00000000403a0000,0x00000000404a0000],  sp=0x000000004049c1f8,  free space=1008k
> > > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> > > C  0x000000001131b169
> > >
> > >
> > > siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffffffffff
> > >
> > > ...
> > >
> > > Stack slot to memory mapping:
> > > stack at sp + 0 slots: 0x0000000011309657 is at code_begin+1463 in an Interpreter codelet
> > > return entry points  [0x00000000113090a0, 0x0000000011309ba0]  2816 bytes
> > > stack at sp + 1 slots: 0x0061006200650077 is an unknown value
> > > stack at sp + 2 slots: 0x000000004049c208 is pointing into the stack for thread: 0x000000002e6a9bd0
> > > stack at sp + 3 slots: 0x000000002a938ae1 is pointing into metadata
> > > stack at sp + 4 slots: 0x000000004049c268 is pointing into the stack for thread: 0x000000002e6a9bd0
> > > stack at sp + 5 slots: 0x000000002a93e930 is pointing into metadata
> > > stack at sp + 6 slots: 0x0 is NULL
> > > stack at sp + 7 slots: 0x00000006c5fd67d0 is an oop: java.lang.Class
> > > {0x00000006c5fd67d0} - klass: 'java/lang/Class'
> > >   - ---- fields (total size 14 words):
> > >   - private volatile transient 'classRedefinedCount' 'I' @12  0
> > >   - private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40  NULL (0)
> > >   - private transient 'name' 'Ljava/lang/String;' @44  "jakarta.servlet.http.HttpServletRequestWrapper"{0x00000006c5fd6840} (d8bfad08)
> > >   - private transient 'module' 'Ljava/lang/Module;' @48  a 'java/lang/Module'{0x00000006c1d03100} (d83a0620)
> > >   - private final 'classLoader' 'Ljava/lang/ClassLoader;' @52  a 'java/net/URLClassLoader'{0x00000006c1c01418} (d8380283)
> > >   - private transient 'classData' 'Ljava/lang/Object;' @56  NULL (0)
> > >   - private transient 'packageName' 'Ljava/lang/String;' @60  "jakarta.servlet.http"{0x00000006c20d6fb0} (d841adf6)
> > >   - private final 'componentType' 'Ljava/lang/Class;' @64  NULL (0)
> > >   - private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68  NULL (0)
> > >   - private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72  NULL (0)
> > >   - private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76  NULL (0)
> > >   - private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80  NULL (0)
> > >   - private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84  NULL (0)
> > >   - private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88  NULL (0)
> > >   - transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92  NULL (0)
> > >   - signature: Ljakarta/servlet/http/HttpServletRequestWrapper;
> > >   - fake entry for mirror: 'jakarta/servlet/http/HttpServletRequestWrapper'
> > >   - fake entry for array: NULL
> > >   - fake entry for oop_size: 14
> > >   - fake entry for static_oop_field_count: 0
> > >
> > >
> > > Regards, Øyvind Flatval
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000009d7c509, pid=15260, tid=7296
> #
> # JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> # Problematic frame:
> # J 5397 c1 jakarta.servlet.http.HttpServletRequestWrapper._getHttpServletRequest()Ljakarta/servlet/http/HttpServletRequest; (8 bytes) @ 0x0000000009d7c509 [0x0000000009d7c4a0+0x0000000000000069]
> #
> # Core dump will be written. Default location: E:\tomcat10\hs_err_pid15260.mdmp
> #
> # If you would like to submit a bug report, please visit:
> #   https://github.com/adoptium/adoptium-support/issues
> #
>
> ---------------  S U M M A R Y ------------
>
> Command Line: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
>
> Host: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz, 4 cores, 7G,  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
> Time: Tue Nov 14 07:59:11 2023 W. Europe Standard Time elapsed time: 32.219993 seconds (0d 0h 0m 32s)
>
> ---------------  T H R E A D  ---------------
>
> Current thread (0x000000002f219510):  JavaThread "https-openssl-nio-0.0.0.0-443-exec-27" daemon [_thread_in_Java, id=7296, stack(0x00000000360c0000,0x00000000361c0000)]
>
> Stack: [0x00000000360c0000,0x00000000361c0000],  sp=0x00000000361bc4c0,  free space=1009k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  0x0000000009d7c509
>
>
> siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000003f40
>
>
> Register to memory mapping:
>
> RIP=0x0000000009d7c509 is at entry_point+105 in (nmethod*)0x0000000009d7c310
> RAX=0x0000000000003f38 is an unknown value
> RBX=0x000000008108d2c8 is a pointer to class:
> jakarta.servlet.http.HttpServletRequest {0x000000008108d2d0}
>  - instance size:     2
>  - klass size:        63
>  - access:            public interface abstract
>  - state:             fully_initialized
>  - name:              'jakarta/servlet/http/HttpServletRequest'
>  - super:             'java/lang/Object'
>  - sub:
>  - nof implementors:  2
>  - arrays:            NULL
>  - methods:           Array<T>(0x000000002853f398)
>  - method ordering:   Array<T>(0x00000000808f3578)
>  - default_methods:   Array<T>(0x0000000000000000)
>  - local interfaces:  Array<T>(0x0000000028544398)
>  - trans. interfaces: Array<T>(0x0000000028544398)
>  - constants:         constant pool [249] {0x000000002853eb90} for 'jakarta/servlet/http/HttpServletRequest' cache=0x000000002a904ef8
>  - class loader data:  loader data: 0x000000002728af60 for instance a 'java/net/URLClassLoader'{0x00000006c1c018e8}
>  - source file:       'HttpServletRequest.java'
>  - class annotations:       Array<T>(0x0000000000000000)
>  - class type annotations:  Array<T>(0x0000000000000000)
>  - field annotations:       Array<T>(0x0000000000000000)
>  - field type annotations:  Array<T>(0x0000000000000000)
>  - inner classes:     Array<T>(0x0000000028546cc0)
>  - nest members:     Array<T>(0x0000000028546cd8)
>  - permitted subclasses:     Array<T>(0x00000000805d1318)
>  - java mirror:       a 'java/lang/Class'{0x00000006c2087a78} = 'jakarta/servlet/http/HttpServletRequest'
>  - vtable length      5  (start addr: 0x000000008108d490)
>  - itable length      0 (start addr: 0x000000008108d4b8)
>  - ---- static fields (2 words):
>  - public static final 'BASIC_AUTH' 'Ljava/lang/String;' @112
>  - public static final 'FORM_AUTH' 'Ljava/lang/String;' @116
>  - public static final 'CLIENT_CERT_AUTH' 'Ljava/lang/String;' @120
>  - public static final 'DIGEST_AUTH' 'Ljava/lang/String;' @124
>  - ---- non-static fields (0 words):
>  - non-static oop maps:
> RCX=0x00000006dad024b0 is an oop: sun.util.calendar.Gregorian$Date
> {0x00000006dad024b0} - klass: 'sun/util/calendar/Gregorian$Date'
>  - ---- fields (total size 12 words):
>  - private 'year' 'I' @12  2023 (7e7)
>  - private 'fraction' 'J' @16  0 (0 0)
>  - private 'month' 'I' @24  11 (b)
>  - private 'dayOfMonth' 'I' @28  14 (e)
>  - private 'dayOfWeek' 'I' @32  3
>  - private 'hours' 'I' @36  0
>  - private 'minutes' 'I' @40  0
>  - private 'seconds' 'I' @44  0
>  - private 'millis' 'I' @48  0
>  - private 'zoneOffset' 'I' @52  0
>  - private 'daylightSaving' 'I' @56  0
>  - private 'leapYear' 'Z' @60  false
>  - private 'normalized' 'Z' @61  true
>  - private 'forceStandardTime' 'Z' @62  false
>  - private 'era' 'Lsun/util/calendar/Era;' @64  NULL (0)
>  - private 'zoneinfo' 'Ljava/util/TimeZone;' @68  a 'sun/util/calendar/ZoneInfo'{0x00000006e654c990} (dcca9932)
>  - private 'locale' 'Ljava/util/Locale;' @72  NULL (0)
>  - 'cachedYear' 'I' @76  2023 (7e7)
>  - 'cachedFixedDateJan1' 'J' @80  738521 (b44d9 0)
>  - 'cachedFixedDateNextJan1' 'J' @88  738886 (b4646 0)
> RDX=0x00000006dad024b0 is an oop: sun.util.calendar.Gregorian$Date
> {0x00000006dad024b0} - klass: 'sun/util/calendar/Gregorian$Date'
>  - ---- fields (total size 12 words):
>  - private 'year' 'I' @12  2023 (7e7)
>  - private 'fraction' 'J' @16  0 (0 0)
>  - private 'month' 'I' @24  11 (b)
>  - private 'dayOfMonth' 'I' @28  14 (e)
>  - private 'dayOfWeek' 'I' @32  3
>  - private 'hours' 'I' @36  0
>  - private 'minutes' 'I' @40  0
>  - private 'seconds' 'I' @44  0
>  - private 'millis' 'I' @48  0
>  - private 'zoneOffset' 'I' @52  0
>  - private 'daylightSaving' 'I' @56  0
>  - private 'leapYear' 'Z' @60  false
>  - private 'normalized' 'Z' @61  true
>  - private 'forceStandardTime' 'Z' @62  false
>  - private 'era' 'Lsun/util/calendar/Era;' @64  NULL (0)
>  - private 'zoneinfo' 'Ljava/util/TimeZone;' @68  a 'sun/util/calendar/ZoneInfo'{0x00000006e654c990} (dcca9932)
>  - private 'locale' 'Ljava/util/Locale;' @72  NULL (0)
>  - 'cachedYear' 'I' @76  2023 (7e7)
>  - 'cachedFixedDateJan1' 'J' @80  738521 (b44d9 0)
>  - 'cachedFixedDateNextJan1' 'J' @88  738886 (b4646 0)
> RSP=0x00000000361bc4c0 is pointing into the stack for thread: 0x000000002f219510
> RBP=0x00000000361bc560 is pointing into the stack for thread: 0x000000002f219510
> RSI=0x000000000000058c is an unknown value
> RDI=0x000000002f219510 is a thread
> R8 =0x0000000000000006 is an unknown value
> R9 =0x0000000000000006 is an unknown value
> R10=0x00007ff8f9770ca0 jvm.dll
> R11=0x0000000009d7c4c0 is at entry_point+32 in (nmethod*)0x0000000009d7c310
> R12=0x0 is NULL
> R13=0x00000000361bc510 is pointing into the stack for thread: 0x000000002f219510
> R14=0x00000000361bc578 is pointing into the stack for thread: 0x000000002f219510
> R15=0x000000002f219510 is a thread
>
>
> Registers:
> RAX=0x0000000000003f38, RBX=0x000000008108d2c8, RCX=0x00000006dad024b0, RDX=0x00000006dad024b0
> RSP=0x00000000361bc4c0, RBP=0x00000000361bc560, RSI=0x000000000000058c, RDI=0x000000002f219510
> R8 =0x0000000000000006, R9 =0x0000000000000006, R10=0x00007ff8f9770ca0, R11=0x0000000009d7c4c0
> R12=0x0000000000000000, R13=0x00000000361bc510, R14=0x00000000361bc578, R15=0x000000002f219510
> RIP=0x0000000009d7c509, EFLAGS=0x0000000000010202
>
> Top of Stack: (sp=0x00000000361bc4c0)
> 0x00000000361bc4c0:   000000002f219510 0000000029d98b18
> 0x00000000361bc4d0:   000000002aa34b98 00000000802a96d0
> 0x00000000361bc4e0:   000000002f219510 000000001092c727
> 0x00000000361bc4f0:   00000000361bc560 0000000010929657
> 0x00000000361bc500:   000000002aa67198 0000000010929657
> 0x00000000361bc510:   00000006dad024b0 00000000361bc518
> 0x00000000361bc520:   000000002aa34b69 00000000361bc578
> 0x00000000361bc530:   000000002aa3a828 0000000000000000
> 0x00000000361bc540:   00000006e9bebd68 000000002aa34b98
> 0x00000000361bc550:   00000000361bc510 00000000361bc570
> 0x00000000361bc560:   00000000361bc750 0000000010921010
> 0x00000000361bc570:   00000006dad049c0 00000006dad024b0
> 0x00000000361bc580:   00000000000b44df 000000062a9e0530
> 0x00000000361bc590:   000000002aa13280 00000000095d613c
> 0x00000000361bc5a0:   000000002aa67128 00000000095d613c
> 0x00000000361bc5b0:   00000000000007e7 0000000000000001
>
> Instructions: (pc=0x0000000009d7c509)
> 0x0000000009d7c409:   01 00 00 b0 02 00 00 e8 02 00 00 f0 02 00 00 00
> 0x0000000009d7c419:   00 00 00 10 03 00 00 50 03 00 00 58 03 00 00 58
> 0x0000000009d7c429:   03 00 00 58 03 00 00 58 03 00 00 58 03 00 00 58
> 0x0000000009d7c439:   03 00 00 20 00 00 00 15 15 00 00 02 00 00 00 00
> 0x0000000009d7c449:   00 00 00 02 00 00 00 00 00 00 00 05 00 00 00 e0
> 0x0000000009d7c459:   01 00 00 06 00 00 00 ff ff ff ff ff ff ff ff 14
> 0x0000000009d7c469:   60 4b c0 2f 64 1a b0 0e c0 17 64 0e 64 38 f0 05
> 0x0000000009d7c479:   80 11 64 29 64 06 00 00 64 03 f8 50 f9 18 aa f8
> 0x0000000009d7c489:   7f 05 70 0e 60 01 f8 7e ff 0e 90 0c 64 00 00 00
> 0x0000000009d7c499:   00 00 00 00 00 00 00 44 8b 52 08 49 bb 00 00 00
> 0x0000000009d7c4a9:   80 00 00 00 00 4d 03 d3 4c 3b d0 0f 85 c6 4b bf
> 0x0000000009d7c4b9:   06 66 0f 1f 44 00 00 89 84 24 00 90 ff ff 55 48
> 0x0000000009d7c4c9:   83 ec 30 48 b8 20 c7 a3 2a 00 00 00 00 8b 70 08
> 0x0000000009d7c4d9:   83 c6 02 89 70 08 81 e6 fe 0f 00 00 83 fe 00 0f
> 0x0000000009d7c4e9:   84 68 00 00 00 8b 42 0c 48 c1 e0 03 48 83 f8 00
> 0x0000000009d7c4f9:   0f 84 44 00 00 00 48 bb c8 d2 08 81 00 00 00 00
> 0x0000000009d7c509:   8b 78 08 49 ba 00 00 00 80 00 00 00 00 49 03 fa
> 0x0000000009d7c519:   48 3b 5f 20 0f 84 20 00 00 00 48 3b fb 0f 84 17
> 0x0000000009d7c529:   00 00 00 57 53 e8 4d cf c9 06 5f 5f 83 ff 00 0f
> 0x0000000009d7c539:   84 39 00 00 00 e9 00 00 00 00 48 83 c4 30 5d 49
> 0x0000000009d7c549:   3b a7 48 03 00 00 0f 87 2b 00 00 00 c3 49 ba 98
> 0x0000000009d7c559:   3f a3 2a 00 00 00 00 4c 89 54 24 08 48 c7 04 24
> 0x0000000009d7c569:   ff ff ff ff e8 0e fc c9 06 e9 77 ff ff ff 48 89
> 0x0000000009d7c579:   04 24 e8 20 c9 c9 06 49 ba 48 c5 d7 09 00 00 00
> 0x0000000009d7c589:   00 4d 89 97 60 03 00 00 e9 6a b4 bf 06 90 90 49
> 0x0000000009d7c599:   8b 87 d8 03 00 00 49 c7 87 d8 03 00 00 00 00 00
> 0x0000000009d7c5a9:   00 49 c7 87 e0 03 00 00 00 00 00 00 48 83 c4 30
> 0x0000000009d7c5b9:   5d e9 c1 92 c9 06 f4 e8 bb c2 c9 06 48 b9 18 aa
> 0x0000000009d7c5c9:   50 f9 f8 7f 00 00 48 83 e4 f0 49 ba 80 ef 18 f9
> 0x0000000009d7c5d9:   f8 7f 00 00 41 ff d2 f4 49 ba e1 c5 d7 09 00 00
> 0x0000000009d7c5e9:   00 00 41 52 e9 ae a6 bf 06 f4 f4 f4 f4 f4 f4 e8
> 0x0000000009d7c5f9:   18 c0 c1 06 00 00 00 98 3f a3 2a 00 00 00 00 c0
>
>
> Stack slot to memory mapping:
> stack at sp + 0 slots: 0x000000002f219510 is a thread
> stack at sp + 1 slots: 0x0000000029d98b18 is pointing into metadata
> stack at sp + 2 slots: {method} {0x000000002aa34ba0} 'getIntHeader' '(Ljava/lang/String;)I' in 'jakarta/servlet/http/HttpServletRequestWrapper'
> stack at sp + 3 slots: {method} {0x00000000802a96d8} 'setYear' '(I)Lsun/util/calendar/CalendarDate;' in 'sun/util/calendar/CalendarDate'
> stack at sp + 4 slots: 0x000000002f219510 is a thread
> stack at sp + 5 slots: 0x000000001092c727 is at code_begin+487 in an Interpreter codelet
> method entry point (kind = zerolocals)  [0x000000001092c540, 0x000000001092c8e0]  928 bytes
> stack at sp + 6 slots: 0x00000000361bc560 is pointing into the stack for thread: 0x000000002f219510
> stack at sp + 7 slots: 0x0000000010929657 is at code_begin+1463 in an Interpreter codelet
> return entry points  [0x00000000109290a0, 0x0000000010929ba0]  2816 bytes
>
> --------------------------------------------------------------------------------
> [Constant Pool (empty)]
>
> --------------------------------------------------------------------------------
>
> [MachCode]
>   0x0000000009d7c4a0: 448b 5208 | 49bb 0000 | 0080 0000 | 0000 4d03 | d34c 3bd0 | 0f85 c64b | bf06 660f | 1f44 0000
>   0x0000000009d7c4c0: 8984 2400 | 90ff ff55 | 4883 ec30 | 48b8 20c7 | a32a 0000 | 0000 8b70 | 0883 c602 | 8970 0881
>   0x0000000009d7c4e0: e6fe 0f00 | 0083 fe00 | 0f84 6800 | 0000 8b42 | 0c48 c1e0 | 0348 83f8 | 000f 8444 | 0000 0048
>   0x0000000009d7c500: bbc8 d208 | 8100 0000 | 008b 7808 | 49ba 0000 | 0080 0000 | 0000 4903 | fa48 3b5f | 200f 8420
>   0x0000000009d7c520: 0000 0048 | 3bfb 0f84 | 1700 0000 | 5753 e84d | cfc9 065f | 5f83 ff00 | 0f84 3900 | 0000 e900
>   0x0000000009d7c540: 0000 0048 | 83c4 305d | 493b a748 | 0300 000f | 872b 0000 | 00c3 49ba | 983f a32a | 0000 0000
>   0x0000000009d7c560: 4c89 5424 | 0848 c704 | 24ff ffff | ffe8 0efc | c906 e977 | ffff ff48 | 8904 24e8 | 20c9 c906
>   0x0000000009d7c580: 49ba 48c5 | d709 0000 | 0000 4d89 | 9760 0300 | 00e9 6ab4 | bf06 9090 | 498b 87d8 | 0300 0049
>   0x0000000009d7c5a0: c787 d803 | 0000 0000 | 0000 49c7 | 87e0 0300 | 0000 0000 | 0048 83c4 | 305d e9c1 | 92c9 06f4
>   0x0000000009d7c5c0: e8bb c2c9 | 0648 b918 | aa50 f9f8 | 7f00 0048 | 83e4 f049 | ba80 ef18 | f9f8 7f00 | 0041 ffd2
>   0x0000000009d7c5e0: f449 bae1 | c5d7 0900 | 0000 0041 | 52e9 aea6 | bf06 f4f4 | f4f4 f4f4
> [/MachCode]
> --------------------------------------------------------------------------------
>
>
> ---------------  P R O C E S S  ---------------
>
> Threads class SMR info:
> _java_thread_list=0x000000002e8fc6c0, length=144, elements={
> 0x00000000009d0160, 0x000000002473f320, 0x000000002473fdc0, 0x000000002474e020,
> 0x000000002474eac0, 0x000000002474f560, 0x0000000024752010, 0x00000000247572f0,
> 0x000000002475bde0, 0x000000002475d700, 0x0000000027298c20, 0x00000000272968b0,
> 0x0000000027298200, 0x0000000027299640, 0x0000000027298710, 0x00000000272972d0,
> 0x0000000027297cf0, 0x000000002f03ae40, 0x000000002f03b350, 0x000000002f03a420,
> 0x000000002f03c790, 0x000000002f0385c0, 0x000000002f035830, 0x000000002f03bd70,
> 0x000000002f039f10, 0x000000002f038ad0, 0x000000002f037ba0, 0x000000002f038fe0,
> 0x000000002f03c280, 0x000000002f03d1b0, 0x000000002f03cca0, 0x000000002f0394f0,
> 0x000000002f03a930, 0x000000002f037180, 0x000000002f0380b0, 0x000000002f03b860,
> 0x000000002f037690, 0x000000002f039a00, 0x000000002f035d40, 0x000000002f036250,
> 0x000000002f036760, 0x000000002f036c70, 0x000000002f2171a0, 0x000000002f215340,
> 0x000000002f2176b0, 0x000000002f2185e0, 0x000000002f214920, 0x000000002f2134e0,
> 0x000000002f217bc0, 0x000000002f2180d0, 0x000000002f216270, 0x000000002f215850,
> 0x000000002f214e30, 0x000000002f216780, 0x000000002f218af0, 0x000000002f219a20,
> 0x000000002f216c90, 0x000000002f215d60, 0x000000002f2139f0, 0x000000002f219000,
> 0x000000002f219510, 0x000000002f2125b0, 0x000000002f219f30, 0x000000002f212ac0,
> 0x000000002f212fd0, 0x000000002f213f00, 0x000000002f214410, 0x000000002db5c890,
> 0x000000002db5b450, 0x000000002db5cda0, 0x000000002db5f620, 0x000000002db5b960,
> 0x000000002db60f70, 0x000000002db61990, 0x000000002db60a60, 0x000000002db5d2b0,
> 0x000000002db61ea0, 0x000000002db5be70, 0x000000002db5f110, 0x000000002db5d7c0,
> 0x000000002db5ec00, 0x000000002db5c380, 0x000000002db5aa30, 0x000000002db623b0,
> 0x000000002db5dcd0, 0x000000002db5af40, 0x000000002db5e1e0, 0x000000002db5e6f0,
> 0x000000002db5fb30, 0x000000002db60040, 0x000000002db61480, 0x000000002db60550,
> 0x000000002d744ae0, 0x000000002d743190, 0x000000002d744ff0, 0x000000002d745500,
> 0x000000002d7436a0, 0x000000002d7445d0, 0x000000002d746430, 0x000000002d745a10,
> 0x000000002d740400, 0x000000002d742260, 0x000000002d747360, 0x000000002d742770,
> 0x000000002d741840, 0x000000002d747870, 0x000000002d745f20, 0x000000002d746940,
> 0x000000002d740910, 0x000000002d740e20, 0x000000002d741330, 0x000000002d743bb0,
> 0x000000002d741d50, 0x000000002d742c80, 0x000000002d7440c0, 0x000000002d746e50,
> 0x000000002d747d80, 0x000000002d45b240, 0x000000002d45dfd0, 0x000000002d45bc60,
> 0x000000002d4593e0, 0x000000002d45f410, 0x000000002d45ad30, 0x000000002d458ed0,
> 0x000000002d45f920, 0x000000002d460340, 0x000000002d45c170, 0x000000002d45e4e0,
> 0x000000002d45c680, 0x000000002d45d0a0, 0x000000002d45e9f0, 0x000000002d45ef00,
> 0x000000002d45fe30, 0x000000002d45cb90, 0x000000002d45d5b0, 0x000000002d45dac0,
> 0x000000002d460850, 0x000000002d4598f0, 0x000000002d459e00, 0x000000002d45a310,
> 0x000000002f5ea480, 0x000000002d45a820, 0x000000002d45b750, 0x000000002ed7a850
> }
> _to_delete_list=0x000000002e8f3090
> Skipping _to_delete_list fields and contents for safety.
>
> Java Threads: ( => current thread )
>   0x00000000009d0160 JavaThread "main" [_thread_in_native, id=14520, stack(0x00000000018c0000,0x00000000019c0000)]
>   0x000000002473f320 JavaThread "Reference Handler" daemon [_thread_blocked, id=14992, stack(0x00000000275a0000,0x00000000276a0000)]
>   0x000000002473fdc0 JavaThread "Finalizer" daemon [_thread_blocked, id=15336, stack(0x00000000276a0000,0x00000000277a0000)]
>   0x000000002474e020 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10396, stack(0x0000000027890000,0x0000000027990000)]
>   0x000000002474eac0 JavaThread "Attach Listener" daemon [_thread_blocked, id=14532, stack(0x0000000027990000,0x0000000027a90000)]
>   0x000000002474f560 JavaThread "Service Thread" daemon [_thread_blocked, id=14692, stack(0x0000000027a90000,0x0000000027b90000)]
>   0x0000000024752010 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=15068, stack(0x0000000027b90000,0x0000000027c90000)]
>   0x00000000247572f0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=14748, stack(0x0000000027c90000,0x0000000027d90000)]
>   0x000000002475bde0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=14840, stack(0x0000000027d90000,0x0000000027e90000)]
>   0x000000002475d700 JavaThread "Sweeper thread" daemon [_thread_blocked, id=15268, stack(0x0000000027e90000,0x0000000027f90000)]
>   0x0000000027298c20 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=14688, stack(0x000000002c000000,0x000000002c100000)]
>   0x00000000272968b0 JavaThread "Notification Thread" daemon [_thread_blocked, id=14660, stack(0x000000002c100000,0x000000002c200000)]
>   0x0000000027298200 JavaThread "FileHandlerLogFilesCleaner-1" daemon [_thread_blocked, id=15320, stack(0x000000002c300000,0x000000002c400000)]
>   0x0000000027299640 JavaThread "AsyncFileHandlerWriter-1" daemon [_thread_blocked, id=14712, stack(0x000000002dff0000,0x000000002e0f0000)]
>   0x0000000027298710 JavaThread "Cleaner-0" daemon [_thread_blocked, id=14516, stack(0x000000002e0f0000,0x000000002e1f0000)]
>   0x00000000272972d0 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=5680, stack(0x0000000030d70000,0x0000000030e70000)]
>   0x0000000027297cf0 JavaThread "HikariPool-2 housekeeper" daemon [_thread_blocked, id=15196, stack(0x0000000030e70000,0x0000000030f70000)]
>   0x000000002f03ae40 JavaThread "HikariPool-3 housekeeper" daemon [_thread_blocked, id=14596, stack(0x0000000030f70000,0x0000000031070000)]
>   0x000000002f03b350 JavaThread "Catalina-utility-1" [_thread_blocked, id=5420, stack(0x00000000336c0000,0x00000000337c0000)]
>   0x000000002f03a420 JavaThread "Catalina-utility-2" [_thread_blocked, id=4880, stack(0x00000000337c0000,0x00000000338c0000)]
>   0x000000002f03c790 JavaThread "http-nio-0.0.0.0-80-exec-1" daemon [_thread_blocked, id=14060, stack(0x00000000338c0000,0x00000000339c0000)]
>   0x000000002f0385c0 JavaThread "http-nio-0.0.0.0-80-exec-2" daemon [_thread_blocked, id=14032, stack(0x00000000339c0000,0x0000000033ac0000)]
>   0x000000002f035830 JavaThread "http-nio-0.0.0.0-80-exec-3" daemon [_thread_blocked, id=13712, stack(0x0000000033ac0000,0x0000000033bc0000)]
>   0x000000002f03bd70 JavaThread "http-nio-0.0.0.0-80-exec-4" daemon [_thread_blocked, id=13968, stack(0x0000000033bc0000,0x0000000033cc0000)]
>   0x000000002f039f10 JavaThread "http-nio-0.0.0.0-80-exec-5" daemon [_thread_blocked, id=11784, stack(0x0000000033cc0000,0x0000000033dc0000)]
>   0x000000002f038ad0 JavaThread "http-nio-0.0.0.0-80-exec-6" daemon [_thread_blocked, id=8712, stack(0x0000000033dc0000,0x0000000033ec0000)]
>   0x000000002f037ba0 JavaThread "http-nio-0.0.0.0-80-exec-7" daemon [_thread_blocked, id=12076, stack(0x0000000033ec0000,0x0000000033fc0000)]
>   0x000000002f038fe0 JavaThread "http-nio-0.0.0.0-80-exec-8" daemon [_thread_blocked, id=10440, stack(0x0000000033fc0000,0x00000000340c0000)]
>   0x000000002f03c280 JavaThread "http-nio-0.0.0.0-80-exec-9" daemon [_thread_blocked, id=12004, stack(0x00000000340c0000,0x00000000341c0000)]
>   0x000000002f03d1b0 JavaThread "http-nio-0.0.0.0-80-exec-10" daemon [_thread_blocked, id=9600, stack(0x00000000341c0000,0x00000000342c0000)]
>   0x000000002f03cca0 JavaThread "http-nio-0.0.0.0-80-Poller" daemon [_thread_in_native, id=7560, stack(0x00000000342c0000,0x00000000343c0000)]
>   0x000000002f0394f0 JavaThread "http-nio-0.0.0.0-80-Acceptor" daemon [_thread_in_native, id=11612, stack(0x00000000343c0000,0x00000000344c0000)]
>   0x000000002f03a930 JavaThread "https-openssl-nio-0.0.0.0-443-exec-1" daemon [_thread_blocked, id=11296, stack(0x00000000344c0000,0x00000000345c0000)]
>   0x000000002f037180 JavaThread "https-openssl-nio-0.0.0.0-443-exec-2" daemon [_thread_blocked, id=8460, stack(0x00000000345c0000,0x00000000346c0000)]
>   0x000000002f0380b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-3" daemon [_thread_blocked, id=12144, stack(0x00000000346c0000,0x00000000347c0000)]
>   0x000000002f03b860 JavaThread "https-openssl-nio-0.0.0.0-443-exec-4" daemon [_thread_blocked, id=10120, stack(0x00000000347c0000,0x00000000348c0000)]
>   0x000000002f037690 JavaThread "https-openssl-nio-0.0.0.0-443-exec-5" daemon [_thread_blocked, id=11460, stack(0x00000000348c0000,0x00000000349c0000)]
>   0x000000002f039a00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-6" daemon [_thread_blocked, id=12176, stack(0x00000000349c0000,0x0000000034ac0000)]
>   0x000000002f035d40 JavaThread "https-openssl-nio-0.0.0.0-443-exec-7" daemon [_thread_blocked, id=10620, stack(0x0000000034ac0000,0x0000000034bc0000)]
>   0x000000002f036250 JavaThread "https-openssl-nio-0.0.0.0-443-exec-8" daemon [_thread_blocked, id=12180, stack(0x0000000034bc0000,0x0000000034cc0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002f036760 JavaThread "https-openssl-nio-0.0.0.0-443-exec-9" daemon [_thread_blocked, id=11696, stack(0x0000000034cc0000,0x0000000034dc0000)]
>   0x000000002f036c70 JavaThread "https-openssl-nio-0.0.0.0-443-exec-10" daemon [_thread_blocked, id=11816, stack(0x0000000034dc0000,0x0000000034ec0000)]
>   0x000000002f2171a0 JavaThread "https-openssl-nio-0.0.0.0-443-Poller" daemon [_thread_blocked, id=11640, stack(0x0000000034ec0000,0x0000000034fc0000)]
>   0x000000002f215340 JavaThread "https-openssl-nio-0.0.0.0-443-Acceptor" daemon [_thread_blocked, id=12264, stack(0x0000000034fc0000,0x00000000350c0000)]
>   0x000000002f2176b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-11" daemon [_thread_blocked, id=9372, stack(0x00000000350c0000,0x00000000351c0000)]
>   0x000000002f2185e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-12" daemon [_thread_blocked, id=7904, stack(0x00000000351c0000,0x00000000352c0000)]
>   0x000000002f214920 JavaThread "https-openssl-nio-0.0.0.0-443-exec-13" daemon [_thread_blocked, id=7624, stack(0x00000000352c0000,0x00000000353c0000)]
>   0x000000002f2134e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-14" daemon [_thread_blocked, id=10420, stack(0x00000000353c0000,0x00000000354c0000)]
>   0x000000002f217bc0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-15" daemon [_thread_blocked, id=9068, stack(0x00000000354c0000,0x00000000355c0000)]
>   0x000000002f2180d0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-16" daemon [_thread_blocked, id=11444, stack(0x00000000355c0000,0x00000000356c0000)]
>   0x000000002f216270 JavaThread "https-openssl-nio-0.0.0.0-443-exec-17" daemon [_thread_blocked, id=9368, stack(0x00000000356c0000,0x00000000357c0000)]
>   0x000000002f215850 JavaThread "https-openssl-nio-0.0.0.0-443-exec-18" daemon [_thread_blocked, id=10492, stack(0x00000000357c0000,0x00000000358c0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002f214e30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-19" daemon [_thread_blocked, id=10264, stack(0x00000000358c0000,0x00000000359c0000)]
>   0x000000002f216780 JavaThread "https-openssl-nio-0.0.0.0-443-exec-20" daemon [_thread_blocked, id=8332, stack(0x00000000359c0000,0x0000000035ac0000)]
>   0x000000002f218af0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-21" daemon [_thread_blocked, id=10916, stack(0x0000000035ac0000,0x0000000035bc0000)]
>   0x000000002f219a20 JavaThread "https-openssl-nio-0.0.0.0-443-exec-22" daemon [_thread_blocked, id=12272, stack(0x0000000035bc0000,0x0000000035cc0000)]
>   0x000000002f216c90 JavaThread "https-openssl-nio-0.0.0.0-443-exec-23" daemon [_thread_blocked, id=9768, stack(0x0000000035cc0000,0x0000000035dc0000)]
>   0x000000002f215d60 JavaThread "https-openssl-nio-0.0.0.0-443-exec-24" daemon [_thread_blocked, id=11396, stack(0x0000000035dc0000,0x0000000035ec0000)]
>   0x000000002f2139f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-25" daemon [_thread_blocked, id=10332, stack(0x0000000035ec0000,0x0000000035fc0000)]
>   0x000000002f219000 JavaThread "https-openssl-nio-0.0.0.0-443-exec-26" daemon [_thread_blocked, id=11976, stack(0x0000000035fc0000,0x00000000360c0000)]
> =>0x000000002f219510 JavaThread "https-openssl-nio-0.0.0.0-443-exec-27" daemon [_thread_in_Java, id=7296, stack(0x00000000360c0000,0x00000000361c0000)]
>   0x000000002f2125b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-28" daemon [_thread_blocked, id=10872, stack(0x00000000361c0000,0x00000000362c0000)]
>   0x000000002f219f30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-29" daemon [_thread_blocked, id=11748, stack(0x00000000362c0000,0x00000000363c0000)]
>   0x000000002f212ac0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-30" daemon [_thread_blocked, id=11524, stack(0x00000000363c0000,0x00000000364c0000)]
>   0x000000002f212fd0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-31" daemon [_thread_blocked, id=12172, stack(0x00000000364c0000,0x00000000365c0000)]
>   0x000000002f213f00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-32" daemon [_thread_blocked, id=11056, stack(0x00000000365c0000,0x00000000366c0000)]
>   0x000000002f214410 JavaThread "https-openssl-nio-0.0.0.0-443-exec-33" daemon [_thread_blocked, id=5096, stack(0x00000000366c0000,0x00000000367c0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002db5c890 JavaThread "https-openssl-nio-0.0.0.0-443-exec-34" daemon [_thread_blocked, id=13796, stack(0x00000000367c0000,0x00000000368c0000)]
>   0x000000002db5b450 JavaThread "https-openssl-nio-0.0.0.0-443-exec-35" daemon [_thread_blocked, id=13560, stack(0x00000000368c0000,0x00000000369c0000)]
>   0x000000002db5cda0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-36" daemon [_thread_blocked, id=8516, stack(0x00000000369c0000,0x0000000036ac0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002db5f620 JavaThread "https-openssl-nio-0.0.0.0-443-exec-37" daemon [_thread_blocked, id=13764, stack(0x0000000036ac0000,0x0000000036bc0000)]
>   0x000000002db5b960 JavaThread "https-openssl-nio-0.0.0.0-443-exec-38" daemon [_thread_blocked, id=15116, stack(0x0000000036bc0000,0x0000000036cc0000)]
>   0x000000002db60f70 JavaThread "https-openssl-nio-0.0.0.0-443-exec-39" daemon [_thread_blocked, id=15180, stack(0x0000000036cc0000,0x0000000036dc0000)]
>   0x000000002db61990 JavaThread "https-openssl-nio-0.0.0.0-443-exec-40" daemon [_thread_blocked, id=5068, stack(0x0000000036dc0000,0x0000000036ec0000)]
>   0x000000002db60a60 JavaThread "https-openssl-nio-0.0.0.0-443-exec-41" daemon [_thread_blocked, id=11720, stack(0x0000000036ec0000,0x0000000036fc0000)]
>   0x000000002db5d2b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-42" daemon [_thread_blocked, id=8644, stack(0x0000000036fc0000,0x00000000370c0000)]
>   0x000000002db61ea0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-43" daemon [_thread_blocked, id=12628, stack(0x00000000370c0000,0x00000000371c0000)]
>   0x000000002db5be70 JavaThread "https-openssl-nio-0.0.0.0-443-exec-44" daemon [_thread_blocked, id=12804, stack(0x00000000371c0000,0x00000000372c0000)]
>   0x000000002db5f110 JavaThread "https-openssl-nio-0.0.0.0-443-exec-45" daemon [_thread_blocked, id=12088, stack(0x00000000372c0000,0x00000000373c0000)]
>   0x000000002db5d7c0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-46" daemon [_thread_blocked, id=13352, stack(0x00000000373c0000,0x00000000374c0000)]
>   0x000000002db5ec00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-47" daemon [_thread_blocked, id=7800, stack(0x00000000374c0000,0x00000000375c0000)]
>   0x000000002db5c380 JavaThread "https-openssl-nio-0.0.0.0-443-exec-48" daemon [_thread_blocked, id=13144, stack(0x00000000375c0000,0x00000000376c0000)]
>   0x000000002db5aa30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-49" daemon [_thread_blocked, id=12504, stack(0x00000000376c0000,0x00000000377c0000)]
>   0x000000002db623b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-50" daemon [_thread_blocked, id=2496, stack(0x00000000377c0000,0x00000000378c0000)]
>   0x000000002db5dcd0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-51" daemon [_thread_blocked, id=15224, stack(0x00000000378c0000,0x00000000379c0000)]
>   0x000000002db5af40 JavaThread "https-openssl-nio-0.0.0.0-443-exec-52" daemon [_thread_blocked, id=15156, stack(0x00000000379c0000,0x0000000037ac0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002db5e1e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-53" daemon [_thread_blocked, id=14548, stack(0x0000000037ac0000,0x0000000037bc0000)]
>   0x000000002db5e6f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-54" daemon [_thread_blocked, id=5100, stack(0x0000000037bc0000,0x0000000037cc0000)]
>   0x000000002db5fb30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-55" daemon [_thread_blocked, id=7936, stack(0x0000000037cc0000,0x0000000037dc0000)]
>   0x000000002db60040 JavaThread "https-openssl-nio-0.0.0.0-443-exec-56" daemon [_thread_blocked, id=8, stack(0x0000000037dc0000,0x0000000037ec0000)]
>   0x000000002db61480 JavaThread "https-openssl-nio-0.0.0.0-443-exec-57" daemon [_thread_blocked, id=1784, stack(0x0000000037ec0000,0x0000000037fc0000)]
>   0x000000002db60550 JavaThread "https-openssl-nio-0.0.0.0-443-exec-58" daemon [_thread_blocked, id=1788, stack(0x0000000037fc0000,0x00000000380c0000)]
>   0x000000002d744ae0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-59" daemon [_thread_blocked, id=3452, stack(0x00000000380c0000,0x00000000381c0000)]
>   0x000000002d743190 JavaThread "https-openssl-nio-0.0.0.0-443-exec-60" daemon [_thread_blocked, id=3892, stack(0x00000000381c0000,0x00000000382c0000)]
>   0x000000002d744ff0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-61" daemon [_thread_blocked, id=4460, stack(0x00000000382c0000,0x00000000383c0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002d745500 JavaThread "https-openssl-nio-0.0.0.0-443-exec-62" daemon [_thread_blocked, id=3756, stack(0x00000000383c0000,0x00000000384c0000)]
>   0x000000002d7436a0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-63" daemon [_thread_blocked, id=2728, stack(0x00000000384c0000,0x00000000385c0000)]
>   0x000000002d7445d0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-64" daemon [_thread_blocked, id=4428, stack(0x00000000385c0000,0x00000000386c0000)]
>   0x000000002d746430 JavaThread "https-openssl-nio-0.0.0.0-443-exec-65" daemon [_thread_blocked, id=4436, stack(0x00000000386c0000,0x00000000387c0000)]
>   0x000000002d745a10 JavaThread "https-openssl-nio-0.0.0.0-443-exec-66" daemon [_thread_blocked, id=3768, stack(0x00000000387c0000,0x00000000388c0000)]
>   0x000000002d740400 JavaThread "https-openssl-nio-0.0.0.0-443-exec-67" daemon [_thread_blocked, id=4432, stack(0x00000000388c0000,0x00000000389c0000)]
>   0x000000002d742260 JavaThread "https-openssl-nio-0.0.0.0-443-exec-68" daemon [_thread_blocked, id=4744, stack(0x00000000389c0000,0x0000000038ac0000)]
>   0x000000002d747360 JavaThread "https-openssl-nio-0.0.0.0-443-exec-69" daemon [_thread_blocked, id=3732, stack(0x0000000038ac0000,0x0000000038bc0000)]
>   0x000000002d742770 JavaThread "https-openssl-nio-0.0.0.0-443-exec-70" daemon [_thread_blocked, id=14684, stack(0x0000000038bc0000,0x0000000038cc0000)]
>   0x000000002d741840 JavaThread "https-openssl-nio-0.0.0.0-443-exec-71" daemon [_thread_blocked, id=14392, stack(0x0000000038cc0000,0x0000000038dc0000)]
>   0x000000002d747870 JavaThread "https-openssl-nio-0.0.0.0-443-exec-72" daemon [_thread_blocked, id=9824, stack(0x0000000038dc0000,0x0000000038ec0000)]
>   0x000000002d745f20 JavaThread "https-openssl-nio-0.0.0.0-443-exec-73" daemon [_thread_blocked, id=14380, stack(0x0000000038ec0000,0x0000000038fc0000)]
>   0x000000002d746940 JavaThread "https-openssl-nio-0.0.0.0-443-exec-74" daemon [_thread_blocked, id=6340, stack(0x0000000038fc0000,0x00000000390c0000)]
>   0x000000002d740910 JavaThread "https-openssl-nio-0.0.0.0-443-exec-75" daemon [_thread_blocked, id=14448, stack(0x00000000390c0000,0x00000000391c0000)]
>   0x000000002d740e20 JavaThread "https-openssl-nio-0.0.0.0-443-exec-76" daemon [_thread_blocked, id=6104, stack(0x00000000391c0000,0x00000000392c0000)]
>   0x000000002d741330 JavaThread "https-openssl-nio-0.0.0.0-443-exec-77" daemon [_thread_blocked, id=13488, stack(0x00000000392c0000,0x00000000393c0000)]
>   0x000000002d743bb0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-78" daemon [_thread_blocked, id=14832, stack(0x00000000393c0000,0x00000000394c0000)]
>   0x000000002d741d50 JavaThread "https-openssl-nio-0.0.0.0-443-exec-79" daemon [_thread_blocked, id=12032, stack(0x00000000394c0000,0x00000000395c0000)]
>   0x000000002d742c80 JavaThread "https-openssl-nio-0.0.0.0-443-exec-80" daemon [_thread_blocked, id=14988, stack(0x00000000395c0000,0x00000000396c0000)]
>   0x000000002d7440c0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-81" daemon [_thread_blocked, id=14068, stack(0x00000000396c0000,0x00000000397c0000)]
>   0x000000002d746e50 JavaThread "https-openssl-nio-0.0.0.0-443-exec-82" daemon [_thread_blocked, id=3108, stack(0x00000000397c0000,0x00000000398c0000)]
>   0x000000002d747d80 JavaThread "https-openssl-nio-0.0.0.0-443-exec-83" daemon [_thread_blocked, id=14116, stack(0x00000000398c0000,0x00000000399c0000)]
>   0x000000002d45b240 JavaThread "https-openssl-nio-0.0.0.0-443-exec-84" daemon [_thread_blocked, id=2492, stack(0x00000000399c0000,0x0000000039ac0000)]
>   0x000000002d45dfd0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-85" daemon [_thread_blocked, id=14636, stack(0x0000000039ac0000,0x0000000039bc0000)]
>   0x000000002d45bc60 JavaThread "https-openssl-nio-0.0.0.0-443-exec-86" daemon [_thread_blocked, id=4528, stack(0x0000000039bc0000,0x0000000039cc0000)]
>   0x000000002d4593e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-87" daemon [_thread_blocked, id=14640, stack(0x0000000039cc0000,0x0000000039dc0000)]
>   0x000000002d45f410 JavaThread "https-openssl-nio-0.0.0.0-443-exec-88" daemon [_thread_blocked, id=11268, stack(0x0000000039dc0000,0x0000000039ec0000)]
>   0x000000002d45ad30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-89" daemon [_thread_blocked, id=13684, stack(0x0000000039ec0000,0x0000000039fc0000)]
>   0x000000002d458ed0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-90" daemon [_thread_blocked, id=15140, stack(0x0000000039fc0000,0x000000003a0c0000)]
>   0x000000002d45f920 JavaThread "https-openssl-nio-0.0.0.0-443-exec-91" daemon [_thread_blocked, id=14280, stack(0x000000003a0c0000,0x000000003a1c0000)]
>   0x000000002d460340 JavaThread "https-openssl-nio-0.0.0.0-443-exec-92" daemon [_thread_blocked, id=15100, stack(0x000000003a1c0000,0x000000003a2c0000)]
>   0x000000002d45c170 JavaThread "https-openssl-nio-0.0.0.0-443-exec-93" daemon [_thread_blocked, id=13296, stack(0x000000003a2c0000,0x000000003a3c0000)]
>   0x000000002d45e4e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-94" daemon [_thread_blocked, id=14680, stack(0x000000003a3c0000,0x000000003a4c0000)]
>   0x000000002d45c680 JavaThread "https-openssl-nio-0.0.0.0-443-exec-95" daemon [_thread_blocked, id=15208, stack(0x000000003a4c0000,0x000000003a5c0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002d45d0a0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-96" daemon [_thread_blocked, id=6668, stack(0x000000003a5c0000,0x000000003a6c0000)]
>   0x000000002d45e9f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-97" daemon [_thread_blocked, id=15300, stack(0x000000003a6c0000,0x000000003a7c0000)]
>   0x000000002d45ef00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-98" daemon [_thread_blocked, id=15236, stack(0x000000003a7c0000,0x000000003a8c0000)]
>   0x000000002d45fe30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-99" daemon [_thread_blocked, id=13972, stack(0x000000003a8c0000,0x000000003a9c0000)]
>   0x000000002d45cb90 JavaThread "https-openssl-nio-0.0.0.0-443-exec-100" daemon [_thread_blocked, id=14848, stack(0x000000003a9c0000,0x000000003aac0000)]
>   0x000000002d45d5b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-101" daemon [_thread_blocked, id=14620, stack(0x000000003aac0000,0x000000003abc0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002d45dac0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-102" daemon [_thread_blocked, id=7068, stack(0x000000003abc0000,0x000000003acc0000)] _threads_hazard_ptr=0x000000002e8f3090
>   0x000000002d460850 JavaThread "https-openssl-nio-0.0.0.0-443-exec-103" daemon [_thread_blocked, id=9940, stack(0x000000003acc0000,0x000000003adc0000)]
>   0x000000002d4598f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-104" daemon [_thread_blocked, id=14128, stack(0x000000003adc0000,0x000000003aec0000)]
>   0x000000002d459e00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-105" daemon [_thread_blocked, id=15164, stack(0x000000003aec0000,0x000000003afc0000)]
>   0x000000002d45a310 JavaThread "https-openssl-nio-0.0.0.0-443-exec-106" daemon [_thread_blocked, id=14324, stack(0x000000003afc0000,0x000000003b0c0000)]
>   0x000000002f5ea480 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=14824, stack(0x000000003bcc0000,0x000000003bdc0000)]
>   0x000000002d45a820 JavaThread "HikariPool-3 connection adder" daemon [_thread_blocked, id=14352, stack(0x000000003bdc0000,0x000000003bec0000)]
>   0x000000002d45b750 JavaThread "HikariPool-1 connection adder" daemon [_thread_blocked, id=13512, stack(0x000000003bec0000,0x000000003bfc0000)]
>   0x000000002ed7a850 JavaThread "WebSocket background processing" daemon [_thread_blocked, id=6756, stack(0x000000003bfc0000,0x000000003c0c0000)]
>
> Other Threads:
>   0x0000000024735860 VMThread "VM Thread" [stack: 0x00000000274a0000,0x00000000275a0000] [id=15244] _threads_hazard_ptr=0x000000002e8fc6c0
>   0x00000000272ac950 WatcherThread [stack: 0x000000002c200000,0x000000002c300000] [id=12164]
>   0x0000000000a4daa0 GCTaskThread "GC Thread#0" [stack: 0x0000000024760000,0x0000000024860000] [id=14952]
>   0x000000002c49ac80 GCTaskThread "GC Thread#1" [stack: 0x000000002e5d0000,0x000000002e6d0000] [id=14940]
>   0x000000002c49b780 GCTaskThread "GC Thread#2" [stack: 0x000000002e6d0000,0x000000002e7d0000] [id=15044]
>   0x000000002c49af40 GCTaskThread "GC Thread#3" [stack: 0x000000002e7d0000,0x000000002e8d0000] [id=15240]
>   0x000000002456e3b0 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000000024860000,0x0000000024960000] [id=14428]
>   0x0000000024570030 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000000024960000,0x0000000024a60000] [id=5440]
>   0x0000000024663960 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000000026ea0000,0x0000000026fa0000] [id=3436]
>   0x0000000024665220 ConcurrentGCThread "G1 Service" [stack: 0x0000000026fa0000,0x00000000270a0000] [id=15204]
>
> Threads with active compile tasks:
> C2 CompilerThread0    32506 5293       4       org.mariadb.jdbc.client.result.Result::getString (10 bytes)
> C1 CompilerThread0    32506 5768  s!   2       jdk.internal.loader.URLClassPath::getLoader (194 bytes)
> C2 CompilerThread1    32506 5329   !   4       com.zaxxer.hikari.pool.HikariProxyResultSet::getString (18 bytes)
>
> VM state: synchronizing (normal execution)
>
> VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
> [0x00000000009ca0e0] Threads_lock - owner thread: 0x0000000024735860
>
> Heap address: 0x00000006c1c00000, size: 5092 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
>
> CDS archive(s) mapped at: [0x0000000080000000-0x0000000080bd0000-0x0000000080bd0000), size 12386304, SharedBaseAddress: 0x0000000080000000, ArchiveRelocationMode: 1.
> Compressed class space mapped at: 0x0000000081000000-0x00000000c1000000, reserved size: 1073741824
> Narrow klass base: 0x0000000080000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
>
> GC Precious Log:
>  CPUs: 4 total, 4 available
>  Memory: 8191M
>  Large Page Support: Disabled
>  NUMA Support: Disabled
>  Compressed Oops: Enabled (Zero based)
>  Heap Region Size: 4M
>  Heap Min Capacity: 768M
>  Heap Initial Capacity: 768M
>  Heap Max Capacity: 5092M
>  Pre-touch: Disabled
>  Parallel Workers: 4
>  Concurrent Workers: 1
>  Concurrent Refinement Workers: 4
>  Periodic GC: Disabled
>
> Heap:
>  garbage-first heap   total 786432K, used 457886K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 109 young (446464K), 5 survivors (20480K)
>  Metaspace       used 51121K, committed 51712K, reserved 1114112K
>   class space    used 4899K, committed 5184K, reserved 1048576K
>
> Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
> |   0|0x00000006c1c00000, 0x00000006c2000000, 0x00000006c2000000|100%| O|  |TAMS 0x00000006c2000000, 0x00000006c1c00000| Untracked
> |   1|0x00000006c2000000, 0x00000006c2400000, 0x00000006c2400000|100%| O|  |TAMS 0x00000006c2400000, 0x00000006c2000000| Untracked
> |   2|0x00000006c2400000, 0x00000006c2800000, 0x00000006c2800000|100%| O|  |TAMS 0x00000006c2800000, 0x00000006c2400000| Untracked
> |   3|0x00000006c2800000, 0x00000006c2c00000, 0x00000006c2c00000|100%| O|  |TAMS 0x00000006c2c00000, 0x00000006c2800000| Untracked
> |   4|0x00000006c2c00000, 0x00000006c2df6e00, 0x00000006c3000000| 49%| O|  |TAMS 0x00000006c2df6e00, 0x00000006c2c00000| Untracked
> |   5|0x00000006c3000000, 0x00000006c3000000, 0x00000006c3400000|  0%| F|  |TAMS 0x00000006c3000000, 0x00000006c3000000| Untracked
> |   6|0x00000006c3400000, 0x00000006c3400000, 0x00000006c3800000|  0%| F|  |TAMS 0x00000006c3400000, 0x00000006c3400000| Untracked
> |   7|0x00000006c3800000, 0x00000006c3800000, 0x00000006c3c00000|  0%| F|  |TAMS 0x00000006c3800000, 0x00000006c3800000| Untracked
> |   8|0x00000006c3c00000, 0x00000006c3c00000, 0x00000006c4000000|  0%| F|  |TAMS 0x00000006c3c00000, 0x00000006c3c00000| Untracked
> |   9|0x00000006c4000000, 0x00000006c4000000, 0x00000006c4400000|  0%| F|  |TAMS 0x00000006c4000000, 0x00000006c4000000| Untracked
> |  10|0x00000006c4400000, 0x00000006c4400000, 0x00000006c4800000|  0%| F|  |TAMS 0x00000006c4400000, 0x00000006c4400000| Untracked
> |  11|0x00000006c4800000, 0x00000006c4800000, 0x00000006c4c00000|  0%| F|  |TAMS 0x00000006c4800000, 0x00000006c4800000| Untracked
> |  12|0x00000006c4c00000, 0x00000006c4c00000, 0x00000006c5000000|  0%| F|  |TAMS 0x00000006c4c00000, 0x00000006c4c00000| Untracked
> |  13|0x00000006c5000000, 0x00000006c5000000, 0x00000006c5400000|  0%| F|  |TAMS 0x00000006c5000000, 0x00000006c5000000| Untracked
> |  14|0x00000006c5400000, 0x00000006c5400000, 0x00000006c5800000|  0%| F|  |TAMS 0x00000006c5400000, 0x00000006c5400000| Untracked
> |  15|0x00000006c5800000, 0x00000006c5800000, 0x00000006c5c00000|  0%| F|  |TAMS 0x00000006c5800000, 0x00000006c5800000| Untracked
> |  16|0x00000006c5c00000, 0x00000006c5c00000, 0x00000006c6000000|  0%| F|  |TAMS 0x00000006c5c00000, 0x00000006c5c00000| Untracked
> |  17|0x00000006c6000000, 0x00000006c6000000, 0x00000006c6400000|  0%| F|  |TAMS 0x00000006c6000000, 0x00000006c6000000| Untracked
> |  18|0x00000006c6400000, 0x00000006c6400000, 0x00000006c6800000|  0%| F|  |TAMS 0x00000006c6400000, 0x00000006c6400000| Untracked
> |  19|0x00000006c6800000, 0x00000006c6800000, 0x00000006c6c00000|  0%| F|  |TAMS 0x00000006c6800000, 0x00000006c6800000| Untracked
> |  20|0x00000006c6c00000, 0x00000006c6c00000, 0x00000006c7000000|  0%| F|  |TAMS 0x00000006c6c00000, 0x00000006c6c00000| Untracked
> |  21|0x00000006c7000000, 0x00000006c7000000, 0x00000006c7400000|  0%| F|  |TAMS 0x00000006c7000000, 0x00000006c7000000| Untracked
> |  22|0x00000006c7400000, 0x00000006c7400000, 0x00000006c7800000|  0%| F|  |TAMS 0x00000006c7400000, 0x00000006c7400000| Untracked
> |  23|0x00000006c7800000, 0x00000006c7800000, 0x00000006c7c00000|  0%| F|  |TAMS 0x00000006c7800000, 0x00000006c7800000| Untracked
> |  24|0x00000006c7c00000, 0x00000006c7c00000, 0x00000006c8000000|  0%| F|  |TAMS 0x00000006c7c00000, 0x00000006c7c00000| Untracked
> |  25|0x00000006c8000000, 0x00000006c8000000, 0x00000006c8400000|  0%| F|  |TAMS 0x00000006c8000000, 0x00000006c8000000| Untracked
> |  26|0x00000006c8400000, 0x00000006c8400000, 0x00000006c8800000|  0%| F|  |TAMS 0x00000006c8400000, 0x00000006c8400000| Untracked
> |  27|0x00000006c8800000, 0x00000006c8800000, 0x00000006c8c00000|  0%| F|  |TAMS 0x00000006c8800000, 0x00000006c8800000| Untracked
> |  28|0x00000006c8c00000, 0x00000006c8c00000, 0x00000006c9000000|  0%| F|  |TAMS 0x00000006c8c00000, 0x00000006c8c00000| Untracked
> |  29|0x00000006c9000000, 0x00000006c9000000, 0x00000006c9400000|  0%| F|  |TAMS 0x00000006c9000000, 0x00000006c9000000| Untracked
> |  30|0x00000006c9400000, 0x00000006c9400000, 0x00000006c9800000|  0%| F|  |TAMS 0x00000006c9400000, 0x00000006c9400000| Untracked
> |  31|0x00000006c9800000, 0x00000006c9800000, 0x00000006c9c00000|  0%| F|  |TAMS 0x00000006c9800000, 0x00000006c9800000| Untracked
> |  32|0x00000006c9c00000, 0x00000006c9c00000, 0x00000006ca000000|  0%| F|  |TAMS 0x00000006c9c00000, 0x00000006c9c00000| Untracked
> |  33|0x00000006ca000000, 0x00000006ca000000, 0x00000006ca400000|  0%| F|  |TAMS 0x00000006ca000000, 0x00000006ca000000| Untracked
> |  34|0x00000006ca400000, 0x00000006ca400000, 0x00000006ca800000|  0%| F|  |TAMS 0x00000006ca400000, 0x00000006ca400000| Untracked
> |  35|0x00000006ca800000, 0x00000006ca800000, 0x00000006cac00000|  0%| F|  |TAMS 0x00000006ca800000, 0x00000006ca800000| Untracked
> |  36|0x00000006cac00000, 0x00000006cac00000, 0x00000006cb000000|  0%| F|  |TAMS 0x00000006cac00000, 0x00000006cac00000| Untracked
> |  37|0x00000006cb000000, 0x00000006cb000000, 0x00000006cb400000|  0%| F|  |TAMS 0x00000006cb000000, 0x00000006cb000000| Untracked
> |  38|0x00000006cb400000, 0x00000006cb400000, 0x00000006cb800000|  0%| F|  |TAMS 0x00000006cb400000, 0x00000006cb400000| Untracked
> |  39|0x00000006cb800000, 0x00000006cb800000, 0x00000006cbc00000|  0%| F|  |TAMS 0x00000006cb800000, 0x00000006cb800000| Untracked
> |  40|0x00000006cbc00000, 0x00000006cbc00000, 0x00000006cc000000|  0%| F|  |TAMS 0x00000006cbc00000, 0x00000006cbc00000| Untracked
> |  41|0x00000006cc000000, 0x00000006cc000000, 0x00000006cc400000|  0%| F|  |TAMS 0x00000006cc000000, 0x00000006cc000000| Untracked
> |  42|0x00000006cc400000, 0x00000006cc400000, 0x00000006cc800000|  0%| F|  |TAMS 0x00000006cc400000, 0x00000006cc400000| Untracked
> |  43|0x00000006cc800000, 0x00000006cc800000, 0x00000006ccc00000|  0%| F|  |TAMS 0x00000006cc800000, 0x00000006cc800000| Untracked
> |  44|0x00000006ccc00000, 0x00000006ccc00000, 0x00000006cd000000|  0%| F|  |TAMS 0x00000006ccc00000, 0x00000006ccc00000| Untracked
> |  45|0x00000006cd000000, 0x00000006cd000000, 0x00000006cd400000|  0%| F|  |TAMS 0x00000006cd000000, 0x00000006cd000000| Untracked
> |  46|0x00000006cd400000, 0x00000006cd400000, 0x00000006cd800000|  0%| F|  |TAMS 0x00000006cd400000, 0x00000006cd400000| Untracked
> |  47|0x00000006cd800000, 0x00000006cd800000, 0x00000006cdc00000|  0%| F|  |TAMS 0x00000006cd800000, 0x00000006cd800000| Untracked
> |  48|0x00000006cdc00000, 0x00000006cdc00000, 0x00000006ce000000|  0%| F|  |TAMS 0x00000006cdc00000, 0x00000006cdc00000| Untracked
> |  49|0x00000006ce000000, 0x00000006ce000000, 0x00000006ce400000|  0%| F|  |TAMS 0x00000006ce000000, 0x00000006ce000000| Untracked
> |  50|0x00000006ce400000, 0x00000006ce400000, 0x00000006ce800000|  0%| F|  |TAMS 0x00000006ce400000, 0x00000006ce400000| Untracked
> |  51|0x00000006ce800000, 0x00000006ce800000, 0x00000006cec00000|  0%| F|  |TAMS 0x00000006ce800000, 0x00000006ce800000| Untracked
> |  52|0x00000006cec00000, 0x00000006cec00000, 0x00000006cf000000|  0%| F|  |TAMS 0x00000006cec00000, 0x00000006cec00000| Untracked
> |  53|0x00000006cf000000, 0x00000006cf000000, 0x00000006cf400000|  0%| F|  |TAMS 0x00000006cf000000, 0x00000006cf000000| Untracked
> |  54|0x00000006cf400000, 0x00000006cf400000, 0x00000006cf800000|  0%| F|  |TAMS 0x00000006cf400000, 0x00000006cf400000| Untracked
> |  55|0x00000006cf800000, 0x00000006cf800000, 0x00000006cfc00000|  0%| F|  |TAMS 0x00000006cf800000, 0x00000006cf800000| Untracked
> |  56|0x00000006cfc00000, 0x00000006cfc00000, 0x00000006d0000000|  0%| F|  |TAMS 0x00000006cfc00000, 0x00000006cfc00000| Untracked
> |  57|0x00000006d0000000, 0x00000006d0000000, 0x00000006d0400000|  0%| F|  |TAMS 0x00000006d0000000, 0x00000006d0000000| Untracked
> |  58|0x00000006d0400000, 0x00000006d0400000, 0x00000006d0800000|  0%| F|  |TAMS 0x00000006d0400000, 0x00000006d0400000| Untracked
> |  59|0x00000006d0800000, 0x00000006d0800000, 0x00000006d0c00000|  0%| F|  |TAMS 0x00000006d0800000, 0x00000006d0800000| Untracked
> |  60|0x00000006d0c00000, 0x00000006d0c00000, 0x00000006d1000000|  0%| F|  |TAMS 0x00000006d0c00000, 0x00000006d0c00000| Untracked
> |  61|0x00000006d1000000, 0x00000006d1000000, 0x00000006d1400000|  0%| F|  |TAMS 0x00000006d1000000, 0x00000006d1000000| Untracked
> |  62|0x00000006d1400000, 0x00000006d1400000, 0x00000006d1800000|  0%| F|  |TAMS 0x00000006d1400000, 0x00000006d1400000| Untracked
> |  63|0x00000006d1800000, 0x00000006d1800000, 0x00000006d1c00000|  0%| F|  |TAMS 0x00000006d1800000, 0x00000006d1800000| Untracked
> |  64|0x00000006d1c00000, 0x00000006d1c00000, 0x00000006d2000000|  0%| F|  |TAMS 0x00000006d1c00000, 0x00000006d1c00000| Untracked
> |  65|0x00000006d2000000, 0x00000006d2000000, 0x00000006d2400000|  0%| F|  |TAMS 0x00000006d2000000, 0x00000006d2000000| Untracked
> |  66|0x00000006d2400000, 0x00000006d2400000, 0x00000006d2800000|  0%| F|  |TAMS 0x00000006d2400000, 0x00000006d2400000| Untracked
> |  67|0x00000006d2800000, 0x00000006d2800000, 0x00000006d2c00000|  0%| F|  |TAMS 0x00000006d2800000, 0x00000006d2800000| Untracked
> |  68|0x00000006d2c00000, 0x00000006d2c00000, 0x00000006d3000000|  0%| F|  |TAMS 0x00000006d2c00000, 0x00000006d2c00000| Untracked
> |  69|0x00000006d3000000, 0x00000006d3000000, 0x00000006d3400000|  0%| F|  |TAMS 0x00000006d3000000, 0x00000006d3000000| Untracked
> |  70|0x00000006d3400000, 0x00000006d3400000, 0x00000006d3800000|  0%| F|  |TAMS 0x00000006d3400000, 0x00000006d3400000| Untracked
> |  71|0x00000006d3800000, 0x00000006d3800000, 0x00000006d3c00000|  0%| F|  |TAMS 0x00000006d3800000, 0x00000006d3800000| Untracked
> |  72|0x00000006d3c00000, 0x00000006d3c00000, 0x00000006d4000000|  0%| F|  |TAMS 0x00000006d3c00000, 0x00000006d3c00000| Untracked
> |  73|0x00000006d4000000, 0x00000006d4000000, 0x00000006d4400000|  0%| F|  |TAMS 0x00000006d4000000, 0x00000006d4000000| Untracked
> |  74|0x00000006d4400000, 0x00000006d4400000, 0x00000006d4800000|  0%| F|  |TAMS 0x00000006d4400000, 0x00000006d4400000| Untracked
> |  75|0x00000006d4800000, 0x00000006d4800000, 0x00000006d4c00000|  0%| F|  |TAMS 0x00000006d4800000, 0x00000006d4800000| Untracked
> |  76|0x00000006d4c00000, 0x00000006d4c00000, 0x00000006d5000000|  0%| F|  |TAMS 0x00000006d4c00000, 0x00000006d4c00000| Untracked
> |  77|0x00000006d5000000, 0x00000006d5000000, 0x00000006d5400000|  0%| F|  |TAMS 0x00000006d5000000, 0x00000006d5000000| Untracked
> |  78|0x00000006d5400000, 0x00000006d5400000, 0x00000006d5800000|  0%| F|  |TAMS 0x00000006d5400000, 0x00000006d5400000| Untracked
> |  79|0x00000006d5800000, 0x00000006d5800000, 0x00000006d5c00000|  0%| F|  |TAMS 0x00000006d5800000, 0x00000006d5800000| Untracked
> |  80|0x00000006d5c00000, 0x00000006d5c00000, 0x00000006d6000000|  0%| F|  |TAMS 0x00000006d5c00000, 0x00000006d5c00000| Untracked
> |  81|0x00000006d6000000, 0x00000006d6000000, 0x00000006d6400000|  0%| F|  |TAMS 0x00000006d6000000, 0x00000006d6000000| Untracked
> |  82|0x00000006d6400000, 0x00000006d6400000, 0x00000006d6800000|  0%| F|  |TAMS 0x00000006d6400000, 0x00000006d6400000| Untracked
> |  83|0x00000006d6800000, 0x00000006d681d4e0, 0x00000006d6c00000|  2%| E|  |TAMS 0x00000006d6800000, 0x00000006d6800000| Complete
> |  84|0x00000006d6c00000, 0x00000006d7000000, 0x00000006d7000000|100%| E|CS|TAMS 0x00000006d6c00000, 0x00000006d6c00000| Complete
> |  85|0x00000006d7000000, 0x00000006d7400000, 0x00000006d7400000|100%| E|CS|TAMS 0x00000006d7000000, 0x00000006d7000000| Complete
> |  86|0x00000006d7400000, 0x00000006d7800000, 0x00000006d7800000|100%| E|CS|TAMS 0x00000006d7400000, 0x00000006d7400000| Complete
> |  87|0x00000006d7800000, 0x00000006d7c00000, 0x00000006d7c00000|100%| E|CS|TAMS 0x00000006d7800000, 0x00000006d7800000| Complete
> |  88|0x00000006d7c00000, 0x00000006d8000000, 0x00000006d8000000|100%| E|CS|TAMS 0x00000006d7c00000, 0x00000006d7c00000| Complete
> |  89|0x00000006d8000000, 0x00000006d8400000, 0x00000006d8400000|100%| E|CS|TAMS 0x00000006d8000000, 0x00000006d8000000| Complete
> |  90|0x00000006d8400000, 0x00000006d8800000, 0x00000006d8800000|100%| E|CS|TAMS 0x00000006d8400000, 0x00000006d8400000| Complete
> |  91|0x00000006d8800000, 0x00000006d8c00000, 0x00000006d8c00000|100%| E|CS|TAMS 0x00000006d8800000, 0x00000006d8800000| Complete
> |  92|0x00000006d8c00000, 0x00000006d9000000, 0x00000006d9000000|100%| E|CS|TAMS 0x00000006d8c00000, 0x00000006d8c00000| Complete
> |  93|0x00000006d9000000, 0x00000006d9400000, 0x00000006d9400000|100%| E|CS|TAMS 0x00000006d9000000, 0x00000006d9000000| Complete
> |  94|0x00000006d9400000, 0x00000006d9800000, 0x00000006d9800000|100%| E|CS|TAMS 0x00000006d9400000, 0x00000006d9400000| Complete
> |  95|0x00000006d9800000, 0x00000006d9c00000, 0x00000006d9c00000|100%| E|CS|TAMS 0x00000006d9800000, 0x00000006d9800000| Complete
> |  96|0x00000006d9c00000, 0x00000006da000000, 0x00000006da000000|100%| E|CS|TAMS 0x00000006d9c00000, 0x00000006d9c00000| Complete
> |  97|0x00000006da000000, 0x00000006da400000, 0x00000006da400000|100%| E|CS|TAMS 0x00000006da000000, 0x00000006da000000| Complete
> |  98|0x00000006da400000, 0x00000006da800000, 0x00000006da800000|100%| E|CS|TAMS 0x00000006da400000, 0x00000006da400000| Complete
> |  99|0x00000006da800000, 0x00000006dac00000, 0x00000006dac00000|100%| E|CS|TAMS 0x00000006da800000, 0x00000006da800000| Complete
> | 100|0x00000006dac00000, 0x00000006db000000, 0x00000006db000000|100%| E|CS|TAMS 0x00000006dac00000, 0x00000006dac00000| Complete
> | 101|0x00000006db000000, 0x00000006db400000, 0x00000006db400000|100%| E|CS|TAMS 0x00000006db000000, 0x00000006db000000| Complete
> | 102|0x00000006db400000, 0x00000006db800000, 0x00000006db800000|100%| E|CS|TAMS 0x00000006db400000, 0x00000006db400000| Complete
> | 103|0x00000006db800000, 0x00000006dbc00000, 0x00000006dbc00000|100%| E|CS|TAMS 0x00000006db800000, 0x00000006db800000| Complete
> | 104|0x00000006dbc00000, 0x00000006dc000000, 0x00000006dc000000|100%| E|CS|TAMS 0x00000006dbc00000, 0x00000006dbc00000| Complete
> | 105|0x00000006dc000000, 0x00000006dc400000, 0x00000006dc400000|100%| E|CS|TAMS 0x00000006dc000000, 0x00000006dc000000| Complete
> | 106|0x00000006dc400000, 0x00000006dc800000, 0x00000006dc800000|100%| E|CS|TAMS 0x00000006dc400000, 0x00000006dc400000| Complete
> | 107|0x00000006dc800000, 0x00000006dcc00000, 0x00000006dcc00000|100%| E|CS|TAMS 0x00000006dc800000, 0x00000006dc800000| Complete
> | 108|0x00000006dcc00000, 0x00000006dd000000, 0x00000006dd000000|100%| E|CS|TAMS 0x00000006dcc00000, 0x00000006dcc00000| Complete
> | 109|0x00000006dd000000, 0x00000006dd400000, 0x00000006dd400000|100%| E|CS|TAMS 0x00000006dd000000, 0x00000006dd000000| Complete
> | 110|0x00000006dd400000, 0x00000006dd800000, 0x00000006dd800000|100%| E|CS|TAMS 0x00000006dd400000, 0x00000006dd400000| Complete
> | 111|0x00000006dd800000, 0x00000006ddc00000, 0x00000006ddc00000|100%| E|CS|TAMS 0x00000006dd800000, 0x00000006dd800000| Complete
> | 112|0x00000006ddc00000, 0x00000006de000000, 0x00000006de000000|100%| E|CS|TAMS 0x00000006ddc00000, 0x00000006ddc00000| Complete
> | 113|0x00000006de000000, 0x00000006de400000, 0x00000006de400000|100%| E|CS|TAMS 0x00000006de000000, 0x00000006de000000| Complete
> | 114|0x00000006de400000, 0x00000006de800000, 0x00000006de800000|100%| E|CS|TAMS 0x00000006de400000, 0x00000006de400000| Complete
> | 115|0x00000006de800000, 0x00000006dec00000, 0x00000006dec00000|100%| E|CS|TAMS 0x00000006de800000, 0x00000006de800000| Complete
> | 116|0x00000006dec00000, 0x00000006df000000, 0x00000006df000000|100%| E|CS|TAMS 0x00000006dec00000, 0x00000006dec00000| Complete
> | 117|0x00000006df000000, 0x00000006df400000, 0x00000006df400000|100%| E|CS|TAMS 0x00000006df000000, 0x00000006df000000| Complete
> | 118|0x00000006df400000, 0x00000006df800000, 0x00000006df800000|100%| E|CS|TAMS 0x00000006df400000, 0x00000006df400000| Complete
> | 119|0x00000006df800000, 0x00000006dfc00000, 0x00000006dfc00000|100%| E|CS|TAMS 0x00000006df800000, 0x00000006df800000| Complete
> | 120|0x00000006dfc00000, 0x00000006e0000000, 0x00000006e0000000|100%| E|CS|TAMS 0x00000006dfc00000, 0x00000006dfc00000| Complete
> | 121|0x00000006e0000000, 0x00000006e0400000, 0x00000006e0400000|100%| E|CS|TAMS 0x00000006e0000000, 0x00000006e0000000| Complete
> | 122|0x00000006e0400000, 0x00000006e0800000, 0x00000006e0800000|100%| E|CS|TAMS 0x00000006e0400000, 0x00000006e0400000| Complete
> | 123|0x00000006e0800000, 0x00000006e0c00000, 0x00000006e0c00000|100%| E|CS|TAMS 0x00000006e0800000, 0x00000006e0800000| Complete
> | 124|0x00000006e0c00000, 0x00000006e1000000, 0x00000006e1000000|100%| E|CS|TAMS 0x00000006e0c00000, 0x00000006e0c00000| Complete
> | 125|0x00000006e1000000, 0x00000006e1400000, 0x00000006e1400000|100%| E|CS|TAMS 0x00000006e1000000, 0x00000006e1000000| Complete
> | 126|0x00000006e1400000, 0x00000006e1800000, 0x00000006e1800000|100%| E|CS|TAMS 0x00000006e1400000, 0x00000006e1400000| Complete
> | 127|0x00000006e1800000, 0x00000006e1c00000, 0x00000006e1c00000|100%| E|CS|TAMS 0x00000006e1800000, 0x00000006e1800000| Complete
> | 128|0x00000006e1c00000, 0x00000006e2000000, 0x00000006e2000000|100%| E|CS|TAMS 0x00000006e1c00000, 0x00000006e1c00000| Complete
> | 129|0x00000006e2000000, 0x00000006e2400000, 0x00000006e2400000|100%| E|CS|TAMS 0x00000006e2000000, 0x00000006e2000000| Complete
> | 130|0x00000006e2400000, 0x00000006e2800000, 0x00000006e2800000|100%| E|CS|TAMS 0x00000006e2400000, 0x00000006e2400000| Complete
> | 131|0x00000006e2800000, 0x00000006e2c00000, 0x00000006e2c00000|100%| E|CS|TAMS 0x00000006e2800000, 0x00000006e2800000| Complete
> | 132|0x00000006e2c00000, 0x00000006e3000000, 0x00000006e3000000|100%| E|CS|TAMS 0x00000006e2c00000, 0x00000006e2c00000| Complete
> | 133|0x00000006e3000000, 0x00000006e3400000, 0x00000006e3400000|100%| E|CS|TAMS 0x00000006e3000000, 0x00000006e3000000| Complete
> | 134|0x00000006e3400000, 0x00000006e3800000, 0x00000006e3800000|100%| E|CS|TAMS 0x00000006e3400000, 0x00000006e3400000| Complete
> | 135|0x00000006e3800000, 0x00000006e3c00000, 0x00000006e3c00000|100%| E|CS|TAMS 0x00000006e3800000, 0x00000006e3800000| Complete
> | 136|0x00000006e3c00000, 0x00000006e4000000, 0x00000006e4000000|100%| E|CS|TAMS 0x00000006e3c00000, 0x00000006e3c00000| Complete
> | 137|0x00000006e4000000, 0x00000006e4400000, 0x00000006e4400000|100%| E|CS|TAMS 0x00000006e4000000, 0x00000006e4000000| Complete
> | 138|0x00000006e4400000, 0x00000006e4800000, 0x00000006e4800000|100%| E|CS|TAMS 0x00000006e4400000, 0x00000006e4400000| Complete
> | 139|0x00000006e4800000, 0x00000006e4c00000, 0x00000006e4c00000|100%| E|CS|TAMS 0x00000006e4800000, 0x00000006e4800000| Complete
> | 140|0x00000006e4c00000, 0x00000006e5000000, 0x00000006e5000000|100%| E|CS|TAMS 0x00000006e4c00000, 0x00000006e4c00000| Complete
> | 141|0x00000006e5000000, 0x00000006e5400000, 0x00000006e5400000|100%| E|CS|TAMS 0x00000006e5000000, 0x00000006e5000000| Complete
> | 142|0x00000006e5400000, 0x00000006e5530b50, 0x00000006e5800000| 29%| S|CS|TAMS 0x00000006e5400000, 0x00000006e5400000| Complete
> | 143|0x00000006e5800000, 0x00000006e5c00000, 0x00000006e5c00000|100%| S|CS|TAMS 0x00000006e5800000, 0x00000006e5800000| Complete
> | 144|0x00000006e5c00000, 0x00000006e6000000, 0x00000006e6000000|100%| S|CS|TAMS 0x00000006e5c00000, 0x00000006e5c00000| Complete
> | 145|0x00000006e6000000, 0x00000006e6400000, 0x00000006e6400000|100%| S|CS|TAMS 0x00000006e6000000, 0x00000006e6000000| Complete
> | 146|0x00000006e6400000, 0x00000006e6800000, 0x00000006e6800000|100%| S|CS|TAMS 0x00000006e6400000, 0x00000006e6400000| Complete
> | 147|0x00000006e6800000, 0x00000006e6c00000, 0x00000006e6c00000|100%| E|CS|TAMS 0x00000006e6800000, 0x00000006e6800000| Complete
> | 148|0x00000006e6c00000, 0x00000006e7000000, 0x00000006e7000000|100%| E|CS|TAMS 0x00000006e6c00000, 0x00000006e6c00000| Complete
> | 149|0x00000006e7000000, 0x00000006e7400000, 0x00000006e7400000|100%| E|CS|TAMS 0x00000006e7000000, 0x00000006e7000000| Complete
> | 150|0x00000006e7400000, 0x00000006e7800000, 0x00000006e7800000|100%| E|CS|TAMS 0x00000006e7400000, 0x00000006e7400000| Complete
> | 151|0x00000006e7800000, 0x00000006e7c00000, 0x00000006e7c00000|100%| E|CS|TAMS 0x00000006e7800000, 0x00000006e7800000| Complete
> | 152|0x00000006e7c00000, 0x00000006e8000000, 0x00000006e8000000|100%| E|CS|TAMS 0x00000006e7c00000, 0x00000006e7c00000| Complete
> | 153|0x00000006e8000000, 0x00000006e8400000, 0x00000006e8400000|100%| E|CS|TAMS 0x00000006e8000000, 0x00000006e8000000| Complete
> | 154|0x00000006e8400000, 0x00000006e8800000, 0x00000006e8800000|100%| E|CS|TAMS 0x00000006e8400000, 0x00000006e8400000| Complete
> | 155|0x00000006e8800000, 0x00000006e8c00000, 0x00000006e8c00000|100%| E|CS|TAMS 0x00000006e8800000, 0x00000006e8800000| Complete
> | 156|0x00000006e8c00000, 0x00000006e9000000, 0x00000006e9000000|100%| E|CS|TAMS 0x00000006e8c00000, 0x00000006e8c00000| Complete
> | 157|0x00000006e9000000, 0x00000006e9400000, 0x00000006e9400000|100%| E|CS|TAMS 0x00000006e9000000, 0x00000006e9000000| Complete
> | 158|0x00000006e9400000, 0x00000006e9800000, 0x00000006e9800000|100%| E|CS|TAMS 0x00000006e9400000, 0x00000006e9400000| Complete
> | 159|0x00000006e9800000, 0x00000006e9c00000, 0x00000006e9c00000|100%| E|CS|TAMS 0x00000006e9800000, 0x00000006e9800000| Complete
> | 160|0x00000006e9c00000, 0x00000006ea000000, 0x00000006ea000000|100%| E|CS|TAMS 0x00000006e9c00000, 0x00000006e9c00000| Complete
> | 161|0x00000006ea000000, 0x00000006ea400000, 0x00000006ea400000|100%| E|CS|TAMS 0x00000006ea000000, 0x00000006ea000000| Complete
> | 162|0x00000006ea400000, 0x00000006ea800000, 0x00000006ea800000|100%| E|CS|TAMS 0x00000006ea400000, 0x00000006ea400000| Complete
> | 163|0x00000006ea800000, 0x00000006eac00000, 0x00000006eac00000|100%| E|CS|TAMS 0x00000006ea800000, 0x00000006ea800000| Complete
> | 164|0x00000006eac00000, 0x00000006eb000000, 0x00000006eb000000|100%| E|CS|TAMS 0x00000006eac00000, 0x00000006eac00000| Complete
> | 165|0x00000006eb000000, 0x00000006eb400000, 0x00000006eb400000|100%| E|CS|TAMS 0x00000006eb000000, 0x00000006eb000000| Complete
> | 166|0x00000006eb400000, 0x00000006eb800000, 0x00000006eb800000|100%| E|CS|TAMS 0x00000006eb400000, 0x00000006eb400000| Complete
> | 167|0x00000006eb800000, 0x00000006ebc00000, 0x00000006ebc00000|100%| E|CS|TAMS 0x00000006eb800000, 0x00000006eb800000| Complete
> | 168|0x00000006ebc00000, 0x00000006ec000000, 0x00000006ec000000|100%| E|CS|TAMS 0x00000006ebc00000, 0x00000006ebc00000| Complete
> | 169|0x00000006ec000000, 0x00000006ec400000, 0x00000006ec400000|100%| E|CS|TAMS 0x00000006ec000000, 0x00000006ec000000| Complete
> | 170|0x00000006ec400000, 0x00000006ec800000, 0x00000006ec800000|100%| E|CS|TAMS 0x00000006ec400000, 0x00000006ec400000| Complete
> | 171|0x00000006ec800000, 0x00000006ecc00000, 0x00000006ecc00000|100%| E|CS|TAMS 0x00000006ec800000, 0x00000006ec800000| Complete
> | 172|0x00000006ecc00000, 0x00000006ed000000, 0x00000006ed000000|100%| E|CS|TAMS 0x00000006ecc00000, 0x00000006ecc00000| Complete
> | 173|0x00000006ed000000, 0x00000006ed400000, 0x00000006ed400000|100%| E|CS|TAMS 0x00000006ed000000, 0x00000006ed000000| Complete
> | 174|0x00000006ed400000, 0x00000006ed800000, 0x00000006ed800000|100%| E|CS|TAMS 0x00000006ed400000, 0x00000006ed400000| Complete
> | 175|0x00000006ed800000, 0x00000006edc00000, 0x00000006edc00000|100%| E|CS|TAMS 0x00000006ed800000, 0x00000006ed800000| Complete
> | 176|0x00000006edc00000, 0x00000006ee000000, 0x00000006ee000000|100%| E|CS|TAMS 0x00000006edc00000, 0x00000006edc00000| Complete
> | 177|0x00000006ee000000, 0x00000006ee400000, 0x00000006ee400000|100%| E|CS|TAMS 0x00000006ee000000, 0x00000006ee000000| Complete
> | 178|0x00000006ee400000, 0x00000006ee800000, 0x00000006ee800000|100%| E|CS|TAMS 0x00000006ee400000, 0x00000006ee400000| Complete
> | 179|0x00000006ee800000, 0x00000006eec00000, 0x00000006eec00000|100%| E|CS|TAMS 0x00000006ee800000, 0x00000006ee800000| Complete
> | 180|0x00000006eec00000, 0x00000006ef000000, 0x00000006ef000000|100%| E|CS|TAMS 0x00000006eec00000, 0x00000006eec00000| Complete
> | 181|0x00000006ef000000, 0x00000006ef400000, 0x00000006ef400000|100%| E|CS|TAMS 0x00000006ef000000, 0x00000006ef000000| Complete
> | 182|0x00000006ef400000, 0x00000006ef800000, 0x00000006ef800000|100%| E|CS|TAMS 0x00000006ef400000, 0x00000006ef400000| Complete
> | 183|0x00000006ef800000, 0x00000006efc00000, 0x00000006efc00000|100%| E|CS|TAMS 0x00000006ef800000, 0x00000006ef800000| Complete
> | 184|0x00000006efc00000, 0x00000006f0000000, 0x00000006f0000000|100%| E|CS|TAMS 0x00000006efc00000, 0x00000006efc00000| Complete
> | 185|0x00000006f0000000, 0x00000006f0400000, 0x00000006f0400000|100%| E|CS|TAMS 0x00000006f0000000, 0x00000006f0000000| Complete
> | 186|0x00000006f0400000, 0x00000006f0800000, 0x00000006f0800000|100%| E|CS|TAMS 0x00000006f0400000, 0x00000006f0400000| Complete
> | 187|0x00000006f0800000, 0x00000006f0c00000, 0x00000006f0c00000|100%| E|CS|TAMS 0x00000006f0800000, 0x00000006f0800000| Complete
> | 188|0x00000006f0c00000, 0x00000006f1000000, 0x00000006f1000000|100%| E|CS|TAMS 0x00000006f0c00000, 0x00000006f0c00000| Complete
> | 189|0x00000006f1000000, 0x00000006f1400000, 0x00000006f1400000|100%| E|CS|TAMS 0x00000006f1000000, 0x00000006f1000000| Complete
> | 190|0x00000006f1400000, 0x00000006f1800000, 0x00000006f1800000|100%| E|CS|TAMS 0x00000006f1400000, 0x00000006f1400000| Complete
> | 191|0x00000006f1800000, 0x00000006f1c00000, 0x00000006f1c00000|100%| E|CS|TAMS 0x00000006f1800000, 0x00000006f1800000| Complete
>
> Card table byte_map: [0x0000000019240000,0x0000000019c40000] _byte_map_base: 0x0000000015c32000
>
> Marking Bits (Prev, Next): (CMBitMap*) 0x0000000000a4e0a0, (CMBitMap*) 0x0000000000a4e0e0
>  Prev Bits: [0x000000001a640000, 0x000000001f5d0000)
>  Next Bits: [0x000000001f5d0000, 0x0000000024560000)
>
> Polling page: 0x00000000003e0000
>
> Metaspace:
>
> Usage:
>   Non-class:     45.14 MB used.
>       Class:      4.79 MB used.
>        Both:     49.92 MB used.
>
> Virtual space:
>   Non-class space:       64.00 MB reserved,      45.44 MB ( 71%) committed,  1 nodes.
>       Class space:        1.00 GB reserved,       5.06 MB ( <1%) committed,  1 nodes.
>              Both:        1.06 GB reserved,      50.50 MB (  5%) committed.
>
> Chunk freelists:
>    Non-Class:  2.61 MB
>        Class:  10.79 MB
>         Both:  13.40 MB
>
> MaxMetaspaceSize: unlimited
> CompressedClassSpaceSize: 1.00 GB
> Initial GC threshold: 21.00 MB
> Current GC threshold: 59.38 MB
> CDS: on
> MetaspaceReclaimPolicy: balanced
>  - commit_granule_bytes: 65536.
>  - commit_granule_words: 8192.
>  - virtual_space_node_default_size: 8388608.
>  - enlarge_chunks_in_place: 1.
>  - new_chunks_are_fully_committed: 0.
>  - uncommit_free_chunks: 1.
>  - use_allocation_guard: 0.
>  - handle_deallocations: 1.
>
>
> Internal statistics:
>
> num_allocs_failed_limit: 6.
> num_arena_births: 732.
> num_arena_deaths: 0.
> num_vsnodes_births: 2.
> num_vsnodes_deaths: 0.
> num_space_committed: 808.
> num_space_uncommitted: 0.
> num_chunks_returned_to_freelist: 6.
> num_chunks_taken_from_freelist: 2523.
> num_chunk_merges: 6.
> num_chunk_splits: 1752.
> num_chunks_enlarged: 1185.
> num_inconsistent_stats: 0.
>
> CodeHeap 'non-profiled nmethods': size=120000Kb used=3968Kb max_used=3968Kb free=116031Kb
>  bounds [0x0000000010ec0000, 0x00000000112b0000, 0x00000000183f0000]
> CodeHeap 'profiled nmethods': size=120000Kb used=10322Kb max_used=10322Kb free=109677Kb
>  bounds [0x00000000093f0000, 0x0000000009e10000, 0x0000000010920000]
> CodeHeap 'non-nmethods': size=5760Kb used=1443Kb max_used=1469Kb free=4316Kb
>  bounds [0x0000000010920000, 0x0000000010b90000, 0x0000000010ec0000]
>  total_blobs=5757 nmethods=4963 adapters=705
>  compilation: enabled
>               stopped_count=0, restarted_count=0
>  full_count=0
>
> Compilation events (20 events):
> Event: 32.200 Thread 0x000000002475bde0 nmethod 5739 0x000000001129e710 code [0x000000001129e8a0, 0x000000001129e978]
> Event: 32.200 Thread 0x000000002475bde0 5740       1       etc.beans.menu.MenuElement::getImagewith (5 bytes)
> Event: 32.200 Thread 0x000000002475bde0 nmethod 5740 0x000000001129ea10 code [0x000000001129eba0, 0x000000001129ec78]
> Event: 32.200 Thread 0x000000002475bde0 5728       1       etc.beans.menu.MenuStructure::setSubMenuStructure (6 bytes)
> Event: 32.200 Thread 0x000000002475bde0 nmethod 5728 0x000000001129ed10 code [0x000000001129eea0, 0x000000001129efb8]
> Event: 32.200 Thread 0x000000002475bde0 5757       1       etc.beans.menu.MenuStructure::getTopMenu (5 bytes)
> Event: 32.201 Thread 0x000000002475bde0 nmethod 5757 0x000000001129f010 code [0x000000001129f1a0, 0x000000001129f278]
> Event: 32.201 Thread 0x000000002475bde0 5698       2       jdk.internal.misc.Unsafe::getAndSetLong (24 bytes)
> Event: 32.204 Thread 0x000000002475bde0 nmethod 5698 0x0000000009e03f90 code [0x0000000009e04140, 0x0000000009e04348]
> Event: 32.204 Thread 0x000000002475bde0 5736       1       etc.beans.menu.MenuElement::isMenuFavorite (5 bytes)
> Event: 32.205 Thread 0x000000002475bde0 nmethod 5736 0x000000001129f310 code [0x000000001129f4a0, 0x000000001129f578]
> Event: 32.208 Thread 0x000000002475bde0 5731       1       etc.beans.menu.MenuElement::getControllerClass (5 bytes)
> Event: 32.208 Thread 0x000000002475bde0 nmethod 5731 0x000000001129f610 code [0x000000001129f7a0, 0x000000001129f878]
> Event: 32.209 Thread 0x000000002475bde0 5741       1       etc.beans.menu.MenuElement::getImageheigt (5 bytes)
> Event: 32.209 Thread 0x000000002475bde0 nmethod 5741 0x000000001129f910 code [0x000000001129faa0, 0x000000001129fb78]
> Event: 32.209 Thread 0x000000002475bde0 5742       1       etc.beans.menu.MenuElement::getTextEnabled (5 bytes)
> Event: 32.209 Thread 0x000000002475bde0 nmethod 5742 0x000000001129fc10 code [0x000000001129fda0, 0x000000001129fe78]
> Event: 32.209 Thread 0x000000002475bde0 5743       1       etc.beans.menu.MenuElement::getImageEnabled (5 bytes)
> Event: 32.210 Thread 0x000000002475bde0 nmethod 5743 0x000000001129ff10 code [0x00000000112a00a0, 0x00000000112a0178]
> Event: 32.210 Thread 0x000000002475bde0 5759       2       java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::canReacquire (28 bytes)
>
> GC Heap History (20 events):
> Event: 1.472 GC heap before
> {Heap before GC invocations=0 (full 0):
>  garbage-first heap   total 786432K, used 36864K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 9 young (36864K), 0 survivors (0K)
>  Metaspace       used 12162K, committed 12416K, reserved 1114112K
>   class space    used 1278K, committed 1408K, reserved 1048576K
> }
> Event: 1.482 GC heap after
> {Heap after GC invocations=1 (full 0):
>  garbage-first heap   total 786432K, used 7250K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 2 young (8192K), 2 survivors (8192K)
>  Metaspace       used 12162K, committed 12416K, reserved 1114112K
>   class space    used 1278K, committed 1408K, reserved 1048576K
> }
> Event: 1.941 GC heap before
> {Heap before GC invocations=1 (full 0):
>  garbage-first heap   total 786432K, used 31826K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 9 young (36864K), 2 survivors (8192K)
>  Metaspace       used 12816K, committed 13120K, reserved 1114112K
>   class space    used 1325K, committed 1472K, reserved 1048576K
> }
> Event: 1.954 GC heap after
> {Heap after GC invocations=2 (full 0):
>  garbage-first heap   total 786432K, used 17452K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 2 young (8192K), 2 survivors (8192K)
>  Metaspace       used 12816K, committed 13120K, reserved 1114112K
>   class space    used 1325K, committed 1472K, reserved 1048576K
> }
> Event: 2.545 GC heap before
> {Heap before GC invocations=2 (full 0):
>  garbage-first heap   total 786432K, used 46124K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 9 young (36864K), 2 survivors (8192K)
>  Metaspace       used 13128K, committed 13440K, reserved 1114112K
>   class space    used 1359K, committed 1536K, reserved 1048576K
> }
> Event: 2.550 GC heap after
> {Heap after GC invocations=3 (full 0):
>  garbage-first heap   total 786432K, used 19520K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 1 young (4096K), 1 survivors (4096K)
>  Metaspace       used 13128K, committed 13440K, reserved 1114112K
>   class space    used 1359K, committed 1536K, reserved 1048576K
> }
> Event: 3.878 GC heap before
> {Heap before GC invocations=3 (full 0):
>  garbage-first heap   total 786432K, used 80960K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 16 young (65536K), 1 survivors (4096K)
>  Metaspace       used 13138K, committed 13440K, reserved 1114112K
>   class space    used 1359K, committed 1536K, reserved 1048576K
> }
> Event: 3.880 GC heap after
> {Heap after GC invocations=4 (full 0):
>  garbage-first heap   total 786432K, used 19806K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 1 young (4096K), 1 survivors (4096K)
>  Metaspace       used 13138K, committed 13440K, reserved 1114112K
>   class space    used 1359K, committed 1536K, reserved 1048576K
> }
> Event: 6.633 GC heap before
> {Heap before GC invocations=4 (full 0):
>  garbage-first heap   total 786432K, used 486750K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 115 young (471040K), 1 survivors (4096K)
>  Metaspace       used 13751K, committed 14016K, reserved 1114112K
>   class space    used 1398K, committed 1536K, reserved 1048576K
> }
> Event: 6.642 GC heap after
> {Heap after GC invocations=5 (full 0):
>  garbage-first heap   total 786432K, used 24521K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 2 young (8192K), 2 survivors (8192K)
>  Metaspace       used 13751K, committed 14016K, reserved 1114112K
>   class space    used 1398K, committed 1536K, reserved 1048576K
> }
> Event: 8.533 GC heap before
> {Heap before GC invocations=5 (full 0):
>  garbage-first heap   total 786432K, used 487369K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 115 young (471040K), 2 survivors (8192K)
>  Metaspace       used 13865K, committed 14144K, reserved 1114112K
>   class space    used 1398K, committed 1536K, reserved 1048576K
> }
> Event: 8.542 GC heap after
> {Heap after GC invocations=6 (full 0):
>  garbage-first heap   total 786432K, used 29471K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 3 young (12288K), 3 survivors (12288K)
>  Metaspace       used 13865K, committed 14144K, reserved 1114112K
>   class space    used 1398K, committed 1536K, reserved 1048576K
> }
> Event: 10.259 GC heap before
> {Heap before GC invocations=6 (full 0):
>  garbage-first heap   total 786432K, used 488223K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 115 young (471040K), 3 survivors (12288K)
>  Metaspace       used 13934K, committed 14208K, reserved 1114112K
>   class space    used 1398K, committed 1536K, reserved 1048576K
> }
> Event: 10.270 GC heap after
> {Heap after GC invocations=7 (full 0):
>  garbage-first heap   total 786432K, used 34250K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 4 young (16384K), 4 survivors (16384K)
>  Metaspace       used 13934K, committed 14208K, reserved 1114112K
>   class space    used 1398K, committed 1536K, reserved 1048576K
> }
> Event: 12.545 GC heap before
> {Heap before GC invocations=7 (full 0):
>  garbage-first heap   total 786432K, used 488906K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 115 young (471040K), 4 survivors (16384K)
>  Metaspace       used 20036K, committed 20352K, reserved 1114112K
>   class space    used 2144K, committed 2304K, reserved 1048576K
> }
> Event: 12.549 GC heap after
> {Heap after GC invocations=8 (full 0):
>  garbage-first heap   total 786432K, used 23165K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 2 young (8192K), 2 survivors (8192K)
>  Metaspace       used 20036K, committed 20352K, reserved 1114112K
>   class space    used 2144K, committed 2304K, reserved 1048576K
> }
> Event: 12.733 GC heap before
> {Heap before GC invocations=8 (full 0):
>  garbage-first heap   total 786432K, used 35453K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 6 young (24576K), 2 survivors (8192K)
>  Metaspace       used 21223K, committed 21504K, reserved 1114112K
>   class space    used 2304K, committed 2432K, reserved 1048576K
> }
> Event: 12.737 GC heap after
> {Heap after GC invocations=9 (full 0):
>  garbage-first heap   total 786432K, used 23140K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 2 young (8192K), 2 survivors (8192K)
>  Metaspace       used 21223K, committed 21504K, reserved 1114112K
>   class space    used 2304K, committed 2432K, reserved 1048576K
> }
> Event: 16.084 GC heap before
> {Heap before GC invocations=10 (full 0):
>  garbage-first heap   total 786432K, used 195172K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 45 young (184320K), 2 survivors (8192K)
>  Metaspace       used 35939K, committed 36288K, reserved 1114112K
>   class space    used 3415K, committed 3584K, reserved 1048576K
> }
> Event: 16.096 GC heap after
> {Heap after GC invocations=11 (full 0):
>  garbage-first heap   total 786432K, used 35998K [0x00000006c1c00000, 0x0000000800000000)
>   region size 4096K, 5 young (20480K), 5 survivors (20480K)
>  Metaspace       used 35939K, committed 36288K, reserved 1114112K
>   class space    used 3415K, committed 3584K, reserved 1048576K
> }
>
> Dll operation events (11 events):
> Event: 0.032 Loaded shared library C:\Java\temurin-17.0.8.1\bin\java.dll
> Event: 0.062 Loaded shared library C:\Java\temurin-17.0.8.1\bin\jsvml.dll
> Event: 0.112 Loaded shared library C:\Java\temurin-17.0.8.1\bin\net.dll
> Event: 0.114 Loaded shared library C:\Java\temurin-17.0.8.1\bin\nio.dll
> Event: 0.118 Loaded shared library C:\Java\temurin-17.0.8.1\bin\zip.dll
> Event: 0.123 Loaded shared library C:\Java\temurin-17.0.8.1\bin\jimage.dll
> Event: 0.645 Loaded shared library C:\Java\temurin-17.0.8.1\bin\management.dll
> Event: 0.648 Loaded shared library C:\Java\temurin-17.0.8.1\bin\management_ext.dll
> Event: 0.670 Loaded shared library E:\tomcat10\bin\tcnative-1.dll
> Event: 1.104 Loaded shared library C:\Java\temurin-17.0.8.1\bin\sunmscapi.dll
> Event: 14.844 Loaded shared library C:\Java\temurin-17.0.8.1\bin\verify.dll
>
> Deoptimization events (20 events):
> Event: 31.144 Thread 0x000000002f036250 DEOPT PACKING pc=0x000000001102b8ac sp=0x0000000034cbd140
> Event: 31.144 Thread 0x000000002f036250 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x0000000034cbd180 mode 2
> Event: 31.144 Thread 0x000000002d45d5b0 DEOPT PACKING pc=0x000000001102b8ac sp=0x000000003abbcdf0
> Event: 31.144 Thread 0x000000002d45d5b0 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x000000003abbce30 mode 2
> Event: 31.145 Thread 0x000000002d744ff0 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000001102b8ac relative=0x0000000000001b0c
> Event: 31.146 Thread 0x000000002d744ff0 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000001102b8ac method=jdk.internal.loader.URLClassPath.getLoader(I)Ljdk/internal/loader/URLClassPath$Loader; @ 88 c2
> Event: 31.146 Thread 0x000000002d744ff0 DEOPT PACKING pc=0x000000001102b8ac sp=0x00000000383bcaa0
> Event: 31.146 Thread 0x000000002d744ff0 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x00000000383bcae0 mode 2
> Event: 31.857 Thread 0x000000002f212ac0 DEOPT PACKING pc=0x0000000009d11aa1 sp=0x00000000364bb7c0
> Event: 31.857 Thread 0x000000002f212ac0 DEOPT UNPACKING pc=0x0000000010977143 sp=0x00000000364bac78 mode 0
> Event: 31.914 Thread 0x000000002d745500 DEOPT PACKING pc=0x00000000099433dd sp=0x00000000384bd0a0
> Event: 31.914 Thread 0x000000002d745500 DEOPT UNPACKING pc=0x0000000010977143 sp=0x00000000384bc4e8 mode 0
> Event: 32.071 Thread 0x000000002d745500 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x00000000111aeacc relative=0x000000000000072c
> Event: 32.072 Thread 0x000000002d745500 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x00000000111aeacc method=org.mariadb.jdbc.client.result.rowdecoder.TextRowDecoder.decodeString([Lorg/mariadb/jdbc/client/ColumnDecoder;Lorg/mariadb/jdbc/client/util/Mutable
> Event: 32.072 Thread 0x000000002d745500 DEOPT PACKING pc=0x00000000111aeacc sp=0x00000000384bdf50
> Event: 32.072 Thread 0x000000002d745500 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x00000000384bde48 mode 2
> Event: 32.179 Thread 0x000000002d45bc60 DEOPT PACKING pc=0x0000000009d11aa1 sp=0x0000000039cb8800
> Event: 32.179 Thread 0x000000002d45bc60 DEOPT UNPACKING pc=0x0000000010977143 sp=0x0000000039cb7cb8 mode 0
> Event: 32.213 Thread 0x000000002f214e30 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000001102b8ac relative=0x0000000000001b0c
> Event: 32.214 Thread 0x000000002f214e30 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000001102b8ac method=jdk.internal.loader.URLClassPath.getLoader(I)Ljdk/internal/loader/URLClassPath$Loader; @ 88 c2
>
> Classes unloaded (0 events):
> No events
>
> Classes redefined (0 events):
> No events
>
> Internal exceptions (20 events):
> Event: 30.922 Thread 0x000000002d745500 Exception <a 'java/lang/NoSuchMethodError'{0x00000006da0d5d00}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, int, long, long, java.lang.Object)'> (0x00000006da0d5d00)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 30.943 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e729dcf8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int)'> (0x00000006e729dcf8)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 30.944 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e72a1400}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int)'> (0x00000006e72a1400)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 30.947 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e72a9f98}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000006e72a9f98)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 30.969 Thread 0x000000002d745500 Exception <a 'sun/nio/fs/WindowsException'{0x00000006da0e03f8}> (0x00000006da0e03f8)
> thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
> Event: 30.980 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e72f9948}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object)'> (0x00000006e72f9948)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 30.989 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e7310b10}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, int)'> (0x00000006e7310b10)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 31.139 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e73175a0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x00000006e73175a0)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 31.191 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d97105c0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x00000006d97105c0)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 31.884 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d86040d0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x00000006d86040d0)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.100 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d79689a0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000006d79689a0)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.146 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7adb310}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, int, java.lang.Object, java.lang.Object)'> (0x00000006d7adb310)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.148 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d778e858}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, int, int, java.lang.Object)'> (0x00000006d778e858)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.149 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7ae5358}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7ae5358)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.149 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7792618}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7792618)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.150 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7795c30}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(int, int, java.lang.Object, java.lang.Object)'> (0x00000006d7795c30)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.154 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7b02008}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7b02008)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.154 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d77ae2b0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d77ae2b0)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.155 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7b063b0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7b063b0)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
> Event: 32.155 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d77b2180}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d77b2180)
> thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
>
> VM Operations (20 events):
> Event: 29.457 Executing VM operation: HandshakeAllThreads
> Event: 29.457 Executing VM operation: HandshakeAllThreads done
> Event: 29.457 Executing VM operation: Cleanup
> Event: 29.457 Executing VM operation: Cleanup done
> Event: 29.822 Executing VM operation: HandshakeAllThreads
> Event: 29.822 Executing VM operation: HandshakeAllThreads done
> Event: 29.881 Executing VM operation: HandshakeAllThreads
> Event: 29.883 Executing VM operation: HandshakeAllThreads done
> Event: 30.883 Executing VM operation: Cleanup
> Event: 30.898 Executing VM operation: Cleanup done
> Event: 30.984 Executing VM operation: HandshakeAllThreads
> Event: 30.984 Executing VM operation: HandshakeAllThreads done
> Event: 31.174 Executing VM operation: ChangeBreakpoints
> Event: 31.475 Executing VM operation: ChangeBreakpoints done
> Event: 31.475 Executing VM operation: ChangeBreakpoints
> Event: 31.729 Executing VM operation: ChangeBreakpoints done
> Event: 31.881 Executing VM operation: get/set locals
> Event: 32.199 Executing VM operation: get/set locals done
> Event: 32.205 Executing VM operation: get/set locals
> Event: 32.216 Executing VM operation: get/set locals done
>
> Events (20 events):
> Event: 31.904 loading class java/time/format/FormatStyle done
> Event: 31.904 loading class sun/text/spi/JavaTimeDateTimePatternProvider
> Event: 31.906 loading class sun/text/spi/JavaTimeDateTimePatternProvider done
> Event: 31.906 loading class sun/util/locale/provider/JavaTimeDateTimePatternImpl
> Event: 31.906 loading class sun/util/locale/provider/JavaTimeDateTimePatternImpl done
> Event: 31.907 loading class sun/util/resources/LocaleData$2
> Event: 31.907 loading class sun/util/resources/LocaleData$2 done
> Event: 31.908 loading class sun/util/resources/LocaleData$SupplementaryStrategy
> Event: 31.908 loading class sun/util/resources/LocaleData$SupplementaryStrategy done
> Event: 31.908 loading class sun/text/resources/JavaTimeSupplementary
> Event: 31.909 loading class sun/text/resources/JavaTimeSupplementary done
> Event: 31.910 loading class sun/util/resources/LocaleData$SupplementaryResourceBundleProvider
> Event: 31.911 loading class sun/util/resources/LocaleData$SupplementaryResourceBundleProvider done
> Event: 31.997 loading class java/time/OffsetDateTime
> Event: 31.998 loading class java/time/OffsetDateTime done
> Event: 32.024 loading class jdk/internal/math/FDBigInteger
> Event: 32.041 loading class jdk/internal/math/FDBigInteger done
> Event: 32.096 Thread 0x000000002ed7a850 Thread added: 0x000000002ed7a850
> Event: 32.203 loading class java/time/Instant$1
> Event: 32.204 loading class java/time/Instant$1 done
>
>
> Dynamic libraries:
> 0x00007ff7fc240000 - 0x00007ff7fc267000         E:\tomcat10\bin\Tomcat10.exe
> 0x0000000000c50000 - 0x0000000000e1f000         C:\Windows\SYSTEM32\ntd1l.dll
> 0x0000000000e20000 - 0x0000000000ecd000         C:\Windows\System32\kern3l32.dll
> 0x00007ff90ddb0000 - 0x00007ff90df7f000         C:\Windows\SYSTEM32\ntdll.dll
> 0x00007ff90b920000 - 0x00007ff90b9cd000         C:\Windows\System32\KERNEL32.DLL
> 0x00007ff90aca0000 - 0x00007ff90aebe000         C:\Windows\System32\KERNELBASE.dll
> 0x00007ff909f00000 - 0x00007ff90a167000         C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\InProcessClient64.dll
> 0x00007ff90bd10000 - 0x00007ff90bdb6000         C:\Windows\System32\ADVAPI32.dll
> 0x00007ff90dd10000 - 0x00007ff90ddae000         C:\Windows\System32\msvcrt.dll
> 0x00007ff90bca0000 - 0x00007ff90bcfb000         C:\Windows\System32\sechost.dll
> 0x00007ff90daf0000 - 0x00007ff90dc0e000         C:\Windows\System32\RPCRT4.dll
> 0x00007ff90c1a0000 - 0x00007ff90d6a5000         C:\Windows\System32\SHELL32.dll
> 0x00007ff90a280000 - 0x00007ff90a2c2000         C:\Windows\System32\cfgmgr32.dll
> 0x00007ff90a2d0000 - 0x00007ff90a9a3000         C:\Windows\System32\windows.storage.dll
> 0x00007ff90b9d0000 - 0x00007ff90bc96000         C:\Windows\System32\combase.dll
> 0x00007ff90a9b0000 - 0x00007ff90aaa4000         C:\Windows\System32\ucrtbase.dll
> 0x00007ff90b010000 - 0x00007ff90b07c000         C:\Windows\System32\bcryptPrimitives.dll
> 0x00007ff90a230000 - 0x00007ff90a27c000         C:\Windows\System32\powrprof.dll
> 0x00007ff90da90000 - 0x00007ff90dae2000         C:\Windows\System32\shlwapi.dll
> 0x00007ff90d780000 - 0x00007ff90d7b4000         C:\Windows\System32\GDI32.dll
> 0x00007ff90aab0000 - 0x00007ff90ac34000         C:\Windows\System32\gdi32full.dll
> 0x00007ff90be60000 - 0x00007ff90bfc6000         C:\Windows\System32\USER32.dll
> 0x00007ff90b080000 - 0x00007ff90b09e000         C:\Windows\System32\win32u.dll
> 0x00007ff90a210000 - 0x00007ff90a21f000         C:\Windows\System32\kernel.appcore.dll
> 0x00007ff90b0a0000 - 0x00007ff90b148000         C:\Windows\System32\shcore.dll
> 0x00007ff90a1f0000 - 0x00007ff90a204000         C:\Windows\System32\profapi.dll
> 0x00007ff909eb0000 - 0x00007ff909eba000         C:\Windows\SYSTEM32\VERSION.dll
> 0x00007ff8f8be0000 - 0x00007ff8f982c000         C:\Java\temurin-17.0.8.1\bin\server\jvm.dll
> 0x00007ff8fb4d0000 - 0x00007ff8fb4d9000         C:\Windows\SYSTEM32\WSOCK32.dll
> 0x00007ff90d710000 - 0x00007ff90d77a000         C:\Windows\System32\WS2_32.dll
> 0x00007ff9081d0000 - 0x00007ff9081f3000         C:\Windows\SYSTEM32\WINMM.dll
> 0x00007ff8fccf0000 - 0x00007ff8fcd0b000         C:\Windows\SYSTEM32\VCRUNTIME140.dll
> 0x00007ff8fbe90000 - 0x00007ff8fbe9c000         C:\Windows\SYSTEM32\VCRUNTIME140_1.dll
> 0x00007ff908160000 - 0x00007ff90818b000         C:\Windows\SYSTEM32\WINMMBASE.dll
> 0x00007ff9024c0000 - 0x00007ff9024ca000         C:\Java\temurin-17.0.8.1\bin\jimage.dll
> 0x00007ff8fb2e0000 - 0x00007ff8fb472000         C:\Windows\SYSTEM32\DBGHELP.DLL
> 0x00007ff8fb080000 - 0x00007ff8fb0a9000         C:\Windows\SYSTEM32\dbgcore.DLL
> 0x00007ff902440000 - 0x00007ff9024c0000         C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
> 0x00007ff90b350000 - 0x00007ff90b489000         C:\Windows\System32\ole32.dll
> 0x00007ff902410000 - 0x00007ff902435000         C:\Java\temurin-17.0.8.1\bin\java.dll
> 0x00007ff8f5110000 - 0x00007ff8f51e6000         C:\Java\temurin-17.0.8.1\bin\jsvml.dll
> 0x00007ff9023f0000 - 0x00007ff902409000         C:\Java\temurin-17.0.8.1\bin\net.dll
> 0x00007ff906b10000 - 0x00007ff906bdd000         C:\Windows\SYSTEM32\WINHTTP.dll
> 0x00007ff909830000 - 0x00007ff90988d000         C:\Windows\system32\mswsock.dll
> 0x00007ff9023d0000 - 0x00007ff9023e5000         C:\Java\temurin-17.0.8.1\bin\nio.dll
> 0x00007ff9023b0000 - 0x00007ff9023c8000         C:\Java\temurin-17.0.8.1\bin\zip.dll
> 0x00007ff9023a0000 - 0x00007ff9023a9000         C:\Java\temurin-17.0.8.1\bin\management.dll
> 0x00007ff902390000 - 0x00007ff90239b000         C:\Java\temurin-17.0.8.1\bin\management_ext.dll
> 0x00007ff90d7c0000 - 0x00007ff90d7c8000         C:\Windows\System32\PSAPI.DLL
> 0x0000000180000000 - 0x000000018034c000         E:\tomcat10\bin\tcnative-1.dll
> 0x00007ff90b150000 - 0x00007ff90b34b000         C:\Windows\System32\CRYPT32.dll
> 0x00007ff90a220000 - 0x00007ff90a230000         C:\Windows\System32\MSASN1.dll
> 0x00007ff9099e0000 - 0x00007ff9099f7000         C:\Windows\SYSTEM32\CRYPTSP.dll
> 0x00007ff9093e0000 - 0x00007ff909413000         C:\Windows\system32\rsaenh.dll
> 0x00007ff909ed0000 - 0x00007ff909efb000         C:\Windows\SYSTEM32\bcrypt.dll
> 0x00007ff909a00000 - 0x00007ff909a0b000         C:\Windows\SYSTEM32\CRYPTBASE.dll
> 0x00007ff902380000 - 0x00007ff90238e000         C:\Java\temurin-17.0.8.1\bin\sunmscapi.dll
> 0x00007ff909ac0000 - 0x00007ff909ae6000         C:\Windows\SYSTEM32\ncrypt.dll
> 0x00007ff909a80000 - 0x00007ff909abb000         C:\Windows\SYSTEM32\NTASN1.dll
> 0x00007ff909660000 - 0x00007ff909680000         C:\Windows\SYSTEM32\USERENV.dll
> 0x00007ff909560000 - 0x00007ff909598000         C:\Windows\SYSTEM32\IPHLPAPI.DLL
> 0x00007ff90d8c0000 - 0x00007ff90d8c8000         C:\Windows\System32\NSI.dll
> 0x00007ff9067e0000 - 0x00007ff9067f6000         C:\Windows\SYSTEM32\dhcpcsvc6.DLL
> 0x00007ff9067c0000 - 0x00007ff9067da000         C:\Windows\SYSTEM32\dhcpcsvc.DLL
> 0x00007ff8f7240000 - 0x00007ff8f7256000         C:\Windows\system32\napinsp.dll
> 0x00007ff9095b0000 - 0x00007ff909652000         C:\Windows\SYSTEM32\DNSAPI.dll
> 0x00007ff8f9da0000 - 0x00007ff8f9dae000         C:\Windows\System32\winrnr.dll
> 0x00007ff907710000 - 0x00007ff907728000         C:\Windows\system32\NLAapi.dll
> 0x00007ff902a50000 - 0x00007ff902a5a000         C:\Windows\System32\rasadhlp.dll
> 0x00007ff903ca0000 - 0x00007ff903d0a000         C:\Windows\System32\fwpuclnt.dll
> 0x00007ff902370000 - 0x00007ff902380000         C:\Java\temurin-17.0.8.1\bin\verify.dll
>
> dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
> symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;E:\tomcat10\bin;C:\Windows\SYSTEM32;C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612;C:\Java\temurin-17.0.8.1\bin\server;C:\Java\temurin-17.0.8.1\bin
>
> VM Arguments:
> jvm_args: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
> java_command: <unknown>
> java_class_path (initial): E:\tomcat10\bin\bootstrap.jar;E:\tomcat10\bin\tomcat-juli.jar
> Launcher Type: generic
>
> [Global flags]
>      intx CICompilerCount                          = 3                                         {product} {ergonomic}
>      uint ConcGCThreads                            = 1                                         {product} {ergonomic}
>      uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
>    size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
>     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
>    size_t InitialHeapSize                          = 805306368                                 {product} {command line}
>    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
>    size_t MaxHeapSize                              = 5339348992                                {product} {command line, ergonomic}
>    size_t MaxNewSize                               = 3200253952                                {product} {ergonomic}
>    size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
>    size_t MinHeapSize                              = 805306368                                 {product} {command line}
>     uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}
>     uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}
>     uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}
>     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
>      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
>    size_t SoftMaxHeapSize                          = 5339348992                             {manageable} {ergonomic}
>      bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
>      bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
>      bool UseG1GC                                  = true                                      {product} {ergonomic}
>      bool UseLargePagesIndividualAllocation        = false                                  {pd product} {ergonomic}
>
> Logging:
> Log output configuration:
>  #0: stdout all=warning uptime,level,tags
>  #1: stderr all=off uptime,level,tags
>
> Environment Variables:
> JAVA_HOME=C:\Java\temurin-17.0.8.1
> PATH=C:\Java\temurin-17.0.8.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\ant\bin;C:\Java\temurin-17.0.8.1\bin;C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\WindowsApps
> USERNAME=LOCAL SERVICE
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 Stepping 0, GenuineIntel
> TMP=C:\Windows\SERVIC~2\LOCALS~1\AppData\Local\Temp
> TEMP=C:\Windows\SERVIC~2\LOCALS~1\AppData\Local\Temp
>
>
>
> ---------------  S Y S T E M  ---------------
>
> OS:
>  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
> OS uptime: 2 days 11:13 hours
> VMWare virtualization detected
>
> CPU: total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 79 stepping 0 microcode 0xb000040, cx8, cmov, fxsr, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, hv
> Processor Information for all 4 processors :
>   Max Mhz: 2397, Current Mhz: 2397, Mhz Limit: 2397
>
> Memory: 4k page, system-wide physical 8191M (4990M free)
> TotalPageFile size 9471M (AvailPageFile size 6091M)
> current process WorkingSet (physical memory assigned to process): 720M, peak: 721M
> current process commit charge ("private bytes"): 1023M, peak: 1024M
>
> vm_info: OpenJDK 64-Bit Server VM (17.0.8.1+1) for windows-amd64 JRE (17.0.8.1+1), built on Aug 23 2023 15:29:17 by "admin" with MS VC++ 16.7 (VS2019)
>
> END.
>
> Regards, Øyvind Flatval
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 10.1.15 JVM crashes randomly on startup

Posted by Øyvind Flatval <oy...@electrictimecar.com>.
> From: Mark Thomas <ma...@apache.org>
> Sent: Monday, November 13, 2023 09:15
> To: users@tomcat.apache.org <us...@tomcat.apache.org>
> Subject: Re: Tomcat 10.1.15 JVM crashes randomly on startup
>  
> On 13/11/2023 07:52, Øyvind Flatval wrote:
> > Greetings!
> >
> > We are currently experiencing a very vague problem with our Tomcat 10.1 instance, where the JVM will crash almost instantly after Tomcat is done starting up.
> > The problem happens somewhat regularly, and only happens within the first minute after starting Tomcat. The solution is always to just attempt to restart Tomcat and this usually only take 1 attempt.
> >
> >
> > Tomcat is running a single web application, that sees traffic over both Websocket (several 100 clients) and Https (maybe 20-40 users during peak + a few API clients)
> >
> > Our setup is a somewhat old VM.
> > Windows Server 2016 Standard 1607, buil 14343.6351
> > Intel Xeon E5-2680 v4 @ 2.40 GHz
> > 4 x Cores
> > 8 GB Memory
> >
> > JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> > Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> >
> > Tomcat version is 10.1.15 64 bit
> >
> > The company we rent our VM servers from has installed Sentinel One that connects to the JVM through an agent. I have very little knowledge of what if anything this can do. Since this is the only thing out of the ordinary running on this setup, my fear is that this might be causing the crashes.
> 
> Some web searching suggests that is certainly likely.
> 
> > I include a partial example of the exception log here, some data may have been removed for privacy reasons. Please let med know if I should include the full file, since I've removed parts of it due to pure length.
> 
> The full file might contain a few more hints as to what went wrong.
> 
> Mark
> 

While I'm waiting for my hosting provider to disable the Sentinel Agent, I'm attaching a full crash report below, from another crash this morning.

> 
> >
> > #
> > # A fatal error has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001131b169, pid=2084, tid=5160
> > #
> > # JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> > # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> > # Problematic frame:
> > # j  jakarta.servlet.http.HttpServletRequestWrapper.getDateHeader(Ljava/lang/String;)J+1
> > #
> > # Core dump will be written. Default location: E:\tomcat10\hs_err_pid2084.mdmp
> > #
> > # If you would like to submit a bug report, please visit:
> > #   https://github.com/adoptium/adoptium-support/issues
> > #
> >
> > ---------------  S U M M A R Y ------------
> >
> > Command Line: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
> >
> > Host: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz, 4 cores, 7G,  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
> > Time: Sat Nov 11 18:18:30 2023 W. Europe Standard Time elapsed time: 153.828934 seconds (0d 0h 2m 33s)
> >
> > ---------------  T H R E A D  ---------------
> >
> > Current thread (0x000000002e6a9bd0):  JavaThread "https-openssl-nio-0.0.0.0-443-exec-180" daemon [_thread_in_Java, id=5160, stack(0x00000000403a0000,0x00000000404a0000)]
> >
> > Stack: [0x00000000403a0000,0x00000000404a0000],  sp=0x000000004049c1f8,  free space=1008k
> > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> > C  0x000000001131b169
> >
> >
> > siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffffffffff
> >
> > ...
> >
> > Stack slot to memory mapping:
> > stack at sp + 0 slots: 0x0000000011309657 is at code_begin+1463 in an Interpreter codelet
> > return entry points  [0x00000000113090a0, 0x0000000011309ba0]  2816 bytes
> > stack at sp + 1 slots: 0x0061006200650077 is an unknown value
> > stack at sp + 2 slots: 0x000000004049c208 is pointing into the stack for thread: 0x000000002e6a9bd0
> > stack at sp + 3 slots: 0x000000002a938ae1 is pointing into metadata
> > stack at sp + 4 slots: 0x000000004049c268 is pointing into the stack for thread: 0x000000002e6a9bd0
> > stack at sp + 5 slots: 0x000000002a93e930 is pointing into metadata
> > stack at sp + 6 slots: 0x0 is NULL
> > stack at sp + 7 slots: 0x00000006c5fd67d0 is an oop: java.lang.Class
> > {0x00000006c5fd67d0} - klass: 'java/lang/Class'
> >   - ---- fields (total size 14 words):
> >   - private volatile transient 'classRedefinedCount' 'I' @12  0
> >   - private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40  NULL (0)
> >   - private transient 'name' 'Ljava/lang/String;' @44  "jakarta.servlet.http.HttpServletRequestWrapper"{0x00000006c5fd6840} (d8bfad08)
> >   - private transient 'module' 'Ljava/lang/Module;' @48  a 'java/lang/Module'{0x00000006c1d03100} (d83a0620)
> >   - private final 'classLoader' 'Ljava/lang/ClassLoader;' @52  a 'java/net/URLClassLoader'{0x00000006c1c01418} (d8380283)
> >   - private transient 'classData' 'Ljava/lang/Object;' @56  NULL (0)
> >   - private transient 'packageName' 'Ljava/lang/String;' @60  "jakarta.servlet.http"{0x00000006c20d6fb0} (d841adf6)
> >   - private final 'componentType' 'Ljava/lang/Class;' @64  NULL (0)
> >   - private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68  NULL (0)
> >   - private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72  NULL (0)
> >   - private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76  NULL (0)
> >   - private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80  NULL (0)
> >   - private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84  NULL (0)
> >   - private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88  NULL (0)
> >   - transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92  NULL (0)
> >   - signature: Ljakarta/servlet/http/HttpServletRequestWrapper;
> >   - fake entry for mirror: 'jakarta/servlet/http/HttpServletRequestWrapper'
> >   - fake entry for array: NULL
> >   - fake entry for oop_size: 14
> >   - fake entry for static_oop_field_count: 0
> >
> >
> > Regards, Øyvind Flatval
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000009d7c509, pid=15260, tid=7296
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# J 5397 c1 jakarta.servlet.http.HttpServletRequestWrapper._getHttpServletRequest()Ljakarta/servlet/http/HttpServletRequest; (8 bytes) @ 0x0000000009d7c509 [0x0000000009d7c4a0+0x0000000000000069]
#
# Core dump will be written. Default location: E:\tomcat10\hs_err_pid15260.mdmp
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#

---------------  S U M M A R Y ------------

Command Line: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll 

Host: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz, 4 cores, 7G,  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
Time: Tue Nov 14 07:59:11 2023 W. Europe Standard Time elapsed time: 32.219993 seconds (0d 0h 0m 32s)

---------------  T H R E A D  ---------------

Current thread (0x000000002f219510):  JavaThread "https-openssl-nio-0.0.0.0-443-exec-27" daemon [_thread_in_Java, id=7296, stack(0x00000000360c0000,0x00000000361c0000)]

Stack: [0x00000000360c0000,0x00000000361c0000],  sp=0x00000000361bc4c0,  free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x0000000009d7c509


siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000003f40


Register to memory mapping:

RIP=0x0000000009d7c509 is at entry_point+105 in (nmethod*)0x0000000009d7c310
RAX=0x0000000000003f38 is an unknown value
RBX=0x000000008108d2c8 is a pointer to class: 
jakarta.servlet.http.HttpServletRequest {0x000000008108d2d0}
 - instance size:     2
 - klass size:        63
 - access:            public interface abstract 
 - state:             fully_initialized
 - name:              'jakarta/servlet/http/HttpServletRequest'
 - super:             'java/lang/Object'
 - sub:               
 - nof implementors:  2
 - arrays:            NULL
 - methods:           Array<T>(0x000000002853f398)
 - method ordering:   Array<T>(0x00000000808f3578)
 - default_methods:   Array<T>(0x0000000000000000)
 - local interfaces:  Array<T>(0x0000000028544398)
 - trans. interfaces: Array<T>(0x0000000028544398)
 - constants:         constant pool [249] {0x000000002853eb90} for 'jakarta/servlet/http/HttpServletRequest' cache=0x000000002a904ef8
 - class loader data:  loader data: 0x000000002728af60 for instance a 'java/net/URLClassLoader'{0x00000006c1c018e8}
 - source file:       'HttpServletRequest.java'
 - class annotations:       Array<T>(0x0000000000000000)
 - class type annotations:  Array<T>(0x0000000000000000)
 - field annotations:       Array<T>(0x0000000000000000)
 - field type annotations:  Array<T>(0x0000000000000000)
 - inner classes:     Array<T>(0x0000000028546cc0)
 - nest members:     Array<T>(0x0000000028546cd8)
 - permitted subclasses:     Array<T>(0x00000000805d1318)
 - java mirror:       a 'java/lang/Class'{0x00000006c2087a78} = 'jakarta/servlet/http/HttpServletRequest'
 - vtable length      5  (start addr: 0x000000008108d490)
 - itable length      0 (start addr: 0x000000008108d4b8)
 - ---- static fields (2 words):
 - public static final 'BASIC_AUTH' 'Ljava/lang/String;' @112 
 - public static final 'FORM_AUTH' 'Ljava/lang/String;' @116 
 - public static final 'CLIENT_CERT_AUTH' 'Ljava/lang/String;' @120 
 - public static final 'DIGEST_AUTH' 'Ljava/lang/String;' @124 
 - ---- non-static fields (0 words):
 - non-static oop maps: 
RCX=0x00000006dad024b0 is an oop: sun.util.calendar.Gregorian$Date 
{0x00000006dad024b0} - klass: 'sun/util/calendar/Gregorian$Date'
 - ---- fields (total size 12 words):
 - private 'year' 'I' @12  2023 (7e7)
 - private 'fraction' 'J' @16  0 (0 0)
 - private 'month' 'I' @24  11 (b)
 - private 'dayOfMonth' 'I' @28  14 (e)
 - private 'dayOfWeek' 'I' @32  3
 - private 'hours' 'I' @36  0
 - private 'minutes' 'I' @40  0
 - private 'seconds' 'I' @44  0
 - private 'millis' 'I' @48  0
 - private 'zoneOffset' 'I' @52  0
 - private 'daylightSaving' 'I' @56  0
 - private 'leapYear' 'Z' @60  false
 - private 'normalized' 'Z' @61  true
 - private 'forceStandardTime' 'Z' @62  false
 - private 'era' 'Lsun/util/calendar/Era;' @64  NULL (0)
 - private 'zoneinfo' 'Ljava/util/TimeZone;' @68  a 'sun/util/calendar/ZoneInfo'{0x00000006e654c990} (dcca9932)
 - private 'locale' 'Ljava/util/Locale;' @72  NULL (0)
 - 'cachedYear' 'I' @76  2023 (7e7)
 - 'cachedFixedDateJan1' 'J' @80  738521 (b44d9 0)
 - 'cachedFixedDateNextJan1' 'J' @88  738886 (b4646 0)
RDX=0x00000006dad024b0 is an oop: sun.util.calendar.Gregorian$Date 
{0x00000006dad024b0} - klass: 'sun/util/calendar/Gregorian$Date'
 - ---- fields (total size 12 words):
 - private 'year' 'I' @12  2023 (7e7)
 - private 'fraction' 'J' @16  0 (0 0)
 - private 'month' 'I' @24  11 (b)
 - private 'dayOfMonth' 'I' @28  14 (e)
 - private 'dayOfWeek' 'I' @32  3
 - private 'hours' 'I' @36  0
 - private 'minutes' 'I' @40  0
 - private 'seconds' 'I' @44  0
 - private 'millis' 'I' @48  0
 - private 'zoneOffset' 'I' @52  0
 - private 'daylightSaving' 'I' @56  0
 - private 'leapYear' 'Z' @60  false
 - private 'normalized' 'Z' @61  true
 - private 'forceStandardTime' 'Z' @62  false
 - private 'era' 'Lsun/util/calendar/Era;' @64  NULL (0)
 - private 'zoneinfo' 'Ljava/util/TimeZone;' @68  a 'sun/util/calendar/ZoneInfo'{0x00000006e654c990} (dcca9932)
 - private 'locale' 'Ljava/util/Locale;' @72  NULL (0)
 - 'cachedYear' 'I' @76  2023 (7e7)
 - 'cachedFixedDateJan1' 'J' @80  738521 (b44d9 0)
 - 'cachedFixedDateNextJan1' 'J' @88  738886 (b4646 0)
RSP=0x00000000361bc4c0 is pointing into the stack for thread: 0x000000002f219510
RBP=0x00000000361bc560 is pointing into the stack for thread: 0x000000002f219510
RSI=0x000000000000058c is an unknown value
RDI=0x000000002f219510 is a thread
R8 =0x0000000000000006 is an unknown value
R9 =0x0000000000000006 is an unknown value
R10=0x00007ff8f9770ca0 jvm.dll
R11=0x0000000009d7c4c0 is at entry_point+32 in (nmethod*)0x0000000009d7c310
R12=0x0 is NULL
R13=0x00000000361bc510 is pointing into the stack for thread: 0x000000002f219510
R14=0x00000000361bc578 is pointing into the stack for thread: 0x000000002f219510
R15=0x000000002f219510 is a thread


Registers:
RAX=0x0000000000003f38, RBX=0x000000008108d2c8, RCX=0x00000006dad024b0, RDX=0x00000006dad024b0
RSP=0x00000000361bc4c0, RBP=0x00000000361bc560, RSI=0x000000000000058c, RDI=0x000000002f219510
R8 =0x0000000000000006, R9 =0x0000000000000006, R10=0x00007ff8f9770ca0, R11=0x0000000009d7c4c0
R12=0x0000000000000000, R13=0x00000000361bc510, R14=0x00000000361bc578, R15=0x000000002f219510
RIP=0x0000000009d7c509, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x00000000361bc4c0)
0x00000000361bc4c0:   000000002f219510 0000000029d98b18
0x00000000361bc4d0:   000000002aa34b98 00000000802a96d0
0x00000000361bc4e0:   000000002f219510 000000001092c727
0x00000000361bc4f0:   00000000361bc560 0000000010929657
0x00000000361bc500:   000000002aa67198 0000000010929657
0x00000000361bc510:   00000006dad024b0 00000000361bc518
0x00000000361bc520:   000000002aa34b69 00000000361bc578
0x00000000361bc530:   000000002aa3a828 0000000000000000
0x00000000361bc540:   00000006e9bebd68 000000002aa34b98
0x00000000361bc550:   00000000361bc510 00000000361bc570
0x00000000361bc560:   00000000361bc750 0000000010921010
0x00000000361bc570:   00000006dad049c0 00000006dad024b0
0x00000000361bc580:   00000000000b44df 000000062a9e0530
0x00000000361bc590:   000000002aa13280 00000000095d613c
0x00000000361bc5a0:   000000002aa67128 00000000095d613c
0x00000000361bc5b0:   00000000000007e7 0000000000000001 

Instructions: (pc=0x0000000009d7c509)
0x0000000009d7c409:   01 00 00 b0 02 00 00 e8 02 00 00 f0 02 00 00 00
0x0000000009d7c419:   00 00 00 10 03 00 00 50 03 00 00 58 03 00 00 58
0x0000000009d7c429:   03 00 00 58 03 00 00 58 03 00 00 58 03 00 00 58
0x0000000009d7c439:   03 00 00 20 00 00 00 15 15 00 00 02 00 00 00 00
0x0000000009d7c449:   00 00 00 02 00 00 00 00 00 00 00 05 00 00 00 e0
0x0000000009d7c459:   01 00 00 06 00 00 00 ff ff ff ff ff ff ff ff 14
0x0000000009d7c469:   60 4b c0 2f 64 1a b0 0e c0 17 64 0e 64 38 f0 05
0x0000000009d7c479:   80 11 64 29 64 06 00 00 64 03 f8 50 f9 18 aa f8
0x0000000009d7c489:   7f 05 70 0e 60 01 f8 7e ff 0e 90 0c 64 00 00 00
0x0000000009d7c499:   00 00 00 00 00 00 00 44 8b 52 08 49 bb 00 00 00
0x0000000009d7c4a9:   80 00 00 00 00 4d 03 d3 4c 3b d0 0f 85 c6 4b bf
0x0000000009d7c4b9:   06 66 0f 1f 44 00 00 89 84 24 00 90 ff ff 55 48
0x0000000009d7c4c9:   83 ec 30 48 b8 20 c7 a3 2a 00 00 00 00 8b 70 08
0x0000000009d7c4d9:   83 c6 02 89 70 08 81 e6 fe 0f 00 00 83 fe 00 0f
0x0000000009d7c4e9:   84 68 00 00 00 8b 42 0c 48 c1 e0 03 48 83 f8 00
0x0000000009d7c4f9:   0f 84 44 00 00 00 48 bb c8 d2 08 81 00 00 00 00
0x0000000009d7c509:   8b 78 08 49 ba 00 00 00 80 00 00 00 00 49 03 fa
0x0000000009d7c519:   48 3b 5f 20 0f 84 20 00 00 00 48 3b fb 0f 84 17
0x0000000009d7c529:   00 00 00 57 53 e8 4d cf c9 06 5f 5f 83 ff 00 0f
0x0000000009d7c539:   84 39 00 00 00 e9 00 00 00 00 48 83 c4 30 5d 49
0x0000000009d7c549:   3b a7 48 03 00 00 0f 87 2b 00 00 00 c3 49 ba 98
0x0000000009d7c559:   3f a3 2a 00 00 00 00 4c 89 54 24 08 48 c7 04 24
0x0000000009d7c569:   ff ff ff ff e8 0e fc c9 06 e9 77 ff ff ff 48 89
0x0000000009d7c579:   04 24 e8 20 c9 c9 06 49 ba 48 c5 d7 09 00 00 00
0x0000000009d7c589:   00 4d 89 97 60 03 00 00 e9 6a b4 bf 06 90 90 49
0x0000000009d7c599:   8b 87 d8 03 00 00 49 c7 87 d8 03 00 00 00 00 00
0x0000000009d7c5a9:   00 49 c7 87 e0 03 00 00 00 00 00 00 48 83 c4 30
0x0000000009d7c5b9:   5d e9 c1 92 c9 06 f4 e8 bb c2 c9 06 48 b9 18 aa
0x0000000009d7c5c9:   50 f9 f8 7f 00 00 48 83 e4 f0 49 ba 80 ef 18 f9
0x0000000009d7c5d9:   f8 7f 00 00 41 ff d2 f4 49 ba e1 c5 d7 09 00 00
0x0000000009d7c5e9:   00 00 41 52 e9 ae a6 bf 06 f4 f4 f4 f4 f4 f4 e8
0x0000000009d7c5f9:   18 c0 c1 06 00 00 00 98 3f a3 2a 00 00 00 00 c0 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x000000002f219510 is a thread
stack at sp + 1 slots: 0x0000000029d98b18 is pointing into metadata
stack at sp + 2 slots: {method} {0x000000002aa34ba0} 'getIntHeader' '(Ljava/lang/String;)I' in 'jakarta/servlet/http/HttpServletRequestWrapper'
stack at sp + 3 slots: {method} {0x00000000802a96d8} 'setYear' '(I)Lsun/util/calendar/CalendarDate;' in 'sun/util/calendar/CalendarDate'
stack at sp + 4 slots: 0x000000002f219510 is a thread
stack at sp + 5 slots: 0x000000001092c727 is at code_begin+487 in an Interpreter codelet
method entry point (kind = zerolocals)  [0x000000001092c540, 0x000000001092c8e0]  928 bytes
stack at sp + 6 slots: 0x00000000361bc560 is pointing into the stack for thread: 0x000000002f219510
stack at sp + 7 slots: 0x0000000010929657 is at code_begin+1463 in an Interpreter codelet
return entry points  [0x00000000109290a0, 0x0000000010929ba0]  2816 bytes

--------------------------------------------------------------------------------
[Constant Pool (empty)]

--------------------------------------------------------------------------------

[MachCode]
  0x0000000009d7c4a0: 448b 5208 | 49bb 0000 | 0080 0000 | 0000 4d03 | d34c 3bd0 | 0f85 c64b | bf06 660f | 1f44 0000 
  0x0000000009d7c4c0: 8984 2400 | 90ff ff55 | 4883 ec30 | 48b8 20c7 | a32a 0000 | 0000 8b70 | 0883 c602 | 8970 0881 
  0x0000000009d7c4e0: e6fe 0f00 | 0083 fe00 | 0f84 6800 | 0000 8b42 | 0c48 c1e0 | 0348 83f8 | 000f 8444 | 0000 0048 
  0x0000000009d7c500: bbc8 d208 | 8100 0000 | 008b 7808 | 49ba 0000 | 0080 0000 | 0000 4903 | fa48 3b5f | 200f 8420 
  0x0000000009d7c520: 0000 0048 | 3bfb 0f84 | 1700 0000 | 5753 e84d | cfc9 065f | 5f83 ff00 | 0f84 3900 | 0000 e900 
  0x0000000009d7c540: 0000 0048 | 83c4 305d | 493b a748 | 0300 000f | 872b 0000 | 00c3 49ba | 983f a32a | 0000 0000 
  0x0000000009d7c560: 4c89 5424 | 0848 c704 | 24ff ffff | ffe8 0efc | c906 e977 | ffff ff48 | 8904 24e8 | 20c9 c906 
  0x0000000009d7c580: 49ba 48c5 | d709 0000 | 0000 4d89 | 9760 0300 | 00e9 6ab4 | bf06 9090 | 498b 87d8 | 0300 0049 
  0x0000000009d7c5a0: c787 d803 | 0000 0000 | 0000 49c7 | 87e0 0300 | 0000 0000 | 0048 83c4 | 305d e9c1 | 92c9 06f4 
  0x0000000009d7c5c0: e8bb c2c9 | 0648 b918 | aa50 f9f8 | 7f00 0048 | 83e4 f049 | ba80 ef18 | f9f8 7f00 | 0041 ffd2 
  0x0000000009d7c5e0: f449 bae1 | c5d7 0900 | 0000 0041 | 52e9 aea6 | bf06 f4f4 | f4f4 f4f4 
[/MachCode]
--------------------------------------------------------------------------------


---------------  P R O C E S S  ---------------

Threads class SMR info:
_java_thread_list=0x000000002e8fc6c0, length=144, elements={
0x00000000009d0160, 0x000000002473f320, 0x000000002473fdc0, 0x000000002474e020,
0x000000002474eac0, 0x000000002474f560, 0x0000000024752010, 0x00000000247572f0,
0x000000002475bde0, 0x000000002475d700, 0x0000000027298c20, 0x00000000272968b0,
0x0000000027298200, 0x0000000027299640, 0x0000000027298710, 0x00000000272972d0,
0x0000000027297cf0, 0x000000002f03ae40, 0x000000002f03b350, 0x000000002f03a420,
0x000000002f03c790, 0x000000002f0385c0, 0x000000002f035830, 0x000000002f03bd70,
0x000000002f039f10, 0x000000002f038ad0, 0x000000002f037ba0, 0x000000002f038fe0,
0x000000002f03c280, 0x000000002f03d1b0, 0x000000002f03cca0, 0x000000002f0394f0,
0x000000002f03a930, 0x000000002f037180, 0x000000002f0380b0, 0x000000002f03b860,
0x000000002f037690, 0x000000002f039a00, 0x000000002f035d40, 0x000000002f036250,
0x000000002f036760, 0x000000002f036c70, 0x000000002f2171a0, 0x000000002f215340,
0x000000002f2176b0, 0x000000002f2185e0, 0x000000002f214920, 0x000000002f2134e0,
0x000000002f217bc0, 0x000000002f2180d0, 0x000000002f216270, 0x000000002f215850,
0x000000002f214e30, 0x000000002f216780, 0x000000002f218af0, 0x000000002f219a20,
0x000000002f216c90, 0x000000002f215d60, 0x000000002f2139f0, 0x000000002f219000,
0x000000002f219510, 0x000000002f2125b0, 0x000000002f219f30, 0x000000002f212ac0,
0x000000002f212fd0, 0x000000002f213f00, 0x000000002f214410, 0x000000002db5c890,
0x000000002db5b450, 0x000000002db5cda0, 0x000000002db5f620, 0x000000002db5b960,
0x000000002db60f70, 0x000000002db61990, 0x000000002db60a60, 0x000000002db5d2b0,
0x000000002db61ea0, 0x000000002db5be70, 0x000000002db5f110, 0x000000002db5d7c0,
0x000000002db5ec00, 0x000000002db5c380, 0x000000002db5aa30, 0x000000002db623b0,
0x000000002db5dcd0, 0x000000002db5af40, 0x000000002db5e1e0, 0x000000002db5e6f0,
0x000000002db5fb30, 0x000000002db60040, 0x000000002db61480, 0x000000002db60550,
0x000000002d744ae0, 0x000000002d743190, 0x000000002d744ff0, 0x000000002d745500,
0x000000002d7436a0, 0x000000002d7445d0, 0x000000002d746430, 0x000000002d745a10,
0x000000002d740400, 0x000000002d742260, 0x000000002d747360, 0x000000002d742770,
0x000000002d741840, 0x000000002d747870, 0x000000002d745f20, 0x000000002d746940,
0x000000002d740910, 0x000000002d740e20, 0x000000002d741330, 0x000000002d743bb0,
0x000000002d741d50, 0x000000002d742c80, 0x000000002d7440c0, 0x000000002d746e50,
0x000000002d747d80, 0x000000002d45b240, 0x000000002d45dfd0, 0x000000002d45bc60,
0x000000002d4593e0, 0x000000002d45f410, 0x000000002d45ad30, 0x000000002d458ed0,
0x000000002d45f920, 0x000000002d460340, 0x000000002d45c170, 0x000000002d45e4e0,
0x000000002d45c680, 0x000000002d45d0a0, 0x000000002d45e9f0, 0x000000002d45ef00,
0x000000002d45fe30, 0x000000002d45cb90, 0x000000002d45d5b0, 0x000000002d45dac0,
0x000000002d460850, 0x000000002d4598f0, 0x000000002d459e00, 0x000000002d45a310,
0x000000002f5ea480, 0x000000002d45a820, 0x000000002d45b750, 0x000000002ed7a850
}
_to_delete_list=0x000000002e8f3090
Skipping _to_delete_list fields and contents for safety.

Java Threads: ( => current thread )
  0x00000000009d0160 JavaThread "main" [_thread_in_native, id=14520, stack(0x00000000018c0000,0x00000000019c0000)]
  0x000000002473f320 JavaThread "Reference Handler" daemon [_thread_blocked, id=14992, stack(0x00000000275a0000,0x00000000276a0000)]
  0x000000002473fdc0 JavaThread "Finalizer" daemon [_thread_blocked, id=15336, stack(0x00000000276a0000,0x00000000277a0000)]
  0x000000002474e020 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10396, stack(0x0000000027890000,0x0000000027990000)]
  0x000000002474eac0 JavaThread "Attach Listener" daemon [_thread_blocked, id=14532, stack(0x0000000027990000,0x0000000027a90000)]
  0x000000002474f560 JavaThread "Service Thread" daemon [_thread_blocked, id=14692, stack(0x0000000027a90000,0x0000000027b90000)]
  0x0000000024752010 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=15068, stack(0x0000000027b90000,0x0000000027c90000)]
  0x00000000247572f0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=14748, stack(0x0000000027c90000,0x0000000027d90000)]
  0x000000002475bde0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=14840, stack(0x0000000027d90000,0x0000000027e90000)]
  0x000000002475d700 JavaThread "Sweeper thread" daemon [_thread_blocked, id=15268, stack(0x0000000027e90000,0x0000000027f90000)]
  0x0000000027298c20 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=14688, stack(0x000000002c000000,0x000000002c100000)]
  0x00000000272968b0 JavaThread "Notification Thread" daemon [_thread_blocked, id=14660, stack(0x000000002c100000,0x000000002c200000)]
  0x0000000027298200 JavaThread "FileHandlerLogFilesCleaner-1" daemon [_thread_blocked, id=15320, stack(0x000000002c300000,0x000000002c400000)]
  0x0000000027299640 JavaThread "AsyncFileHandlerWriter-1" daemon [_thread_blocked, id=14712, stack(0x000000002dff0000,0x000000002e0f0000)]
  0x0000000027298710 JavaThread "Cleaner-0" daemon [_thread_blocked, id=14516, stack(0x000000002e0f0000,0x000000002e1f0000)]
  0x00000000272972d0 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=5680, stack(0x0000000030d70000,0x0000000030e70000)]
  0x0000000027297cf0 JavaThread "HikariPool-2 housekeeper" daemon [_thread_blocked, id=15196, stack(0x0000000030e70000,0x0000000030f70000)]
  0x000000002f03ae40 JavaThread "HikariPool-3 housekeeper" daemon [_thread_blocked, id=14596, stack(0x0000000030f70000,0x0000000031070000)]
  0x000000002f03b350 JavaThread "Catalina-utility-1" [_thread_blocked, id=5420, stack(0x00000000336c0000,0x00000000337c0000)]
  0x000000002f03a420 JavaThread "Catalina-utility-2" [_thread_blocked, id=4880, stack(0x00000000337c0000,0x00000000338c0000)]
  0x000000002f03c790 JavaThread "http-nio-0.0.0.0-80-exec-1" daemon [_thread_blocked, id=14060, stack(0x00000000338c0000,0x00000000339c0000)]
  0x000000002f0385c0 JavaThread "http-nio-0.0.0.0-80-exec-2" daemon [_thread_blocked, id=14032, stack(0x00000000339c0000,0x0000000033ac0000)]
  0x000000002f035830 JavaThread "http-nio-0.0.0.0-80-exec-3" daemon [_thread_blocked, id=13712, stack(0x0000000033ac0000,0x0000000033bc0000)]
  0x000000002f03bd70 JavaThread "http-nio-0.0.0.0-80-exec-4" daemon [_thread_blocked, id=13968, stack(0x0000000033bc0000,0x0000000033cc0000)]
  0x000000002f039f10 JavaThread "http-nio-0.0.0.0-80-exec-5" daemon [_thread_blocked, id=11784, stack(0x0000000033cc0000,0x0000000033dc0000)]
  0x000000002f038ad0 JavaThread "http-nio-0.0.0.0-80-exec-6" daemon [_thread_blocked, id=8712, stack(0x0000000033dc0000,0x0000000033ec0000)]
  0x000000002f037ba0 JavaThread "http-nio-0.0.0.0-80-exec-7" daemon [_thread_blocked, id=12076, stack(0x0000000033ec0000,0x0000000033fc0000)]
  0x000000002f038fe0 JavaThread "http-nio-0.0.0.0-80-exec-8" daemon [_thread_blocked, id=10440, stack(0x0000000033fc0000,0x00000000340c0000)]
  0x000000002f03c280 JavaThread "http-nio-0.0.0.0-80-exec-9" daemon [_thread_blocked, id=12004, stack(0x00000000340c0000,0x00000000341c0000)]
  0x000000002f03d1b0 JavaThread "http-nio-0.0.0.0-80-exec-10" daemon [_thread_blocked, id=9600, stack(0x00000000341c0000,0x00000000342c0000)]
  0x000000002f03cca0 JavaThread "http-nio-0.0.0.0-80-Poller" daemon [_thread_in_native, id=7560, stack(0x00000000342c0000,0x00000000343c0000)]
  0x000000002f0394f0 JavaThread "http-nio-0.0.0.0-80-Acceptor" daemon [_thread_in_native, id=11612, stack(0x00000000343c0000,0x00000000344c0000)]
  0x000000002f03a930 JavaThread "https-openssl-nio-0.0.0.0-443-exec-1" daemon [_thread_blocked, id=11296, stack(0x00000000344c0000,0x00000000345c0000)]
  0x000000002f037180 JavaThread "https-openssl-nio-0.0.0.0-443-exec-2" daemon [_thread_blocked, id=8460, stack(0x00000000345c0000,0x00000000346c0000)]
  0x000000002f0380b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-3" daemon [_thread_blocked, id=12144, stack(0x00000000346c0000,0x00000000347c0000)]
  0x000000002f03b860 JavaThread "https-openssl-nio-0.0.0.0-443-exec-4" daemon [_thread_blocked, id=10120, stack(0x00000000347c0000,0x00000000348c0000)]
  0x000000002f037690 JavaThread "https-openssl-nio-0.0.0.0-443-exec-5" daemon [_thread_blocked, id=11460, stack(0x00000000348c0000,0x00000000349c0000)]
  0x000000002f039a00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-6" daemon [_thread_blocked, id=12176, stack(0x00000000349c0000,0x0000000034ac0000)]
  0x000000002f035d40 JavaThread "https-openssl-nio-0.0.0.0-443-exec-7" daemon [_thread_blocked, id=10620, stack(0x0000000034ac0000,0x0000000034bc0000)]
  0x000000002f036250 JavaThread "https-openssl-nio-0.0.0.0-443-exec-8" daemon [_thread_blocked, id=12180, stack(0x0000000034bc0000,0x0000000034cc0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002f036760 JavaThread "https-openssl-nio-0.0.0.0-443-exec-9" daemon [_thread_blocked, id=11696, stack(0x0000000034cc0000,0x0000000034dc0000)]
  0x000000002f036c70 JavaThread "https-openssl-nio-0.0.0.0-443-exec-10" daemon [_thread_blocked, id=11816, stack(0x0000000034dc0000,0x0000000034ec0000)]
  0x000000002f2171a0 JavaThread "https-openssl-nio-0.0.0.0-443-Poller" daemon [_thread_blocked, id=11640, stack(0x0000000034ec0000,0x0000000034fc0000)]
  0x000000002f215340 JavaThread "https-openssl-nio-0.0.0.0-443-Acceptor" daemon [_thread_blocked, id=12264, stack(0x0000000034fc0000,0x00000000350c0000)]
  0x000000002f2176b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-11" daemon [_thread_blocked, id=9372, stack(0x00000000350c0000,0x00000000351c0000)]
  0x000000002f2185e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-12" daemon [_thread_blocked, id=7904, stack(0x00000000351c0000,0x00000000352c0000)]
  0x000000002f214920 JavaThread "https-openssl-nio-0.0.0.0-443-exec-13" daemon [_thread_blocked, id=7624, stack(0x00000000352c0000,0x00000000353c0000)]
  0x000000002f2134e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-14" daemon [_thread_blocked, id=10420, stack(0x00000000353c0000,0x00000000354c0000)]
  0x000000002f217bc0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-15" daemon [_thread_blocked, id=9068, stack(0x00000000354c0000,0x00000000355c0000)]
  0x000000002f2180d0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-16" daemon [_thread_blocked, id=11444, stack(0x00000000355c0000,0x00000000356c0000)]
  0x000000002f216270 JavaThread "https-openssl-nio-0.0.0.0-443-exec-17" daemon [_thread_blocked, id=9368, stack(0x00000000356c0000,0x00000000357c0000)]
  0x000000002f215850 JavaThread "https-openssl-nio-0.0.0.0-443-exec-18" daemon [_thread_blocked, id=10492, stack(0x00000000357c0000,0x00000000358c0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002f214e30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-19" daemon [_thread_blocked, id=10264, stack(0x00000000358c0000,0x00000000359c0000)]
  0x000000002f216780 JavaThread "https-openssl-nio-0.0.0.0-443-exec-20" daemon [_thread_blocked, id=8332, stack(0x00000000359c0000,0x0000000035ac0000)]
  0x000000002f218af0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-21" daemon [_thread_blocked, id=10916, stack(0x0000000035ac0000,0x0000000035bc0000)]
  0x000000002f219a20 JavaThread "https-openssl-nio-0.0.0.0-443-exec-22" daemon [_thread_blocked, id=12272, stack(0x0000000035bc0000,0x0000000035cc0000)]
  0x000000002f216c90 JavaThread "https-openssl-nio-0.0.0.0-443-exec-23" daemon [_thread_blocked, id=9768, stack(0x0000000035cc0000,0x0000000035dc0000)]
  0x000000002f215d60 JavaThread "https-openssl-nio-0.0.0.0-443-exec-24" daemon [_thread_blocked, id=11396, stack(0x0000000035dc0000,0x0000000035ec0000)]
  0x000000002f2139f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-25" daemon [_thread_blocked, id=10332, stack(0x0000000035ec0000,0x0000000035fc0000)]
  0x000000002f219000 JavaThread "https-openssl-nio-0.0.0.0-443-exec-26" daemon [_thread_blocked, id=11976, stack(0x0000000035fc0000,0x00000000360c0000)]
=>0x000000002f219510 JavaThread "https-openssl-nio-0.0.0.0-443-exec-27" daemon [_thread_in_Java, id=7296, stack(0x00000000360c0000,0x00000000361c0000)]
  0x000000002f2125b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-28" daemon [_thread_blocked, id=10872, stack(0x00000000361c0000,0x00000000362c0000)]
  0x000000002f219f30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-29" daemon [_thread_blocked, id=11748, stack(0x00000000362c0000,0x00000000363c0000)]
  0x000000002f212ac0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-30" daemon [_thread_blocked, id=11524, stack(0x00000000363c0000,0x00000000364c0000)]
  0x000000002f212fd0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-31" daemon [_thread_blocked, id=12172, stack(0x00000000364c0000,0x00000000365c0000)]
  0x000000002f213f00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-32" daemon [_thread_blocked, id=11056, stack(0x00000000365c0000,0x00000000366c0000)]
  0x000000002f214410 JavaThread "https-openssl-nio-0.0.0.0-443-exec-33" daemon [_thread_blocked, id=5096, stack(0x00000000366c0000,0x00000000367c0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002db5c890 JavaThread "https-openssl-nio-0.0.0.0-443-exec-34" daemon [_thread_blocked, id=13796, stack(0x00000000367c0000,0x00000000368c0000)]
  0x000000002db5b450 JavaThread "https-openssl-nio-0.0.0.0-443-exec-35" daemon [_thread_blocked, id=13560, stack(0x00000000368c0000,0x00000000369c0000)]
  0x000000002db5cda0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-36" daemon [_thread_blocked, id=8516, stack(0x00000000369c0000,0x0000000036ac0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002db5f620 JavaThread "https-openssl-nio-0.0.0.0-443-exec-37" daemon [_thread_blocked, id=13764, stack(0x0000000036ac0000,0x0000000036bc0000)]
  0x000000002db5b960 JavaThread "https-openssl-nio-0.0.0.0-443-exec-38" daemon [_thread_blocked, id=15116, stack(0x0000000036bc0000,0x0000000036cc0000)]
  0x000000002db60f70 JavaThread "https-openssl-nio-0.0.0.0-443-exec-39" daemon [_thread_blocked, id=15180, stack(0x0000000036cc0000,0x0000000036dc0000)]
  0x000000002db61990 JavaThread "https-openssl-nio-0.0.0.0-443-exec-40" daemon [_thread_blocked, id=5068, stack(0x0000000036dc0000,0x0000000036ec0000)]
  0x000000002db60a60 JavaThread "https-openssl-nio-0.0.0.0-443-exec-41" daemon [_thread_blocked, id=11720, stack(0x0000000036ec0000,0x0000000036fc0000)]
  0x000000002db5d2b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-42" daemon [_thread_blocked, id=8644, stack(0x0000000036fc0000,0x00000000370c0000)]
  0x000000002db61ea0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-43" daemon [_thread_blocked, id=12628, stack(0x00000000370c0000,0x00000000371c0000)]
  0x000000002db5be70 JavaThread "https-openssl-nio-0.0.0.0-443-exec-44" daemon [_thread_blocked, id=12804, stack(0x00000000371c0000,0x00000000372c0000)]
  0x000000002db5f110 JavaThread "https-openssl-nio-0.0.0.0-443-exec-45" daemon [_thread_blocked, id=12088, stack(0x00000000372c0000,0x00000000373c0000)]
  0x000000002db5d7c0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-46" daemon [_thread_blocked, id=13352, stack(0x00000000373c0000,0x00000000374c0000)]
  0x000000002db5ec00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-47" daemon [_thread_blocked, id=7800, stack(0x00000000374c0000,0x00000000375c0000)]
  0x000000002db5c380 JavaThread "https-openssl-nio-0.0.0.0-443-exec-48" daemon [_thread_blocked, id=13144, stack(0x00000000375c0000,0x00000000376c0000)]
  0x000000002db5aa30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-49" daemon [_thread_blocked, id=12504, stack(0x00000000376c0000,0x00000000377c0000)]
  0x000000002db623b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-50" daemon [_thread_blocked, id=2496, stack(0x00000000377c0000,0x00000000378c0000)]
  0x000000002db5dcd0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-51" daemon [_thread_blocked, id=15224, stack(0x00000000378c0000,0x00000000379c0000)]
  0x000000002db5af40 JavaThread "https-openssl-nio-0.0.0.0-443-exec-52" daemon [_thread_blocked, id=15156, stack(0x00000000379c0000,0x0000000037ac0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002db5e1e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-53" daemon [_thread_blocked, id=14548, stack(0x0000000037ac0000,0x0000000037bc0000)]
  0x000000002db5e6f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-54" daemon [_thread_blocked, id=5100, stack(0x0000000037bc0000,0x0000000037cc0000)]
  0x000000002db5fb30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-55" daemon [_thread_blocked, id=7936, stack(0x0000000037cc0000,0x0000000037dc0000)]
  0x000000002db60040 JavaThread "https-openssl-nio-0.0.0.0-443-exec-56" daemon [_thread_blocked, id=8, stack(0x0000000037dc0000,0x0000000037ec0000)]
  0x000000002db61480 JavaThread "https-openssl-nio-0.0.0.0-443-exec-57" daemon [_thread_blocked, id=1784, stack(0x0000000037ec0000,0x0000000037fc0000)]
  0x000000002db60550 JavaThread "https-openssl-nio-0.0.0.0-443-exec-58" daemon [_thread_blocked, id=1788, stack(0x0000000037fc0000,0x00000000380c0000)]
  0x000000002d744ae0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-59" daemon [_thread_blocked, id=3452, stack(0x00000000380c0000,0x00000000381c0000)]
  0x000000002d743190 JavaThread "https-openssl-nio-0.0.0.0-443-exec-60" daemon [_thread_blocked, id=3892, stack(0x00000000381c0000,0x00000000382c0000)]
  0x000000002d744ff0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-61" daemon [_thread_blocked, id=4460, stack(0x00000000382c0000,0x00000000383c0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002d745500 JavaThread "https-openssl-nio-0.0.0.0-443-exec-62" daemon [_thread_blocked, id=3756, stack(0x00000000383c0000,0x00000000384c0000)]
  0x000000002d7436a0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-63" daemon [_thread_blocked, id=2728, stack(0x00000000384c0000,0x00000000385c0000)]
  0x000000002d7445d0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-64" daemon [_thread_blocked, id=4428, stack(0x00000000385c0000,0x00000000386c0000)]
  0x000000002d746430 JavaThread "https-openssl-nio-0.0.0.0-443-exec-65" daemon [_thread_blocked, id=4436, stack(0x00000000386c0000,0x00000000387c0000)]
  0x000000002d745a10 JavaThread "https-openssl-nio-0.0.0.0-443-exec-66" daemon [_thread_blocked, id=3768, stack(0x00000000387c0000,0x00000000388c0000)]
  0x000000002d740400 JavaThread "https-openssl-nio-0.0.0.0-443-exec-67" daemon [_thread_blocked, id=4432, stack(0x00000000388c0000,0x00000000389c0000)]
  0x000000002d742260 JavaThread "https-openssl-nio-0.0.0.0-443-exec-68" daemon [_thread_blocked, id=4744, stack(0x00000000389c0000,0x0000000038ac0000)]
  0x000000002d747360 JavaThread "https-openssl-nio-0.0.0.0-443-exec-69" daemon [_thread_blocked, id=3732, stack(0x0000000038ac0000,0x0000000038bc0000)]
  0x000000002d742770 JavaThread "https-openssl-nio-0.0.0.0-443-exec-70" daemon [_thread_blocked, id=14684, stack(0x0000000038bc0000,0x0000000038cc0000)]
  0x000000002d741840 JavaThread "https-openssl-nio-0.0.0.0-443-exec-71" daemon [_thread_blocked, id=14392, stack(0x0000000038cc0000,0x0000000038dc0000)]
  0x000000002d747870 JavaThread "https-openssl-nio-0.0.0.0-443-exec-72" daemon [_thread_blocked, id=9824, stack(0x0000000038dc0000,0x0000000038ec0000)]
  0x000000002d745f20 JavaThread "https-openssl-nio-0.0.0.0-443-exec-73" daemon [_thread_blocked, id=14380, stack(0x0000000038ec0000,0x0000000038fc0000)]
  0x000000002d746940 JavaThread "https-openssl-nio-0.0.0.0-443-exec-74" daemon [_thread_blocked, id=6340, stack(0x0000000038fc0000,0x00000000390c0000)]
  0x000000002d740910 JavaThread "https-openssl-nio-0.0.0.0-443-exec-75" daemon [_thread_blocked, id=14448, stack(0x00000000390c0000,0x00000000391c0000)]
  0x000000002d740e20 JavaThread "https-openssl-nio-0.0.0.0-443-exec-76" daemon [_thread_blocked, id=6104, stack(0x00000000391c0000,0x00000000392c0000)]
  0x000000002d741330 JavaThread "https-openssl-nio-0.0.0.0-443-exec-77" daemon [_thread_blocked, id=13488, stack(0x00000000392c0000,0x00000000393c0000)]
  0x000000002d743bb0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-78" daemon [_thread_blocked, id=14832, stack(0x00000000393c0000,0x00000000394c0000)]
  0x000000002d741d50 JavaThread "https-openssl-nio-0.0.0.0-443-exec-79" daemon [_thread_blocked, id=12032, stack(0x00000000394c0000,0x00000000395c0000)]
  0x000000002d742c80 JavaThread "https-openssl-nio-0.0.0.0-443-exec-80" daemon [_thread_blocked, id=14988, stack(0x00000000395c0000,0x00000000396c0000)]
  0x000000002d7440c0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-81" daemon [_thread_blocked, id=14068, stack(0x00000000396c0000,0x00000000397c0000)]
  0x000000002d746e50 JavaThread "https-openssl-nio-0.0.0.0-443-exec-82" daemon [_thread_blocked, id=3108, stack(0x00000000397c0000,0x00000000398c0000)]
  0x000000002d747d80 JavaThread "https-openssl-nio-0.0.0.0-443-exec-83" daemon [_thread_blocked, id=14116, stack(0x00000000398c0000,0x00000000399c0000)]
  0x000000002d45b240 JavaThread "https-openssl-nio-0.0.0.0-443-exec-84" daemon [_thread_blocked, id=2492, stack(0x00000000399c0000,0x0000000039ac0000)]
  0x000000002d45dfd0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-85" daemon [_thread_blocked, id=14636, stack(0x0000000039ac0000,0x0000000039bc0000)]
  0x000000002d45bc60 JavaThread "https-openssl-nio-0.0.0.0-443-exec-86" daemon [_thread_blocked, id=4528, stack(0x0000000039bc0000,0x0000000039cc0000)]
  0x000000002d4593e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-87" daemon [_thread_blocked, id=14640, stack(0x0000000039cc0000,0x0000000039dc0000)]
  0x000000002d45f410 JavaThread "https-openssl-nio-0.0.0.0-443-exec-88" daemon [_thread_blocked, id=11268, stack(0x0000000039dc0000,0x0000000039ec0000)]
  0x000000002d45ad30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-89" daemon [_thread_blocked, id=13684, stack(0x0000000039ec0000,0x0000000039fc0000)]
  0x000000002d458ed0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-90" daemon [_thread_blocked, id=15140, stack(0x0000000039fc0000,0x000000003a0c0000)]
  0x000000002d45f920 JavaThread "https-openssl-nio-0.0.0.0-443-exec-91" daemon [_thread_blocked, id=14280, stack(0x000000003a0c0000,0x000000003a1c0000)]
  0x000000002d460340 JavaThread "https-openssl-nio-0.0.0.0-443-exec-92" daemon [_thread_blocked, id=15100, stack(0x000000003a1c0000,0x000000003a2c0000)]
  0x000000002d45c170 JavaThread "https-openssl-nio-0.0.0.0-443-exec-93" daemon [_thread_blocked, id=13296, stack(0x000000003a2c0000,0x000000003a3c0000)]
  0x000000002d45e4e0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-94" daemon [_thread_blocked, id=14680, stack(0x000000003a3c0000,0x000000003a4c0000)]
  0x000000002d45c680 JavaThread "https-openssl-nio-0.0.0.0-443-exec-95" daemon [_thread_blocked, id=15208, stack(0x000000003a4c0000,0x000000003a5c0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002d45d0a0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-96" daemon [_thread_blocked, id=6668, stack(0x000000003a5c0000,0x000000003a6c0000)]
  0x000000002d45e9f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-97" daemon [_thread_blocked, id=15300, stack(0x000000003a6c0000,0x000000003a7c0000)]
  0x000000002d45ef00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-98" daemon [_thread_blocked, id=15236, stack(0x000000003a7c0000,0x000000003a8c0000)]
  0x000000002d45fe30 JavaThread "https-openssl-nio-0.0.0.0-443-exec-99" daemon [_thread_blocked, id=13972, stack(0x000000003a8c0000,0x000000003a9c0000)]
  0x000000002d45cb90 JavaThread "https-openssl-nio-0.0.0.0-443-exec-100" daemon [_thread_blocked, id=14848, stack(0x000000003a9c0000,0x000000003aac0000)]
  0x000000002d45d5b0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-101" daemon [_thread_blocked, id=14620, stack(0x000000003aac0000,0x000000003abc0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002d45dac0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-102" daemon [_thread_blocked, id=7068, stack(0x000000003abc0000,0x000000003acc0000)] _threads_hazard_ptr=0x000000002e8f3090
  0x000000002d460850 JavaThread "https-openssl-nio-0.0.0.0-443-exec-103" daemon [_thread_blocked, id=9940, stack(0x000000003acc0000,0x000000003adc0000)]
  0x000000002d4598f0 JavaThread "https-openssl-nio-0.0.0.0-443-exec-104" daemon [_thread_blocked, id=14128, stack(0x000000003adc0000,0x000000003aec0000)]
  0x000000002d459e00 JavaThread "https-openssl-nio-0.0.0.0-443-exec-105" daemon [_thread_blocked, id=15164, stack(0x000000003aec0000,0x000000003afc0000)]
  0x000000002d45a310 JavaThread "https-openssl-nio-0.0.0.0-443-exec-106" daemon [_thread_blocked, id=14324, stack(0x000000003afc0000,0x000000003b0c0000)]
  0x000000002f5ea480 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=14824, stack(0x000000003bcc0000,0x000000003bdc0000)]
  0x000000002d45a820 JavaThread "HikariPool-3 connection adder" daemon [_thread_blocked, id=14352, stack(0x000000003bdc0000,0x000000003bec0000)]
  0x000000002d45b750 JavaThread "HikariPool-1 connection adder" daemon [_thread_blocked, id=13512, stack(0x000000003bec0000,0x000000003bfc0000)]
  0x000000002ed7a850 JavaThread "WebSocket background processing" daemon [_thread_blocked, id=6756, stack(0x000000003bfc0000,0x000000003c0c0000)]

Other Threads:
  0x0000000024735860 VMThread "VM Thread" [stack: 0x00000000274a0000,0x00000000275a0000] [id=15244] _threads_hazard_ptr=0x000000002e8fc6c0
  0x00000000272ac950 WatcherThread [stack: 0x000000002c200000,0x000000002c300000] [id=12164]
  0x0000000000a4daa0 GCTaskThread "GC Thread#0" [stack: 0x0000000024760000,0x0000000024860000] [id=14952]
  0x000000002c49ac80 GCTaskThread "GC Thread#1" [stack: 0x000000002e5d0000,0x000000002e6d0000] [id=14940]
  0x000000002c49b780 GCTaskThread "GC Thread#2" [stack: 0x000000002e6d0000,0x000000002e7d0000] [id=15044]
  0x000000002c49af40 GCTaskThread "GC Thread#3" [stack: 0x000000002e7d0000,0x000000002e8d0000] [id=15240]
  0x000000002456e3b0 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000000024860000,0x0000000024960000] [id=14428]
  0x0000000024570030 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000000024960000,0x0000000024a60000] [id=5440]
  0x0000000024663960 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000000026ea0000,0x0000000026fa0000] [id=3436]
  0x0000000024665220 ConcurrentGCThread "G1 Service" [stack: 0x0000000026fa0000,0x00000000270a0000] [id=15204]

Threads with active compile tasks:
C2 CompilerThread0    32506 5293       4       org.mariadb.jdbc.client.result.Result::getString (10 bytes)
C1 CompilerThread0    32506 5768  s!   2       jdk.internal.loader.URLClassPath::getLoader (194 bytes)
C2 CompilerThread1    32506 5329   !   4       com.zaxxer.hikari.pool.HikariProxyResultSet::getString (18 bytes)

VM state: synchronizing (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x00000000009ca0e0] Threads_lock - owner thread: 0x0000000024735860

Heap address: 0x00000006c1c00000, size: 5092 MB, Compressed Oops mode: Zero based, Oop shift amount: 3

CDS archive(s) mapped at: [0x0000000080000000-0x0000000080bd0000-0x0000000080bd0000), size 12386304, SharedBaseAddress: 0x0000000080000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000000081000000-0x00000000c1000000, reserved size: 1073741824
Narrow klass base: 0x0000000080000000, Narrow klass shift: 0, Narrow klass range: 0x100000000

GC Precious Log:
 CPUs: 4 total, 4 available
 Memory: 8191M
 Large Page Support: Disabled
 NUMA Support: Disabled
 Compressed Oops: Enabled (Zero based)
 Heap Region Size: 4M
 Heap Min Capacity: 768M
 Heap Initial Capacity: 768M
 Heap Max Capacity: 5092M
 Pre-touch: Disabled
 Parallel Workers: 4
 Concurrent Workers: 1
 Concurrent Refinement Workers: 4
 Periodic GC: Disabled

Heap:
 garbage-first heap   total 786432K, used 457886K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 109 young (446464K), 5 survivors (20480K)
 Metaspace       used 51121K, committed 51712K, reserved 1114112K
  class space    used 4899K, committed 5184K, reserved 1048576K

Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
|   0|0x00000006c1c00000, 0x00000006c2000000, 0x00000006c2000000|100%| O|  |TAMS 0x00000006c2000000, 0x00000006c1c00000| Untracked 
|   1|0x00000006c2000000, 0x00000006c2400000, 0x00000006c2400000|100%| O|  |TAMS 0x00000006c2400000, 0x00000006c2000000| Untracked 
|   2|0x00000006c2400000, 0x00000006c2800000, 0x00000006c2800000|100%| O|  |TAMS 0x00000006c2800000, 0x00000006c2400000| Untracked 
|   3|0x00000006c2800000, 0x00000006c2c00000, 0x00000006c2c00000|100%| O|  |TAMS 0x00000006c2c00000, 0x00000006c2800000| Untracked 
|   4|0x00000006c2c00000, 0x00000006c2df6e00, 0x00000006c3000000| 49%| O|  |TAMS 0x00000006c2df6e00, 0x00000006c2c00000| Untracked 
|   5|0x00000006c3000000, 0x00000006c3000000, 0x00000006c3400000|  0%| F|  |TAMS 0x00000006c3000000, 0x00000006c3000000| Untracked 
|   6|0x00000006c3400000, 0x00000006c3400000, 0x00000006c3800000|  0%| F|  |TAMS 0x00000006c3400000, 0x00000006c3400000| Untracked 
|   7|0x00000006c3800000, 0x00000006c3800000, 0x00000006c3c00000|  0%| F|  |TAMS 0x00000006c3800000, 0x00000006c3800000| Untracked 
|   8|0x00000006c3c00000, 0x00000006c3c00000, 0x00000006c4000000|  0%| F|  |TAMS 0x00000006c3c00000, 0x00000006c3c00000| Untracked 
|   9|0x00000006c4000000, 0x00000006c4000000, 0x00000006c4400000|  0%| F|  |TAMS 0x00000006c4000000, 0x00000006c4000000| Untracked 
|  10|0x00000006c4400000, 0x00000006c4400000, 0x00000006c4800000|  0%| F|  |TAMS 0x00000006c4400000, 0x00000006c4400000| Untracked 
|  11|0x00000006c4800000, 0x00000006c4800000, 0x00000006c4c00000|  0%| F|  |TAMS 0x00000006c4800000, 0x00000006c4800000| Untracked 
|  12|0x00000006c4c00000, 0x00000006c4c00000, 0x00000006c5000000|  0%| F|  |TAMS 0x00000006c4c00000, 0x00000006c4c00000| Untracked 
|  13|0x00000006c5000000, 0x00000006c5000000, 0x00000006c5400000|  0%| F|  |TAMS 0x00000006c5000000, 0x00000006c5000000| Untracked 
|  14|0x00000006c5400000, 0x00000006c5400000, 0x00000006c5800000|  0%| F|  |TAMS 0x00000006c5400000, 0x00000006c5400000| Untracked 
|  15|0x00000006c5800000, 0x00000006c5800000, 0x00000006c5c00000|  0%| F|  |TAMS 0x00000006c5800000, 0x00000006c5800000| Untracked 
|  16|0x00000006c5c00000, 0x00000006c5c00000, 0x00000006c6000000|  0%| F|  |TAMS 0x00000006c5c00000, 0x00000006c5c00000| Untracked 
|  17|0x00000006c6000000, 0x00000006c6000000, 0x00000006c6400000|  0%| F|  |TAMS 0x00000006c6000000, 0x00000006c6000000| Untracked 
|  18|0x00000006c6400000, 0x00000006c6400000, 0x00000006c6800000|  0%| F|  |TAMS 0x00000006c6400000, 0x00000006c6400000| Untracked 
|  19|0x00000006c6800000, 0x00000006c6800000, 0x00000006c6c00000|  0%| F|  |TAMS 0x00000006c6800000, 0x00000006c6800000| Untracked 
|  20|0x00000006c6c00000, 0x00000006c6c00000, 0x00000006c7000000|  0%| F|  |TAMS 0x00000006c6c00000, 0x00000006c6c00000| Untracked 
|  21|0x00000006c7000000, 0x00000006c7000000, 0x00000006c7400000|  0%| F|  |TAMS 0x00000006c7000000, 0x00000006c7000000| Untracked 
|  22|0x00000006c7400000, 0x00000006c7400000, 0x00000006c7800000|  0%| F|  |TAMS 0x00000006c7400000, 0x00000006c7400000| Untracked 
|  23|0x00000006c7800000, 0x00000006c7800000, 0x00000006c7c00000|  0%| F|  |TAMS 0x00000006c7800000, 0x00000006c7800000| Untracked 
|  24|0x00000006c7c00000, 0x00000006c7c00000, 0x00000006c8000000|  0%| F|  |TAMS 0x00000006c7c00000, 0x00000006c7c00000| Untracked 
|  25|0x00000006c8000000, 0x00000006c8000000, 0x00000006c8400000|  0%| F|  |TAMS 0x00000006c8000000, 0x00000006c8000000| Untracked 
|  26|0x00000006c8400000, 0x00000006c8400000, 0x00000006c8800000|  0%| F|  |TAMS 0x00000006c8400000, 0x00000006c8400000| Untracked 
|  27|0x00000006c8800000, 0x00000006c8800000, 0x00000006c8c00000|  0%| F|  |TAMS 0x00000006c8800000, 0x00000006c8800000| Untracked 
|  28|0x00000006c8c00000, 0x00000006c8c00000, 0x00000006c9000000|  0%| F|  |TAMS 0x00000006c8c00000, 0x00000006c8c00000| Untracked 
|  29|0x00000006c9000000, 0x00000006c9000000, 0x00000006c9400000|  0%| F|  |TAMS 0x00000006c9000000, 0x00000006c9000000| Untracked 
|  30|0x00000006c9400000, 0x00000006c9400000, 0x00000006c9800000|  0%| F|  |TAMS 0x00000006c9400000, 0x00000006c9400000| Untracked 
|  31|0x00000006c9800000, 0x00000006c9800000, 0x00000006c9c00000|  0%| F|  |TAMS 0x00000006c9800000, 0x00000006c9800000| Untracked 
|  32|0x00000006c9c00000, 0x00000006c9c00000, 0x00000006ca000000|  0%| F|  |TAMS 0x00000006c9c00000, 0x00000006c9c00000| Untracked 
|  33|0x00000006ca000000, 0x00000006ca000000, 0x00000006ca400000|  0%| F|  |TAMS 0x00000006ca000000, 0x00000006ca000000| Untracked 
|  34|0x00000006ca400000, 0x00000006ca400000, 0x00000006ca800000|  0%| F|  |TAMS 0x00000006ca400000, 0x00000006ca400000| Untracked 
|  35|0x00000006ca800000, 0x00000006ca800000, 0x00000006cac00000|  0%| F|  |TAMS 0x00000006ca800000, 0x00000006ca800000| Untracked 
|  36|0x00000006cac00000, 0x00000006cac00000, 0x00000006cb000000|  0%| F|  |TAMS 0x00000006cac00000, 0x00000006cac00000| Untracked 
|  37|0x00000006cb000000, 0x00000006cb000000, 0x00000006cb400000|  0%| F|  |TAMS 0x00000006cb000000, 0x00000006cb000000| Untracked 
|  38|0x00000006cb400000, 0x00000006cb400000, 0x00000006cb800000|  0%| F|  |TAMS 0x00000006cb400000, 0x00000006cb400000| Untracked 
|  39|0x00000006cb800000, 0x00000006cb800000, 0x00000006cbc00000|  0%| F|  |TAMS 0x00000006cb800000, 0x00000006cb800000| Untracked 
|  40|0x00000006cbc00000, 0x00000006cbc00000, 0x00000006cc000000|  0%| F|  |TAMS 0x00000006cbc00000, 0x00000006cbc00000| Untracked 
|  41|0x00000006cc000000, 0x00000006cc000000, 0x00000006cc400000|  0%| F|  |TAMS 0x00000006cc000000, 0x00000006cc000000| Untracked 
|  42|0x00000006cc400000, 0x00000006cc400000, 0x00000006cc800000|  0%| F|  |TAMS 0x00000006cc400000, 0x00000006cc400000| Untracked 
|  43|0x00000006cc800000, 0x00000006cc800000, 0x00000006ccc00000|  0%| F|  |TAMS 0x00000006cc800000, 0x00000006cc800000| Untracked 
|  44|0x00000006ccc00000, 0x00000006ccc00000, 0x00000006cd000000|  0%| F|  |TAMS 0x00000006ccc00000, 0x00000006ccc00000| Untracked 
|  45|0x00000006cd000000, 0x00000006cd000000, 0x00000006cd400000|  0%| F|  |TAMS 0x00000006cd000000, 0x00000006cd000000| Untracked 
|  46|0x00000006cd400000, 0x00000006cd400000, 0x00000006cd800000|  0%| F|  |TAMS 0x00000006cd400000, 0x00000006cd400000| Untracked 
|  47|0x00000006cd800000, 0x00000006cd800000, 0x00000006cdc00000|  0%| F|  |TAMS 0x00000006cd800000, 0x00000006cd800000| Untracked 
|  48|0x00000006cdc00000, 0x00000006cdc00000, 0x00000006ce000000|  0%| F|  |TAMS 0x00000006cdc00000, 0x00000006cdc00000| Untracked 
|  49|0x00000006ce000000, 0x00000006ce000000, 0x00000006ce400000|  0%| F|  |TAMS 0x00000006ce000000, 0x00000006ce000000| Untracked 
|  50|0x00000006ce400000, 0x00000006ce400000, 0x00000006ce800000|  0%| F|  |TAMS 0x00000006ce400000, 0x00000006ce400000| Untracked 
|  51|0x00000006ce800000, 0x00000006ce800000, 0x00000006cec00000|  0%| F|  |TAMS 0x00000006ce800000, 0x00000006ce800000| Untracked 
|  52|0x00000006cec00000, 0x00000006cec00000, 0x00000006cf000000|  0%| F|  |TAMS 0x00000006cec00000, 0x00000006cec00000| Untracked 
|  53|0x00000006cf000000, 0x00000006cf000000, 0x00000006cf400000|  0%| F|  |TAMS 0x00000006cf000000, 0x00000006cf000000| Untracked 
|  54|0x00000006cf400000, 0x00000006cf400000, 0x00000006cf800000|  0%| F|  |TAMS 0x00000006cf400000, 0x00000006cf400000| Untracked 
|  55|0x00000006cf800000, 0x00000006cf800000, 0x00000006cfc00000|  0%| F|  |TAMS 0x00000006cf800000, 0x00000006cf800000| Untracked 
|  56|0x00000006cfc00000, 0x00000006cfc00000, 0x00000006d0000000|  0%| F|  |TAMS 0x00000006cfc00000, 0x00000006cfc00000| Untracked 
|  57|0x00000006d0000000, 0x00000006d0000000, 0x00000006d0400000|  0%| F|  |TAMS 0x00000006d0000000, 0x00000006d0000000| Untracked 
|  58|0x00000006d0400000, 0x00000006d0400000, 0x00000006d0800000|  0%| F|  |TAMS 0x00000006d0400000, 0x00000006d0400000| Untracked 
|  59|0x00000006d0800000, 0x00000006d0800000, 0x00000006d0c00000|  0%| F|  |TAMS 0x00000006d0800000, 0x00000006d0800000| Untracked 
|  60|0x00000006d0c00000, 0x00000006d0c00000, 0x00000006d1000000|  0%| F|  |TAMS 0x00000006d0c00000, 0x00000006d0c00000| Untracked 
|  61|0x00000006d1000000, 0x00000006d1000000, 0x00000006d1400000|  0%| F|  |TAMS 0x00000006d1000000, 0x00000006d1000000| Untracked 
|  62|0x00000006d1400000, 0x00000006d1400000, 0x00000006d1800000|  0%| F|  |TAMS 0x00000006d1400000, 0x00000006d1400000| Untracked 
|  63|0x00000006d1800000, 0x00000006d1800000, 0x00000006d1c00000|  0%| F|  |TAMS 0x00000006d1800000, 0x00000006d1800000| Untracked 
|  64|0x00000006d1c00000, 0x00000006d1c00000, 0x00000006d2000000|  0%| F|  |TAMS 0x00000006d1c00000, 0x00000006d1c00000| Untracked 
|  65|0x00000006d2000000, 0x00000006d2000000, 0x00000006d2400000|  0%| F|  |TAMS 0x00000006d2000000, 0x00000006d2000000| Untracked 
|  66|0x00000006d2400000, 0x00000006d2400000, 0x00000006d2800000|  0%| F|  |TAMS 0x00000006d2400000, 0x00000006d2400000| Untracked 
|  67|0x00000006d2800000, 0x00000006d2800000, 0x00000006d2c00000|  0%| F|  |TAMS 0x00000006d2800000, 0x00000006d2800000| Untracked 
|  68|0x00000006d2c00000, 0x00000006d2c00000, 0x00000006d3000000|  0%| F|  |TAMS 0x00000006d2c00000, 0x00000006d2c00000| Untracked 
|  69|0x00000006d3000000, 0x00000006d3000000, 0x00000006d3400000|  0%| F|  |TAMS 0x00000006d3000000, 0x00000006d3000000| Untracked 
|  70|0x00000006d3400000, 0x00000006d3400000, 0x00000006d3800000|  0%| F|  |TAMS 0x00000006d3400000, 0x00000006d3400000| Untracked 
|  71|0x00000006d3800000, 0x00000006d3800000, 0x00000006d3c00000|  0%| F|  |TAMS 0x00000006d3800000, 0x00000006d3800000| Untracked 
|  72|0x00000006d3c00000, 0x00000006d3c00000, 0x00000006d4000000|  0%| F|  |TAMS 0x00000006d3c00000, 0x00000006d3c00000| Untracked 
|  73|0x00000006d4000000, 0x00000006d4000000, 0x00000006d4400000|  0%| F|  |TAMS 0x00000006d4000000, 0x00000006d4000000| Untracked 
|  74|0x00000006d4400000, 0x00000006d4400000, 0x00000006d4800000|  0%| F|  |TAMS 0x00000006d4400000, 0x00000006d4400000| Untracked 
|  75|0x00000006d4800000, 0x00000006d4800000, 0x00000006d4c00000|  0%| F|  |TAMS 0x00000006d4800000, 0x00000006d4800000| Untracked 
|  76|0x00000006d4c00000, 0x00000006d4c00000, 0x00000006d5000000|  0%| F|  |TAMS 0x00000006d4c00000, 0x00000006d4c00000| Untracked 
|  77|0x00000006d5000000, 0x00000006d5000000, 0x00000006d5400000|  0%| F|  |TAMS 0x00000006d5000000, 0x00000006d5000000| Untracked 
|  78|0x00000006d5400000, 0x00000006d5400000, 0x00000006d5800000|  0%| F|  |TAMS 0x00000006d5400000, 0x00000006d5400000| Untracked 
|  79|0x00000006d5800000, 0x00000006d5800000, 0x00000006d5c00000|  0%| F|  |TAMS 0x00000006d5800000, 0x00000006d5800000| Untracked 
|  80|0x00000006d5c00000, 0x00000006d5c00000, 0x00000006d6000000|  0%| F|  |TAMS 0x00000006d5c00000, 0x00000006d5c00000| Untracked 
|  81|0x00000006d6000000, 0x00000006d6000000, 0x00000006d6400000|  0%| F|  |TAMS 0x00000006d6000000, 0x00000006d6000000| Untracked 
|  82|0x00000006d6400000, 0x00000006d6400000, 0x00000006d6800000|  0%| F|  |TAMS 0x00000006d6400000, 0x00000006d6400000| Untracked 
|  83|0x00000006d6800000, 0x00000006d681d4e0, 0x00000006d6c00000|  2%| E|  |TAMS 0x00000006d6800000, 0x00000006d6800000| Complete 
|  84|0x00000006d6c00000, 0x00000006d7000000, 0x00000006d7000000|100%| E|CS|TAMS 0x00000006d6c00000, 0x00000006d6c00000| Complete 
|  85|0x00000006d7000000, 0x00000006d7400000, 0x00000006d7400000|100%| E|CS|TAMS 0x00000006d7000000, 0x00000006d7000000| Complete 
|  86|0x00000006d7400000, 0x00000006d7800000, 0x00000006d7800000|100%| E|CS|TAMS 0x00000006d7400000, 0x00000006d7400000| Complete 
|  87|0x00000006d7800000, 0x00000006d7c00000, 0x00000006d7c00000|100%| E|CS|TAMS 0x00000006d7800000, 0x00000006d7800000| Complete 
|  88|0x00000006d7c00000, 0x00000006d8000000, 0x00000006d8000000|100%| E|CS|TAMS 0x00000006d7c00000, 0x00000006d7c00000| Complete 
|  89|0x00000006d8000000, 0x00000006d8400000, 0x00000006d8400000|100%| E|CS|TAMS 0x00000006d8000000, 0x00000006d8000000| Complete 
|  90|0x00000006d8400000, 0x00000006d8800000, 0x00000006d8800000|100%| E|CS|TAMS 0x00000006d8400000, 0x00000006d8400000| Complete 
|  91|0x00000006d8800000, 0x00000006d8c00000, 0x00000006d8c00000|100%| E|CS|TAMS 0x00000006d8800000, 0x00000006d8800000| Complete 
|  92|0x00000006d8c00000, 0x00000006d9000000, 0x00000006d9000000|100%| E|CS|TAMS 0x00000006d8c00000, 0x00000006d8c00000| Complete 
|  93|0x00000006d9000000, 0x00000006d9400000, 0x00000006d9400000|100%| E|CS|TAMS 0x00000006d9000000, 0x00000006d9000000| Complete 
|  94|0x00000006d9400000, 0x00000006d9800000, 0x00000006d9800000|100%| E|CS|TAMS 0x00000006d9400000, 0x00000006d9400000| Complete 
|  95|0x00000006d9800000, 0x00000006d9c00000, 0x00000006d9c00000|100%| E|CS|TAMS 0x00000006d9800000, 0x00000006d9800000| Complete 
|  96|0x00000006d9c00000, 0x00000006da000000, 0x00000006da000000|100%| E|CS|TAMS 0x00000006d9c00000, 0x00000006d9c00000| Complete 
|  97|0x00000006da000000, 0x00000006da400000, 0x00000006da400000|100%| E|CS|TAMS 0x00000006da000000, 0x00000006da000000| Complete 
|  98|0x00000006da400000, 0x00000006da800000, 0x00000006da800000|100%| E|CS|TAMS 0x00000006da400000, 0x00000006da400000| Complete 
|  99|0x00000006da800000, 0x00000006dac00000, 0x00000006dac00000|100%| E|CS|TAMS 0x00000006da800000, 0x00000006da800000| Complete 
| 100|0x00000006dac00000, 0x00000006db000000, 0x00000006db000000|100%| E|CS|TAMS 0x00000006dac00000, 0x00000006dac00000| Complete 
| 101|0x00000006db000000, 0x00000006db400000, 0x00000006db400000|100%| E|CS|TAMS 0x00000006db000000, 0x00000006db000000| Complete 
| 102|0x00000006db400000, 0x00000006db800000, 0x00000006db800000|100%| E|CS|TAMS 0x00000006db400000, 0x00000006db400000| Complete 
| 103|0x00000006db800000, 0x00000006dbc00000, 0x00000006dbc00000|100%| E|CS|TAMS 0x00000006db800000, 0x00000006db800000| Complete 
| 104|0x00000006dbc00000, 0x00000006dc000000, 0x00000006dc000000|100%| E|CS|TAMS 0x00000006dbc00000, 0x00000006dbc00000| Complete 
| 105|0x00000006dc000000, 0x00000006dc400000, 0x00000006dc400000|100%| E|CS|TAMS 0x00000006dc000000, 0x00000006dc000000| Complete 
| 106|0x00000006dc400000, 0x00000006dc800000, 0x00000006dc800000|100%| E|CS|TAMS 0x00000006dc400000, 0x00000006dc400000| Complete 
| 107|0x00000006dc800000, 0x00000006dcc00000, 0x00000006dcc00000|100%| E|CS|TAMS 0x00000006dc800000, 0x00000006dc800000| Complete 
| 108|0x00000006dcc00000, 0x00000006dd000000, 0x00000006dd000000|100%| E|CS|TAMS 0x00000006dcc00000, 0x00000006dcc00000| Complete 
| 109|0x00000006dd000000, 0x00000006dd400000, 0x00000006dd400000|100%| E|CS|TAMS 0x00000006dd000000, 0x00000006dd000000| Complete 
| 110|0x00000006dd400000, 0x00000006dd800000, 0x00000006dd800000|100%| E|CS|TAMS 0x00000006dd400000, 0x00000006dd400000| Complete 
| 111|0x00000006dd800000, 0x00000006ddc00000, 0x00000006ddc00000|100%| E|CS|TAMS 0x00000006dd800000, 0x00000006dd800000| Complete 
| 112|0x00000006ddc00000, 0x00000006de000000, 0x00000006de000000|100%| E|CS|TAMS 0x00000006ddc00000, 0x00000006ddc00000| Complete 
| 113|0x00000006de000000, 0x00000006de400000, 0x00000006de400000|100%| E|CS|TAMS 0x00000006de000000, 0x00000006de000000| Complete 
| 114|0x00000006de400000, 0x00000006de800000, 0x00000006de800000|100%| E|CS|TAMS 0x00000006de400000, 0x00000006de400000| Complete 
| 115|0x00000006de800000, 0x00000006dec00000, 0x00000006dec00000|100%| E|CS|TAMS 0x00000006de800000, 0x00000006de800000| Complete 
| 116|0x00000006dec00000, 0x00000006df000000, 0x00000006df000000|100%| E|CS|TAMS 0x00000006dec00000, 0x00000006dec00000| Complete 
| 117|0x00000006df000000, 0x00000006df400000, 0x00000006df400000|100%| E|CS|TAMS 0x00000006df000000, 0x00000006df000000| Complete 
| 118|0x00000006df400000, 0x00000006df800000, 0x00000006df800000|100%| E|CS|TAMS 0x00000006df400000, 0x00000006df400000| Complete 
| 119|0x00000006df800000, 0x00000006dfc00000, 0x00000006dfc00000|100%| E|CS|TAMS 0x00000006df800000, 0x00000006df800000| Complete 
| 120|0x00000006dfc00000, 0x00000006e0000000, 0x00000006e0000000|100%| E|CS|TAMS 0x00000006dfc00000, 0x00000006dfc00000| Complete 
| 121|0x00000006e0000000, 0x00000006e0400000, 0x00000006e0400000|100%| E|CS|TAMS 0x00000006e0000000, 0x00000006e0000000| Complete 
| 122|0x00000006e0400000, 0x00000006e0800000, 0x00000006e0800000|100%| E|CS|TAMS 0x00000006e0400000, 0x00000006e0400000| Complete 
| 123|0x00000006e0800000, 0x00000006e0c00000, 0x00000006e0c00000|100%| E|CS|TAMS 0x00000006e0800000, 0x00000006e0800000| Complete 
| 124|0x00000006e0c00000, 0x00000006e1000000, 0x00000006e1000000|100%| E|CS|TAMS 0x00000006e0c00000, 0x00000006e0c00000| Complete 
| 125|0x00000006e1000000, 0x00000006e1400000, 0x00000006e1400000|100%| E|CS|TAMS 0x00000006e1000000, 0x00000006e1000000| Complete 
| 126|0x00000006e1400000, 0x00000006e1800000, 0x00000006e1800000|100%| E|CS|TAMS 0x00000006e1400000, 0x00000006e1400000| Complete 
| 127|0x00000006e1800000, 0x00000006e1c00000, 0x00000006e1c00000|100%| E|CS|TAMS 0x00000006e1800000, 0x00000006e1800000| Complete 
| 128|0x00000006e1c00000, 0x00000006e2000000, 0x00000006e2000000|100%| E|CS|TAMS 0x00000006e1c00000, 0x00000006e1c00000| Complete 
| 129|0x00000006e2000000, 0x00000006e2400000, 0x00000006e2400000|100%| E|CS|TAMS 0x00000006e2000000, 0x00000006e2000000| Complete 
| 130|0x00000006e2400000, 0x00000006e2800000, 0x00000006e2800000|100%| E|CS|TAMS 0x00000006e2400000, 0x00000006e2400000| Complete 
| 131|0x00000006e2800000, 0x00000006e2c00000, 0x00000006e2c00000|100%| E|CS|TAMS 0x00000006e2800000, 0x00000006e2800000| Complete 
| 132|0x00000006e2c00000, 0x00000006e3000000, 0x00000006e3000000|100%| E|CS|TAMS 0x00000006e2c00000, 0x00000006e2c00000| Complete 
| 133|0x00000006e3000000, 0x00000006e3400000, 0x00000006e3400000|100%| E|CS|TAMS 0x00000006e3000000, 0x00000006e3000000| Complete 
| 134|0x00000006e3400000, 0x00000006e3800000, 0x00000006e3800000|100%| E|CS|TAMS 0x00000006e3400000, 0x00000006e3400000| Complete 
| 135|0x00000006e3800000, 0x00000006e3c00000, 0x00000006e3c00000|100%| E|CS|TAMS 0x00000006e3800000, 0x00000006e3800000| Complete 
| 136|0x00000006e3c00000, 0x00000006e4000000, 0x00000006e4000000|100%| E|CS|TAMS 0x00000006e3c00000, 0x00000006e3c00000| Complete 
| 137|0x00000006e4000000, 0x00000006e4400000, 0x00000006e4400000|100%| E|CS|TAMS 0x00000006e4000000, 0x00000006e4000000| Complete 
| 138|0x00000006e4400000, 0x00000006e4800000, 0x00000006e4800000|100%| E|CS|TAMS 0x00000006e4400000, 0x00000006e4400000| Complete 
| 139|0x00000006e4800000, 0x00000006e4c00000, 0x00000006e4c00000|100%| E|CS|TAMS 0x00000006e4800000, 0x00000006e4800000| Complete 
| 140|0x00000006e4c00000, 0x00000006e5000000, 0x00000006e5000000|100%| E|CS|TAMS 0x00000006e4c00000, 0x00000006e4c00000| Complete 
| 141|0x00000006e5000000, 0x00000006e5400000, 0x00000006e5400000|100%| E|CS|TAMS 0x00000006e5000000, 0x00000006e5000000| Complete 
| 142|0x00000006e5400000, 0x00000006e5530b50, 0x00000006e5800000| 29%| S|CS|TAMS 0x00000006e5400000, 0x00000006e5400000| Complete 
| 143|0x00000006e5800000, 0x00000006e5c00000, 0x00000006e5c00000|100%| S|CS|TAMS 0x00000006e5800000, 0x00000006e5800000| Complete 
| 144|0x00000006e5c00000, 0x00000006e6000000, 0x00000006e6000000|100%| S|CS|TAMS 0x00000006e5c00000, 0x00000006e5c00000| Complete 
| 145|0x00000006e6000000, 0x00000006e6400000, 0x00000006e6400000|100%| S|CS|TAMS 0x00000006e6000000, 0x00000006e6000000| Complete 
| 146|0x00000006e6400000, 0x00000006e6800000, 0x00000006e6800000|100%| S|CS|TAMS 0x00000006e6400000, 0x00000006e6400000| Complete 
| 147|0x00000006e6800000, 0x00000006e6c00000, 0x00000006e6c00000|100%| E|CS|TAMS 0x00000006e6800000, 0x00000006e6800000| Complete 
| 148|0x00000006e6c00000, 0x00000006e7000000, 0x00000006e7000000|100%| E|CS|TAMS 0x00000006e6c00000, 0x00000006e6c00000| Complete 
| 149|0x00000006e7000000, 0x00000006e7400000, 0x00000006e7400000|100%| E|CS|TAMS 0x00000006e7000000, 0x00000006e7000000| Complete 
| 150|0x00000006e7400000, 0x00000006e7800000, 0x00000006e7800000|100%| E|CS|TAMS 0x00000006e7400000, 0x00000006e7400000| Complete 
| 151|0x00000006e7800000, 0x00000006e7c00000, 0x00000006e7c00000|100%| E|CS|TAMS 0x00000006e7800000, 0x00000006e7800000| Complete 
| 152|0x00000006e7c00000, 0x00000006e8000000, 0x00000006e8000000|100%| E|CS|TAMS 0x00000006e7c00000, 0x00000006e7c00000| Complete 
| 153|0x00000006e8000000, 0x00000006e8400000, 0x00000006e8400000|100%| E|CS|TAMS 0x00000006e8000000, 0x00000006e8000000| Complete 
| 154|0x00000006e8400000, 0x00000006e8800000, 0x00000006e8800000|100%| E|CS|TAMS 0x00000006e8400000, 0x00000006e8400000| Complete 
| 155|0x00000006e8800000, 0x00000006e8c00000, 0x00000006e8c00000|100%| E|CS|TAMS 0x00000006e8800000, 0x00000006e8800000| Complete 
| 156|0x00000006e8c00000, 0x00000006e9000000, 0x00000006e9000000|100%| E|CS|TAMS 0x00000006e8c00000, 0x00000006e8c00000| Complete 
| 157|0x00000006e9000000, 0x00000006e9400000, 0x00000006e9400000|100%| E|CS|TAMS 0x00000006e9000000, 0x00000006e9000000| Complete 
| 158|0x00000006e9400000, 0x00000006e9800000, 0x00000006e9800000|100%| E|CS|TAMS 0x00000006e9400000, 0x00000006e9400000| Complete 
| 159|0x00000006e9800000, 0x00000006e9c00000, 0x00000006e9c00000|100%| E|CS|TAMS 0x00000006e9800000, 0x00000006e9800000| Complete 
| 160|0x00000006e9c00000, 0x00000006ea000000, 0x00000006ea000000|100%| E|CS|TAMS 0x00000006e9c00000, 0x00000006e9c00000| Complete 
| 161|0x00000006ea000000, 0x00000006ea400000, 0x00000006ea400000|100%| E|CS|TAMS 0x00000006ea000000, 0x00000006ea000000| Complete 
| 162|0x00000006ea400000, 0x00000006ea800000, 0x00000006ea800000|100%| E|CS|TAMS 0x00000006ea400000, 0x00000006ea400000| Complete 
| 163|0x00000006ea800000, 0x00000006eac00000, 0x00000006eac00000|100%| E|CS|TAMS 0x00000006ea800000, 0x00000006ea800000| Complete 
| 164|0x00000006eac00000, 0x00000006eb000000, 0x00000006eb000000|100%| E|CS|TAMS 0x00000006eac00000, 0x00000006eac00000| Complete 
| 165|0x00000006eb000000, 0x00000006eb400000, 0x00000006eb400000|100%| E|CS|TAMS 0x00000006eb000000, 0x00000006eb000000| Complete 
| 166|0x00000006eb400000, 0x00000006eb800000, 0x00000006eb800000|100%| E|CS|TAMS 0x00000006eb400000, 0x00000006eb400000| Complete 
| 167|0x00000006eb800000, 0x00000006ebc00000, 0x00000006ebc00000|100%| E|CS|TAMS 0x00000006eb800000, 0x00000006eb800000| Complete 
| 168|0x00000006ebc00000, 0x00000006ec000000, 0x00000006ec000000|100%| E|CS|TAMS 0x00000006ebc00000, 0x00000006ebc00000| Complete 
| 169|0x00000006ec000000, 0x00000006ec400000, 0x00000006ec400000|100%| E|CS|TAMS 0x00000006ec000000, 0x00000006ec000000| Complete 
| 170|0x00000006ec400000, 0x00000006ec800000, 0x00000006ec800000|100%| E|CS|TAMS 0x00000006ec400000, 0x00000006ec400000| Complete 
| 171|0x00000006ec800000, 0x00000006ecc00000, 0x00000006ecc00000|100%| E|CS|TAMS 0x00000006ec800000, 0x00000006ec800000| Complete 
| 172|0x00000006ecc00000, 0x00000006ed000000, 0x00000006ed000000|100%| E|CS|TAMS 0x00000006ecc00000, 0x00000006ecc00000| Complete 
| 173|0x00000006ed000000, 0x00000006ed400000, 0x00000006ed400000|100%| E|CS|TAMS 0x00000006ed000000, 0x00000006ed000000| Complete 
| 174|0x00000006ed400000, 0x00000006ed800000, 0x00000006ed800000|100%| E|CS|TAMS 0x00000006ed400000, 0x00000006ed400000| Complete 
| 175|0x00000006ed800000, 0x00000006edc00000, 0x00000006edc00000|100%| E|CS|TAMS 0x00000006ed800000, 0x00000006ed800000| Complete 
| 176|0x00000006edc00000, 0x00000006ee000000, 0x00000006ee000000|100%| E|CS|TAMS 0x00000006edc00000, 0x00000006edc00000| Complete 
| 177|0x00000006ee000000, 0x00000006ee400000, 0x00000006ee400000|100%| E|CS|TAMS 0x00000006ee000000, 0x00000006ee000000| Complete 
| 178|0x00000006ee400000, 0x00000006ee800000, 0x00000006ee800000|100%| E|CS|TAMS 0x00000006ee400000, 0x00000006ee400000| Complete 
| 179|0x00000006ee800000, 0x00000006eec00000, 0x00000006eec00000|100%| E|CS|TAMS 0x00000006ee800000, 0x00000006ee800000| Complete 
| 180|0x00000006eec00000, 0x00000006ef000000, 0x00000006ef000000|100%| E|CS|TAMS 0x00000006eec00000, 0x00000006eec00000| Complete 
| 181|0x00000006ef000000, 0x00000006ef400000, 0x00000006ef400000|100%| E|CS|TAMS 0x00000006ef000000, 0x00000006ef000000| Complete 
| 182|0x00000006ef400000, 0x00000006ef800000, 0x00000006ef800000|100%| E|CS|TAMS 0x00000006ef400000, 0x00000006ef400000| Complete 
| 183|0x00000006ef800000, 0x00000006efc00000, 0x00000006efc00000|100%| E|CS|TAMS 0x00000006ef800000, 0x00000006ef800000| Complete 
| 184|0x00000006efc00000, 0x00000006f0000000, 0x00000006f0000000|100%| E|CS|TAMS 0x00000006efc00000, 0x00000006efc00000| Complete 
| 185|0x00000006f0000000, 0x00000006f0400000, 0x00000006f0400000|100%| E|CS|TAMS 0x00000006f0000000, 0x00000006f0000000| Complete 
| 186|0x00000006f0400000, 0x00000006f0800000, 0x00000006f0800000|100%| E|CS|TAMS 0x00000006f0400000, 0x00000006f0400000| Complete 
| 187|0x00000006f0800000, 0x00000006f0c00000, 0x00000006f0c00000|100%| E|CS|TAMS 0x00000006f0800000, 0x00000006f0800000| Complete 
| 188|0x00000006f0c00000, 0x00000006f1000000, 0x00000006f1000000|100%| E|CS|TAMS 0x00000006f0c00000, 0x00000006f0c00000| Complete 
| 189|0x00000006f1000000, 0x00000006f1400000, 0x00000006f1400000|100%| E|CS|TAMS 0x00000006f1000000, 0x00000006f1000000| Complete 
| 190|0x00000006f1400000, 0x00000006f1800000, 0x00000006f1800000|100%| E|CS|TAMS 0x00000006f1400000, 0x00000006f1400000| Complete 
| 191|0x00000006f1800000, 0x00000006f1c00000, 0x00000006f1c00000|100%| E|CS|TAMS 0x00000006f1800000, 0x00000006f1800000| Complete 

Card table byte_map: [0x0000000019240000,0x0000000019c40000] _byte_map_base: 0x0000000015c32000

Marking Bits (Prev, Next): (CMBitMap*) 0x0000000000a4e0a0, (CMBitMap*) 0x0000000000a4e0e0
 Prev Bits: [0x000000001a640000, 0x000000001f5d0000)
 Next Bits: [0x000000001f5d0000, 0x0000000024560000)

Polling page: 0x00000000003e0000

Metaspace:

Usage:
  Non-class:     45.14 MB used.
      Class:      4.79 MB used.
       Both:     49.92 MB used.

Virtual space:
  Non-class space:       64.00 MB reserved,      45.44 MB ( 71%) committed,  1 nodes.
      Class space:        1.00 GB reserved,       5.06 MB ( <1%) committed,  1 nodes.
             Both:        1.06 GB reserved,      50.50 MB (  5%) committed. 

Chunk freelists:
   Non-Class:  2.61 MB
       Class:  10.79 MB
        Both:  13.40 MB

MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 59.38 MB
CDS: on
MetaspaceReclaimPolicy: balanced
 - commit_granule_bytes: 65536.
 - commit_granule_words: 8192.
 - virtual_space_node_default_size: 8388608.
 - enlarge_chunks_in_place: 1.
 - new_chunks_are_fully_committed: 0.
 - uncommit_free_chunks: 1.
 - use_allocation_guard: 0.
 - handle_deallocations: 1.


Internal statistics:

num_allocs_failed_limit: 6.
num_arena_births: 732.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 808.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 6.
num_chunks_taken_from_freelist: 2523.
num_chunk_merges: 6.
num_chunk_splits: 1752.
num_chunks_enlarged: 1185.
num_inconsistent_stats: 0.

CodeHeap 'non-profiled nmethods': size=120000Kb used=3968Kb max_used=3968Kb free=116031Kb
 bounds [0x0000000010ec0000, 0x00000000112b0000, 0x00000000183f0000]
CodeHeap 'profiled nmethods': size=120000Kb used=10322Kb max_used=10322Kb free=109677Kb
 bounds [0x00000000093f0000, 0x0000000009e10000, 0x0000000010920000]
CodeHeap 'non-nmethods': size=5760Kb used=1443Kb max_used=1469Kb free=4316Kb
 bounds [0x0000000010920000, 0x0000000010b90000, 0x0000000010ec0000]
 total_blobs=5757 nmethods=4963 adapters=705
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 32.200 Thread 0x000000002475bde0 nmethod 5739 0x000000001129e710 code [0x000000001129e8a0, 0x000000001129e978]
Event: 32.200 Thread 0x000000002475bde0 5740       1       etc.beans.menu.MenuElement::getImagewith (5 bytes)
Event: 32.200 Thread 0x000000002475bde0 nmethod 5740 0x000000001129ea10 code [0x000000001129eba0, 0x000000001129ec78]
Event: 32.200 Thread 0x000000002475bde0 5728       1       etc.beans.menu.MenuStructure::setSubMenuStructure (6 bytes)
Event: 32.200 Thread 0x000000002475bde0 nmethod 5728 0x000000001129ed10 code [0x000000001129eea0, 0x000000001129efb8]
Event: 32.200 Thread 0x000000002475bde0 5757       1       etc.beans.menu.MenuStructure::getTopMenu (5 bytes)
Event: 32.201 Thread 0x000000002475bde0 nmethod 5757 0x000000001129f010 code [0x000000001129f1a0, 0x000000001129f278]
Event: 32.201 Thread 0x000000002475bde0 5698       2       jdk.internal.misc.Unsafe::getAndSetLong (24 bytes)
Event: 32.204 Thread 0x000000002475bde0 nmethod 5698 0x0000000009e03f90 code [0x0000000009e04140, 0x0000000009e04348]
Event: 32.204 Thread 0x000000002475bde0 5736       1       etc.beans.menu.MenuElement::isMenuFavorite (5 bytes)
Event: 32.205 Thread 0x000000002475bde0 nmethod 5736 0x000000001129f310 code [0x000000001129f4a0, 0x000000001129f578]
Event: 32.208 Thread 0x000000002475bde0 5731       1       etc.beans.menu.MenuElement::getControllerClass (5 bytes)
Event: 32.208 Thread 0x000000002475bde0 nmethod 5731 0x000000001129f610 code [0x000000001129f7a0, 0x000000001129f878]
Event: 32.209 Thread 0x000000002475bde0 5741       1       etc.beans.menu.MenuElement::getImageheigt (5 bytes)
Event: 32.209 Thread 0x000000002475bde0 nmethod 5741 0x000000001129f910 code [0x000000001129faa0, 0x000000001129fb78]
Event: 32.209 Thread 0x000000002475bde0 5742       1       etc.beans.menu.MenuElement::getTextEnabled (5 bytes)
Event: 32.209 Thread 0x000000002475bde0 nmethod 5742 0x000000001129fc10 code [0x000000001129fda0, 0x000000001129fe78]
Event: 32.209 Thread 0x000000002475bde0 5743       1       etc.beans.menu.MenuElement::getImageEnabled (5 bytes)
Event: 32.210 Thread 0x000000002475bde0 nmethod 5743 0x000000001129ff10 code [0x00000000112a00a0, 0x00000000112a0178]
Event: 32.210 Thread 0x000000002475bde0 5759       2       java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::canReacquire (28 bytes)

GC Heap History (20 events):
Event: 1.472 GC heap before
{Heap before GC invocations=0 (full 0):
 garbage-first heap   total 786432K, used 36864K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 9 young (36864K), 0 survivors (0K)
 Metaspace       used 12162K, committed 12416K, reserved 1114112K
  class space    used 1278K, committed 1408K, reserved 1048576K
}
Event: 1.482 GC heap after
{Heap after GC invocations=1 (full 0):
 garbage-first heap   total 786432K, used 7250K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 2 young (8192K), 2 survivors (8192K)
 Metaspace       used 12162K, committed 12416K, reserved 1114112K
  class space    used 1278K, committed 1408K, reserved 1048576K
}
Event: 1.941 GC heap before
{Heap before GC invocations=1 (full 0):
 garbage-first heap   total 786432K, used 31826K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 9 young (36864K), 2 survivors (8192K)
 Metaspace       used 12816K, committed 13120K, reserved 1114112K
  class space    used 1325K, committed 1472K, reserved 1048576K
}
Event: 1.954 GC heap after
{Heap after GC invocations=2 (full 0):
 garbage-first heap   total 786432K, used 17452K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 2 young (8192K), 2 survivors (8192K)
 Metaspace       used 12816K, committed 13120K, reserved 1114112K
  class space    used 1325K, committed 1472K, reserved 1048576K
}
Event: 2.545 GC heap before
{Heap before GC invocations=2 (full 0):
 garbage-first heap   total 786432K, used 46124K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 9 young (36864K), 2 survivors (8192K)
 Metaspace       used 13128K, committed 13440K, reserved 1114112K
  class space    used 1359K, committed 1536K, reserved 1048576K
}
Event: 2.550 GC heap after
{Heap after GC invocations=3 (full 0):
 garbage-first heap   total 786432K, used 19520K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 1 young (4096K), 1 survivors (4096K)
 Metaspace       used 13128K, committed 13440K, reserved 1114112K
  class space    used 1359K, committed 1536K, reserved 1048576K
}
Event: 3.878 GC heap before
{Heap before GC invocations=3 (full 0):
 garbage-first heap   total 786432K, used 80960K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 16 young (65536K), 1 survivors (4096K)
 Metaspace       used 13138K, committed 13440K, reserved 1114112K
  class space    used 1359K, committed 1536K, reserved 1048576K
}
Event: 3.880 GC heap after
{Heap after GC invocations=4 (full 0):
 garbage-first heap   total 786432K, used 19806K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 1 young (4096K), 1 survivors (4096K)
 Metaspace       used 13138K, committed 13440K, reserved 1114112K
  class space    used 1359K, committed 1536K, reserved 1048576K
}
Event: 6.633 GC heap before
{Heap before GC invocations=4 (full 0):
 garbage-first heap   total 786432K, used 486750K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 115 young (471040K), 1 survivors (4096K)
 Metaspace       used 13751K, committed 14016K, reserved 1114112K
  class space    used 1398K, committed 1536K, reserved 1048576K
}
Event: 6.642 GC heap after
{Heap after GC invocations=5 (full 0):
 garbage-first heap   total 786432K, used 24521K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 2 young (8192K), 2 survivors (8192K)
 Metaspace       used 13751K, committed 14016K, reserved 1114112K
  class space    used 1398K, committed 1536K, reserved 1048576K
}
Event: 8.533 GC heap before
{Heap before GC invocations=5 (full 0):
 garbage-first heap   total 786432K, used 487369K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 115 young (471040K), 2 survivors (8192K)
 Metaspace       used 13865K, committed 14144K, reserved 1114112K
  class space    used 1398K, committed 1536K, reserved 1048576K
}
Event: 8.542 GC heap after
{Heap after GC invocations=6 (full 0):
 garbage-first heap   total 786432K, used 29471K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 3 young (12288K), 3 survivors (12288K)
 Metaspace       used 13865K, committed 14144K, reserved 1114112K
  class space    used 1398K, committed 1536K, reserved 1048576K
}
Event: 10.259 GC heap before
{Heap before GC invocations=6 (full 0):
 garbage-first heap   total 786432K, used 488223K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 115 young (471040K), 3 survivors (12288K)
 Metaspace       used 13934K, committed 14208K, reserved 1114112K
  class space    used 1398K, committed 1536K, reserved 1048576K
}
Event: 10.270 GC heap after
{Heap after GC invocations=7 (full 0):
 garbage-first heap   total 786432K, used 34250K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 4 young (16384K), 4 survivors (16384K)
 Metaspace       used 13934K, committed 14208K, reserved 1114112K
  class space    used 1398K, committed 1536K, reserved 1048576K
}
Event: 12.545 GC heap before
{Heap before GC invocations=7 (full 0):
 garbage-first heap   total 786432K, used 488906K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 115 young (471040K), 4 survivors (16384K)
 Metaspace       used 20036K, committed 20352K, reserved 1114112K
  class space    used 2144K, committed 2304K, reserved 1048576K
}
Event: 12.549 GC heap after
{Heap after GC invocations=8 (full 0):
 garbage-first heap   total 786432K, used 23165K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 2 young (8192K), 2 survivors (8192K)
 Metaspace       used 20036K, committed 20352K, reserved 1114112K
  class space    used 2144K, committed 2304K, reserved 1048576K
}
Event: 12.733 GC heap before
{Heap before GC invocations=8 (full 0):
 garbage-first heap   total 786432K, used 35453K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 6 young (24576K), 2 survivors (8192K)
 Metaspace       used 21223K, committed 21504K, reserved 1114112K
  class space    used 2304K, committed 2432K, reserved 1048576K
}
Event: 12.737 GC heap after
{Heap after GC invocations=9 (full 0):
 garbage-first heap   total 786432K, used 23140K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 2 young (8192K), 2 survivors (8192K)
 Metaspace       used 21223K, committed 21504K, reserved 1114112K
  class space    used 2304K, committed 2432K, reserved 1048576K
}
Event: 16.084 GC heap before
{Heap before GC invocations=10 (full 0):
 garbage-first heap   total 786432K, used 195172K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 45 young (184320K), 2 survivors (8192K)
 Metaspace       used 35939K, committed 36288K, reserved 1114112K
  class space    used 3415K, committed 3584K, reserved 1048576K
}
Event: 16.096 GC heap after
{Heap after GC invocations=11 (full 0):
 garbage-first heap   total 786432K, used 35998K [0x00000006c1c00000, 0x0000000800000000)
  region size 4096K, 5 young (20480K), 5 survivors (20480K)
 Metaspace       used 35939K, committed 36288K, reserved 1114112K
  class space    used 3415K, committed 3584K, reserved 1048576K
}

Dll operation events (11 events):
Event: 0.032 Loaded shared library C:\Java\temurin-17.0.8.1\bin\java.dll
Event: 0.062 Loaded shared library C:\Java\temurin-17.0.8.1\bin\jsvml.dll
Event: 0.112 Loaded shared library C:\Java\temurin-17.0.8.1\bin\net.dll
Event: 0.114 Loaded shared library C:\Java\temurin-17.0.8.1\bin\nio.dll
Event: 0.118 Loaded shared library C:\Java\temurin-17.0.8.1\bin\zip.dll
Event: 0.123 Loaded shared library C:\Java\temurin-17.0.8.1\bin\jimage.dll
Event: 0.645 Loaded shared library C:\Java\temurin-17.0.8.1\bin\management.dll
Event: 0.648 Loaded shared library C:\Java\temurin-17.0.8.1\bin\management_ext.dll
Event: 0.670 Loaded shared library E:\tomcat10\bin\tcnative-1.dll
Event: 1.104 Loaded shared library C:\Java\temurin-17.0.8.1\bin\sunmscapi.dll
Event: 14.844 Loaded shared library C:\Java\temurin-17.0.8.1\bin\verify.dll

Deoptimization events (20 events):
Event: 31.144 Thread 0x000000002f036250 DEOPT PACKING pc=0x000000001102b8ac sp=0x0000000034cbd140
Event: 31.144 Thread 0x000000002f036250 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x0000000034cbd180 mode 2
Event: 31.144 Thread 0x000000002d45d5b0 DEOPT PACKING pc=0x000000001102b8ac sp=0x000000003abbcdf0
Event: 31.144 Thread 0x000000002d45d5b0 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x000000003abbce30 mode 2
Event: 31.145 Thread 0x000000002d744ff0 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000001102b8ac relative=0x0000000000001b0c
Event: 31.146 Thread 0x000000002d744ff0 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000001102b8ac method=jdk.internal.loader.URLClassPath.getLoader(I)Ljdk/internal/loader/URLClassPath$Loader; @ 88 c2
Event: 31.146 Thread 0x000000002d744ff0 DEOPT PACKING pc=0x000000001102b8ac sp=0x00000000383bcaa0
Event: 31.146 Thread 0x000000002d744ff0 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x00000000383bcae0 mode 2
Event: 31.857 Thread 0x000000002f212ac0 DEOPT PACKING pc=0x0000000009d11aa1 sp=0x00000000364bb7c0
Event: 31.857 Thread 0x000000002f212ac0 DEOPT UNPACKING pc=0x0000000010977143 sp=0x00000000364bac78 mode 0
Event: 31.914 Thread 0x000000002d745500 DEOPT PACKING pc=0x00000000099433dd sp=0x00000000384bd0a0
Event: 31.914 Thread 0x000000002d745500 DEOPT UNPACKING pc=0x0000000010977143 sp=0x00000000384bc4e8 mode 0
Event: 32.071 Thread 0x000000002d745500 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x00000000111aeacc relative=0x000000000000072c
Event: 32.072 Thread 0x000000002d745500 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x00000000111aeacc method=org.mariadb.jdbc.client.result.rowdecoder.TextRowDecoder.decodeString([Lorg/mariadb/jdbc/client/ColumnDecoder;Lorg/mariadb/jdbc/client/util/Mutable
Event: 32.072 Thread 0x000000002d745500 DEOPT PACKING pc=0x00000000111aeacc sp=0x00000000384bdf50
Event: 32.072 Thread 0x000000002d745500 DEOPT UNPACKING pc=0x00000000109769a3 sp=0x00000000384bde48 mode 2
Event: 32.179 Thread 0x000000002d45bc60 DEOPT PACKING pc=0x0000000009d11aa1 sp=0x0000000039cb8800
Event: 32.179 Thread 0x000000002d45bc60 DEOPT UNPACKING pc=0x0000000010977143 sp=0x0000000039cb7cb8 mode 0
Event: 32.213 Thread 0x000000002f214e30 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000001102b8ac relative=0x0000000000001b0c
Event: 32.214 Thread 0x000000002f214e30 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000001102b8ac method=jdk.internal.loader.URLClassPath.getLoader(I)Ljdk/internal/loader/URLClassPath$Loader; @ 88 c2

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (20 events):
Event: 30.922 Thread 0x000000002d745500 Exception <a 'java/lang/NoSuchMethodError'{0x00000006da0d5d00}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, int, long, long, java.lang.Object)'> (0x00000006da0d5d00) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 30.943 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e729dcf8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int)'> (0x00000006e729dcf8) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 30.944 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e72a1400}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int)'> (0x00000006e72a1400) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 30.947 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e72a9f98}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000006e72a9f98) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 30.969 Thread 0x000000002d745500 Exception <a 'sun/nio/fs/WindowsException'{0x00000006da0e03f8}> (0x00000006da0e03f8) 
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 30.980 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e72f9948}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object)'> (0x00000006e72f9948) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 30.989 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e7310b10}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, int)'> (0x00000006e7310b10) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 31.139 Thread 0x000000002d45a310 Exception <a 'java/lang/NoSuchMethodError'{0x00000006e73175a0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x00000006e73175a0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 31.191 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d97105c0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x00000006d97105c0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 31.884 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d86040d0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x00000006d86040d0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.100 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d79689a0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000006d79689a0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.146 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7adb310}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, int, java.lang.Object, java.lang.Object)'> (0x00000006d7adb310) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.148 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d778e858}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, int, int, java.lang.Object)'> (0x00000006d778e858) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.149 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7ae5358}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7ae5358) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.149 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7792618}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7792618) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.150 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7795c30}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(int, int, java.lang.Object, java.lang.Object)'> (0x00000006d7795c30) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.154 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7b02008}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7b02008) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.154 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d77ae2b0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d77ae2b0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.155 Thread 0x000000002d743190 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d7b063b0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d7b063b0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 32.155 Thread 0x000000002d745f20 Exception <a 'java/lang/NoSuchMethodError'{0x00000006d77b2180}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x00000006d77b2180) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]

VM Operations (20 events):
Event: 29.457 Executing VM operation: HandshakeAllThreads
Event: 29.457 Executing VM operation: HandshakeAllThreads done
Event: 29.457 Executing VM operation: Cleanup
Event: 29.457 Executing VM operation: Cleanup done
Event: 29.822 Executing VM operation: HandshakeAllThreads
Event: 29.822 Executing VM operation: HandshakeAllThreads done
Event: 29.881 Executing VM operation: HandshakeAllThreads
Event: 29.883 Executing VM operation: HandshakeAllThreads done
Event: 30.883 Executing VM operation: Cleanup
Event: 30.898 Executing VM operation: Cleanup done
Event: 30.984 Executing VM operation: HandshakeAllThreads
Event: 30.984 Executing VM operation: HandshakeAllThreads done
Event: 31.174 Executing VM operation: ChangeBreakpoints
Event: 31.475 Executing VM operation: ChangeBreakpoints done
Event: 31.475 Executing VM operation: ChangeBreakpoints
Event: 31.729 Executing VM operation: ChangeBreakpoints done
Event: 31.881 Executing VM operation: get/set locals
Event: 32.199 Executing VM operation: get/set locals done
Event: 32.205 Executing VM operation: get/set locals
Event: 32.216 Executing VM operation: get/set locals done

Events (20 events):
Event: 31.904 loading class java/time/format/FormatStyle done
Event: 31.904 loading class sun/text/spi/JavaTimeDateTimePatternProvider
Event: 31.906 loading class sun/text/spi/JavaTimeDateTimePatternProvider done
Event: 31.906 loading class sun/util/locale/provider/JavaTimeDateTimePatternImpl
Event: 31.906 loading class sun/util/locale/provider/JavaTimeDateTimePatternImpl done
Event: 31.907 loading class sun/util/resources/LocaleData$2
Event: 31.907 loading class sun/util/resources/LocaleData$2 done
Event: 31.908 loading class sun/util/resources/LocaleData$SupplementaryStrategy
Event: 31.908 loading class sun/util/resources/LocaleData$SupplementaryStrategy done
Event: 31.908 loading class sun/text/resources/JavaTimeSupplementary
Event: 31.909 loading class sun/text/resources/JavaTimeSupplementary done
Event: 31.910 loading class sun/util/resources/LocaleData$SupplementaryResourceBundleProvider
Event: 31.911 loading class sun/util/resources/LocaleData$SupplementaryResourceBundleProvider done
Event: 31.997 loading class java/time/OffsetDateTime
Event: 31.998 loading class java/time/OffsetDateTime done
Event: 32.024 loading class jdk/internal/math/FDBigInteger
Event: 32.041 loading class jdk/internal/math/FDBigInteger done
Event: 32.096 Thread 0x000000002ed7a850 Thread added: 0x000000002ed7a850
Event: 32.203 loading class java/time/Instant$1
Event: 32.204 loading class java/time/Instant$1 done


Dynamic libraries:
0x00007ff7fc240000 - 0x00007ff7fc267000 	E:\tomcat10\bin\Tomcat10.exe
0x0000000000c50000 - 0x0000000000e1f000 	C:\Windows\SYSTEM32\ntd1l.dll
0x0000000000e20000 - 0x0000000000ecd000 	C:\Windows\System32\kern3l32.dll
0x00007ff90ddb0000 - 0x00007ff90df7f000 	C:\Windows\SYSTEM32\ntdll.dll
0x00007ff90b920000 - 0x00007ff90b9cd000 	C:\Windows\System32\KERNEL32.DLL
0x00007ff90aca0000 - 0x00007ff90aebe000 	C:\Windows\System32\KERNELBASE.dll
0x00007ff909f00000 - 0x00007ff90a167000 	C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\InProcessClient64.dll
0x00007ff90bd10000 - 0x00007ff90bdb6000 	C:\Windows\System32\ADVAPI32.dll
0x00007ff90dd10000 - 0x00007ff90ddae000 	C:\Windows\System32\msvcrt.dll
0x00007ff90bca0000 - 0x00007ff90bcfb000 	C:\Windows\System32\sechost.dll
0x00007ff90daf0000 - 0x00007ff90dc0e000 	C:\Windows\System32\RPCRT4.dll
0x00007ff90c1a0000 - 0x00007ff90d6a5000 	C:\Windows\System32\SHELL32.dll
0x00007ff90a280000 - 0x00007ff90a2c2000 	C:\Windows\System32\cfgmgr32.dll
0x00007ff90a2d0000 - 0x00007ff90a9a3000 	C:\Windows\System32\windows.storage.dll
0x00007ff90b9d0000 - 0x00007ff90bc96000 	C:\Windows\System32\combase.dll
0x00007ff90a9b0000 - 0x00007ff90aaa4000 	C:\Windows\System32\ucrtbase.dll
0x00007ff90b010000 - 0x00007ff90b07c000 	C:\Windows\System32\bcryptPrimitives.dll
0x00007ff90a230000 - 0x00007ff90a27c000 	C:\Windows\System32\powrprof.dll
0x00007ff90da90000 - 0x00007ff90dae2000 	C:\Windows\System32\shlwapi.dll
0x00007ff90d780000 - 0x00007ff90d7b4000 	C:\Windows\System32\GDI32.dll
0x00007ff90aab0000 - 0x00007ff90ac34000 	C:\Windows\System32\gdi32full.dll
0x00007ff90be60000 - 0x00007ff90bfc6000 	C:\Windows\System32\USER32.dll
0x00007ff90b080000 - 0x00007ff90b09e000 	C:\Windows\System32\win32u.dll
0x00007ff90a210000 - 0x00007ff90a21f000 	C:\Windows\System32\kernel.appcore.dll
0x00007ff90b0a0000 - 0x00007ff90b148000 	C:\Windows\System32\shcore.dll
0x00007ff90a1f0000 - 0x00007ff90a204000 	C:\Windows\System32\profapi.dll
0x00007ff909eb0000 - 0x00007ff909eba000 	C:\Windows\SYSTEM32\VERSION.dll
0x00007ff8f8be0000 - 0x00007ff8f982c000 	C:\Java\temurin-17.0.8.1\bin\server\jvm.dll
0x00007ff8fb4d0000 - 0x00007ff8fb4d9000 	C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff90d710000 - 0x00007ff90d77a000 	C:\Windows\System32\WS2_32.dll
0x00007ff9081d0000 - 0x00007ff9081f3000 	C:\Windows\SYSTEM32\WINMM.dll
0x00007ff8fccf0000 - 0x00007ff8fcd0b000 	C:\Windows\SYSTEM32\VCRUNTIME140.dll
0x00007ff8fbe90000 - 0x00007ff8fbe9c000 	C:\Windows\SYSTEM32\VCRUNTIME140_1.dll
0x00007ff908160000 - 0x00007ff90818b000 	C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ff9024c0000 - 0x00007ff9024ca000 	C:\Java\temurin-17.0.8.1\bin\jimage.dll
0x00007ff8fb2e0000 - 0x00007ff8fb472000 	C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ff8fb080000 - 0x00007ff8fb0a9000 	C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ff902440000 - 0x00007ff9024c0000 	C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
0x00007ff90b350000 - 0x00007ff90b489000 	C:\Windows\System32\ole32.dll
0x00007ff902410000 - 0x00007ff902435000 	C:\Java\temurin-17.0.8.1\bin\java.dll
0x00007ff8f5110000 - 0x00007ff8f51e6000 	C:\Java\temurin-17.0.8.1\bin\jsvml.dll
0x00007ff9023f0000 - 0x00007ff902409000 	C:\Java\temurin-17.0.8.1\bin\net.dll
0x00007ff906b10000 - 0x00007ff906bdd000 	C:\Windows\SYSTEM32\WINHTTP.dll
0x00007ff909830000 - 0x00007ff90988d000 	C:\Windows\system32\mswsock.dll
0x00007ff9023d0000 - 0x00007ff9023e5000 	C:\Java\temurin-17.0.8.1\bin\nio.dll
0x00007ff9023b0000 - 0x00007ff9023c8000 	C:\Java\temurin-17.0.8.1\bin\zip.dll
0x00007ff9023a0000 - 0x00007ff9023a9000 	C:\Java\temurin-17.0.8.1\bin\management.dll
0x00007ff902390000 - 0x00007ff90239b000 	C:\Java\temurin-17.0.8.1\bin\management_ext.dll
0x00007ff90d7c0000 - 0x00007ff90d7c8000 	C:\Windows\System32\PSAPI.DLL
0x0000000180000000 - 0x000000018034c000 	E:\tomcat10\bin\tcnative-1.dll
0x00007ff90b150000 - 0x00007ff90b34b000 	C:\Windows\System32\CRYPT32.dll
0x00007ff90a220000 - 0x00007ff90a230000 	C:\Windows\System32\MSASN1.dll
0x00007ff9099e0000 - 0x00007ff9099f7000 	C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ff9093e0000 - 0x00007ff909413000 	C:\Windows\system32\rsaenh.dll
0x00007ff909ed0000 - 0x00007ff909efb000 	C:\Windows\SYSTEM32\bcrypt.dll
0x00007ff909a00000 - 0x00007ff909a0b000 	C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff902380000 - 0x00007ff90238e000 	C:\Java\temurin-17.0.8.1\bin\sunmscapi.dll
0x00007ff909ac0000 - 0x00007ff909ae6000 	C:\Windows\SYSTEM32\ncrypt.dll
0x00007ff909a80000 - 0x00007ff909abb000 	C:\Windows\SYSTEM32\NTASN1.dll
0x00007ff909660000 - 0x00007ff909680000 	C:\Windows\SYSTEM32\USERENV.dll
0x00007ff909560000 - 0x00007ff909598000 	C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff90d8c0000 - 0x00007ff90d8c8000 	C:\Windows\System32\NSI.dll
0x00007ff9067e0000 - 0x00007ff9067f6000 	C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff9067c0000 - 0x00007ff9067da000 	C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ff8f7240000 - 0x00007ff8f7256000 	C:\Windows\system32\napinsp.dll
0x00007ff9095b0000 - 0x00007ff909652000 	C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ff8f9da0000 - 0x00007ff8f9dae000 	C:\Windows\System32\winrnr.dll
0x00007ff907710000 - 0x00007ff907728000 	C:\Windows\system32\NLAapi.dll
0x00007ff902a50000 - 0x00007ff902a5a000 	C:\Windows\System32\rasadhlp.dll
0x00007ff903ca0000 - 0x00007ff903d0a000 	C:\Windows\System32\fwpuclnt.dll
0x00007ff902370000 - 0x00007ff902380000 	C:\Java\temurin-17.0.8.1\bin\verify.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;E:\tomcat10\bin;C:\Windows\SYSTEM32;C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612;C:\Java\temurin-17.0.8.1\bin\server;C:\Java\temurin-17.0.8.1\bin

VM Arguments:
jvm_args: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll 
java_command: <unknown>
java_class_path (initial): E:\tomcat10\bin\bootstrap.jar;E:\tomcat10\bin\tomcat-juli.jar
Launcher Type: generic

[Global flags]
     intx CICompilerCount                          = 3                                         {product} {ergonomic}
     uint ConcGCThreads                            = 1                                         {product} {ergonomic}
     uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
   size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
   size_t InitialHeapSize                          = 805306368                                 {product} {command line}
   size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
   size_t MaxHeapSize                              = 5339348992                                {product} {command line, ergonomic}
   size_t MaxNewSize                               = 3200253952                                {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
   size_t MinHeapSize                              = 805306368                                 {product} {command line}
    uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
   size_t SoftMaxHeapSize                          = 5339348992                             {manageable} {ergonomic}
     bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}
     bool UseLargePagesIndividualAllocation        = false                                  {pd product} {ergonomic}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
JAVA_HOME=C:\Java\temurin-17.0.8.1
PATH=C:\Java\temurin-17.0.8.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\ant\bin;C:\Java\temurin-17.0.8.1\bin;C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\WindowsApps
USERNAME=LOCAL SERVICE
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 Stepping 0, GenuineIntel
TMP=C:\Windows\SERVIC~2\LOCALS~1\AppData\Local\Temp
TEMP=C:\Windows\SERVIC~2\LOCALS~1\AppData\Local\Temp



---------------  S Y S T E M  ---------------

OS:
 Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
OS uptime: 2 days 11:13 hours
VMWare virtualization detected

CPU: total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 79 stepping 0 microcode 0xb000040, cx8, cmov, fxsr, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, hv
Processor Information for all 4 processors :
  Max Mhz: 2397, Current Mhz: 2397, Mhz Limit: 2397

Memory: 4k page, system-wide physical 8191M (4990M free)
TotalPageFile size 9471M (AvailPageFile size 6091M)
current process WorkingSet (physical memory assigned to process): 720M, peak: 721M
current process commit charge ("private bytes"): 1023M, peak: 1024M

vm_info: OpenJDK 64-Bit Server VM (17.0.8.1+1) for windows-amd64 JRE (17.0.8.1+1), built on Aug 23 2023 15:29:17 by "admin" with MS VC++ 16.7 (VS2019)

END.

Regards, Øyvind Flatval
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 10.1.15 JVM crashes randomly on startup

Posted by Mark Thomas <ma...@apache.org>.
On 13/11/2023 07:52, Øyvind Flatval wrote:
> Greetings!
> 
> We are currently experiencing a very vague problem with our Tomcat 10.1 instance, where the JVM will crash almost instantly after Tomcat is done starting up.
> The problem happens somewhat regularly, and only happens within the first minute after starting Tomcat. The solution is always to just attempt to restart Tomcat and this usually only take 1 attempt.
> 
> 
> Tomcat is running a single web application, that sees traffic over both Websocket (several 100 clients) and Https (maybe 20-40 users during peak + a few API clients)
> 
> Our setup is a somewhat old VM.
> Windows Server 2016 Standard 1607, buil 14343.6351
> Intel Xeon E5-2680 v4 @ 2.40 GHz
> 4 x Cores
> 8 GB Memory
> 
> JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> 
> Tomcat version is 10.1.15 64 bit
> 
> The company we rent our VM servers from has installed Sentinel One that connects to the JVM through an agent. I have very little knowledge of what if anything this can do. Since this is the only thing out of the ordinary running on this setup, my fear is that this might be causing the crashes.

Some web searching suggests that is certainly likely.

> I include a partial example of the exception log here, some data may have been removed for privacy reasons. Please let med know if I should include the full file, since I've removed parts of it due to pure length.

The full file might contain a few more hints as to what went wrong.

Mark


> 
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001131b169, pid=2084, tid=5160
> #
> # JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
> # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
> # Problematic frame:
> # j  jakarta.servlet.http.HttpServletRequestWrapper.getDateHeader(Ljava/lang/String;)J+1
> #
> # Core dump will be written. Default location: E:\tomcat10\hs_err_pid2084.mdmp
> #
> # If you would like to submit a bug report, please visit:
> #   https://github.com/adoptium/adoptium-support/issues
> #
> 
> ---------------  S U M M A R Y ------------
> 
> Command Line: -Dcatalina.home=E:\tomcat10 -Dcatalina.base=E:\tomcat10 -Dignore.endorsed.dirs=E:\tomcat10\endorsed -Djava.io.tmpdir=E:\tomcat10\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=E:\tomcat10\conf\logging.properties -Djava.locale.providers=COMPAT --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exit abort -Xms768m -Xmx5090m -agentpath:C:\Program Files\SentinelOne\Sentinel Agent 22.3.4.612\SentinelJava64.dll
> 
> Host: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz, 4 cores, 7G,  Windows Server 2016 , 64 bit Build 14393 (10.0.14393.5786)
> Time: Sat Nov 11 18:18:30 2023 W. Europe Standard Time elapsed time: 153.828934 seconds (0d 0h 2m 33s)
> 
> ---------------  T H R E A D  ---------------
> 
> Current thread (0x000000002e6a9bd0):  JavaThread "https-openssl-nio-0.0.0.0-443-exec-180" daemon [_thread_in_Java, id=5160, stack(0x00000000403a0000,0x00000000404a0000)]
> 
> Stack: [0x00000000403a0000,0x00000000404a0000],  sp=0x000000004049c1f8,  free space=1008k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  0x000000001131b169
> 
> 
> siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffffffffff
> 
> ...
> 
> Stack slot to memory mapping:
> stack at sp + 0 slots: 0x0000000011309657 is at code_begin+1463 in an Interpreter codelet
> return entry points  [0x00000000113090a0, 0x0000000011309ba0]  2816 bytes
> stack at sp + 1 slots: 0x0061006200650077 is an unknown value
> stack at sp + 2 slots: 0x000000004049c208 is pointing into the stack for thread: 0x000000002e6a9bd0
> stack at sp + 3 slots: 0x000000002a938ae1 is pointing into metadata
> stack at sp + 4 slots: 0x000000004049c268 is pointing into the stack for thread: 0x000000002e6a9bd0
> stack at sp + 5 slots: 0x000000002a93e930 is pointing into metadata
> stack at sp + 6 slots: 0x0 is NULL
> stack at sp + 7 slots: 0x00000006c5fd67d0 is an oop: java.lang.Class
> {0x00000006c5fd67d0} - klass: 'java/lang/Class'
>   - ---- fields (total size 14 words):
>   - private volatile transient 'classRedefinedCount' 'I' @12  0
>   - private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40  NULL (0)
>   - private transient 'name' 'Ljava/lang/String;' @44  "jakarta.servlet.http.HttpServletRequestWrapper"{0x00000006c5fd6840} (d8bfad08)
>   - private transient 'module' 'Ljava/lang/Module;' @48  a 'java/lang/Module'{0x00000006c1d03100} (d83a0620)
>   - private final 'classLoader' 'Ljava/lang/ClassLoader;' @52  a 'java/net/URLClassLoader'{0x00000006c1c01418} (d8380283)
>   - private transient 'classData' 'Ljava/lang/Object;' @56  NULL (0)
>   - private transient 'packageName' 'Ljava/lang/String;' @60  "jakarta.servlet.http"{0x00000006c20d6fb0} (d841adf6)
>   - private final 'componentType' 'Ljava/lang/Class;' @64  NULL (0)
>   - private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68  NULL (0)
>   - private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72  NULL (0)
>   - private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76  NULL (0)
>   - private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80  NULL (0)
>   - private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84  NULL (0)
>   - private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88  NULL (0)
>   - transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92  NULL (0)
>   - signature: Ljakarta/servlet/http/HttpServletRequestWrapper;
>   - fake entry for mirror: 'jakarta/servlet/http/HttpServletRequestWrapper'
>   - fake entry for array: NULL
>   - fake entry for oop_size: 14
>   - fake entry for static_oop_field_count: 0
> 
> 
> Regards, Øyvind Flatval
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org