hs_err_pid21212.log 18.4 KB
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000069ac29bf, pid=21212, tid=0x0000000000003f1c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_321-b07) (build 1.8.0_321-b07)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.321-b07 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [jansi.dll+0x29bf]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x00000176d51e1800):  JavaThread "main" [_thread_in_native, id=16156, stack(0x00000028c0c00000,0x00000028c0d00000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000000

Registers:
RAX=0x0000000000000000, RBX=0x00000176ea7d5a10, RCX=0x0000000000000000, RDX=0x0000000069ac6362
RSP=0x00000028c0cfe070, RBP=0x00000028c0cfe528, RSI=0x0000000000001a80, RDI=0x00000000d80bb8c1
R8 =0x00000028c0cfe068, R9 =0x00000028c0cfe528, R10=0x0000000000000000, R11=0x0000000000000246
R12=0x0000000000000000, R13=0x00000176ea7d5a10, R14=0x00000028c0cfe548, R15=0x00000176d51e1800
RIP=0x0000000069ac29bf, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x00000028c0cfe070)
0x00000028c0cfe070:   00000176ea7d5a10 00007fffe1a0d790
0x00000028c0cfe080:   00000028c0cfe528 0000000000001a80
0x00000028c0cfe090:   00000028c0cfe0ac 00000176d51e1800
0x00000028c0cfe0a0:   00000176ea397408 00000010d51e1800
0x00000028c0cfe0b0:   0000000000000000 0000000000000000
0x00000028c0cfe0c0:   00000176ea397408 00000176d51e1800
0x00000028c0cfe0d0:   000080270a16abc5 00000176d51e1800
0x00000028c0cfe0e0:   00000028c0cfe1e0 0000000076da757c
0x00000028c0cfe0f0:   0000000000000000 0000000000000000
0x00000028c0cfe100:   00000176d51e11c0 0000000076e7c767
0x00000028c0cfe110:   000000007721af20 0000000076e7e325
0x00000028c0cfe120:   0000000000000004 000000000000000a
0x00000028c0cfe130:   000080270a16aba5 00000176d51e1800
0x00000028c0cfe140:   00000176d51e11c0 0000000076d2f9b5
0x00000028c0cfe150:   00000176ea7d5a10 00000028c0cfe1e0
0x00000028c0cfe160:   0000000000000000 00000028c0cfe2b0 

Instructions: (pc=0x0000000069ac29bf)
0x0000000069ac299f:   00 ff d0 85 c0 75 ac 8b 44 24 40 4c 8b 64 24 48
0x0000000069ac29af:   48 8d 15 ac 39 00 00 66 d1 e8 4c 89 e1 0f b7 c0
0x0000000069ac29bf:   66 41 c7 04 44 00 00 e8 15 20 00 00 48 85 c0 74
0x0000000069ac29cf:   1a 48 8d 15 97 39 00 00 4c 89 e1 e8 01 20 00 00 


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX={method} {0x00000176ea7d5a18} 'isatty' '(I)I' in 'org/fusesource/jansi/internal/CLibrary'
RCX=0x0000000000000000 is an unknown value
RDX=0x0000000069ac6362 is an unknown value
RSP=0x00000028c0cfe070 is pointing into the stack for thread: 0x00000176d51e1800
RBP=0x00000028c0cfe528 is pointing into the stack for thread: 0x00000176d51e1800
RSI=0x0000000000001a80 is an unknown value
RDI=0x00000000d80bb8c1 is an unknown value
R8 =0x00000028c0cfe068 is pointing into the stack for thread: 0x00000176d51e1800
R9 =0x00000028c0cfe528 is pointing into the stack for thread: 0x00000176d51e1800
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000246 is an unknown value
R12=0x0000000000000000 is an unknown value
R13={method} {0x00000176ea7d5a18} 'isatty' '(I)I' in 'org/fusesource/jansi/internal/CLibrary'
R14=0x00000028c0cfe548 is pointing into the stack for thread: 0x00000176d51e1800
R15=0x00000176d51e1800 is a thread


Stack: [0x00000028c0c00000,0x00000028c0d00000],  sp=0x00000028c0cfe070,  free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [jansi.dll+0x29bf]
C  0x00000176d6fda02e

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.fusesource.jansi.internal.CLibrary.isatty(I)I+0
j  org.fusesource.jansi.AnsiConsole.ansiStream(Z)Lorg/fusesource/jansi/AnsiPrintStream;+62
j  org.fusesource.jansi.AnsiConsole.initStreams()V+7
j  org.fusesource.jansi.AnsiConsole.systemInstall()V+15
j  org.apache.maven.shared.utils.logging.MessageUtils.systemInstall()V+6
j  org.apache.maven.cli.MavenCli.main([Ljava/lang/String;Lorg/codehaus/plexus/classworlds/ClassWorld;)I+8
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j  org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced([Ljava/lang/String;)V+45
j  org.codehaus.plexus.classworlds.launcher.Launcher.launch([Ljava/lang/String;)V+2
j  org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode([Ljava/lang/String;)I+108
j  org.codehaus.plexus.classworlds.launcher.Launcher.main([Ljava/lang/String;)V+1
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x00000176ecbb5000 JavaThread "Service Thread" daemon [_thread_blocked, id=4328, stack(0x00000028c1e00000,0x00000028c1f00000)]
  0x00000176eae6d000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=19232, stack(0x00000028c1d00000,0x00000028c1e00000)]
  0x00000176eae69800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=12664, stack(0x00000028c1c00000,0x00000028c1d00000)]
  0x00000176eae69000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=20324, stack(0x00000028c1b00000,0x00000028c1c00000)]
  0x00000176eae0d000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=19184, stack(0x00000028c1a00000,0x00000028c1b00000)]
  0x00000176eae62000 JavaThread "Attach Listener" daemon [_thread_blocked, id=13180, stack(0x00000028c1900000,0x00000028c1a00000)]
  0x00000176eae60000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20924, stack(0x00000028c1800000,0x00000028c1900000)]
  0x00000176eaddd800 JavaThread "Finalizer" daemon [_thread_blocked, id=2264, stack(0x00000028c1700000,0x00000028c1800000)]
  0x00000176eadd6000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3752, stack(0x00000028c1600000,0x00000028c1700000)]
