生成报告脚本

This commit is contained in:
2025-12-08 20:52:59 +08:00
parent 852624c6dd
commit 3e8a94c2ed
10 changed files with 11655 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
package com.sdm.capability.service.impl;
import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.sdm.capability.dao.FlowMapper;
import com.sdm.capability.model.entity.SimulationFlowTemplate;
import com.sdm.capability.model.entity.SimulationFlowTemplateBrief;
@@ -41,6 +42,9 @@ public class FlowServiceImpl extends BaseService implements IFlowService {
@Autowired
private FlowableClientFeignClientImpl flowableClientFeignClient;
@Autowired
private ObjectMapper objectMapper;
@Override
public SdmResponse createFlowTemplateDraft(SimulationFlowTemplate flowTemplate)
{
@@ -403,7 +407,12 @@ public class FlowServiceImpl extends BaseService implements IFlowService {
{
// 审批通过 部署流程 保存部署流程部署id和流程定义id
if (NumberConstants.TWO == approveStatus) {
ProcessDefinitionDTO definitionDTO = JSON.parseObject(flowTemplate.getTemplateContent(), ProcessDefinitionDTO.class);
ProcessDefinitionDTO definitionDTO = null;
try {
definitionDTO = objectMapper.readValue(flowTemplate.getTemplateContent(), ProcessDefinitionDTO.class);
} catch (JsonProcessingException e) {
throw new RuntimeException(e);
}
SdmResponse<DeployFlowableResp> sdmResponse = flowableClientFeignClient.deploy(definitionDTO);
if (sdmResponse.getData() != null) {
flowTemplate.processDefinitionId = sdmResponse.getData().getProcessDefinitionId();

834
common/hs_err_pid13272.log Normal file
View File

@@ -0,0 +1,834 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1057072 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (arena.cpp:189), pid=13272, tid=43756
#
# JRE version: Java(TM) SE Runtime Environment (17.0.16+12) (build 17.0.16+12-LTS-247)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.16+12-LTS-247, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=D:\idea-Project\spdm-backend\common org.codehaus.plexus.classworlds.launcher.Launcher -Didea.version=2025.2 -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven-event-listener.jar -Djansi.passthrough=true -Dstyle.color=always install
Host: Intel(R) Core(TM) Ultra 7 155H, 22 cores, 15G, Windows 11 , 64 bit Build 26100 (10.0.26100.7019)
Time: Mon Dec 8 16:30:55 2025 Windows 11 , 64 bit Build 26100 (10.0.26100.7019) elapsed time: 12.329064 seconds (0d 0h 0m 12s)
--------------- T H R E A D ---------------
Current thread (0x000002948c5bbe60): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=43756, stack(0x000000e50e200000,0x000000e50e300000)]
Current CompileTask:
C2: 12329 10080 4 com.sun.tools.javac.comp.Resolve::findType (512 bytes)
Stack: [0x000000e50e200000,0x000000e50e300000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x67a46a]
V [jvm.dll+0x7da77d]
V [jvm.dll+0x7dc0c3]
V [jvm.dll+0x7dc733]
V [jvm.dll+0x24523f]
V [jvm.dll+0xab763]
V [jvm.dll+0xabd2c]
V [jvm.dll+0x361f0e]
V [jvm.dll+0x32c5e1]
V [jvm.dll+0x32ba7a]
V [jvm.dll+0x2169ef]
V [jvm.dll+0x215e1f]
V [jvm.dll+0x1a2a00]
V [jvm.dll+0x2262bb]
V [jvm.dll+0x22445b]
V [jvm.dll+0x790b9c]
V [jvm.dll+0x78b18a]
V [jvm.dll+0x679355]
C [ucrtbase.dll+0x37b0]
C [KERNEL32.DLL+0x2e8d7]
C [ntdll.dll+0x8c53c]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000002948d2529d0, length=18, elements={
0x00000294214502b0, 0x0000029438a569f0, 0x00000294860df3d0, 0x0000029438a5d960,
0x0000029438a5e220, 0x0000029438a5eae0, 0x00000294860ec7a0, 0x00000294860f1460,
0x0000029486102e30, 0x0000029486103730, 0x00000294861bd990, 0x0000029486292ea0,
0x000002948629d1e0, 0x0000029486589af0, 0x0000029486b9cc20, 0x000002948b6d9d90,
0x000002948c9e47d0, 0x000002948c5bbe60
}
Java Threads: ( => current thread )
0x00000294214502b0 JavaThread "main" [_thread_in_Java, id=15196, stack(0x000000e50ca00000,0x000000e50cb00000)]
0x0000029438a569f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=25296, stack(0x000000e50d100000,0x000000e50d200000)]
0x00000294860df3d0 JavaThread "Finalizer" daemon [_thread_blocked, id=23808, stack(0x000000e50d200000,0x000000e50d300000)]
0x0000029438a5d960 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=29812, stack(0x000000e50d300000,0x000000e50d400000)]
0x0000029438a5e220 JavaThread "Attach Listener" daemon [_thread_blocked, id=15832, stack(0x000000e50d400000,0x000000e50d500000)]
0x0000029438a5eae0 JavaThread "Service Thread" daemon [_thread_blocked, id=41456, stack(0x000000e50d500000,0x000000e50d600000)]
0x00000294860ec7a0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=5388, stack(0x000000e50d600000,0x000000e50d700000)]
0x00000294860f1460 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=33612, stack(0x000000e50d700000,0x000000e50d800000)]
0x0000029486102e30 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=33860, stack(0x000000e50d800000,0x000000e50d900000)]
0x0000029486103730 JavaThread "Sweeper thread" daemon [_thread_blocked, id=6216, stack(0x000000e50d900000,0x000000e50da00000)]
0x00000294861bd990 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=13044, stack(0x000000e50da00000,0x000000e50db00000)]
0x0000029486292ea0 JavaThread "Notification Thread" daemon [_thread_blocked, id=33708, stack(0x000000e50db00000,0x000000e50dc00000)]
0x000002948629d1e0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=38872, stack(0x000000e50dd00000,0x000000e50de00000)]
0x0000029486589af0 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=33760, stack(0x000000e50df00000,0x000000e50e000000)]
0x0000029486b9cc20 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=33028, stack(0x000000e50e000000,0x000000e50e100000)]
0x000002948b6d9d90 JavaThread "Thread-1" daemon [_thread_blocked, id=44012, stack(0x000000e50ea00000,0x000000e50eb00000)]
0x000002948c9e47d0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=43752, stack(0x000000e50e100000,0x000000e50e200000)]
=>0x000002948c5bbe60 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=43756, stack(0x000000e50e200000,0x000000e50e300000)]
Other Threads:
0x0000029438a54940 VMThread "VM Thread" [stack: 0x000000e50d000000,0x000000e50d100000] [id=6976]
0x000002948629c1a0 WatcherThread [stack: 0x000000e50dc00000,0x000000e50dd00000] [id=42384]
0x000002942146ec00 GCTaskThread "GC Thread#0" [stack: 0x000000e50cb00000,0x000000e50cc00000] [id=32260]
0x00000294862be1a0 GCTaskThread "GC Thread#1" [stack: 0x000000e50de00000,0x000000e50df00000] [id=18308]
0x000002948b2a5250 GCTaskThread "GC Thread#2" [stack: 0x000000e50e300000,0x000000e50e400000] [id=12252]
0x000002948b2541c0 GCTaskThread "GC Thread#3" [stack: 0x000000e50e400000,0x000000e50e500000] [id=11080]
0x000002948b254480 GCTaskThread "GC Thread#4" [stack: 0x000000e50e500000,0x000000e50e600000] [id=40888]
0x000002948b6189f0 GCTaskThread "GC Thread#5" [stack: 0x000000e50e600000,0x000000e50e700000] [id=7028]
0x000002948b165890 GCTaskThread "GC Thread#6" [stack: 0x000000e50e700000,0x000000e50e800000] [id=3580]
0x000002948b890160 GCTaskThread "GC Thread#7" [stack: 0x000000e50e800000,0x000000e50e900000] [id=42772]
0x000002948b63f620 GCTaskThread "GC Thread#8" [stack: 0x000000e50e900000,0x000000e50ea00000] [id=12116]
0x000002948bf4ff70 GCTaskThread "GC Thread#9" [stack: 0x000000e50eb00000,0x000000e50ec00000] [id=43896]
0x000002948c9e60b0 GCTaskThread "GC Thread#10" [stack: 0x000000e50ec00000,0x000000e50ed00000] [id=43900]
0x000002948c9e5b30 GCTaskThread "GC Thread#11" [stack: 0x000000e50ed00000,0x000000e50ee00000] [id=43852]
0x000002948c9e5030 GCTaskThread "GC Thread#12" [stack: 0x000000e50ee00000,0x000000e50ef00000] [id=43856]
0x000002948c9e6370 GCTaskThread "GC Thread#13" [stack: 0x000000e50ef00000,0x000000e50f000000] [id=43868]
0x000002948c9e6630 GCTaskThread "GC Thread#14" [stack: 0x000000e50f000000,0x000000e50f100000] [id=43872]
0x000002948c9e5df0 GCTaskThread "GC Thread#15" [stack: 0x000000e50f100000,0x000000e50f200000] [id=43776]
0x00000294388c2820 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000e50cc00000,0x000000e50cd00000] [id=25580]
0x00000294388c2ee0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000e50cd00000,0x000000e50ce00000] [id=42416]
0x000002948c9e55b0 ConcurrentGCThread "G1 Conc#1" [stack: 0x000000e50f200000,0x000000e50f300000] [id=43760]
0x000002948c9e4d70 ConcurrentGCThread "G1 Conc#2" [stack: 0x000000e50f300000,0x000000e50f400000] [id=43720]
0x000002948c9e5870 ConcurrentGCThread "G1 Conc#3" [stack: 0x000000e50f400000,0x000000e50f500000] [id=43724]
0x00000294389e96f0 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000e50ce00000,0x000000e50cf00000] [id=39176]
0x000002948e730030 ConcurrentGCThread "G1 Refine#1" [stack: 0x000000e50f500000,0x000000e50f600000] [id=36420]
0x000002948e72f180 ConcurrentGCThread "G1 Refine#2" [stack: 0x000000e50f600000,0x000000e50f700000] [id=35016]
0x000002948e730610 ConcurrentGCThread "G1 Refine#3" [stack: 0x000000e50f700000,0x000000e50f800000] [id=5128]
0x000002948e730900 ConcurrentGCThread "G1 Refine#4" [stack: 0x000000e50f800000,0x000000e50f900000] [id=13244]
0x000002948e72e2d0 ConcurrentGCThread "G1 Refine#5" [stack: 0x000000e50f900000,0x000000e50fa00000] [id=10100]
0x000002948e7311d0 ConcurrentGCThread "G1 Refine#6" [stack: 0x000000e50fa00000,0x000000e50fb00000] [id=30536]
0x000002948e731aa0 ConcurrentGCThread "G1 Refine#7" [stack: 0x000000e50fb00000,0x000000e50fc00000] [id=17592]
0x000002948e730320 ConcurrentGCThread "G1 Refine#8" [stack: 0x000000e50fc00000,0x000000e50fd00000] [id=15132]
0x00000294389e9dd0 ConcurrentGCThread "G1 Service" [stack: 0x000000e50cf00000,0x000000e50d000000] [id=33168]
Threads with active compile tasks:
C2 CompilerThread0 12386 9607 4 com.sun.tools.javac.comp.Resolve::findIdentInPackageInternal (140 bytes)
C2 CompilerThread1 12386 9606 4 com.sun.tools.javac.comp.Resolve::findIdentInPackage (22 bytes)
C2 CompilerThread2 12386 10080 4 com.sun.tools.javac.comp.Resolve::findType (512 bytes)
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000708800000, size: 3960 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000029445000000-0x0000029445bd0000-0x0000029445bd0000), size 12386304, SharedBaseAddress: 0x0000029445000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000029446000000-0x0000029486000000, reserved size: 1073741824
Narrow klass base: 0x0000029445000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CPUs: 22 total, 22 available
Memory: 15836M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 2M
Heap Min Capacity: 8M
Heap Initial Capacity: 248M
Heap Max Capacity: 3960M
Pre-touch: Disabled
Parallel Workers: 16
Concurrent Workers: 4
Concurrent Refinement Workers: 16
Periodic GC: Disabled
Heap:
garbage-first heap total 387072K, used 266689K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 73 young (149504K), 3 survivors (6144K)
Metaspace used 31186K, committed 31488K, reserved 1114112K
class space used 3385K, committed 3520K, 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|0x0000000708800000, 0x0000000708a00000, 0x0000000708a00000|100%| O| |TAMS 0x0000000708a00000, 0x0000000708800000| Untracked
| 1|0x0000000708a00000, 0x0000000708c00000, 0x0000000708c00000|100%| O| |TAMS 0x0000000708c00000, 0x0000000708a00000| Untracked
| 2|0x0000000708c00000, 0x0000000708e00000, 0x0000000708e00000|100%| O| |TAMS 0x0000000708e00000, 0x0000000708c00000| Untracked
| 3|0x0000000708e00000, 0x0000000709000000, 0x0000000709000000|100%| O| |TAMS 0x0000000709000000, 0x0000000708e00000| Untracked
| 4|0x0000000709000000, 0x0000000709200000, 0x0000000709200000|100%| O| |TAMS 0x0000000709200000, 0x0000000709000000| Untracked
| 5|0x0000000709200000, 0x0000000709400000, 0x0000000709400000|100%| O| |TAMS 0x0000000709400000, 0x0000000709200000| Untracked
| 6|0x0000000709400000, 0x0000000709600000, 0x0000000709600000|100%| O| |TAMS 0x0000000709600000, 0x0000000709400000| Untracked
| 7|0x0000000709600000, 0x0000000709800000, 0x0000000709800000|100%| O| |TAMS 0x0000000709800000, 0x0000000709600000| Untracked
| 8|0x0000000709800000, 0x0000000709a00000, 0x0000000709a00000|100%| O| |TAMS 0x0000000709a00000, 0x0000000709800000| Untracked
| 9|0x0000000709a00000, 0x0000000709c00000, 0x0000000709c00000|100%|HS| |TAMS 0x0000000709c00000, 0x0000000709a00000| Complete
| 10|0x0000000709c00000, 0x0000000709e00000, 0x0000000709e00000|100%| O| |TAMS 0x0000000709e00000, 0x0000000709c00000| Untracked
| 11|0x0000000709e00000, 0x000000070a000000, 0x000000070a000000|100%| O| |TAMS 0x000000070a000000, 0x0000000709e00000| Untracked
| 12|0x000000070a000000, 0x000000070a200000, 0x000000070a200000|100%| O| |TAMS 0x000000070a200000, 0x000000070a000000| Untracked
| 13|0x000000070a200000, 0x000000070a400000, 0x000000070a400000|100%| O| |TAMS 0x000000070a400000, 0x000000070a200000| Untracked
| 14|0x000000070a400000, 0x000000070a600000, 0x000000070a600000|100%| O| |TAMS 0x000000070a600000, 0x000000070a400000| Untracked
| 15|0x000000070a600000, 0x000000070a800000, 0x000000070a800000|100%| O| |TAMS 0x000000070a800000, 0x000000070a600000| Untracked
| 16|0x000000070a800000, 0x000000070aa00000, 0x000000070aa00000|100%| O| |TAMS 0x000000070aa00000, 0x000000070a800000| Untracked
| 17|0x000000070aa00000, 0x000000070ac00000, 0x000000070ac00000|100%| O| |TAMS 0x000000070ac00000, 0x000000070aa00000| Untracked
| 18|0x000000070ac00000, 0x000000070ae00000, 0x000000070ae00000|100%| O| |TAMS 0x000000070ae00000, 0x000000070ac00000| Untracked
| 19|0x000000070ae00000, 0x000000070b000000, 0x000000070b000000|100%| O| |TAMS 0x000000070b000000, 0x000000070ae00000| Untracked
| 20|0x000000070b000000, 0x000000070b200000, 0x000000070b200000|100%| O| |TAMS 0x000000070b200000, 0x000000070b000000| Untracked
| 21|0x000000070b200000, 0x000000070b400000, 0x000000070b400000|100%| O| |TAMS 0x000000070b400000, 0x000000070b200000| Untracked
| 22|0x000000070b400000, 0x000000070b600000, 0x000000070b600000|100%| O| |TAMS 0x000000070b600000, 0x000000070b400000| Untracked
| 23|0x000000070b600000, 0x000000070b800000, 0x000000070b800000|100%| O| |TAMS 0x000000070b600000, 0x000000070b600000| Untracked
| 24|0x000000070b800000, 0x000000070ba00000, 0x000000070ba00000|100%| O| |TAMS 0x000000070ba00000, 0x000000070b800000| Untracked
| 25|0x000000070ba00000, 0x000000070bc00000, 0x000000070bc00000|100%| O| |TAMS 0x000000070bc00000, 0x000000070ba00000| Untracked
| 26|0x000000070bc00000, 0x000000070be00000, 0x000000070be00000|100%| O| |TAMS 0x000000070be00000, 0x000000070bc00000| Untracked
| 27|0x000000070be00000, 0x000000070c000000, 0x000000070c000000|100%| O| |TAMS 0x000000070c000000, 0x000000070be00000| Untracked
| 28|0x000000070c000000, 0x000000070c200000, 0x000000070c200000|100%| O| |TAMS 0x000000070c200000, 0x000000070c000000| Untracked
| 29|0x000000070c200000, 0x000000070c400000, 0x000000070c400000|100%| O| |TAMS 0x000000070c200000, 0x000000070c200000| Untracked
| 30|0x000000070c400000, 0x000000070c600000, 0x000000070c600000|100%| O| |TAMS 0x000000070c400000, 0x000000070c400000| Untracked
| 31|0x000000070c600000, 0x000000070c800000, 0x000000070c800000|100%| O| |TAMS 0x000000070c600000, 0x000000070c600000| Untracked
| 32|0x000000070c800000, 0x000000070ca00000, 0x000000070ca00000|100%| O| |TAMS 0x000000070c800000, 0x000000070c800000| Untracked
| 33|0x000000070ca00000, 0x000000070cc00000, 0x000000070cc00000|100%|HS| |TAMS 0x000000070ca00000, 0x000000070ca00000| Complete
| 34|0x000000070cc00000, 0x000000070ce00000, 0x000000070ce00000|100%|HC| |TAMS 0x000000070cc00000, 0x000000070cc00000| Complete
| 35|0x000000070ce00000, 0x000000070d000000, 0x000000070d000000|100%| O| |TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked
| 36|0x000000070d000000, 0x000000070d200000, 0x000000070d200000|100%| O| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
| 37|0x000000070d200000, 0x000000070d400000, 0x000000070d400000|100%| O| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
| 38|0x000000070d400000, 0x000000070d600000, 0x000000070d600000|100%| O| |TAMS 0x000000070d400000, 0x000000070d400000| Untracked
| 39|0x000000070d600000, 0x000000070d800000, 0x000000070d800000|100%| O| |TAMS 0x000000070d600000, 0x000000070d600000| Untracked
| 40|0x000000070d800000, 0x000000070da00000, 0x000000070da00000|100%| O| |TAMS 0x000000070d800000, 0x000000070d800000| Untracked
| 41|0x000000070da00000, 0x000000070dc00000, 0x000000070dc00000|100%| O| |TAMS 0x000000070da00000, 0x000000070da00000| Untracked
| 42|0x000000070dc00000, 0x000000070de00000, 0x000000070de00000|100%| O| |TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked
| 43|0x000000070de00000, 0x000000070e000000, 0x000000070e000000|100%| O| |TAMS 0x000000070de00000, 0x000000070de00000| Untracked
| 44|0x000000070e000000, 0x000000070e200000, 0x000000070e200000|100%| O| |TAMS 0x000000070e000000, 0x000000070e000000| Untracked
| 45|0x000000070e200000, 0x000000070e400000, 0x000000070e400000|100%|HS| |TAMS 0x000000070e200000, 0x000000070e200000| Complete
| 46|0x000000070e400000, 0x000000070e600000, 0x000000070e600000|100%| O| |TAMS 0x000000070e400000, 0x000000070e400000| Untracked
| 47|0x000000070e600000, 0x000000070e800000, 0x000000070e800000|100%| O| |TAMS 0x000000070e600000, 0x000000070e600000| Untracked
| 48|0x000000070e800000, 0x000000070ea00000, 0x000000070ea00000|100%| O| |TAMS 0x000000070e800000, 0x000000070e800000| Untracked
| 49|0x000000070ea00000, 0x000000070ec00000, 0x000000070ec00000|100%| O| |TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked
| 50|0x000000070ec00000, 0x000000070ee00000, 0x000000070ee00000|100%| O| |TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked
| 51|0x000000070ee00000, 0x000000070f000000, 0x000000070f000000|100%| O| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
| 52|0x000000070f000000, 0x000000070f200000, 0x000000070f200000|100%| O| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
| 53|0x000000070f200000, 0x000000070f2eb000, 0x000000070f400000| 45%| O| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
| 54|0x000000070f400000, 0x000000070f400000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f400000, 0x000000070f400000| Untracked
| 55|0x000000070f600000, 0x000000070f600000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f600000, 0x000000070f600000| Untracked
| 56|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f800000, 0x000000070f800000| Untracked
| 57|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
| 58|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked
| 59|0x000000070fe00000, 0x000000070fe00000, 0x0000000710000000| 0%| F| |TAMS 0x000000070fe00000, 0x000000070fe00000| Untracked
| 60|0x0000000710000000, 0x0000000710000000, 0x0000000710200000| 0%| F| |TAMS 0x0000000710000000, 0x0000000710000000| Untracked
| 61|0x0000000710200000, 0x0000000710200000, 0x0000000710400000| 0%| F| |TAMS 0x0000000710200000, 0x0000000710200000| Untracked
| 62|0x0000000710400000, 0x0000000710400000, 0x0000000710600000| 0%| F| |TAMS 0x0000000710400000, 0x0000000710400000| Untracked
| 63|0x0000000710600000, 0x0000000710600000, 0x0000000710800000| 0%| F| |TAMS 0x0000000710600000, 0x0000000710600000| Untracked
| 64|0x0000000710800000, 0x0000000710800000, 0x0000000710a00000| 0%| F| |TAMS 0x0000000710800000, 0x0000000710800000| Untracked
| 65|0x0000000710a00000, 0x0000000710a00000, 0x0000000710c00000| 0%| F| |TAMS 0x0000000710a00000, 0x0000000710a00000| Untracked
| 66|0x0000000710c00000, 0x0000000710c00000, 0x0000000710e00000| 0%| F| |TAMS 0x0000000710c00000, 0x0000000710c00000| Untracked
| 67|0x0000000710e00000, 0x0000000710e00000, 0x0000000711000000| 0%| F| |TAMS 0x0000000710e00000, 0x0000000710e00000| Untracked
| 68|0x0000000711000000, 0x0000000711000000, 0x0000000711200000| 0%| F| |TAMS 0x0000000711000000, 0x0000000711000000| Untracked
| 69|0x0000000711200000, 0x0000000711200000, 0x0000000711400000| 0%| F| |TAMS 0x0000000711200000, 0x0000000711200000| Untracked
| 70|0x0000000711400000, 0x0000000711400000, 0x0000000711600000| 0%| F| |TAMS 0x0000000711400000, 0x0000000711400000| Untracked
| 71|0x0000000711600000, 0x00000007117857f0, 0x0000000711800000| 76%| S|CS|TAMS 0x0000000711600000, 0x0000000711600000| Complete
| 72|0x0000000711800000, 0x0000000711a00000, 0x0000000711a00000|100%| S|CS|TAMS 0x0000000711800000, 0x0000000711800000| Complete
| 73|0x0000000711a00000, 0x0000000711c00000, 0x0000000711c00000|100%| S|CS|TAMS 0x0000000711a00000, 0x0000000711a00000| Complete
| 74|0x0000000711c00000, 0x0000000711c00000, 0x0000000711e00000| 0%| F| |TAMS 0x0000000711c00000, 0x0000000711c00000| Untracked
| 75|0x0000000711e00000, 0x0000000711e00000, 0x0000000712000000| 0%| F| |TAMS 0x0000000711e00000, 0x0000000711e00000| Untracked
| 76|0x0000000712000000, 0x0000000712000000, 0x0000000712200000| 0%| F| |TAMS 0x0000000712000000, 0x0000000712000000| Untracked
| 77|0x0000000712200000, 0x0000000712200000, 0x0000000712400000| 0%| F| |TAMS 0x0000000712200000, 0x0000000712200000| Untracked
| 78|0x0000000712400000, 0x0000000712400000, 0x0000000712600000| 0%| F| |TAMS 0x0000000712400000, 0x0000000712400000| Untracked
| 79|0x0000000712600000, 0x0000000712600000, 0x0000000712800000| 0%| F| |TAMS 0x0000000712600000, 0x0000000712600000| Untracked
| 80|0x0000000712800000, 0x0000000712800000, 0x0000000712a00000| 0%| F| |TAMS 0x0000000712800000, 0x0000000712800000| Untracked
| 81|0x0000000712a00000, 0x0000000712a00000, 0x0000000712c00000| 0%| F| |TAMS 0x0000000712a00000, 0x0000000712a00000| Untracked
| 82|0x0000000712c00000, 0x0000000712c00000, 0x0000000712e00000| 0%| F| |TAMS 0x0000000712c00000, 0x0000000712c00000| Untracked
| 83|0x0000000712e00000, 0x0000000712e00000, 0x0000000713000000| 0%| F| |TAMS 0x0000000712e00000, 0x0000000712e00000| Untracked
| 84|0x0000000713000000, 0x0000000713000000, 0x0000000713200000| 0%| F| |TAMS 0x0000000713000000, 0x0000000713000000| Untracked
| 85|0x0000000713200000, 0x0000000713200000, 0x0000000713400000| 0%| F| |TAMS 0x0000000713200000, 0x0000000713200000| Untracked
| 86|0x0000000713400000, 0x0000000713400000, 0x0000000713600000| 0%| F| |TAMS 0x0000000713400000, 0x0000000713400000| Untracked
| 87|0x0000000713600000, 0x0000000713600000, 0x0000000713800000| 0%| F| |TAMS 0x0000000713600000, 0x0000000713600000| Untracked
| 88|0x0000000713800000, 0x0000000713800000, 0x0000000713a00000| 0%| F| |TAMS 0x0000000713800000, 0x0000000713800000| Untracked
| 89|0x0000000713a00000, 0x0000000713a00000, 0x0000000713c00000| 0%| F| |TAMS 0x0000000713a00000, 0x0000000713a00000| Untracked
| 90|0x0000000713c00000, 0x0000000713c00000, 0x0000000713e00000| 0%| F| |TAMS 0x0000000713c00000, 0x0000000713c00000| Untracked
| 91|0x0000000713e00000, 0x0000000713e00000, 0x0000000714000000| 0%| F| |TAMS 0x0000000713e00000, 0x0000000713e00000| Untracked
| 92|0x0000000714000000, 0x0000000714000000, 0x0000000714200000| 0%| F| |TAMS 0x0000000714000000, 0x0000000714000000| Untracked
| 93|0x0000000714200000, 0x0000000714200000, 0x0000000714400000| 0%| F| |TAMS 0x0000000714200000, 0x0000000714200000| Untracked
| 94|0x0000000714400000, 0x0000000714400000, 0x0000000714600000| 0%| F| |TAMS 0x0000000714400000, 0x0000000714400000| Untracked
| 95|0x0000000714600000, 0x0000000714600000, 0x0000000714800000| 0%| F| |TAMS 0x0000000714600000, 0x0000000714600000| Untracked
| 96|0x0000000714800000, 0x0000000714800000, 0x0000000714a00000| 0%| F| |TAMS 0x0000000714800000, 0x0000000714800000| Untracked
| 97|0x0000000714a00000, 0x0000000714a00000, 0x0000000714c00000| 0%| F| |TAMS 0x0000000714a00000, 0x0000000714a00000| Untracked
| 98|0x0000000714c00000, 0x0000000714c00000, 0x0000000714e00000| 0%| F| |TAMS 0x0000000714c00000, 0x0000000714c00000| Untracked
| 99|0x0000000714e00000, 0x0000000714e00000, 0x0000000715000000| 0%| F| |TAMS 0x0000000714e00000, 0x0000000714e00000| Untracked
| 100|0x0000000715000000, 0x0000000715000000, 0x0000000715200000| 0%| F| |TAMS 0x0000000715000000, 0x0000000715000000| Untracked
| 101|0x0000000715200000, 0x0000000715200000, 0x0000000715400000| 0%| F| |TAMS 0x0000000715200000, 0x0000000715200000| Untracked
| 102|0x0000000715400000, 0x0000000715400000, 0x0000000715600000| 0%| F| |TAMS 0x0000000715400000, 0x0000000715400000| Untracked
| 103|0x0000000715600000, 0x0000000715600000, 0x0000000715800000| 0%| F| |TAMS 0x0000000715600000, 0x0000000715600000| Untracked
| 104|0x0000000715800000, 0x0000000715800000, 0x0000000715a00000| 0%| F| |TAMS 0x0000000715800000, 0x0000000715800000| Untracked
| 105|0x0000000715a00000, 0x0000000715a00000, 0x0000000715c00000| 0%| F| |TAMS 0x0000000715a00000, 0x0000000715a00000| Untracked
| 106|0x0000000715c00000, 0x0000000715c00000, 0x0000000715e00000| 0%| F| |TAMS 0x0000000715c00000, 0x0000000715c00000| Untracked
| 107|0x0000000715e00000, 0x0000000715e00000, 0x0000000716000000| 0%| F| |TAMS 0x0000000715e00000, 0x0000000715e00000| Untracked
| 108|0x0000000716000000, 0x0000000716000000, 0x0000000716200000| 0%| F| |TAMS 0x0000000716000000, 0x0000000716000000| Untracked
| 109|0x0000000716200000, 0x0000000716200000, 0x0000000716400000| 0%| F| |TAMS 0x0000000716200000, 0x0000000716200000| Untracked
| 110|0x0000000716400000, 0x0000000716400000, 0x0000000716600000| 0%| F| |TAMS 0x0000000716400000, 0x0000000716400000| Untracked
| 111|0x0000000716600000, 0x0000000716600000, 0x0000000716800000| 0%| F| |TAMS 0x0000000716600000, 0x0000000716600000| Untracked
| 112|0x0000000716800000, 0x0000000716800000, 0x0000000716a00000| 0%| F| |TAMS 0x0000000716800000, 0x0000000716800000| Untracked
| 113|0x0000000716a00000, 0x0000000716a00000, 0x0000000716c00000| 0%| F| |TAMS 0x0000000716a00000, 0x0000000716a00000| Untracked
| 114|0x0000000716c00000, 0x0000000716d00800, 0x0000000716e00000| 50%| E| |TAMS 0x0000000716c00000, 0x0000000716c00000| Complete
| 115|0x0000000716e00000, 0x0000000717000000, 0x0000000717000000|100%| E|CS|TAMS 0x0000000716e00000, 0x0000000716e00000| Complete
| 116|0x0000000717000000, 0x0000000717200000, 0x0000000717200000|100%| E|CS|TAMS 0x0000000717000000, 0x0000000717000000| Complete
| 117|0x0000000717200000, 0x0000000717400000, 0x0000000717400000|100%| E|CS|TAMS 0x0000000717200000, 0x0000000717200000| Complete
| 118|0x0000000717400000, 0x0000000717600000, 0x0000000717600000|100%| E|CS|TAMS 0x0000000717400000, 0x0000000717400000| Complete
| 119|0x0000000717600000, 0x0000000717800000, 0x0000000717800000|100%| E|CS|TAMS 0x0000000717600000, 0x0000000717600000| Complete
| 120|0x0000000717800000, 0x0000000717a00000, 0x0000000717a00000|100%| E|CS|TAMS 0x0000000717800000, 0x0000000717800000| Complete
| 121|0x0000000717a00000, 0x0000000717c00000, 0x0000000717c00000|100%| E|CS|TAMS 0x0000000717a00000, 0x0000000717a00000| Complete
| 122|0x0000000717c00000, 0x0000000717e00000, 0x0000000717e00000|100%| E|CS|TAMS 0x0000000717c00000, 0x0000000717c00000| Complete
| 123|0x0000000717e00000, 0x0000000718000000, 0x0000000718000000|100%| E|CS|TAMS 0x0000000717e00000, 0x0000000717e00000| Complete
| 124|0x0000000718000000, 0x0000000718200000, 0x0000000718200000|100%| E|CS|TAMS 0x0000000718000000, 0x0000000718000000| Complete
| 125|0x0000000718200000, 0x0000000718400000, 0x0000000718400000|100%| E|CS|TAMS 0x0000000718200000, 0x0000000718200000| Complete
| 126|0x0000000718400000, 0x0000000718600000, 0x0000000718600000|100%| E|CS|TAMS 0x0000000718400000, 0x0000000718400000| Complete
| 127|0x0000000718600000, 0x0000000718800000, 0x0000000718800000|100%| E|CS|TAMS 0x0000000718600000, 0x0000000718600000| Complete
| 128|0x0000000718800000, 0x0000000718a00000, 0x0000000718a00000|100%| E|CS|TAMS 0x0000000718800000, 0x0000000718800000| Complete
| 129|0x0000000718a00000, 0x0000000718c00000, 0x0000000718c00000|100%| E|CS|TAMS 0x0000000718a00000, 0x0000000718a00000| Complete
| 130|0x0000000718c00000, 0x0000000718e00000, 0x0000000718e00000|100%| E|CS|TAMS 0x0000000718c00000, 0x0000000718c00000| Complete
| 131|0x0000000718e00000, 0x0000000719000000, 0x0000000719000000|100%| E|CS|TAMS 0x0000000718e00000, 0x0000000718e00000| Complete
| 132|0x0000000719000000, 0x0000000719200000, 0x0000000719200000|100%| E|CS|TAMS 0x0000000719000000, 0x0000000719000000| Complete
| 133|0x0000000719200000, 0x0000000719400000, 0x0000000719400000|100%| E|CS|TAMS 0x0000000719200000, 0x0000000719200000| Complete
| 134|0x0000000719400000, 0x0000000719600000, 0x0000000719600000|100%| E|CS|TAMS 0x0000000719400000, 0x0000000719400000| Complete
| 135|0x0000000719600000, 0x0000000719800000, 0x0000000719800000|100%| E|CS|TAMS 0x0000000719600000, 0x0000000719600000| Complete
| 136|0x0000000719800000, 0x0000000719a00000, 0x0000000719a00000|100%| E|CS|TAMS 0x0000000719800000, 0x0000000719800000| Complete
| 137|0x0000000719a00000, 0x0000000719c00000, 0x0000000719c00000|100%| E|CS|TAMS 0x0000000719a00000, 0x0000000719a00000| Complete
| 138|0x0000000719c00000, 0x0000000719e00000, 0x0000000719e00000|100%| E|CS|TAMS 0x0000000719c00000, 0x0000000719c00000| Complete
| 139|0x0000000719e00000, 0x000000071a000000, 0x000000071a000000|100%| E|CS|TAMS 0x0000000719e00000, 0x0000000719e00000| Complete
| 140|0x000000071a000000, 0x000000071a200000, 0x000000071a200000|100%| E|CS|TAMS 0x000000071a000000, 0x000000071a000000| Complete
| 141|0x000000071a200000, 0x000000071a400000, 0x000000071a400000|100%| E|CS|TAMS 0x000000071a200000, 0x000000071a200000| Complete
| 142|0x000000071a400000, 0x000000071a600000, 0x000000071a600000|100%| E|CS|TAMS 0x000000071a400000, 0x000000071a400000| Complete
| 143|0x000000071a600000, 0x000000071a800000, 0x000000071a800000|100%| E|CS|TAMS 0x000000071a600000, 0x000000071a600000| Complete
| 144|0x000000071a800000, 0x000000071aa00000, 0x000000071aa00000|100%| E|CS|TAMS 0x000000071a800000, 0x000000071a800000| Complete
| 145|0x000000071aa00000, 0x000000071ac00000, 0x000000071ac00000|100%| E|CS|TAMS 0x000000071aa00000, 0x000000071aa00000| Complete
| 146|0x000000071ac00000, 0x000000071ae00000, 0x000000071ae00000|100%| E|CS|TAMS 0x000000071ac00000, 0x000000071ac00000| Complete
| 147|0x000000071ae00000, 0x000000071b000000, 0x000000071b000000|100%| E|CS|TAMS 0x000000071ae00000, 0x000000071ae00000| Complete
| 148|0x000000071b000000, 0x000000071b200000, 0x000000071b200000|100%| E|CS|TAMS 0x000000071b000000, 0x000000071b000000| Complete
| 149|0x000000071b200000, 0x000000071b400000, 0x000000071b400000|100%| E|CS|TAMS 0x000000071b200000, 0x000000071b200000| Complete
| 150|0x000000071b400000, 0x000000071b600000, 0x000000071b600000|100%| E|CS|TAMS 0x000000071b400000, 0x000000071b400000| Complete
| 151|0x000000071b600000, 0x000000071b800000, 0x000000071b800000|100%| E|CS|TAMS 0x000000071b600000, 0x000000071b600000| Complete
| 152|0x000000071b800000, 0x000000071ba00000, 0x000000071ba00000|100%| E|CS|TAMS 0x000000071b800000, 0x000000071b800000| Complete
| 153|0x000000071ba00000, 0x000000071bc00000, 0x000000071bc00000|100%| E|CS|TAMS 0x000000071ba00000, 0x000000071ba00000| Complete
| 154|0x000000071bc00000, 0x000000071be00000, 0x000000071be00000|100%| E|CS|TAMS 0x000000071bc00000, 0x000000071bc00000| Complete
| 155|0x000000071be00000, 0x000000071c000000, 0x000000071c000000|100%| E|CS|TAMS 0x000000071be00000, 0x000000071be00000| Complete
| 156|0x000000071c000000, 0x000000071c200000, 0x000000071c200000|100%| E|CS|TAMS 0x000000071c000000, 0x000000071c000000| Complete
| 157|0x000000071c200000, 0x000000071c400000, 0x000000071c400000|100%| E|CS|TAMS 0x000000071c200000, 0x000000071c200000| Complete
| 158|0x000000071c400000, 0x000000071c600000, 0x000000071c600000|100%| E|CS|TAMS 0x000000071c400000, 0x000000071c400000| Complete
| 159|0x000000071c600000, 0x000000071c800000, 0x000000071c800000|100%| E|CS|TAMS 0x000000071c600000, 0x000000071c600000| Complete
| 160|0x000000071c800000, 0x000000071ca00000, 0x000000071ca00000|100%| E|CS|TAMS 0x000000071c800000, 0x000000071c800000| Complete
| 161|0x000000071ca00000, 0x000000071cc00000, 0x000000071cc00000|100%| E|CS|TAMS 0x000000071ca00000, 0x000000071ca00000| Complete
| 162|0x000000071cc00000, 0x000000071ce00000, 0x000000071ce00000|100%| E|CS|TAMS 0x000000071cc00000, 0x000000071cc00000| Complete
| 163|0x000000071ce00000, 0x000000071d000000, 0x000000071d000000|100%| E|CS|TAMS 0x000000071ce00000, 0x000000071ce00000| Complete
| 164|0x000000071d000000, 0x000000071d200000, 0x000000071d200000|100%| E|CS|TAMS 0x000000071d000000, 0x000000071d000000| Complete
| 165|0x000000071d200000, 0x000000071d400000, 0x000000071d400000|100%| E|CS|TAMS 0x000000071d200000, 0x000000071d200000| Complete
| 166|0x000000071d400000, 0x000000071d600000, 0x000000071d600000|100%| E|CS|TAMS 0x000000071d400000, 0x000000071d400000| Complete
| 167|0x000000071d600000, 0x000000071d800000, 0x000000071d800000|100%| E|CS|TAMS 0x000000071d600000, 0x000000071d600000| Complete
| 168|0x000000071d800000, 0x000000071da00000, 0x000000071da00000|100%| E|CS|TAMS 0x000000071d800000, 0x000000071d800000| Complete
| 169|0x000000071da00000, 0x000000071dc00000, 0x000000071dc00000|100%| E|CS|TAMS 0x000000071da00000, 0x000000071da00000| Complete
| 170|0x000000071dc00000, 0x000000071de00000, 0x000000071de00000|100%| E|CS|TAMS 0x000000071dc00000, 0x000000071dc00000| Complete
| 171|0x000000071de00000, 0x000000071e000000, 0x000000071e000000|100%| E|CS|TAMS 0x000000071de00000, 0x000000071de00000| Complete
| 172|0x000000071e000000, 0x000000071e200000, 0x000000071e200000|100%| E|CS|TAMS 0x000000071e000000, 0x000000071e000000| Complete
| 173|0x000000071e200000, 0x000000071e400000, 0x000000071e400000|100%| E|CS|TAMS 0x000000071e200000, 0x000000071e200000| Complete
| 174|0x000000071e400000, 0x000000071e600000, 0x000000071e600000|100%| E|CS|TAMS 0x000000071e400000, 0x000000071e400000| Complete
| 175|0x000000071e600000, 0x000000071e800000, 0x000000071e800000|100%| E|CS|TAMS 0x000000071e600000, 0x000000071e600000| Complete
| 176|0x000000071e800000, 0x000000071ea00000, 0x000000071ea00000|100%| E|CS|TAMS 0x000000071e800000, 0x000000071e800000| Complete
| 177|0x000000071ea00000, 0x000000071ec00000, 0x000000071ec00000|100%| E|CS|TAMS 0x000000071ea00000, 0x000000071ea00000| Complete
| 178|0x000000071ec00000, 0x000000071ee00000, 0x000000071ee00000|100%| E|CS|TAMS 0x000000071ec00000, 0x000000071ec00000| Complete
| 179|0x000000071ee00000, 0x000000071f000000, 0x000000071f000000|100%| E|CS|TAMS 0x000000071ee00000, 0x000000071ee00000| Complete
| 180|0x000000071f000000, 0x000000071f200000, 0x000000071f200000|100%| E|CS|TAMS 0x000000071f000000, 0x000000071f000000| Complete
| 181|0x000000071f200000, 0x000000071f400000, 0x000000071f400000|100%| E|CS|TAMS 0x000000071f200000, 0x000000071f200000| Complete
| 182|0x000000071f400000, 0x000000071f600000, 0x000000071f600000|100%| E|CS|TAMS 0x000000071f400000, 0x000000071f400000| Complete
| 183|0x000000071f600000, 0x000000071f800000, 0x000000071f800000|100%| E|CS|TAMS 0x000000071f600000, 0x000000071f600000| Complete
|1975|0x00000007ff600000, 0x00000007ff800000, 0x00000007ff800000|100%| O| |TAMS 0x00000007ff800000, 0x00000007ff600000| Untracked
|1976|0x00000007ff800000, 0x00000007ffa00000, 0x00000007ffa00000|100%| O| |TAMS 0x00000007ffa00000, 0x00000007ff800000| Untracked
|1977|0x00000007ffa00000, 0x00000007ffc00000, 0x00000007ffc00000|100%| O| |TAMS 0x00000007ffc00000, 0x00000007ffa00000| Untracked
|1978|0x00000007ffc00000, 0x00000007ffe00000, 0x00000007ffe00000|100%| O| |TAMS 0x00000007ffe00000, 0x00000007ffc00000| Untracked
|1979|0x00000007ffe00000, 0x0000000800000000, 0x0000000800000000|100%| O| |TAMS 0x0000000800000000, 0x00000007ffe00000| Untracked
Card table byte_map: [0x0000029439220000,0x00000294399e0000] _byte_map_base: 0x00000294359dc000
Marking Bits (Prev, Next): (CMBitMap*) 0x00000294388b1c00, (CMBitMap*) 0x00000294388b1c40
Prev Bits: [0x000002943a1a0000, 0x000002943df80000)
Next Bits: [0x000002943df80000, 0x0000029441d60000)
Polling page: 0x0000029420a20000
Metaspace:
Usage:
Non-class: 27.15 MB used.
Class: 3.31 MB used.
Both: 30.46 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 27.31 MB ( 43%) committed, 1 nodes.
Class space: 1.00 GB reserved, 3.44 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 30.75 MB ( 3%) committed.
Chunk freelists:
Non-Class: 4.27 MB
Class: 12.51 MB
Both: 16.78 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 45.00 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: 3.
num_arena_births: 284.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 492.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 3.
num_chunks_taken_from_freelist: 1505.
num_chunk_merges: 3.
num_chunk_splits: 997.
num_chunks_enlarged: 719.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=119168Kb used=6160Kb max_used=6160Kb free=113007Kb
bounds [0x0000029430830000, 0x0000029430e40000, 0x0000029437c90000]
CodeHeap 'profiled nmethods': size=119104Kb used=20128Kb max_used=20128Kb free=98975Kb
bounds [0x0000029428c90000, 0x000002942a040000, 0x00000294300e0000]
CodeHeap 'non-nmethods': size=7488Kb used=2906Kb max_used=3008Kb free=4581Kb
bounds [0x00000294300e0000, 0x00000294303e0000, 0x0000029430830000]
total_blobs=9237 nmethods=8714 adapters=432
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 11.290 Thread 0x00000294860f1460 nmethod 10086 0x0000029430e18510 code [0x0000029430e186a0, 0x0000029430e18798]
Event: 11.290 Thread 0x00000294860f1460 9621 4 java.util.Spliterators$IteratorSpliterator::estimateSize (41 bytes)
Event: 11.292 Thread 0x00000294860f1460 nmethod 9621 0x0000029430e18890 code [0x0000029430e18a20, 0x0000029430e18bd8]
Event: 11.292 Thread 0x00000294860f1460 10109 4 com.sun.tools.javac.comp.Check::getApplicableTargets (836 bytes)
Event: 11.295 Thread 0x0000029486589af0 10111 3 com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator::visitMethodDef (151 bytes)
Event: 11.295 Thread 0x0000029486589af0 nmethod 10111 0x000002942a02b390 code [0x000002942a02b640, 0x000002942a02c888]
Event: 11.303 Thread 0x0000029486b9cc20 10114 2 com.sun.tools.javac.tree.JCTree$JCTypeParameter::accept (6 bytes)
Event: 11.303 Thread 0x0000029486b9cc20 nmethod 10114 0x000002942a02cd10 code [0x000002942a02cea0, 0x000002942a02cfc8]
Event: 11.305 Thread 0x000002948c9e47d0 nmethod 9272 0x0000029430e18d10 code [0x0000029430e19420, 0x0000029430e1d558]
Event: 11.305 Thread 0x000002948c9e47d0 10110 4 java.util.HashSet::contains (9 bytes)
Event: 11.310 Thread 0x000002948c9e47d0 nmethod 10110 0x0000029430e20c90 code [0x0000029430e20e40, 0x0000029430e21398]
Event: 11.310 Thread 0x000002948c9e47d0 10112 4 com.sun.tools.javac.comp.Annotate$AnnotationTypeMetadata::getAnnotationElementsWithDefault (66 bytes)
Event: 11.312 Thread 0x00000294861bd990 10120 3 com.sun.tools.javac.comp.Attr$IdentAttributer::visitMemberSelect (10 bytes)
Event: 11.312 Thread 0x0000029486102e30 10121 3 com.sun.tools.javac.comp.Attr$IdentAttributer::visitMemberSelect (134 bytes)
Event: 11.313 Thread 0x00000294861bd990 nmethod 10120 0x000002942a02d090 code [0x000002942a02d240, 0x000002942a02d488]
Event: 11.313 Thread 0x0000029486102e30 nmethod 10121 0x000002942a02d590 code [0x000002942a02d800, 0x000002942a02e528]
Event: 11.325 Thread 0x0000029486b9cc20 10124 ! 3 lombok.core.configuration.FileSystemSourceCache::parseIfNeccesary (124 bytes)
Event: 11.334 Thread 0x0000029486589af0 10125 3 lombok.core.configuration.BubblingConfigurationResolver::resolve (432 bytes)
Event: 11.390 Thread 0x0000029486102e30 10128 2 java.util.IdentityHashMap$EntrySet::iterator (12 bytes)
Event: 11.390 Thread 0x00000294861bd990 10129 2 java.util.IdentityHashMap$EntryIterator::<init> (11 bytes)
GC Heap History (20 events):
Event: 8.177 GC heap before
{Heap before GC invocations=11 (full 0):
garbage-first heap total 221184K, used 151127K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 34 young (69632K), 2 survivors (4096K)
Metaspace used 27592K, committed 27904K, reserved 1114112K
class space used 3036K, committed 3200K, reserved 1048576K
}
Event: 8.190 GC heap after
{Heap after GC invocations=12 (full 0):
garbage-first heap total 221184K, used 94981K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 5 young (10240K), 5 survivors (10240K)
Metaspace used 27592K, committed 27904K, reserved 1114112K
class space used 3036K, committed 3200K, reserved 1048576K
}
Event: 9.109 GC heap before
{Heap before GC invocations=12 (full 0):
garbage-first heap total 221184K, used 154373K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 34 young (69632K), 5 survivors (10240K)
Metaspace used 29968K, committed 30272K, reserved 1114112K
class space used 3282K, committed 3392K, reserved 1048576K
}
Event: 9.118 GC heap after
{Heap after GC invocations=13 (full 0):
garbage-first heap total 221184K, used 97814K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 29968K, committed 30272K, reserved 1114112K
class space used 3282K, committed 3392K, reserved 1048576K
}
Event: 9.457 GC heap before
{Heap before GC invocations=13 (full 0):
garbage-first heap total 221184K, used 159254K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 32 young (65536K), 2 survivors (4096K)
Metaspace used 30605K, committed 30912K, reserved 1114112K
class space used 3352K, committed 3456K, reserved 1048576K
}
Event: 9.461 GC heap after
{Heap after GC invocations=14 (full 0):
garbage-first heap total 221184K, used 98937K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 30605K, committed 30912K, reserved 1114112K
class space used 3352K, committed 3456K, reserved 1048576K
}
Event: 9.725 GC heap before
{Heap before GC invocations=14 (full 0):
garbage-first heap total 221184K, used 164473K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 34 young (69632K), 2 survivors (4096K)
Metaspace used 30916K, committed 31232K, reserved 1114112K
class space used 3372K, committed 3520K, reserved 1048576K
}
Event: 9.731 GC heap after
{Heap after GC invocations=15 (full 0):
garbage-first heap total 221184K, used 101513K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 4 survivors (8192K)
Metaspace used 30916K, committed 31232K, reserved 1114112K
class space used 3372K, committed 3520K, reserved 1048576K
}
Event: 9.915 GC heap before
{Heap before GC invocations=15 (full 0):
garbage-first heap total 221184K, used 169097K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 4 survivors (8192K)
Metaspace used 30993K, committed 31296K, reserved 1114112K
class space used 3375K, committed 3520K, reserved 1048576K
}
Event: 9.924 GC heap after
{Heap after GC invocations=16 (full 0):
garbage-first heap total 221184K, used 105160K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 4 survivors (8192K)
Metaspace used 30993K, committed 31296K, reserved 1114112K
class space used 3375K, committed 3520K, reserved 1048576K
}
Event: 10.076 GC heap before
{Heap before GC invocations=16 (full 0):
garbage-first heap total 221184K, used 172744K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 4 survivors (8192K)
Metaspace used 31015K, committed 31360K, reserved 1114112K
class space used 3375K, committed 3520K, reserved 1048576K
}
Event: 10.084 GC heap after
{Heap after GC invocations=17 (full 0):
garbage-first heap total 266240K, used 108892K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 4 survivors (8192K)
Metaspace used 31015K, committed 31360K, reserved 1114112K
class space used 3375K, committed 3520K, reserved 1048576K
}
Event: 10.327 GC heap before
{Heap before GC invocations=17 (full 0):
garbage-first heap total 266240K, used 207196K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 52 young (106496K), 4 survivors (8192K)
Metaspace used 31048K, committed 31360K, reserved 1114112K
class space used 3380K, committed 3520K, reserved 1048576K
}
Event: 10.334 GC heap after
{Heap after GC invocations=18 (full 0):
garbage-first heap total 266240K, used 113259K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 6 survivors (12288K)
Metaspace used 31048K, committed 31360K, reserved 1114112K
class space used 3380K, committed 3520K, reserved 1048576K
}
Event: 10.513 GC heap before
{Heap before GC invocations=18 (full 0):
garbage-first heap total 266240K, used 213611K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 54 young (110592K), 6 survivors (12288K)
Metaspace used 31078K, committed 31424K, reserved 1114112K
class space used 3380K, committed 3520K, reserved 1048576K
}
Event: 10.524 GC heap after
{Heap after GC invocations=19 (full 0):
garbage-first heap total 266240K, used 120029K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 6 survivors (12288K)
Metaspace used 31078K, committed 31424K, reserved 1114112K
class space used 3380K, committed 3520K, reserved 1048576K
}
Event: 10.716 GC heap before
{Heap before GC invocations=19 (full 0):
garbage-first heap total 266240K, used 214237K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 52 young (106496K), 6 survivors (12288K)
Metaspace used 31094K, committed 31424K, reserved 1114112K
class space used 3381K, committed 3520K, reserved 1048576K
}
Event: 10.725 GC heap after
{Heap after GC invocations=20 (full 0):
garbage-first heap total 266240K, used 122764K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 4 survivors (8192K)
Metaspace used 31094K, committed 31424K, reserved 1114112K
class space used 3381K, committed 3520K, reserved 1048576K
}
Event: 10.913 GC heap before
{Heap before GC invocations=20 (full 0):
garbage-first heap total 266240K, used 219020K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 51 young (104448K), 4 survivors (8192K)
Metaspace used 31176K, committed 31488K, reserved 1114112K
class space used 3385K, committed 3520K, reserved 1048576K
}
Event: 11.089 GC heap after
{Heap after GC invocations=21 (full 0):
garbage-first heap total 387072K, used 125377K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 31176K, committed 31488K, reserved 1114112K
class space used 3385K, committed 3520K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 10.874 Thread 0x00000294214502b0 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x0000029430c6ef7c relative=0x00000000000003bc
Event: 10.874 Thread 0x00000294214502b0 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x0000029430c6ef7c method=java.util.Spliterators$IteratorSpliterator.tryAdvance(Ljava/util/function/Consumer;)Z @ 63 c2
Event: 10.874 Thread 0x00000294214502b0 DEOPT PACKING pc=0x0000029430c6ef7c sp=0x000000e50cafcce0
Event: 10.874 Thread 0x00000294214502b0 DEOPT UNPACKING pc=0x00000294301323a3 sp=0x000000e50cafcca8 mode 2
Event: 11.212 Thread 0x00000294214502b0 DEOPT PACKING pc=0x0000029429f36cfe sp=0x000000e50cafced0
Event: 11.212 Thread 0x00000294214502b0 DEOPT UNPACKING pc=0x0000029430132b43 sp=0x000000e50cafc358 mode 0
Event: 11.288 Thread 0x00000294214502b0 DEOPT PACKING pc=0x0000029428ea951b sp=0x000000e50cafce40
Event: 11.288 Thread 0x00000294214502b0 DEOPT UNPACKING pc=0x0000029430132b43 sp=0x000000e50cafc2b8 mode 0
Event: 11.288 Thread 0x00000294214502b0 DEOPT PACKING pc=0x0000029429ba2cb8 sp=0x000000e50cafcc70
Event: 11.288 Thread 0x00000294214502b0 DEOPT UNPACKING pc=0x0000029430132b43 sp=0x000000e50cafc0c8 mode 0
Event: 11.319 Thread 0x00000294214502b0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000029430d10678 relative=0x0000000000003278
Event: 11.319 Thread 0x00000294214502b0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000029430d10678 method=lombok.core.configuration.FileSystemSourceCache.parseIfNeccesary(Llombok/core/configuration/ConfigurationFile;Llombok/core/configuration/ConfigurationParser;)Llombok/core/co
Event: 11.319 Thread 0x00000294214502b0 DEOPT PACKING pc=0x0000029430d10678 sp=0x000000e50cafcd50
Event: 11.319 Thread 0x00000294214502b0 DEOPT UNPACKING pc=0x00000294301323a3 sp=0x000000e50cafcba8 mode 2
Event: 11.323 Thread 0x00000294214502b0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000029430d38db8 relative=0x00000000000009f8
Event: 11.323 Thread 0x00000294214502b0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000029430d38db8 method=lombok.core.configuration.FileSystemSourceCache.parseIfNeccesary(Llombok/core/configuration/ConfigurationFile;Llombok/core/configuration/ConfigurationParser;)Llombok/core/co
Event: 11.323 Thread 0x00000294214502b0 DEOPT PACKING pc=0x0000029430d38db8 sp=0x000000e50cafcc60
Event: 11.323 Thread 0x00000294214502b0 DEOPT UNPACKING pc=0x00000294301323a3 sp=0x000000e50cafcc08 mode 2
Event: 11.390 Thread 0x00000294214502b0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000029430dffef0 relative=0x00000000000002d0
Event: 12.326 Thread 0x00000294214502b0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000029430dffef0 method=com.sun.tools.javac.util.Iterators$CompoundIterator.hasNext()Z @ 4 c2
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 8.483 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000713afb668}> (0x0000000713afb668)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.483 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000713afbaa8}> (0x0000000713afbaa8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365a310}> (0x000000071365a310)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365a6b0}> (0x000000071365a6b0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365bbe0}> (0x000000071365bbe0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365bf30}> (0x000000071365bf30)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365d7b0}> (0x000000071365d7b0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365db40}> (0x000000071365db40)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.499 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365f088}> (0x000000071365f088)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.500 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071365f4a8}> (0x000000071365f4a8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 8.591 Thread 0x00000294214502b0 Implicit null exception at 0x000002943098c7b3 to 0x000002943098cbe4
Event: 8.614 Thread 0x00000294214502b0 Implicit null exception at 0x0000029430a170eb to 0x0000029430a172c0
Event: 9.384 Thread 0x00000294214502b0 Implicit null exception at 0x00000294308f74cf to 0x00000294308f761c
Event: 9.488 Thread 0x00000294214502b0 Implicit null exception at 0x000002943089412c to 0x0000029430894a17
Event: 10.873 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000712f27500}> (0x0000000712f27500)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.873 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000712f277c0}> (0x0000000712f277c0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.873 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000712f286a0}> (0x0000000712f286a0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.873 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000712f289f0}> (0x0000000712f289f0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.873 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000712f299b0}> (0x0000000712f299b0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.873 Thread 0x00000294214502b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000712f29c80}> (0x0000000712f29c80)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
VM Operations (20 events):
Event: 9.461 Executing VM operation: G1CollectForAllocation done
Event: 9.724 Executing VM operation: G1CollectForAllocation
Event: 9.731 Executing VM operation: G1CollectForAllocation done
Event: 9.915 Executing VM operation: G1CollectForAllocation
Event: 9.924 Executing VM operation: G1CollectForAllocation done
Event: 9.979 Executing VM operation: HandshakeAllThreads
Event: 9.980 Executing VM operation: HandshakeAllThreads done
Event: 9.995 Executing VM operation: ICBufferFull
Event: 9.995 Executing VM operation: ICBufferFull done
Event: 10.076 Executing VM operation: G1CollectForAllocation
Event: 10.084 Executing VM operation: G1CollectForAllocation done
Event: 10.327 Executing VM operation: G1CollectForAllocation
Event: 10.334 Executing VM operation: G1CollectForAllocation done
Event: 10.513 Executing VM operation: G1CollectForAllocation
Event: 10.524 Executing VM operation: G1CollectForAllocation done
Event: 10.716 Executing VM operation: G1CollectForAllocation
Event: 10.725 Executing VM operation: G1CollectForAllocation done
Event: 10.913 Executing VM operation: G1CollectForAllocation
Event: 11.090 Executing VM operation: G1CollectForAllocation done
Event: 12.099 Executing VM operation: Cleanup
Events (20 events):
Event: 9.120 loading class java/util/IdentityHashMap$EntrySet done
Event: 9.121 loading class java/util/IdentityHashMap$EntryIterator
Event: 9.121 loading class java/util/IdentityHashMap$EntryIterator done
Event: 9.121 loading class java/util/IdentityHashMap$EntryIterator$Entry
Event: 9.122 loading class java/util/IdentityHashMap$EntryIterator$Entry done
Event: 9.211 loading class java/util/regex/Pattern$SliceI
Event: 9.211 loading class java/util/regex/Pattern$SliceI done
Event: 9.373 loading class java/util/regex/Pattern$Loop
Event: 9.373 loading class java/util/regex/Pattern$Loop done
Event: 9.373 loading class java/util/regex/Pattern$Prolog
Event: 9.374 loading class java/util/regex/Pattern$Prolog done
Event: 9.404 loading class java/util/regex/Pattern$LazyLoop
Event: 9.404 loading class java/util/regex/Pattern$LazyLoop done
Event: 9.429 loading class java/util/regex/Pattern$End
Event: 9.429 loading class java/util/regex/Pattern$End done
Event: 9.982 Thread 0x0000029486103730 flushing nmethod 0x0000029430cae890
Event: 9.994 Thread 0x0000029486103730 flushing nmethod 0x0000029429989410
Event: 9.994 Thread 0x0000029486103730 flushing nmethod 0x0000029429a61510
Event: 9.995 Thread 0x0000029486103730 flushing nmethod 0x0000029429add010
Event: 9.995 Thread 0x0000029486103730 flushing nmethod 0x0000029429b8d290
Dynamic libraries:
0x00007ff6a4130000 - 0x00007ff6a4140000 C:\Program Files\Java\jdk-17\bin\java.exe
0x00007ff9184a0000 - 0x00007ff918708000 C:\windows\SYSTEM32\ntdll.dll
0x00007ff9180d0000 - 0x00007ff918199000 C:\windows\System32\KERNEL32.DLL
0x00007ff915c60000 - 0x00007ff916058000 C:\windows\System32\KERNELBASE.dll
0x00007ff9155f0000 - 0x00007ff91573b000 C:\windows\System32\ucrtbase.dll
0x00007ff8f9220000 - 0x00007ff8f9239000 C:\Program Files\Java\jdk-17\bin\jli.dll
0x00007ff916240000 - 0x00007ff9162f4000 C:\windows\System32\ADVAPI32.dll
0x00007ff8f7440000 - 0x00007ff8f745b000 C:\Program Files\Java\jdk-17\bin\VCRUNTIME140.dll
0x00007ff911a50000 - 0x00007ff911b69000 C:\windows\SYSTEM32\winahframe64.dll
0x00007ff917460000 - 0x00007ff917509000 C:\windows\System32\msvcrt.dll
0x00007ff916d10000 - 0x00007ff916db6000 C:\windows\System32\sechost.dll
0x00007ff917d80000 - 0x00007ff917e98000 C:\windows\System32\RPCRT4.dll
0x00007ff918290000 - 0x00007ff918457000 C:\windows\System32\USER32.dll
0x00007ff915ab0000 - 0x00007ff915ad7000 C:\windows\System32\win32u.dll
0x00007ff916f00000 - 0x00007ff916f2b000 C:\windows\System32\GDI32.dll
0x00007ff916110000 - 0x00007ff91623c000 C:\windows\System32\gdi32full.dll
0x00007ff916f30000 - 0x00007ff9170c7000 C:\windows\System32\ole32.dll
0x00007ff90e710000 - 0x00007ff90e9a4000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7019_none_3e06ffa0e335b8a8\COMCTL32.dll
0x00007ff916060000 - 0x00007ff916103000 C:\windows\System32\msvcp_win.dll
0x00007ff9118a0000 - 0x00007ff9118ab000 C:\windows\SYSTEM32\VERSION.dll
0x00007ff9170d0000 - 0x00007ff91745b000 C:\windows\System32\combase.dll
0x00007ff916470000 - 0x00007ff9164a1000 C:\windows\System32\IMM32.DLL
0x00007ff910170000 - 0x00007ff910a4e000 C:\windows\SYSTEM32\winahdcore64.dll
0x00007ff917cd0000 - 0x00007ff917d37000 C:\windows\System32\SHLWAPI.dll
0x00007ff90f3e0000 - 0x00007ff90f401000 C:\windows\SYSTEM32\MPR.dll
0x00007ff9164b0000 - 0x00007ff916bff000 C:\windows\System32\SHELL32.dll
0x00007ff915740000 - 0x00007ff9158ab000 C:\windows\System32\wintypes.dll
0x00007ff917ab0000 - 0x00007ff917b87000 C:\windows\System32\OLEAUT32.dll
0x00007ff918210000 - 0x00007ff918284000 C:\windows\System32\WS2_32.dll
0x00007ff9179a0000 - 0x00007ff917a92000 C:\windows\System32\COMDLG32.dll
0x00007ff90ee90000 - 0x00007ff90ef09000 C:\windows\SYSTEM32\OLEACC.dll
0x00007ff90e9c0000 - 0x00007ff90e9f5000 C:\windows\SYSTEM32\WINMM.dll
0x00007ff916c10000 - 0x00007ff916d02000 C:\windows\System32\shcore.dll
0x00007ff9158b0000 - 0x00007ff915955000 C:\windows\System32\bcryptPrimitives.dll
0x00007ff90d8c0000 - 0x00007ff90db2d000 C:\windows\SYSTEM32\dtframe64.dll
0x00007ff90cfa0000 - 0x00007ff90cfd2000 C:\windows\SYSTEM32\TIjtDrvd64.dll
0x00007ff90ccd0000 - 0x00007ff90cd80000 C:\windows\SYSTEM32\winspool.drv
0x00007ff915140000 - 0x00007ff915197000 C:\windows\SYSTEM32\cfgmgr32.dll
0x00007ff90c6d0000 - 0x00007ff90c7f7000 C:\windows\SYSTEM32\dtsframe64.dll
0x00007ff9148c0000 - 0x00007ff91492b000 C:\windows\SYSTEM32\mswsock.dll
0x00007ff9181a0000 - 0x00007ff9181a8000 C:\windows\System32\psapi.dll
0x00007ff90ded0000 - 0x00007ff90dedd000 C:\windows\SYSTEM32\WinUsb.dll
0x00007ff90d4a0000 - 0x00007ff90d539000 C:\windows\SYSTEM32\mf.dll
0x00007ff90cfe0000 - 0x00007ff90d3f9000 C:\windows\SYSTEM32\MFCORE.DLL
0x00007ff917510000 - 0x00007ff91799a000 C:\windows\System32\setupapi.dll
0x00007ff9131d0000 - 0x00007ff913a2d000 C:\windows\SYSTEM32\windows.storage.dll
0x00007ff90c510000 - 0x00007ff90c672000 C:\windows\SYSTEM32\TMailHook64.dll
0x00007ff90bd90000 - 0x00007ff90bfe3000 C:\windows\SYSTEM32\winncap364.dll
0x00007ff90f500000 - 0x00007ff90f50c000 C:\Program Files\Java\jdk-17\bin\vcruntime140_1.dll
0x00007ff8ddde0000 - 0x00007ff8dde6e000 C:\Program Files\Java\jdk-17\bin\msvcp140.dll
0x00007ff87a370000 - 0x00007ff87af51000 C:\Program Files\Java\jdk-17\bin\server\jvm.dll
0x00007ff8f54e0000 - 0x00007ff8f54ea000 C:\windows\SYSTEM32\WSOCK32.dll
0x00007ff9142d0000 - 0x00007ff9142eb000 C:\windows\SYSTEM32\kernel.appcore.dll
0x00007ff90f490000 - 0x00007ff90f49a000 C:\Program Files\Java\jdk-17\bin\jimage.dll
0x00007ff912be0000 - 0x00007ff912e22000 C:\windows\SYSTEM32\DBGHELP.DLL
0x00007ff8ea710000 - 0x00007ff8ea74c000 C:\windows\SYSTEM32\dbgcore.DLL
0x00007ff8f46a0000 - 0x00007ff8f46c5000 C:\Program Files\Java\jdk-17\bin\java.dll
0x00007ff8b5560000 - 0x00007ff8b5637000 C:\Program Files\Java\jdk-17\bin\jsvml.dll
0x00007ff915510000 - 0x00007ff915539000 C:\windows\SYSTEM32\profapi.dll
0x00007ff8f5a40000 - 0x00007ff8f5a59000 C:\Program Files\Java\jdk-17\bin\net.dll
0x00007ff90df40000 - 0x00007ff90e068000 C:\windows\SYSTEM32\WINHTTP.dll
0x00007ff8f54c0000 - 0x00007ff8f54d6000 C:\Program Files\Java\jdk-17\bin\nio.dll
0x00007ff8f2a90000 - 0x00007ff8f2aa8000 C:\Program Files\Java\jdk-17\bin\zip.dll
0x00007ff8bbcb0000 - 0x00007ff8bbcd4000 C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64\jansi.dll
0x00007ff8f5480000 - 0x00007ff8f5490000 C:\Program Files\Java\jdk-17\bin\verify.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-17\bin;C:\windows\SYSTEM32;C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7019_none_3e06ffa0e335b8a8;C:\Program Files\Java\jdk-17\bin\server;C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64
VM Arguments:
jvm_args: -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=D:\idea-Project\spdm-backend\common
java_command: org.codehaus.plexus.classworlds.launcher.Launcher -Didea.version=2025.2 -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven-event-listener.jar -Djansi.passthrough=true -Dstyle.color=always install
java_class_path (initial): C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.8.0.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 12 {product} {ergonomic}
uint ConcGCThreads = 4 {product} {ergonomic}
uint G1ConcRefinementThreads = 16 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 260046848 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4152360960 {product} {ergonomic}
size_t MaxNewSize = 2491416576 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4152360960 {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:\Program Files\Java\jdk-17
PATH=C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Program Files\Bandizip\;D:\anaconda3;D:\anaconda3\Library\mingw-w64\bin;D:\anaconda3\Library\usr\bin;D:\anaconda3\Library\bin;D:\anaconda3\Scripts;C:\Users\user\AppData\Local\Programs\Python\Python315\Scripts\;C:\Users\user\AppData\Local\Programs\Python\Python315\;C:\Users\user\AppData\Local\Programs\Python\Launcher\;C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk-17\bin;D:\apache-maven-3.9.11\bin;C:\Users\user\AppData\Roaming\npm
USERNAME=user
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 170 Stepping 4, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 26100 (10.0.26100.7019)
OS uptime: 4 days 23:42 hours
Hyper-V role detected
CPU: total 22 (initial active 22) (11 cores per cpu, 2 threads per core) family 6 model 170 stepping 4 microcode 0x20, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, hv
Memory: 4k page, system-wide physical 15836M (655M free)
TotalPageFile size 64988M (AvailPageFile size 3M)
current process WorkingSet (physical memory assigned to process): 572M, peak: 572M
current process commit charge ("private bytes"): 644M, peak: 644M
vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0.16+12-LTS-247) for windows-amd64 JRE (17.0.16+12-LTS-247), built on Jun 27 2025 10:11:42 by "mach5one" with MS VC++ 17.6 (VS2022)
END.