=>0x00000176d51e1800 JavaThread "main" [_thread_in_native, id=16156, stack(0x00000028c0c00000,0x00000028c0d00000)]

Other Threads:
  0x00000176eadab800 VMThread [stack: 0x00000028c1500000,0x00000028c1600000] [id=18104]
  0x00000176ecbb7800 WatcherThread [stack: 0x00000028c1f00000,0x00000028c2000000] [id=21448]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000004c1000000, size: 12272 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
 PSYoungGen      total 229376K, used 11796K [0x00000006c0580000, 0x00000006d0580000, 0x00000007c0000000)
  eden space 196608K, 6% used [0x00000006c0580000,0x00000006c1105208,0x00000006cc580000)
  from space 32768K, 0% used [0x00000006ce580000,0x00000006ce580000,0x00000006d0580000)
  to   space 32768K, 0% used [0x00000006cc580000,0x00000006cc580000,0x00000006ce580000)
 ParOldGen       total 524288K, used 0K [0x00000004c1000000, 0x00000004e1000000, 0x00000006c0580000)
  object space 524288K, 0% used [0x00000004c1000000,0x00000004c1000000,0x00000004e1000000)
 Metaspace       used 4936K, capacity 5160K, committed 5376K, reserved 1056768K
  class space    used 552K, capacity 644K, committed 768K, reserved 1048576K

Card table byte_map: [0x00000176e6380000,0x00000176e7b80000] byte_map_base: 0x00000176e3d78000

Marking Bits: (ParMarkBitMap*) 0x0000000077459030
 Begin Bits: [0x0000017680000000, 0x000001768bfc0000)
 End Bits:   [0x000001768bfc0000, 0x0000017697f80000)

Polling page: 0x00000176d52f0000

CodeCache: size=245760Kb used=1864Kb max_used=1876Kb free=243895Kb
 bounds [0x00000176d6fc0000, 0x00000176d7230000, 0x00000176e5fc0000]
 total_blobs=654 nmethods=355 adapters=212
 compilation: enabled

Compilation events (10 events):
Event: 0.169 Thread 0x00000176eae6d000  351       1       java.nio.Buffer::position (5 bytes)
Event: 0.169 Thread 0x00000176eae6d000 nmethod 351 0x00000176d7187850 code [0x00000176d71879a0, 0x00000176d7187ab8]
Event: 0.171 Thread 0x00000176eae6d000  352       3       org.fusesource.jansi.internal.JansiLoader$1::accept (26 bytes)
Event: 0.171 Thread 0x00000176eae6d000 nmethod 352 0x00000176d7191510 code [0x00000176d71916a0, 0x00000176d7191c00]
Event: 0.171 Thread 0x00000176eae69800  353       4       java.lang.String::startsWith (72 bytes)
Event: 0.171 Thread 0x00000176eae6d000  354       3       java.lang.StringBuffer::<init> (6 bytes)
Event: 0.172 Thread 0x00000176eae6d000 nmethod 354 0x00000176d7191e10 code [0x00000176d7191f80, 0x00000176d7192238]
Event: 0.172 Thread 0x00000176eae6d000  355  s    3       java.util.Hashtable::get (69 bytes)
Event: 0.172 Thread 0x00000176eae6d000 nmethod 355 0x00000176d7192350 code [0x00000176d71924e0, 0x00000176d7192b20]
Event: 0.173 Thread 0x00000176eae69800 nmethod 353 0x00000176d7195b90 code [0x00000176d7195ce0, 0x00000176d7195eb8]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (9 events):
Event: 0.025 Thread 0x00000176d51e1800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x00000006c0587cc0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hot
Event: 0.025 Thread 0x00000176d51e1800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x00000006c0587fa8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\
Event: 0.106 Thread 0x00000176d51e1800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000006c0766758) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\prims\methodHandles.cpp, line 1169]
Event: 0.107 Thread 0x00000176d51e1800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000006c0773ad8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\prims\methodHandles.cpp, line 1169]
Event: 0.164 Thread 0x00000176d51e1800 Exception <a 'java/lang/NullPointerException'> (0x00000006c0deba50) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.168 Thread 0x00000176d51e1800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c0e15be8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\prims\jvm.cpp, line 1523]
Event: 0.168 Thread 0x00000176d51e1800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c0e15fe0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\prims\jvm.cpp, line 1523]
Event: 0.168 Thread 0x00000176d51e1800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c0e1a0d8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\prims\jvm.cpp, line 1523]
Event: 0.168 Thread 0x00000176d51e1800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c0e1a4d0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u321\2141\hotspot\src\share\vm\prims\jvm.cpp, line 1523]

Events (10 events):
Event: 0.170 loading class java/util/regex/Matcher
Event: 0.170 loading class java/util/regex/MatchResult
Event: 0.170 loading class java/util/regex/MatchResult done
Event: 0.170 loading class java/util/regex/Matcher done
Event: 0.171 loading class java/util/LinkedList
Event: 0.171 loading class java/util/AbstractSequentialList
Event: 0.171 loading class java/util/AbstractSequentialList done
Event: 0.171 loading class java/util/LinkedList done
Event: 0.171 loading class org/fusesource/jansi/internal/OSInfo
Event: 0.171 loading class org/fusesource/jansi/internal/OSInfo done