4999
common/replay_pid13272.log Normal file

File diff suppressed because one or more lines are too long

733
flowable/hs_err_pid4764.log Normal file
View File

@@ -0,0 +1,733 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1854896 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (arena.cpp:189), pid=4764, tid=35920
#
# JRE version: Java(TM) SE Runtime Environment (17.0.16+12) (build 17.0.16+12-LTS-247)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.16+12-LTS-247, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=D:\idea-Project\spdm-backend\flowable org.codehaus.plexus.classworlds.launcher.Launcher -Didea.version=2025.2 -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven-event-listener.jar -Djansi.passthrough=true -Dstyle.color=always package
Host: Intel(R) Core(TM) Ultra 7 155H, 22 cores, 15G, Windows 11 , 64 bit Build 26100 (10.0.26100.7019)
Time: Mon Dec 8 20:15:31 2025 Windows 11 , 64 bit Build 26100 (10.0.26100.7019) elapsed time: 13.216657 seconds (0d 0h 0m 13s)
--------------- T H R E A D ---------------
Current thread (0x000002225668a520): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=35920, stack(0x00000095bd200000,0x00000095bd300000)]
Current CompileTask:
C2: 13216 10442 4 com.sun.tools.javac.jvm.PoolReader::resolve (344 bytes)
Stack: [0x00000095bd200000,0x00000095bd300000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x67a46a]
V [jvm.dll+0x7da77d]
V [jvm.dll+0x7dc0c3]
V [jvm.dll+0x7dc733]
V [jvm.dll+0x24523f]
V [jvm.dll+0xab763]
V [jvm.dll+0xabd2c]
V [jvm.dll+0x361ebf]
V [jvm.dll+0x32c5e1]
V [jvm.dll+0x32ba7a]
V [jvm.dll+0x2169ef]
V [jvm.dll+0x215e1f]
V [jvm.dll+0x1a2a00]
V [jvm.dll+0x2262bb]
V [jvm.dll+0x22445b]
V [jvm.dll+0x790b9c]
V [jvm.dll+0x78b18a]
V [jvm.dll+0x679355]
C [ucrtbase.dll+0x37b0]
C [KERNEL32.DLL+0x2e8d7]
C [ntdll.dll+0x8c53c]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000002225b040480, length=20, elements={
0x000002226b6f10f0, 0x0000022273cd0080, 0x0000022273cd0d60, 0x000002220f332f30,
0x000002220f3337f0, 0x000002220f3348d0, 0x000002220f335190, 0x000002220f3385a0,
0x000002220f339160, 0x000002220f339e70, 0x000002220f3ff040, 0x000002220f4c4230,
0x000002220f4d0100, 0x000002220f85b7e0, 0x000002220fbccb30, 0x000002220fbcdc60,
0x000002225510dc10, 0x000002225668a520, 0x000002225668d2b0, 0x000002225668aa30
}
Java Threads: ( => current thread )
0x000002226b6f10f0 JavaThread "main" [_thread_in_native, id=39760, stack(0x00000095bbe00000,0x00000095bbf00000)]
0x0000022273cd0080 JavaThread "Reference Handler" daemon [_thread_blocked, id=11360, stack(0x00000095bc500000,0x00000095bc600000)]
0x0000022273cd0d60 JavaThread "Finalizer" daemon [_thread_blocked, id=15532, stack(0x00000095bc600000,0x00000095bc700000)]
0x000002220f332f30 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19936, stack(0x00000095bc700000,0x00000095bc800000)]
0x000002220f3337f0 JavaThread "Attach Listener" daemon [_thread_blocked, id=23248, stack(0x00000095bc800000,0x00000095bc900000)]
0x000002220f3348d0 JavaThread "Service Thread" daemon [_thread_blocked, id=43860, stack(0x00000095bc900000,0x00000095bca00000)]
0x000002220f335190 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=18592, stack(0x00000095bca00000,0x00000095bcb00000)]
0x000002220f3385a0 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3600, stack(0x00000095bcb00000,0x00000095bcc00000)]
0x000002220f339160 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=27620, stack(0x00000095bcc00000,0x00000095bcd00000)]
0x000002220f339e70 JavaThread "Sweeper thread" daemon [_thread_blocked, id=44016, stack(0x00000095bcd00000,0x00000095bce00000)]
0x000002220f3ff040 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=40780, stack(0x00000095bce00000,0x00000095bcf00000)]
0x000002220f4c4230 JavaThread "Notification Thread" daemon [_thread_blocked, id=35212, stack(0x00000095bcf00000,0x00000095bd000000)]
0x000002220f4d0100 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=35172, stack(0x00000095bd100000,0x00000095bd200000)]
0x000002220f85b7e0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=20788, stack(0x00000095bd300000,0x00000095bd400000)]
0x000002220fbccb30 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=8008, stack(0x00000095bd400000,0x00000095bd500000)]
0x000002220fbcdc60 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=37924, stack(0x00000095bd500000,0x00000095bd600000)]
0x000002225510dc10 JavaThread "Thread-1" daemon [_thread_blocked, id=30268, stack(0x00000095bde00000,0x00000095bdf00000)]
=>0x000002225668a520 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=35920, stack(0x00000095bd200000,0x00000095bd300000)]
0x000002225668d2b0 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=33428, stack(0x00000095be500000,0x00000095be600000)]
0x000002225668aa30 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=13748, stack(0x00000095be700000,0x00000095be800000)]
Other Threads:
0x0000022273cca540 VMThread "VM Thread" [stack: 0x00000095bc400000,0x00000095bc500000] [id=10872]
0x0000022273b9b150 WatcherThread [stack: 0x00000095bd000000,0x00000095bd100000] [id=9336]
0x000002226b71eaa0 GCTaskThread "GC Thread#0" [stack: 0x00000095bbf00000,0x00000095bc000000] [id=25468]
0x000002220f541f70 GCTaskThread "GC Thread#1" [stack: 0x00000095bd600000,0x00000095bd700000] [id=42616]
0x000002220fa7eb00 GCTaskThread "GC Thread#2" [stack: 0x00000095bd700000,0x00000095bd800000] [id=35056]
0x000002220fe75740 GCTaskThread "GC Thread#3" [stack: 0x00000095bd800000,0x00000095bd900000] [id=17208]
0x000002220fe96150 GCTaskThread "GC Thread#4" [stack: 0x00000095bd900000,0x00000095bda00000] [id=24840]
0x0000022255065860 GCTaskThread "GC Thread#5" [stack: 0x00000095bda00000,0x00000095bdb00000] [id=40000]
0x000002220fe97690 GCTaskThread "GC Thread#6" [stack: 0x00000095bdb00000,0x00000095bdc00000] [id=19992]
0x0000022255125150 GCTaskThread "GC Thread#7" [stack: 0x00000095bdc00000,0x00000095bdd00000] [id=26944]
0x000002225517d870 GCTaskThread "GC Thread#8" [stack: 0x00000095bdd00000,0x00000095bde00000] [id=9056]
0x0000022255bbd810 GCTaskThread "GC Thread#9" [stack: 0x00000095bdf00000,0x00000095be000000] [id=10992]
0x00000222566ce7c0 GCTaskThread "GC Thread#10" [stack: 0x00000095be000000,0x00000095be100000] [id=37780]
0x0000022255bbdf90 GCTaskThread "GC Thread#11" [stack: 0x00000095be100000,0x00000095be200000] [id=41824]
0x0000022255d643e0 GCTaskThread "GC Thread#12" [stack: 0x00000095be200000,0x00000095be300000] [id=18916]
0x0000022255d64120 GCTaskThread "GC Thread#13" [stack: 0x00000095be300000,0x00000095be400000] [id=39328]
0x0000022255d64960 GCTaskThread "GC Thread#14" [stack: 0x00000095be400000,0x00000095be500000] [id=30360]
0x0000022255d65460 GCTaskThread "GC Thread#15" [stack: 0x00000095be600000,0x00000095be700000] [id=43536]
0x0000022273b40600 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000095bc000000,0x00000095bc100000] [id=35424]
0x0000022273b42b00 ConcurrentGCThread "G1 Conc#0" [stack: 0x00000095bc100000,0x00000095bc200000] [id=43388]
0x0000022255d651a0 ConcurrentGCThread "G1 Conc#1" [stack: 0x00000095be900000,0x00000095bea00000] [id=37080]
0x0000022255d646a0 ConcurrentGCThread "G1 Conc#2" [stack: 0x00000095bea00000,0x00000095beb00000] [id=8484]
0x0000022258578dc0 ConcurrentGCThread "G1 Conc#3" [stack: 0x00000095beb00000,0x00000095bec00000] [id=13392]
0x0000022273c54e20 ConcurrentGCThread "G1 Refine#0" [stack: 0x00000095bc200000,0x00000095bc300000] [id=40764]
0x000002225671f150 ConcurrentGCThread "G1 Refine#1" [stack: 0x00000095be800000,0x00000095be900000] [id=25472]
0x000002225671fa20 ConcurrentGCThread "G1 Refine#2" [stack: 0x00000095bec00000,0x00000095bed00000] [id=24184]
0x0000022273c56510 ConcurrentGCThread "G1 Service" [stack: 0x00000095bc300000,0x00000095bc400000] [id=31824]
Threads with active compile tasks:
C2 CompilerThread1 13250 10455 ! 4 com.sun.tools.javac.file.JavacFileManager$ArchiveContainer::walkDirectories (134 bytes)
C2 CompilerThread2 13250 10442 4 com.sun.tools.javac.jvm.PoolReader::resolve (344 bytes)
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000708800000, size: 3960 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000022210000000-0x0000022210bd0000-0x0000022210bd0000), size 12386304, SharedBaseAddress: 0x0000022210000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000022211000000-0x0000022251000000, reserved size: 1073741824
Narrow klass base: 0x0000022210000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CPUs: 22 total, 22 available
Memory: 15836M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 2M
Heap Min Capacity: 8M
Heap Initial Capacity: 248M
Heap Max Capacity: 3960M
Pre-touch: Disabled
Parallel Workers: 16
Concurrent Workers: 4
Concurrent Refinement Workers: 16
Periodic GC: Disabled
Heap:
garbage-first heap total 182272K, used 129730K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 17 young (34816K), 1 survivors (2048K)
Metaspace used 32715K, committed 33088K, reserved 1114112K
class space used 3571K, committed 3712K, 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|0x0000000708800000, 0x0000000708a00000, 0x0000000708a00000|100%| O| |TAMS 0x0000000708a00000, 0x0000000708800000| Untracked
| 1|0x0000000708a00000, 0x0000000708c00000, 0x0000000708c00000|100%| O| |TAMS 0x0000000708c00000, 0x0000000708a00000| Untracked
| 2|0x0000000708c00000, 0x0000000708e00000, 0x0000000708e00000|100%| O| |TAMS 0x0000000708e00000, 0x0000000708c00000| Untracked
| 3|0x0000000708e00000, 0x0000000709000000, 0x0000000709000000|100%| O| |TAMS 0x0000000709000000, 0x0000000708e00000| Untracked
| 4|0x0000000709000000, 0x0000000709200000, 0x0000000709200000|100%| O| |TAMS 0x0000000709200000, 0x0000000709000000| Untracked
| 5|0x0000000709200000, 0x0000000709400000, 0x0000000709400000|100%| O| |TAMS 0x0000000709400000, 0x0000000709200000| Untracked
| 6|0x0000000709400000, 0x0000000709600000, 0x0000000709600000|100%| O| |TAMS 0x0000000709600000, 0x0000000709400000| Untracked
| 7|0x0000000709600000, 0x0000000709800000, 0x0000000709800000|100%| O| |TAMS 0x0000000709800000, 0x0000000709600000| Untracked
| 8|0x0000000709800000, 0x0000000709a00000, 0x0000000709a00000|100%| O| |TAMS 0x0000000709a00000, 0x0000000709800000| Untracked
| 9|0x0000000709a00000, 0x0000000709c00000, 0x0000000709c00000|100%|HS| |TAMS 0x0000000709c00000, 0x0000000709a00000| Complete
| 10|0x0000000709c00000, 0x0000000709e00000, 0x0000000709e00000|100%| O| |TAMS 0x0000000709e00000, 0x0000000709c00000| Untracked
| 11|0x0000000709e00000, 0x000000070a000000, 0x000000070a000000|100%| O| |TAMS 0x000000070a000000, 0x0000000709e00000| Untracked
| 12|0x000000070a000000, 0x000000070a1e5a00, 0x000000070a200000| 94%| O| |TAMS 0x000000070a1e5a00, 0x000000070a000000| Untracked
| 13|0x000000070a200000, 0x000000070a400000, 0x000000070a400000|100%| O| |TAMS 0x000000070a400000, 0x000000070a200000| Untracked
| 14|0x000000070a400000, 0x000000070a600000, 0x000000070a600000|100%| O| |TAMS 0x000000070a600000, 0x000000070a400000| Untracked
| 15|0x000000070a600000, 0x000000070a800000, 0x000000070a800000|100%| O| |TAMS 0x000000070a800000, 0x000000070a600000| Untracked
| 16|0x000000070a800000, 0x000000070aa00000, 0x000000070aa00000|100%| O| |TAMS 0x000000070aa00000, 0x000000070a800000| Untracked
| 17|0x000000070aa00000, 0x000000070ac00000, 0x000000070ac00000|100%|HS| |TAMS 0x000000070aa00000, 0x000000070aa00000| Complete
| 18|0x000000070ac00000, 0x000000070ae00000, 0x000000070ae00000|100%|HS| |TAMS 0x000000070ae00000, 0x000000070ac00000| Complete
| 19|0x000000070ae00000, 0x000000070b000000, 0x000000070b000000|100%| O| |TAMS 0x000000070b000000, 0x000000070ae00000| Untracked
| 20|0x000000070b000000, 0x000000070b200000, 0x000000070b200000|100%| O| |TAMS 0x000000070b200000, 0x000000070b000000| Untracked
| 21|0x000000070b200000, 0x000000070b400000, 0x000000070b400000|100%| O| |TAMS 0x000000070b400000, 0x000000070b200000| Untracked
| 22|0x000000070b400000, 0x000000070b600000, 0x000000070b600000|100%| O| |TAMS 0x000000070b600000, 0x000000070b400000| Untracked
| 23|0x000000070b600000, 0x000000070b800000, 0x000000070b800000|100%| O| |TAMS 0x000000070b800000, 0x000000070b600000| Untracked
| 24|0x000000070b800000, 0x000000070ba00000, 0x000000070ba00000|100%| O| |TAMS 0x000000070ba00000, 0x000000070b800000| Untracked
| 25|0x000000070ba00000, 0x000000070bc00000, 0x000000070bc00000|100%| O| |TAMS 0x000000070bc00000, 0x000000070ba00000| Untracked
| 26|0x000000070bc00000, 0x000000070be00000, 0x000000070be00000|100%| O| |TAMS 0x000000070be00000, 0x000000070bc00000| Untracked
| 27|0x000000070be00000, 0x000000070c000000, 0x000000070c000000|100%| O| |TAMS 0x000000070c000000, 0x000000070be00000| Untracked
| 28|0x000000070c000000, 0x000000070c200000, 0x000000070c200000|100%| O| |TAMS 0x000000070c200000, 0x000000070c000000| Untracked
| 29|0x000000070c200000, 0x000000070c400000, 0x000000070c400000|100%| O| |TAMS 0x000000070c400000, 0x000000070c200000| Untracked
| 30|0x000000070c400000, 0x000000070c600000, 0x000000070c600000|100%| O| |TAMS 0x000000070c600000, 0x000000070c400000| Untracked
| 31|0x000000070c600000, 0x000000070c800000, 0x000000070c800000|100%| O| |TAMS 0x000000070c800000, 0x000000070c600000| Untracked
| 32|0x000000070c800000, 0x000000070ca00000, 0x000000070ca00000|100%| O| |TAMS 0x000000070ca00000, 0x000000070c800000| Untracked
| 33|0x000000070ca00000, 0x000000070ca00000, 0x000000070cc00000| 0%| F| |TAMS 0x000000070ca00000, 0x000000070ca00000| Untracked
| 34|0x000000070cc00000, 0x000000070ce00000, 0x000000070ce00000|100%| O| |TAMS 0x000000070cc87600, 0x000000070cc00000| Untracked
| 35|0x000000070ce00000, 0x000000070d000000, 0x000000070d000000|100%| O| |TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked
| 36|0x000000070d000000, 0x000000070d200000, 0x000000070d200000|100%| O| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
| 37|0x000000070d200000, 0x000000070d400000, 0x000000070d400000|100%| O| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
| 38|0x000000070d400000, 0x000000070d600000, 0x000000070d600000|100%| O| |TAMS 0x000000070d400000, 0x000000070d400000| Untracked
| 39|0x000000070d600000, 0x000000070d6cae00, 0x000000070d800000| 39%| O| |TAMS 0x000000070d600000, 0x000000070d600000| Untracked
| 40|0x000000070d800000, 0x000000070d800000, 0x000000070da00000| 0%| F| |TAMS 0x000000070d800000, 0x000000070d800000| Untracked
| 41|0x000000070da00000, 0x000000070da00000, 0x000000070dc00000| 0%| F| |TAMS 0x000000070da00000, 0x000000070da00000| Untracked
| 42|0x000000070dc00000, 0x000000070dc00000, 0x000000070de00000| 0%| F| |TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked
| 43|0x000000070de00000, 0x000000070de00000, 0x000000070e000000| 0%| F| |TAMS 0x000000070de00000, 0x000000070de00000| Untracked
| 44|0x000000070e000000, 0x000000070e000000, 0x000000070e200000| 0%| F| |TAMS 0x000000070e000000, 0x000000070e000000| Untracked
| 45|0x000000070e200000, 0x000000070e200000, 0x000000070e400000| 0%| F| |TAMS 0x000000070e200000, 0x000000070e200000| Untracked
| 46|0x000000070e400000, 0x000000070e400000, 0x000000070e600000| 0%| F| |TAMS 0x000000070e400000, 0x000000070e400000| Untracked
| 47|0x000000070e600000, 0x000000070e600000, 0x000000070e800000| 0%| F| |TAMS 0x000000070e600000, 0x000000070e600000| Untracked
| 48|0x000000070e800000, 0x000000070e800000, 0x000000070ea00000| 0%| F| |TAMS 0x000000070e800000, 0x000000070e800000| Untracked
| 49|0x000000070ea00000, 0x000000070ea00000, 0x000000070ec00000| 0%| F| |TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked
| 50|0x000000070ec00000, 0x000000070ec00000, 0x000000070ee00000| 0%| F| |TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked
| 51|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
| 52|0x000000070f000000, 0x000000070f000000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
| 53|0x000000070f200000, 0x000000070f200000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
| 54|0x000000070f400000, 0x000000070f400000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f400000, 0x000000070f400000| Untracked
| 55|0x000000070f600000, 0x000000070f600000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f600000, 0x000000070f600000| Untracked
| 56|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f800000, 0x000000070f800000| Untracked
| 57|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
| 58|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked
| 59|0x000000070fe00000, 0x000000070fe00000, 0x0000000710000000| 0%| F| |TAMS 0x000000070fe00000, 0x000000070fe00000| Untracked
| 60|0x0000000710000000, 0x0000000710000000, 0x0000000710200000| 0%| F| |TAMS 0x0000000710000000, 0x0000000710000000| Untracked
| 61|0x0000000710200000, 0x00000007102d6878, 0x0000000710400000| 41%| E| |TAMS 0x0000000710200000, 0x0000000710200000| Complete
| 62|0x0000000710400000, 0x0000000710600000, 0x0000000710600000|100%| E|CS|TAMS 0x0000000710400000, 0x0000000710400000| Complete
| 63|0x0000000710600000, 0x0000000710800000, 0x0000000710800000|100%| E|CS|TAMS 0x0000000710600000, 0x0000000710600000| Complete
| 64|0x0000000710800000, 0x0000000710a00000, 0x0000000710a00000|100%| E|CS|TAMS 0x0000000710800000, 0x0000000710800000| Complete
| 65|0x0000000710a00000, 0x0000000710c00000, 0x0000000710c00000|100%| E|CS|TAMS 0x0000000710a00000, 0x0000000710a00000| Complete
| 66|0x0000000710c00000, 0x0000000710e00000, 0x0000000710e00000|100%| E|CS|TAMS 0x0000000710c00000, 0x0000000710c00000| Complete
| 67|0x0000000710e00000, 0x0000000711000000, 0x0000000711000000|100%| E|CS|TAMS 0x0000000710e00000, 0x0000000710e00000| Complete
| 68|0x0000000711000000, 0x0000000711200000, 0x0000000711200000|100%| E|CS|TAMS 0x0000000711000000, 0x0000000711000000| Complete
| 69|0x0000000711200000, 0x0000000711400000, 0x0000000711400000|100%| E|CS|TAMS 0x0000000711200000, 0x0000000711200000| Complete
| 70|0x0000000711400000, 0x0000000711600000, 0x0000000711600000|100%| E|CS|TAMS 0x0000000711400000, 0x0000000711400000| Complete
| 71|0x0000000711600000, 0x0000000711800000, 0x0000000711800000|100%| E|CS|TAMS 0x0000000711600000, 0x0000000711600000| Complete
| 72|0x0000000711800000, 0x0000000711a00000, 0x0000000711a00000|100%| E|CS|TAMS 0x0000000711800000, 0x0000000711800000| Complete
| 73|0x0000000711a00000, 0x0000000711c00000, 0x0000000711c00000|100%| E| |TAMS 0x0000000711a00000, 0x0000000711a00000| Complete
| 115|0x0000000716e00000, 0x0000000717000000, 0x0000000717000000|100%| E|CS|TAMS 0x0000000716e00000, 0x0000000716e00000| Complete
| 116|0x0000000717000000, 0x0000000717200000, 0x0000000717200000|100%| E|CS|TAMS 0x0000000717000000, 0x0000000717000000| Complete
| 117|0x0000000717200000, 0x0000000717400000, 0x0000000717400000|100%| E|CS|TAMS 0x0000000717200000, 0x0000000717200000| Complete
| 118|0x0000000717400000, 0x0000000717600000, 0x0000000717600000|100%| S|CS|TAMS 0x0000000717400000, 0x0000000717400000| Complete
| 123|0x0000000717e00000, 0x0000000718000000, 0x0000000718000000|100%| E|CS|TAMS 0x0000000717e00000, 0x0000000717e00000| Complete
|1970|0x00000007fec00000, 0x00000007fee00000, 0x00000007fee00000|100%| O| |TAMS 0x00000007fee00000, 0x00000007fec00000| Untracked
|1971|0x00000007fee00000, 0x00000007ff000000, 0x00000007ff000000|100%| O| |TAMS 0x00000007ff000000, 0x00000007fee00000| Untracked
|1972|0x00000007ff000000, 0x00000007ff200000, 0x00000007ff200000|100%| O| |TAMS 0x00000007ff200000, 0x00000007ff000000| Untracked
|1973|0x00000007ff200000, 0x00000007ff400000, 0x00000007ff400000|100%| O| |TAMS 0x00000007ff400000, 0x00000007ff200000| Untracked
|1974|0x00000007ff400000, 0x00000007ff600000, 0x00000007ff600000|100%| O| |TAMS 0x00000007ff600000, 0x00000007ff400000| Untracked
|1975|0x00000007ff600000, 0x00000007ff800000, 0x00000007ff800000|100%| O| |TAMS 0x00000007ff800000, 0x00000007ff600000| Untracked
|1976|0x00000007ff800000, 0x00000007ffa00000, 0x00000007ffa00000|100%| O| |TAMS 0x00000007ffa00000, 0x00000007ff800000| Untracked
|1977|0x00000007ffa00000, 0x00000007ffc00000, 0x00000007ffc00000|100%| O| |TAMS 0x00000007ffc00000, 0x00000007ffa00000| Untracked
|1978|0x00000007ffc00000, 0x00000007ffe00000, 0x00000007ffe00000|100%| O| |TAMS 0x00000007ffe00000, 0x00000007ffc00000| Untracked
|1979|0x00000007ffe00000, 0x0000000800000000, 0x0000000800000000|100%| O| |TAMS 0x0000000800000000, 0x00000007ffe00000| Untracked
Card table byte_map: [0x00000222744b0000,0x0000022274c70000] _byte_map_base: 0x0000022270c6c000
Marking Bits (Prev, Next): (CMBitMap*) 0x0000022273b30550, (CMBitMap*) 0x0000022273b30590
Prev Bits: [0x0000022275430000, 0x0000022279210000)
Next Bits: [0x0000022279210000, 0x000002227cff0000)
Polling page: 0x000002226a610000
Metaspace:
Usage:
Non-class: 28.46 MB used.
Class: 3.49 MB used.
Both: 31.95 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 28.69 MB ( 45%) committed, 1 nodes.
Class space: 1.00 GB reserved, 3.62 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 32.31 MB ( 3%) committed.
Chunk freelists:
Non-Class: 3.29 MB
Class: 12.34 MB
Both: 15.63 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 53.06 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: 3.
num_arena_births: 268.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 517.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 3.
num_chunks_taken_from_freelist: 1514.
num_chunk_merges: 3.
num_chunk_splits: 1014.
num_chunks_enlarged: 757.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=119168Kb used=5995Kb max_used=5995Kb free=113172Kb
bounds [0x0000022207ba0000, 0x0000022208180000, 0x000002220f000000]
CodeHeap 'profiled nmethods': size=119104Kb used=21414Kb max_used=21414Kb free=97689Kb
bounds [0x0000022200000000, 0x00000222014f0000, 0x0000022207450000]
CodeHeap 'non-nmethods': size=7488Kb used=2346Kb max_used=3018Kb free=5141Kb
bounds [0x0000022207450000, 0x0000022207750000, 0x0000022207ba0000]
total_blobs=9630 nmethods=9106 adapters=434
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 11.067 Thread 0x000002220f339160 10458 3 java.util.TreeMap$Values::iterator (19 bytes)
Event: 11.067 Thread 0x000002220fbccb30 nmethod 10456 0x00000222014e4f90 code [0x00000222014e5140, 0x00000222014e54d8]
Event: 11.067 Thread 0x000002220fbcdc60 nmethod 10457 0x00000222014e5610 code [0x00000222014e57c0, 0x00000222014e59f8]
Event: 11.067 Thread 0x000002220f3ff040 nmethod 10459 0x00000222014e5b10 code [0x00000222014e5cc0, 0x00000222014e5ff8]
Event: 11.067 Thread 0x000002220f339160 nmethod 10458 0x00000222014e6110 code [0x00000222014e62e0, 0x00000222014e6838]
Event: 11.077 Thread 0x000002225668d2b0 nmethod 10430 0x000002220816ac10 code [0x000002220816ae80, 0x000002220816d650]
Event: 11.082 Thread 0x000002225668d2b0 10460 4 sun.nio.fs.WindowsPath::compareTo (118 bytes)
Event: 11.091 Thread 0x000002225668aa30 10461 4 jdk.nio.zipfs.ZipPath::getResolvedPath (42 bytes)
Event: 11.098 Thread 0x000002225668aa30 nmethod 10461 0x000002220816e890 code [0x000002220816ea20, 0x000002220816ee18]
Event: 11.099 Thread 0x000002225668d2b0 nmethod 10460 0x000002220816f010 code [0x000002220816f1c0, 0x000002220816fb38]
Event: 11.116 Thread 0x000002220fbccb30 10462 3 sun.nio.fs.WindowsPath::equals (28 bytes)
Event: 11.116 Thread 0x000002220fbccb30 nmethod 10462 0x00000222014e6a10 code [0x00000222014e6bc0, 0x00000222014e7048]
Event: 11.142 Thread 0x000002220f339160 10463 ! 3 sun.nio.fs.WindowsLinkSupport::getFinalPath (175 bytes)
Event: 11.143 Thread 0x000002220f339160 nmethod 10463 0x00000222014e7110 code [0x00000222014e7460, 0x00000222014e87e8]
Event: 11.151 Thread 0x000002225668d2b0 10464 4 com.sun.tools.javac.file.RelativePath$RelativeDirectory::<init> (44 bytes)
Event: 11.154 Thread 0x000002220f3ff040 10465 3 java.lang.String::encode8859_1 (158 bytes)
Event: 11.155 Thread 0x000002220f3ff040 nmethod 10465 0x00000222014e8f10 code [0x00000222014e9120, 0x00000222014e98d8]
Event: 11.157 Thread 0x000002225668d2b0 nmethod 10464 0x000002220816ff90 code [0x0000022208170120, 0x00000222081705b8]
Event: 11.181 Thread 0x000002225668d2b0 10466 s! 4 jdk.nio.zipfs.ZipDirectoryStream::iterator (73 bytes)
Event: 11.185 Thread 0x000002225668d2b0 nmethod 10466 0x0000022208170790 code [0x0000022208170920, 0x0000022208170d88]
GC Heap History (20 events):
Event: 7.303 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total 122880K, used 102294K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 39 young (79872K), 4 survivors (8192K)
Metaspace used 26503K, committed 26816K, reserved 1114112K
class space used 2970K, committed 3136K, reserved 1048576K
}
Event: 7.318 GC heap after
{Heap after GC invocations=8 (full 0):
garbage-first heap total 147456K, used 64067K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 10 young (20480K), 10 survivors (20480K)
Metaspace used 26503K, committed 26816K, reserved 1114112K
class space used 2970K, committed 3136K, reserved 1048576K
}
Event: 7.664 GC heap before
{Heap before GC invocations=8 (full 0):
garbage-first heap total 147456K, used 102979K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 30 young (61440K), 10 survivors (20480K)
Metaspace used 27161K, committed 27456K, reserved 1114112K
class space used 3030K, committed 3136K, reserved 1048576K
}
Event: 7.677 GC heap after
{Heap after GC invocations=9 (full 0):
garbage-first heap total 147456K, used 77251K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 4 survivors (8192K)
Metaspace used 27161K, committed 27456K, reserved 1114112K
class space used 3030K, committed 3136K, reserved 1048576K
}
Event: 7.898 GC heap before
{Heap before GC invocations=9 (full 0):
garbage-first heap total 147456K, used 99779K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 17 young (34816K), 4 survivors (8192K)
Metaspace used 27484K, committed 27840K, reserved 1114112K
class space used 3047K, committed 3200K, reserved 1048576K
}
Event: 7.907 GC heap after
{Heap after GC invocations=10 (full 0):
garbage-first heap total 147456K, used 84617K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 27484K, committed 27840K, reserved 1114112K
class space used 3047K, committed 3200K, reserved 1048576K
}
Event: 8.426 GC heap before
{Heap before GC invocations=11 (full 0):
garbage-first heap total 151552K, used 111241K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 3 survivors (6144K)
Metaspace used 28945K, committed 29248K, reserved 1114112K
class space used 3211K, committed 3328K, reserved 1048576K
}
Event: 8.431 GC heap after
{Heap after GC invocations=12 (full 0):
garbage-first heap total 151552K, used 87503K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 28945K, committed 29248K, reserved 1114112K
class space used 3211K, committed 3328K, reserved 1048576K
}
Event: 8.713 GC heap before
{Heap before GC invocations=12 (full 0):
garbage-first heap total 151552K, used 118223K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 1 survivors (2048K)
Metaspace used 29908K, committed 30208K, reserved 1114112K
class space used 3320K, committed 3456K, reserved 1048576K
}
Event: 8.717 GC heap after
{Heap after GC invocations=13 (full 0):
garbage-first heap total 182272K, used 87756K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 29908K, committed 30208K, reserved 1114112K
class space used 3320K, committed 3456K, reserved 1048576K
}
Event: 8.989 GC heap before
{Heap before GC invocations=14 (full 0):
garbage-first heap total 182272K, used 136908K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 26 young (53248K), 1 survivors (2048K)
Metaspace used 30281K, committed 30592K, reserved 1114112K
class space used 3328K, committed 3456K, reserved 1048576K
}
Event: 8.994 GC heap after
{Heap after GC invocations=15 (full 0):
garbage-first heap total 182272K, used 90094K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 30281K, committed 30592K, reserved 1114112K
class space used 3328K, committed 3456K, reserved 1048576K
}
Event: 9.000 GC heap before
{Heap before GC invocations=15 (full 0):
garbage-first heap total 182272K, used 92142K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 3 survivors (6144K)
Metaspace used 30281K, committed 30592K, reserved 1114112K
class space used 3328K, committed 3456K, reserved 1048576K
}
Event: 9.005 GC heap after
{Heap after GC invocations=16 (full 0):
garbage-first heap total 182272K, used 88855K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 30281K, committed 30592K, reserved 1114112K
class space used 3328K, committed 3456K, reserved 1048576K
}
Event: 9.889 GC heap before
{Heap before GC invocations=16 (full 0):
garbage-first heap total 182272K, used 140055K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 26 young (53248K), 1 survivors (2048K)
Metaspace used 32196K, committed 32576K, reserved 1114112K
class space used 3547K, committed 3712K, reserved 1048576K
}
Event: 9.896 GC heap after
{Heap after GC invocations=17 (full 0):
garbage-first heap total 182272K, used 93351K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 32196K, committed 32576K, reserved 1114112K
class space used 3547K, committed 3712K, reserved 1048576K
}
Event: 10.846 GC heap before
{Heap before GC invocations=18 (full 0):
garbage-first heap total 182272K, used 144551K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 27 young (55296K), 3 survivors (6144K)
Metaspace used 32689K, committed 33088K, reserved 1114112K
class space used 3571K, committed 3712K, reserved 1048576K
}
Event: 10.853 GC heap after
{Heap after GC invocations=19 (full 0):
garbage-first heap total 182272K, used 100116K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 32689K, committed 33088K, reserved 1114112K
class space used 3571K, committed 3712K, reserved 1048576K
}
Event: 10.875 GC heap before
{Heap before GC invocations=19 (full 0):
garbage-first heap total 182272K, used 102164K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 3 survivors (6144K)
Metaspace used 32691K, committed 33088K, reserved 1114112K
class space used 3571K, committed 3712K, reserved 1048576K
}
Event: 10.880 GC heap after
{Heap after GC invocations=20 (full 0):
garbage-first heap total 182272K, used 101058K [0x0000000708800000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 32691K, committed 33088K, reserved 1114112K
class space used 3571K, committed 3712K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 10.973 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x0000022200b14f4e sp=0x00000095bbefc9b0
Event: 10.973 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a2b43 sp=0x00000095bbefbf30 mode 0
Event: 10.978 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x0000022200b14f4e sp=0x00000095bbefc9b0
Event: 10.978 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a2b43 sp=0x00000095bbefbf30 mode 0
Event: 10.994 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x0000022200b14f4e sp=0x00000095bbefc9b0
Event: 10.994 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a2b43 sp=0x00000095bbefbf30 mode 0
Event: 10.994 Thread 0x000002226b6f10f0 Uncommon trap: trap_request=0xffffff8d fr.pc=0x0000022207f4650c relative=0x0000000000002bec
Event: 10.994 Thread 0x000002226b6f10f0 Uncommon trap: reason=constraint action=reinterpret pc=0x0000022207f4650c method=java.util.zip.ZipFile$Source.initCEN(I)V @ 240 c2
Event: 10.994 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x0000022207f4650c sp=0x00000095bbefca70
Event: 10.994 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a23a3 sp=0x00000095bbefca40 mode 2
Event: 11.015 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x00000222014b9842 sp=0x00000095bbefcf50
Event: 11.015 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a2b43 sp=0x00000095bbefc460 mode 0
Event: 11.017 Thread 0x000002226b6f10f0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000022207e2a434 relative=0x00000000000006f4
Event: 11.017 Thread 0x000002226b6f10f0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000022207e2a434 method=com.sun.tools.javac.jvm.PoolReader.readPool(Lcom/sun/tools/javac/util/ByteBuffer;I)I @ 41 c2
Event: 11.017 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x0000022207e2a434 sp=0x00000095bbefcfc0
Event: 11.017 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a23a3 sp=0x00000095bbefcf70 mode 2
Event: 11.018 Thread 0x000002226b6f10f0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000022207da7c94 relative=0x0000000000000654
Event: 11.018 Thread 0x000002226b6f10f0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000022207da7c94 method=com.sun.tools.javac.jvm.PoolReader.readPool(Lcom/sun/tools/javac/util/ByteBuffer;I)I @ 41 c2
Event: 11.018 Thread 0x000002226b6f10f0 DEOPT PACKING pc=0x0000022207da7c94 sp=0x00000095bbefcf60
Event: 11.018 Thread 0x000002226b6f10f0 DEOPT UNPACKING pc=0x00000222074a23a3 sp=0x00000095bbefcf10 mode 2
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 10.237 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x000000071136baf8}> (0x000000071136baf8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.264 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711174ea8}> (0x0000000711174ea8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.265 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711175570}> (0x0000000711175570)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.265 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711175e48}> (0x0000000711175e48)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.267 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x00000007111a4bb0}> (0x00000007111a4bb0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.267 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x00000007111a5258}> (0x00000007111a5258)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.267 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x00000007111a5a80}> (0x00000007111a5a80)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.274 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000710f2a9d0}> (0x0000000710f2a9d0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.274 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000710f2b098}> (0x0000000710f2b098)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.274 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000710f2b970}> (0x0000000710f2b970)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.827 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x000000070f6e0c48}> (0x000000070f6e0c48)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.827 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x000000070f6e0ee8}> (0x000000070f6e0ee8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.831 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x000000070f746c28}> (0x000000070f746c28)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 10.831 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x000000070f746e58}> (0x000000070f746e58)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 11.012 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x00000007114169f8}> (0x00000007114169f8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 11.012 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711416cc8}> (0x0000000711416cc8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 11.012 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711417d78}> (0x0000000711417d78)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 11.012 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711418108}> (0x0000000711418108)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 11.012 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711419250}> (0x0000000711419250)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 11.012 Thread 0x000002226b6f10f0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000711419548}> (0x0000000711419548)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 516]
VM Operations (20 events):
Event: 9.941 Executing VM operation: G1Concurrent
Event: 9.941 Executing VM operation: G1Concurrent done
Event: 10.020 Executing VM operation: ICBufferFull
Event: 10.031 Executing VM operation: ICBufferFull done
Event: 10.086 Executing VM operation: HandshakeAllThreads
Event: 10.086 Executing VM operation: HandshakeAllThreads done
Event: 10.107 Executing VM operation: ICBufferFull
Event: 10.107 Executing VM operation: ICBufferFull done
Event: 10.188 Executing VM operation: ICBufferFull
Event: 10.188 Executing VM operation: ICBufferFull done
Event: 10.252 Executing VM operation: HandshakeAllThreads
Event: 10.252 Executing VM operation: HandshakeAllThreads done
Event: 10.467 Executing VM operation: ICBufferFull
Event: 10.467 Executing VM operation: ICBufferFull done
Event: 10.846 Executing VM operation: G1CollectForAllocation
Event: 10.853 Executing VM operation: G1CollectForAllocation done
Event: 10.875 Executing VM operation: G1CollectForAllocation
Event: 10.880 Executing VM operation: G1CollectForAllocation done
Event: 11.891 Executing VM operation: Cleanup
Event: 11.892 Executing VM operation: Cleanup done
Events (20 events):
Event: 9.559 loading class java/util/function/ToIntBiFunction done
Event: 9.649 loading class java/io/DataOutputStream
Event: 9.650 loading class java/io/DataOutputStream done
Event: 10.095 Thread 0x000002220f339e70 flushing nmethod 0x000002220011b990
Event: 10.096 Thread 0x000002220f339e70 flushing nmethod 0x0000022200177a10
Event: 10.096 Thread 0x000002220f339e70 flushing nmethod 0x0000022200178d10
Event: 10.117 Thread 0x000002220f339e70 flushing nmethod 0x0000022200b10b10
Event: 10.275 loading class java/util/EnumMap$Values
Event: 10.276 loading class java/util/EnumMap$Values done
Event: 10.276 loading class java/util/EnumMap$ValueIterator
Event: 10.276 loading class java/util/EnumMap$ValueIterator done
Event: 10.286 loading class java/util/WeakHashMap$KeyIterator
Event: 10.286 loading class java/util/WeakHashMap$KeyIterator done
Event: 10.289 loading class java/text/MessageFormat$Field
Event: 10.290 loading class java/text/MessageFormat$Field done
Event: 10.619 Thread 0x000002225668c890 Thread exited: 0x000002225668c890
Event: 10.619 Thread 0x000002225668b450 Thread exited: 0x000002225668b450
Event: 10.620 Thread 0x000002225668af40 Thread exited: 0x000002225668af40
Event: 10.640 loading class jdk/internal/misc/ScopedMemoryAccess$Scope$Handle
Event: 10.641 loading class jdk/internal/misc/ScopedMemoryAccess$Scope$Handle done
Dynamic libraries:
0x00007ff6a4130000 - 0x00007ff6a4140000 C:\Program Files\Java\jdk-17\bin\java.exe
0x00007ff9184a0000 - 0x00007ff918708000 C:\windows\SYSTEM32\ntdll.dll
0x00007ff9180d0000 - 0x00007ff918199000 C:\windows\System32\KERNEL32.DLL
0x00007ff915c60000 - 0x00007ff916058000 C:\windows\System32\KERNELBASE.dll
0x00007ff9155f0000 - 0x00007ff91573b000 C:\windows\System32\ucrtbase.dll
0x00007ff8f7440000 - 0x00007ff8f745b000 C:\Program Files\Java\jdk-17\bin\VCRUNTIME140.dll
0x00007ff911a50000 - 0x00007ff911b69000 C:\windows\SYSTEM32\winahframe64.dll
0x00007ff8f9220000 - 0x00007ff8f9239000 C:\Program Files\Java\jdk-17\bin\jli.dll
0x00007ff916240000 - 0x00007ff9162f4000 C:\windows\System32\ADVAPI32.dll
0x00007ff917460000 - 0x00007ff917509000 C:\windows\System32\msvcrt.dll
0x00007ff916d10000 - 0x00007ff916db6000 C:\windows\System32\sechost.dll
0x00007ff917d80000 - 0x00007ff917e98000 C:\windows\System32\RPCRT4.dll
0x00007ff918290000 - 0x00007ff918457000 C:\windows\System32\USER32.dll
0x00007ff915ab0000 - 0x00007ff915ad7000 C:\windows\System32\win32u.dll
0x00007ff916f00000 - 0x00007ff916f2b000 C:\windows\System32\GDI32.dll
0x00007ff90e710000 - 0x00007ff90e9a4000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7019_none_3e06ffa0e335b8a8\COMCTL32.dll
0x00007ff9118a0000 - 0x00007ff9118ab000 C:\windows\SYSTEM32\VERSION.dll
0x00007ff916110000 - 0x00007ff91623c000 C:\windows\System32\gdi32full.dll
0x00007ff916060000 - 0x00007ff916103000 C:\windows\System32\msvcp_win.dll
0x00007ff916f30000 - 0x00007ff9170c7000 C:\windows\System32\ole32.dll
0x00007ff9170d0000 - 0x00007ff91745b000 C:\windows\System32\combase.dll
0x00007ff916470000 - 0x00007ff9164a1000 C:\windows\System32\IMM32.DLL
0x00007ff910170000 - 0x00007ff910a4e000 C:\windows\SYSTEM32\winahdcore64.dll
0x00007ff917cd0000 - 0x00007ff917d37000 C:\windows\System32\SHLWAPI.dll
0x00007ff9164b0000 - 0x00007ff916bff000 C:\windows\System32\SHELL32.dll
0x00007ff90f3e0000 - 0x00007ff90f401000 C:\windows\SYSTEM32\MPR.dll
0x00007ff915740000 - 0x00007ff9158ab000 C:\windows\System32\wintypes.dll
0x00007ff917ab0000 - 0x00007ff917b87000 C:\windows\System32\OLEAUT32.dll
0x00007ff918210000 - 0x00007ff918284000 C:\windows\System32\WS2_32.dll
0x00007ff9179a0000 - 0x00007ff917a92000 C:\windows\System32\COMDLG32.dll
0x00007ff916c10000 - 0x00007ff916d02000 C:\windows\System32\shcore.dll
0x00007ff90e9c0000 - 0x00007ff90e9f5000 C:\windows\SYSTEM32\WINMM.dll
0x00007ff90ee90000 - 0x00007ff90ef09000 C:\windows\SYSTEM32\OLEACC.dll
0x00007ff9158b0000 - 0x00007ff915955000 C:\windows\System32\bcryptPrimitives.dll
0x00007ff90d8c0000 - 0x00007ff90db2d000 C:\windows\SYSTEM32\dtframe64.dll
0x00007ff90cfa0000 - 0x00007ff90cfd2000 C:\windows\SYSTEM32\TIjtDrvd64.dll
0x00007ff90ccd0000 - 0x00007ff90cd80000 C:\windows\SYSTEM32\winspool.drv
0x00007ff915140000 - 0x00007ff915197000 C:\windows\SYSTEM32\cfgmgr32.dll
0x00007ff90c6d0000 - 0x00007ff90c7f7000 C:\windows\SYSTEM32\dtsframe64.dll
0x00007ff9148c0000 - 0x00007ff91492b000 C:\windows\SYSTEM32\mswsock.dll
0x00007ff9181a0000 - 0x00007ff9181a8000 C:\windows\System32\psapi.dll
0x00007ff90ded0000 - 0x00007ff90dedd000 C:\windows\SYSTEM32\WinUsb.dll
0x00007ff90d4a0000 - 0x00007ff90d539000 C:\windows\SYSTEM32\mf.dll
0x00007ff90cfe0000 - 0x00007ff90d3f9000 C:\windows\SYSTEM32\MFCORE.DLL
0x00007ff917510000 - 0x00007ff91799a000 C:\windows\System32\setupapi.dll
0x00007ff9131d0000 - 0x00007ff913a2d000 C:\windows\SYSTEM32\windows.storage.dll
0x00007ff90c510000 - 0x00007ff90c672000 C:\windows\SYSTEM32\TMailHook64.dll
0x00007ff90bd90000 - 0x00007ff90bfe3000 C:\windows\SYSTEM32\winncap364.dll
0x00007ff90f500000 - 0x00007ff90f50c000 C:\Program Files\Java\jdk-17\bin\vcruntime140_1.dll
0x00007ff8ddde0000 - 0x00007ff8dde6e000 C:\Program Files\Java\jdk-17\bin\msvcp140.dll
0x00007ff87a370000 - 0x00007ff87af51000 C:\Program Files\Java\jdk-17\bin\server\jvm.dll
0x00007ff8f54e0000 - 0x00007ff8f54ea000 C:\windows\SYSTEM32\WSOCK32.dll
0x00007ff9142d0000 - 0x00007ff9142eb000 C:\windows\SYSTEM32\kernel.appcore.dll
0x00007ff90f490000 - 0x00007ff90f49a000 C:\Program Files\Java\jdk-17\bin\jimage.dll
0x00007ff912be0000 - 0x00007ff912e22000 C:\windows\SYSTEM32\DBGHELP.DLL
0x00007ff8ea710000 - 0x00007ff8ea74c000 C:\windows\SYSTEM32\dbgcore.DLL
0x00007ff8f46a0000 - 0x00007ff8f46c5000 C:\Program Files\Java\jdk-17\bin\java.dll
0x00007ff8b5560000 - 0x00007ff8b5637000 C:\Program Files\Java\jdk-17\bin\jsvml.dll
0x00007ff915510000 - 0x00007ff915539000 C:\windows\SYSTEM32\profapi.dll
0x00007ff8f5a40000 - 0x00007ff8f5a59000 C:\Program Files\Java\jdk-17\bin\net.dll
0x00007ff90df40000 - 0x00007ff90e068000 C:\windows\SYSTEM32\WINHTTP.dll
0x00007ff8f54c0000 - 0x00007ff8f54d6000 C:\Program Files\Java\jdk-17\bin\nio.dll
0x00007ff8f2a90000 - 0x00007ff8f2aa8000 C:\Program Files\Java\jdk-17\bin\zip.dll
0x00007ff8de950000 - 0x00007ff8de974000 C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64\jansi.dll
0x00007ff8f5480000 - 0x00007ff8f5490000 C:\Program Files\Java\jdk-17\bin\verify.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-17\bin;C:\windows\SYSTEM32;C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7019_none_3e06ffa0e335b8a8;C:\Program Files\Java\jdk-17\bin\server;C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64
VM Arguments:
jvm_args: -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=D:\idea-Project\spdm-backend\flowable
java_command: org.codehaus.plexus.classworlds.launcher.Launcher -Didea.version=2025.2 -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven-event-listener.jar -Djansi.passthrough=true -Dstyle.color=always package
java_class_path (initial): C:\Program Files\JetBrains\IntelliJ IDEA 2025.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.8.0.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 12 {product} {ergonomic}
uint ConcGCThreads = 4 {product} {ergonomic}
uint G1ConcRefinementThreads = 16 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 260046848 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4152360960 {product} {ergonomic}
size_t MaxNewSize = 2491416576 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4152360960 {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:\Program Files\Java\jdk-17
PATH=C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Program Files\Bandizip\;D:\anaconda3;D:\anaconda3\Library\mingw-w64\bin;D:\anaconda3\Library\usr\bin;D:\anaconda3\Library\bin;D:\anaconda3\Scripts;C:\Users\user\AppData\Local\Programs\Python\Python315\Scripts\;C:\Users\user\AppData\Local\Programs\Python\Python315\;C:\Users\user\AppData\Local\Programs\Python\Launcher\;C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk-17\bin;D:\apache-maven-3.9.11\bin;C:\Users\user\AppData\Roaming\npm
USERNAME=user
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 170 Stepping 4, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 26100 (10.0.26100.7019)
OS uptime: 5 days 3:27 hours
Hyper-V role detected
CPU: total 22 (initial active 22) (11 cores per cpu, 2 threads per core) family 6 model 170 stepping 4 microcode 0x20, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, hv
Memory: 4k page, system-wide physical 15836M (1571M free)
TotalPageFile size 64988M (AvailPageFile size 11M)
current process WorkingSet (physical memory assigned to process): 372M, peak: 439M
current process commit charge ("private bytes"): 418M, peak: 488M
vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0.16+12-LTS-247) for windows-amd64 JRE (17.0.16+12-LTS-247), built on Jun 27 2025 10:11:42 by "mach5one" with MS VC++ 17.6 (VS2022)
END.