Dynamic libraries:
0x00007ff69abf0000 - 0x00007ff69ac37000 	D:\Program Files\Java\jdk1.8.0_321\bin\java.exe
0x00007fffe1970000 - 0x00007fffe1b68000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007fffdfa50000 - 0x00007fffdfb12000 	C:\WINDOWS\System32\KERNEL32.DLL
0x00007fffdf000000 - 0x00007fffdf2f6000 	C:\WINDOWS\System32\KERNELBASE.dll
0x00007fffe0c30000 - 0x00007fffe0ce1000 	C:\WINDOWS\System32\ADVAPI32.dll
0x00007fffe0cf0000 - 0x00007fffe0d8e000 	C:\WINDOWS\System32\msvcrt.dll
0x00007fffe0b90000 - 0x00007fffe0c2f000 	C:\WINDOWS\System32\sechost.dll
0x00007fffe1810000 - 0x00007fffe1930000 	C:\WINDOWS\System32\RPCRT4.dll
0x00007fffdf300000 - 0x00007fffdf327000 	C:\WINDOWS\System32\bcrypt.dll
0x00007fffe0930000 - 0x00007fffe0ad1000 	C:\WINDOWS\System32\USER32.dll
0x00007fffdf960000 - 0x00007fffdf982000 	C:\WINDOWS\System32\win32u.dll
0x00007fffdf990000 - 0x00007fffdf9bb000 	C:\WINDOWS\System32\GDI32.dll
0x00007fffdf6c0000 - 0x00007fffdf7d9000 	C:\WINDOWS\System32\gdi32full.dll
0x00007fffdf7e0000 - 0x00007fffdf87d000 	C:\WINDOWS\System32\msvcp_win.dll
0x00007fffdf540000 - 0x00007fffdf640000 	C:\WINDOWS\System32\ucrtbase.dll
0x00007fffcbb60000 - 0x00007fffcbdfb000 	C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007fffe05e0000 - 0x00007fffe060f000 	C:\WINDOWS\System32\IMM32.DLL
0x0000000051020000 - 0x000000005102d000 	E:\360Safe\safemon\SafeWrapper.dll
0x00007fffd79a0000 - 0x00007fffd7aa5000 	E:\360Safe\safemon\libzdtp64.dll
0x00007fffdfca0000 - 0x00007fffe0410000 	C:\WINDOWS\System32\SHELL32.dll
0x00007fffe1270000 - 0x00007fffe12cb000 	C:\WINDOWS\System32\SHLWAPI.dll
0x00007fffdeb10000 - 0x00007fffdeb1a000 	C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007fffd9b80000 - 0x00007fffd9b95000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\vcruntime140.dll
0x00007fffc55d0000 - 0x00007fffc566b000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\msvcp140.dll
0x0000000076c70000 - 0x00000000774d1000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\server\jvm.dll
0x00007fffdfba0000 - 0x00007fffdfba8000 	C:\WINDOWS\System32\PSAPI.DLL
0x00007fffc4f30000 - 0x00007fffc4f39000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007fffd4800000 - 0x00007fffd4827000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007fffe0610000 - 0x00007fffe067b000 	C:\WINDOWS\System32\WS2_32.dll
0x00007fffdd7e0000 - 0x00007fffdd7f2000 	C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007fffd9c10000 - 0x00007fffd9c20000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\verify.dll
0x00007fffd9b50000 - 0x00007fffd9b7b000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\java.dll
0x00007fffd8d40000 - 0x00007fffd8d58000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\zip.dll
0x00007fffdca70000 - 0x00007fffdd215000 	C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007fffe0ea0000 - 0x00007fffe11f4000 	C:\WINDOWS\System32\combase.dll
0x00007fffde900000 - 0x00007fffde92b000 	C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007fffe1740000 - 0x00007fffe180d000 	C:\WINDOWS\System32\OLEAUT32.dll
0x00007fffe0d90000 - 0x00007fffe0e3d000 	C:\WINDOWS\System32\SHCORE.dll
0x00007fffdef30000 - 0x00007fffdef54000 	C:\WINDOWS\SYSTEM32\profapi.dll
0x00007fffcd5a0000 - 0x00007fffcd5bc000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\net.dll
0x00007fffde5f0000 - 0x00007fffde65a000 	C:\WINDOWS\system32\mswsock.dll
0x00007fffcd530000 - 0x00007fffcd543000 	D:\Program Files\Java\jdk1.8.0_321\jre\bin\nio.dll
0x0000000069ac0000 - 0x0000000069ae4000 	D:\maven\apache-maven-3.9.6\lib\jansi-native\Windows\x86_64\jansi.dll
0x00007fffdd2f0000 - 0x00007fffdd4f1000 	C:\WINDOWS\SYSTEM32\dbghelp.dll
0x00007fffdf8d0000 - 0x00007fffdf952000 	C:\WINDOWS\System32\bcryptPrimitives.dll

VM Arguments:
jvm_args: -Dclassworlds.conf=D:\maven\apache-maven-3.9.6\bin\m2.conf -Dmaven.home=D:\maven\apache-maven-3.9.6 -Dlibrary.jansi.path=D:\maven\apache-maven-3.9.6\lib\jansi-native -Dmaven.multiModuleProjectDirectory=D:\Projects\wms4_globalnancangkuangji\huaheng-wms-core 
java_command: org.codehaus.plexus.classworlds.launcher.Launcher spring-boot:run -Dspring-boot.run.profiles=prod
java_class_path (initial): D:\maven\apache-maven-3.9.6\boot\plexus-classworlds-2.7.0.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=D:\Program Files\Java\jdk1.8.0_321
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\Program Files\Java\jdk1.8.0_321\bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;D:\Program Files\Java\jdk1.8.0_321\jre\bin;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\NVIDIA Corporation\NVIDIA NGX;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;D:\Program Files\OpenVPN\bin;D:\Program Files\nodejs\;d:\Users\xcq\AppData\Local\Programs\Trae CN\bin;C:\Users\xcq\AppData\Local\Microsoft\WindowsApps;D:\Users\xcq\AppData\Local\Programs\WorkBuddy\bin;C:\Users\xcq\AppData\Roaming\npm
USERNAME=xcq
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 13, GenuineIntel



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

OS: Windows 10 , 64 bit Build 19041 (10.0.19041.5915)

CPU:total 8 (initial active 8) (8 cores per cpu, 1 threads per core) family 6 model 158 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 50258496k(34846140k free), swap 56025664k(35736280k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.321-b07) for windows-amd64 JRE (1.8.0_321-b07), built on Dec 15 2021 11:19:20 by "java_re" with MS VC++ 15.9 (VS2017)

time: Mon Apr  6 10:22:15 2026
timezone: Öйú±ê׼ʱ¼ä
elapsed time: 0.185354 seconds (0d 0h 0m 0s)