5061
flowable/replay_pid4764.log Normal file

File diff suppressed because one or more lines are too long

View File

@@ -52,17 +52,15 @@ public class UniversalDelegate implements JavaDelegate {
public void execute(DelegateExecution execution) {
try {
// 1. 获取当前节点信息
String runId = (String) execution.getVariable("runId");
String processDefinitionId = execution.getProcessDefinitionId();
String procInstId = execution.getProcessInstanceId();
String nodeId = execution.getCurrentActivityId();
String nodeName = execution.getCurrentFlowElement().getName();
String runId = (String) execution.getVariable("runId");
log.info("universalDelegate 开始执行节点, runId{}流程实例ID: {}, 节点ID: {}, 节点名称: {}",runId, procInstId, nodeId, nodeName);
// 2. 读取输入参数
JSONObject params = processNodeParamService.getExecuteParam(runId, nodeId);
log.info("universalDelegate 节点执行参数, 流程实例ID: {}, 节点ID: {}, 参数: {}", procInstId, nodeId, params);
log.info("universalDelegate 开始执行节点, runId{},processDefinitionId:{}procInstId: {}, nodeId: {}, nodeName: {},当前节点执行参数 params{}",runId,processDefinitionId, procInstId, nodeId, nodeName,params);
// 3、创建本地文件夹用于后续节点计算直接从本地读取不需要再从minio中获取数据
Long currentNodeOutputDirId = params.getLong("outputDirId");
@@ -87,7 +85,7 @@ public class UniversalDelegate implements JavaDelegate {
.getExtensionElements()
.get(FlowableConfig.EXECUTECONFIG).get(0).getElementText();
log.info("节点扩展配置, 流程实例ID: {}, 节点ID: {}, 扩展配置: {}", procInstId, nodeId, extensionElement);
log.info("节点扩展配置, 流程 runId{},processDefinitionId:{},实例ID: {}, 节点ID: {}, 扩展配置: {}",runId,processDefinitionId, procInstId, nodeId, extensionElement);
BaseExecuteConfig config =
objectMapper.readValue(extensionElement, BaseExecuteConfig.class);

View File

@@ -59,7 +59,7 @@ public class ExportWordScriptHandler implements ExecutionHandler<Map<String, Obj
String runId = (String) execution.getVariable("runId");
String processDefinitionId = execution.getProcessDefinitionId();
log.info("ExportWordScriptHandler 开始执行 runId:{}, beforeNodeId:{}, currentNodeId:{},fileRegularStr:{}", runId, beforeNodeId, currentNodeId,fileRegularStr);
log.info("ExportWordScriptHandler 开始执行 runId:{},processDefinitionId:{}, beforeNodeId:{}, currentNodeId:{},fileRegularStr:{}", runId,processDefinitionId, beforeNodeId, currentNodeId,fileRegularStr);
// 获取前置节点的输出文件夹信息
ProcessNodeParam beforeProcessNodeParam = processNodeParamService.lambdaQuery()

View File

@@ -35,10 +35,12 @@ public class RetryRedirectListener implements ExecutionListener {
@Override
public void notify(DelegateExecution execution) {
String runId = (String) execution.getVariable("runId");
String processDefinitionId = execution.getProcessDefinitionId();
String procInstId = execution.getProcessInstanceId();
String currentActivityId = execution.getCurrentActivityId();
log.info("重试跳转监听器开始执行, 流程实例ID: {}, 当前活动ID: {}", procInstId, currentActivityId);
log.info("重试跳转监听器开始执行,流程runId{} 流程实例ID: {},流程定义id:{}, 当前节点ID: {}",runId, procInstId,processDefinitionId, currentActivityId);
// 1. 获取目标节点ID由重试接口设置
String targetNodeId = (String) runtimeService.getVariable(procInstId, FlowableConfig.RETRY_TARGET_NODE_ID);

View File

@@ -31,12 +31,10 @@ public class UserTaskDirectoryPreparationListener implements ExecutionListener {
public void notify(DelegateExecution execution) {
String runId = (String) execution.getVariable("runId");
String nodeId = execution.getCurrentActivityId();
log.info("userTaskDirectoryPreparationListener, 启动流程 runId:{},节点ID:{},实例: {}", runId,nodeId,execution.getProcessInstanceId());
//创建本地文件夹用于后续节点计算直接从本地读取不需要再从minio中获取数据
JSONObject params = processNodeParamService.getExecuteParam(runId, nodeId);
log.info("userTaskDirectoryPreparationListener, 流程 runId: {}, 节点ID: {}, 参数: {}", runId, nodeId, params);;
log.info("userTaskDirectoryPreparationListener, 启动流程 runId:{},nodeId:{},实例id: {},参数 params:{}", runId,nodeId,execution.getProcessInstanceId(),params);
Long currentNodeOutputDirId = params.getLong("outputDirId");
if(ObjectUtils.isEmpty(currentNodeOutputDirId)){
throw new RuntimeException("当前节点未配置输出文件夹");

View File

@@ -7,6 +7,7 @@ import com.sdm.common.entity.flowable.dto.ProcessDefinitionDTO;
import com.sdm.common.entity.flowable.executeConfig.BaseExecuteConfig;
import com.sdm.flowable.constants.FlowableConfig;
import com.sdm.flowable.enums.FlowElementTypeEnums;
import lombok.extern.slf4j.Slf4j;
import org.flowable.bpmn.model.*;
import org.flowable.bpmn.model.Process;
import org.springframework.beans.factory.annotation.Autowired;
@@ -18,6 +19,7 @@ import java.util.stream.Collectors;
/**
* DTO → Flowable BpmnModel 映射工具类(核心)
*/
@Slf4j
@Component
public class Dto2BpmnConverter {
@@ -112,6 +114,7 @@ public class Dto2BpmnConverter {
receiveTask.setId(waitNodeId);
receiveTask.setName(nodeDto.getName() + "等待结果");
process.addFlowElement(receiveTask);
log.info("异步任务节点处理原始ID={}, 等待结果节点ID={}", originalNodeId, waitNodeId);
// 记录映射关系
asyncTaskMap.put(originalNodeId, waitNodeId);
@@ -133,6 +136,7 @@ public class Dto2BpmnConverter {
// 不设置assignee让任何人可以处理
process.addFlowElement(waitUserTask);
log.info("等待用户输入任务处理原始ID={}, 等待用户提交节点ID={}", originalNodeId, waitUserId);
// 记录映射
waitUserTaskMap.put(originalNodeId, waitUserId);
}
@@ -367,6 +371,7 @@ public class Dto2BpmnConverter {
startEvent.setId(nodeDto.getId());
startEvent.setName(nodeDto.getName());
process.addFlowElement(startEvent);
log.info("创建开始事件节点 nodeId{}", nodeDto.getId());
break;
case ENDEVENT:
@@ -375,14 +380,14 @@ public class Dto2BpmnConverter {
endEvent.setId(nodeDto.getId());
endEvent.setName(nodeDto.getName());
process.addFlowElement(endEvent);
break;
log.info("创建结束事件节点 nodeId{}", nodeDto.getId());
case USERTASK:
// 用户任务:映射为 Flowable UserTask
UserTask userTask = new UserTask();
userTask.setId(nodeDto.getId());
userTask.setName(nodeDto.getName());
log.info("创建用户任务节点 nodeId{}", nodeDto.getId());
// 绑定控制参数(和 ServiceTask 类似)
if (nodeDto.getExtensionElements() != null && nodeDto.getExtensionElements().getExecuteConfig() != null) {
BaseExecuteConfig userTaskExecuteConfig = nodeDto.getExtensionElements().getExecuteConfig();
@@ -390,6 +395,7 @@ public class Dto2BpmnConverter {
userTaskExecuteConfig.setCallbackNodeId(asyncTaskMap.getOrDefault(nodeDto.getId(), null));
String configJson = objectMapper.writeValueAsString(userTaskExecuteConfig);
log.info("用户任务userTask的executeConfig配置{}", configJson);
ExtensionElement extensionElement = createFlowableElement(
FlowableConfig.EXECUTECONFIG, configJson);
userTask.getExtensionElements()
@@ -426,6 +432,7 @@ public class Dto2BpmnConverter {
serviceTaskExecuteConfig.setCallbackNodeId(asyncTaskMap.getOrDefault(nodeDto.getId(), null));
String configJson = objectMapper.writeValueAsString(serviceTaskExecuteConfig);
log.info("服务任务serviceTask的executeConfig配置{}", configJson);
ExtensionElement extensionElement = createFlowableElement(FlowableConfig.EXECUTECONFIG, configJson);
serviceTask.getExtensionElements().computeIfAbsent(FlowableConfig.EXECUTECONFIG, k -> new ArrayList<>())
.add(extensionElement);