435 lines
38 KiB
Plaintext
435 lines
38 KiB
Plaintext
|
#
|
|||
|
# There is insufficient memory for the Java Runtime Environment to continue.
|
|||
|
# Native memory allocation (malloc) failed to allocate 55216 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 (allocation.cpp:390), pid=2372, tid=0x0000000000004b24
|
|||
|
#
|
|||
|
# JRE version: Java(TM) SE Runtime Environment (8.0_192-b12) (build 1.8.0_192-b12)
|
|||
|
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.192-b12 mixed mode windows-amd64 compressed oops)
|
|||
|
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
|
|||
|
#
|
|||
|
|
|||
|
--------------- T H R E A D ---------------
|
|||
|
|
|||
|
Current thread (0x00000000005ee000): JavaThread "main" [_thread_in_native, id=19236, stack(0x0000000002c20000,0x0000000002d20000)]
|
|||
|
|
|||
|
Stack: [0x0000000002c20000,0x0000000002d20000]
|
|||
|
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
|
|||
|
|
|||
|
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
|||
|
|
|||
|
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
|
|||
|
J 874 java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;Ljava/lang/Class;)Ljava/lang/Class; (0 bytes) @ 0x0000000003226ac7 [0x0000000003226a40+0x87]
|
|||
|
J 849 C1 java.lang.Class.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class; (53 bytes) @ 0x0000000003217b8c [0x0000000003217a40+0x14c]
|
|||
|
j sun.nio.cs.AbstractCharsetProvider.lookup(Ljava/lang/String;)Ljava/nio/charset/Charset;+86
|
|||
|
j sun.nio.cs.AbstractCharsetProvider.charsetForName(Ljava/lang/String;)Ljava/nio/charset/Charset;+14
|
|||
|
j java.nio.charset.Charset.lookupExtendedCharset(Ljava/lang/String;)Ljava/nio/charset/Charset;+10
|
|||
|
j java.nio.charset.Charset.lookup2(Ljava/lang/String;)Ljava/nio/charset/Charset;+48
|
|||
|
J 4867 C1 java.nio.charset.Charset.lookup(Ljava/lang/String;)Ljava/nio/charset/Charset; (44 bytes) @ 0x00000000039b3a24 [0x00000000039b39a0+0x84]
|
|||
|
J 4877 C1 java.nio.charset.Charset.forName(Ljava/lang/String;)Ljava/nio/charset/Charset; (20 bytes) @ 0x00000000039b859c [0x00000000039b8580+0x1c]
|
|||
|
j com.mysql.cj.MysqlCharset.<init>(Ljava/lang/String;II[Ljava/lang/String;Lcom/mysql/cj/ServerVersion;)V+50
|
|||
|
j com.mysql.cj.MysqlCharset.<init>(Ljava/lang/String;II[Ljava/lang/String;)V+16
|
|||
|
j com.mysql.cj.CharsetMapping.<clinit>()V+56
|
|||
|
v ~StubRoutines::call_stub
|
|||
|
j com.mysql.cj.protocol.AuthenticationProvider.getCharsetForHandshake(Ljava/lang/String;Lcom/mysql/cj/ServerVersion;)B+8
|
|||
|
j com.mysql.cj.protocol.a.NativeAuthenticationProvider.createHandshakeResponsePacket(Lcom/mysql/cj/protocol/ServerSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/ArrayList;)Lcom/mysql/cj/protocol/a/NativePacketPayload;+89
|
|||
|
j com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(Lcom/mysql/cj/protocol/ServerSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/mysql/cj/protocol/a/NativePacketPayload;)V+501
|
|||
|
j com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(Lcom/mysql/cj/protocol/ServerSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+726
|
|||
|
j com.mysql.cj.protocol.a.NativeProtocol.connect(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+15
|
|||
|
j com.mysql.cj.NativeSession.connect(Lcom/mysql/cj/conf/HostInfo;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILcom/mysql/cj/TransactionEventHandler;)V+110
|
|||
|
j com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(Z)V+106
|
|||
|
j com.mysql.cj.jdbc.ConnectionImpl.createNewIO(Z)V+35
|
|||
|
j com.mysql.cj.jdbc.ConnectionImpl.<init>(Lcom/mysql/cj/conf/HostInfo;)V+783
|
|||
|
j com.mysql.cj.jdbc.ConnectionImpl.getInstance(Lcom/mysql/cj/conf/HostInfo;)Lcom/mysql/cj/jdbc/JdbcConnection;+5
|
|||
|
j com.mysql.cj.jdbc.NonRegisteringDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+72
|
|||
|
j com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+18
|
|||
|
j com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection()Lcom/alibaba/druid/pool/DruidAbstractDataSource$PhysicalConnectionInfo;+224
|
|||
|
j com.alibaba.druid.pool.DruidDataSource.init()V+992
|
|||
|
j ink.wgink.common.datasource.StandbyDataSource.init()V+9
|
|||
|
j com.alibaba.druid.pool.DruidDataSource.getConnection(J)Lcom/alibaba/druid/pool/DruidPooledConnection;+1
|
|||
|
j com.alibaba.druid.pool.DruidDataSource.getConnection()Lcom/alibaba/druid/pool/DruidPooledConnection;+5
|
|||
|
j com.alibaba.druid.pool.DruidDataSource.getConnection()Ljava/sql/Connection;+1
|
|||
|
j org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(Ljavax/sql/DataSource;)Ljava/sql/Connection;+1
|
|||
|
j org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(Ljavax/sql/DataSource;)Ljava/sql/Connection;+77
|
|||
|
j org.springframework.jdbc.datasource.DataSourceUtils.getConnection(Ljavax/sql/DataSource;)Ljava/sql/Connection;+1
|
|||
|
j org.mybatis.spring.transaction.SpringManagedTransaction.openConnection()V+5
|
|||
|
j org.mybatis.spring.transaction.SpringManagedTransaction.getConnection()Ljava/sql/Connection;+8
|
|||
|
j org.apache.ibatis.executor.BaseExecutor.getConnection(Lorg/apache/ibatis/logging/Log;)Ljava/sql/Connection;+4
|
|||
|
j org.apache.ibatis.executor.SimpleExecutor.prepareStatement(Lorg/apache/ibatis/executor/statement/StatementHandler;Lorg/apache/ibatis/logging/Log;)Ljava/sql/Statement;+2
|
|||
|
j org.apache.ibatis.executor.SimpleExecutor.doUpdate(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;)I+30
|
|||
|
j org.apache.ibatis.executor.BaseExecutor.update(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;)I+47
|
|||
|
j org.apache.ibatis.executor.CachingExecutor.update(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;)I+11
|
|||
|
v ~StubRoutines::call_stub
|
|||
|
J 2413 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000000000348b8bf [0x000000000348b840+0x7f]
|
|||
|
J 2412 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000000000348cbdc [0x000000000348c7e0+0x3fc]
|
|||
|
J 2047 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000000003407f84 [0x0000000003407f20+0x64]
|
|||
|
J 2046 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x0000000003407b5c [0x0000000003407a20+0x13c]
|
|||
|
j org.apache.ibatis.plugin.Plugin.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+63
|
|||
|
j com.sun.proxy.$Proxy231.update(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;)I+20
|
|||
|
j org.apache.ibatis.session.defaults.DefaultSqlSession.update(Ljava/lang/String;Ljava/lang/Object;)I+24
|
|||
|
v ~StubRoutines::call_stub
|
|||
|
J 2413 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000000000348b8bf [0x000000000348b840+0x7f]
|
|||
|
J 2412 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000000000348cbdc [0x000000000348c7e0+0x3fc]
|
|||
|
J 2047 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000000003407f84 [0x0000000003407f20+0x64]
|
|||
|
J 2046 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x0000000003407b5c [0x0000000003407a20+0x13c]
|
|||
|
j org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+30
|
|||
|
j com.sun.proxy.$Proxy111.update(Ljava/lang/String;Ljava/lang/Object;)I+20
|
|||
|
j org.mybatis.spring.SqlSessionTemplate.update(Ljava/lang/String;Ljava/lang/Object;)I+6
|
|||
|
j org.apache.ibatis.binding.MapperMethod.execute(Lorg/apache/ibatis/session/SqlSession;[Ljava/lang/Object;)Ljava/lang/Object;+102
|
|||
|
j org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/ibatis/session/SqlSession;)Ljava/lang/Object;+7
|
|||
|
j org.apache.ibatis.binding.MapperProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
|
|||
|
j com.sun.proxy.$Proxy119.createTable()V+9
|
|||
|
v ~StubRoutines::call_stub
|
|||
|
J 2413 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000000000348b8bf [0x000000000348b840+0x7f]
|
|||
|
J 2412 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000000000348cbdc [0x000000000348c7e0+0x3fc]
|
|||
|
J 2047 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000000003407f84 [0x0000000003407f20+0x64]
|
|||
|
J 2046 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x0000000003407b5c [0x0000000003407a20+0x13c]
|
|||
|
j org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+7
|
|||
|
j org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;+12
|
|||
|
j org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;+19
|
|||
|
j org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;+1
|
|||
|
j org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;+120
|
|||
|
j org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+386
|
|||
|
j com.sun.proxy.$Proxy120.createTable()V+9
|
|||
|
j ink.wgink.common.startup.CommonStartup.lambda$serverInit$1(Ljava/lang/String;Link/wgink/interfaces/init/IInitBaseTable;)V+1
|
|||
|
j ink.wgink.common.startup.CommonStartup$$Lambda$1404.accept(Ljava/lang/Object;Ljava/lang/Object;)V+8
|
|||
|
J 2562 C1 java.util.LinkedHashMap.forEach(Ljava/util/function/BiConsumer;)V (65 bytes) @ 0x00000000034d452c [0x00000000034d44a0+0x8c]
|
|||
|
j ink.wgink.common.startup.CommonStartup.serverInit()V+120
|
|||
|
j ink.wgink.common.startup.CommonStartup.run(Lorg/springframework/boot/ApplicationArguments;)V+1
|
|||
|
j org.springframework.boot.SpringApplication.callRunner(Lorg/springframework/boot/ApplicationRunner;Lorg/springframework/boot/ApplicationArguments;)V+2
|
|||
|
j org.springframework.boot.SpringApplication.callRunners(Lorg/springframework/context/ApplicationContext;Lorg/springframework/boot/ApplicationArguments;)V+101
|
|||
|
j org.springframework.boot.SpringApplication.run([Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+164
|
|||
|
j org.springframework.boot.SpringApplication.run([Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9
|
|||
|
j org.springframework.boot.SpringApplication.run(Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9
|
|||
|
j cn.com.tenlion.aishop.SystemAishopApplication.main([Ljava/lang/String;)V+3
|
|||
|
v ~StubRoutines::call_stub
|
|||
|
|
|||
|
--------------- P R O C E S S ---------------
|
|||
|
|
|||
|
Java Threads: ( => current thread )
|
|||
|
0x0000000025b62000 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=16108, stack(0x0000000027870000,0x0000000027970000)]
|
|||
|
0x0000000025b5c000 JavaThread "scheduling-1" [_thread_blocked, id=12844, stack(0x0000000027770000,0x0000000027870000)]
|
|||
|
0x0000000025b61800 JavaThread "http-nio-8081-Acceptor" daemon [_thread_in_native, id=20056, stack(0x0000000027470000,0x0000000027570000)]
|
|||
|
0x0000000025b60800 JavaThread "http-nio-8081-Poller" daemon [_thread_in_native, id=7124, stack(0x0000000026e70000,0x0000000026f70000)]
|
|||
|
0x0000000025b5b800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=19348, stack(0x0000000026d70000,0x0000000026e70000)]
|
|||
|
0x00000000235eb800 JavaThread "container-0" [_thread_blocked, id=20180, stack(0x0000000024ca0000,0x0000000024da0000)]
|
|||
|
0x00000000235eb000 JavaThread "Catalina-utility-2" [_thread_blocked, id=3564, stack(0x0000000024ba0000,0x0000000024ca0000)]
|
|||
|
0x00000000235dc000 JavaThread "Catalina-utility-1" [_thread_blocked, id=14816, stack(0x0000000024aa0000,0x0000000024ba0000)]
|
|||
|
0x00000000204fa000 JavaThread "lettuce-timer-3-1" daemon [_thread_blocked, id=19676, stack(0x00000000220d0000,0x00000000221d0000)]
|
|||
|
0x000000002111b800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=17364, stack(0x00000000225d0000,0x00000000226d0000)]
|
|||
|
0x00000000210b7000 JavaThread "RMI TCP Connection(1)-192.168.0.115" daemon [_thread_in_native, id=15472, stack(0x00000000223d0000,0x00000000224d0000)]
|
|||
|
0x0000000020a2f000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=14624, stack(0x00000000218d0000,0x00000000219d0000)]
|
|||
|
0x000000001e2f8000 JavaThread "Service Thread" daemon [_thread_blocked, id=2416, stack(0x000000001fe90000,0x000000001ff90000)]
|
|||
|
0x000000001e299000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=5344, stack(0x000000001fd90000,0x000000001fe90000)]
|
|||
|
0x000000001e295800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=8312, stack(0x000000001fc90000,0x000000001fd90000)]
|
|||
|
0x000000001e295000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=20112, stack(0x000000001fb90000,0x000000001fc90000)]
|
|||
|
0x000000001e291800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=14212, stack(0x000000001fa90000,0x000000001fb90000)]
|
|||
|
0x000000001e270800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=18712, stack(0x000000001f990000,0x000000001fa90000)]
|
|||
|
0x000000001e26b800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=16860, stack(0x000000001f890000,0x000000001f990000)]
|
|||
|
0x000000001e25f800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=19844, stack(0x000000001f790000,0x000000001f890000)]
|
|||
|
0x000000001e251000 JavaThread "Attach Listener" daemon [_thread_blocked, id=18524, stack(0x000000001f690000,0x000000001f790000)]
|
|||
|
0x000000001e1fa800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12580, stack(0x000000001f590000,0x000000001f690000)]
|
|||
|
0x000000001cb0c000 JavaThread "Finalizer" daemon [_thread_blocked, id=2780, stack(0x000000001f430000,0x000000001f530000)]
|
|||
|
0x000000001e1d3000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2312, stack(0x000000001f330000,0x000000001f430000)]
|
|||
|
=>0x00000000005ee000 JavaThread "main" [_thread_in_native, id=19236, stack(0x0000000002c20000,0x0000000002d20000)]
|
|||
|
|
|||
|
Other Threads:
|
|||
|
0x000000001e1b2800 VMThread [stack: 0x000000001f230000,0x000000001f330000] [id=12440]
|
|||
|
0x0000000020a4a800 WatcherThread [stack: 0x00000000219d0000,0x0000000021ad0000] [id=3404]
|
|||
|
|
|||
|
VM state:not at safepoint (normal execution)
|
|||
|
|
|||
|
VM Mutex/Monitor currently owned by a thread: None
|
|||
|
|
|||
|
heap address: 0x00000006c3000000, size: 4048 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 409600K, used 318328K [0x000000076bb00000, 0x0000000788400000, 0x00000007c0000000)
|
|||
|
eden space 396288K, 77% used [0x000000076bb00000,0x000000077e55dde0,0x0000000783e00000)
|
|||
|
from space 13312K, 96% used [0x0000000787700000,0x00000007883804c0,0x0000000788400000)
|
|||
|
to space 19456K, 0% used [0x0000000785e00000,0x0000000785e00000,0x0000000787100000)
|
|||
|
ParOldGen total 232960K, used 40239K [0x00000006c3000000, 0x00000006d1380000, 0x000000076bb00000)
|
|||
|
object space 232960K, 17% used [0x00000006c3000000,0x00000006c574be50,0x00000006d1380000)
|
|||
|
Metaspace used 64741K, capacity 69682K, committed 70016K, reserved 1110016K
|
|||
|
class space used 8374K, capacity 9256K, committed 9344K, reserved 1048576K
|
|||
|
|
|||
|
Card table byte_map: [0x0000000012360000,0x0000000012b50000] byte_map_base: 0x000000000ed48000
|
|||
|
|
|||
|
Marking Bits: (ParMarkBitMap*) 0x0000000063573ce0
|
|||
|
Begin Bits: [0x0000000013aa0000, 0x00000000179e0000)
|
|||
|
End Bits: [0x00000000179e0000, 0x000000001b920000)
|
|||
|
|
|||
|
Polling page: 0x00000000005d0000
|
|||
|
|
|||
|
CodeCache: size=245760Kb used=16463Kb max_used=16463Kb free=229296Kb
|
|||
|
bounds [0x0000000002fa0000, 0x0000000003fc0000, 0x0000000011fa0000]
|
|||
|
total_blobs=8571 nmethods=8027 adapters=463
|
|||
|
compilation: enabled
|
|||
|
|
|||
|
Compilation events (10 events):
|
|||
|
Event: 9.139 Thread 0x000000001e299000 8102 1 java.security.Provider::implPut (49 bytes)
|
|||
|
Event: 9.139 Thread 0x000000001e299000 nmethod 8102 0x0000000003faa610 code [0x0000000003faa7a0, 0x0000000003faaa68]
|
|||
|
Event: 9.139 Thread 0x000000001e299000 8103 1 java.security.Provider::checkLegacy (41 bytes)
|
|||
|
Event: 9.139 Thread 0x000000001e299000 nmethod 8103 0x0000000003faab50 code [0x0000000003faacc0, 0x0000000003faaf28]
|
|||
|
Event: 9.140 Thread 0x000000001e299000 8104 s 1 java.io.ByteArrayOutputStream::write (66 bytes)
|
|||
|
Event: 9.140 Thread 0x000000001e299000 nmethod 8104 0x0000000003fab050 code [0x0000000003fab1e0, 0x0000000003fab668]
|
|||
|
Event: 9.140 Thread 0x000000001e299000 8106 1 java.io.ByteArrayOutputStream::<init> (7 bytes)
|
|||
|
Event: 9.140 Thread 0x000000001e299000 nmethod 8106 0x0000000003fab890 code [0x0000000003fab9e0, 0x0000000003fabb28]
|
|||
|
Event: 9.140 Thread 0x000000001e299000 8105 1 java.util.Arrays::hashCode (44 bytes)
|
|||
|
Event: 9.140 Thread 0x000000001e299000 nmethod 8105 0x0000000003fabb90 code [0x0000000003fabce0, 0x0000000003fabe10]
|
|||
|
|
|||
|
GC Heap History (10 events):
|
|||
|
Event: 5.099 GC heap before
|
|||
|
{Heap before GC invocations=11 (full 2):
|
|||
|
PSYoungGen total 278016K, used 261632K [0x000000076bb00000, 0x000000077db80000, 0x00000007c0000000)
|
|||
|
eden space 261632K, 100% used [0x000000076bb00000,0x000000077ba80000,0x000000077ba80000)
|
|||
|
from space 16384K, 0% used [0x000000077ca00000,0x000000077ca00000,0x000000077da00000)
|
|||
|
to space 15872K, 0% used [0x000000077ba80000,0x000000077ba80000,0x000000077ca00000)
|
|||
|
ParOldGen total 156672K, used 19349K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 12% used [0x00000006c3000000,0x00000006c42e5460,0x00000006cc900000)
|
|||
|
Metaspace used 43769K, capacity 46350K, committed 46592K, reserved 1089536K
|
|||
|
class space used 5830K, capacity 6307K, committed 6400K, reserved 1048576K
|
|||
|
Event: 5.112 GC heap after
|
|||
|
Heap after GC invocations=11 (full 2):
|
|||
|
PSYoungGen total 277504K, used 12502K [0x000000076bb00000, 0x0000000782580000, 0x00000007c0000000)
|
|||
|
eden space 261632K, 0% used [0x000000076bb00000,0x000000076bb00000,0x000000077ba80000)
|
|||
|
from space 15872K, 78% used [0x000000077ba80000,0x000000077c6b5bb0,0x000000077ca00000)
|
|||
|
to space 15872K, 0% used [0x0000000781600000,0x0000000781600000,0x0000000782580000)
|
|||
|
ParOldGen total 156672K, used 19421K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 12% used [0x00000006c3000000,0x00000006c42f7470,0x00000006cc900000)
|
|||
|
Metaspace used 43769K, capacity 46350K, committed 46592K, reserved 1089536K
|
|||
|
class space used 5830K, capacity 6307K, committed 6400K, reserved 1048576K
|
|||
|
}
|
|||
|
Event: 6.104 GC heap before
|
|||
|
{Heap before GC invocations=12 (full 2):
|
|||
|
PSYoungGen total 277504K, used 274134K [0x000000076bb00000, 0x0000000782580000, 0x00000007c0000000)
|
|||
|
eden space 261632K, 100% used [0x000000076bb00000,0x000000077ba80000,0x000000077ba80000)
|
|||
|
from space 15872K, 78% used [0x000000077ba80000,0x000000077c6b5bb0,0x000000077ca00000)
|
|||
|
to space 15872K, 0% used [0x0000000781600000,0x0000000781600000,0x0000000782580000)
|
|||
|
ParOldGen total 156672K, used 19421K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 12% used [0x00000006c3000000,0x00000006c42f7470,0x00000006cc900000)
|
|||
|
Metaspace used 50458K, capacity 53428K, committed 53632K, reserved 1095680K
|
|||
|
class space used 6411K, capacity 6962K, committed 7040K, reserved 1048576K
|
|||
|
Event: 6.116 GC heap after
|
|||
|
Heap after GC invocations=12 (full 2):
|
|||
|
PSYoungGen total 352256K, used 15850K [0x000000076bb00000, 0x0000000782780000, 0x00000007c0000000)
|
|||
|
eden space 336384K, 0% used [0x000000076bb00000,0x000000076bb00000,0x0000000780380000)
|
|||
|
from space 15872K, 99% used [0x0000000781600000,0x000000078257a830,0x0000000782580000)
|
|||
|
to space 18432K, 0% used [0x0000000780380000,0x0000000780380000,0x0000000781580000)
|
|||
|
ParOldGen total 156672K, used 22004K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 14% used [0x00000006c3000000,0x00000006c457d310,0x00000006cc900000)
|
|||
|
Metaspace used 50458K, capacity 53428K, committed 53632K, reserved 1095680K
|
|||
|
class space used 6411K, capacity 6962K, committed 7040K, reserved 1048576K
|
|||
|
}
|
|||
|
Event: 6.735 GC heap before
|
|||
|
{Heap before GC invocations=13 (full 2):
|
|||
|
PSYoungGen total 352256K, used 165190K [0x000000076bb00000, 0x0000000782780000, 0x00000007c0000000)
|
|||
|
eden space 336384K, 44% used [0x000000076bb00000,0x0000000774cd7388,0x0000000780380000)
|
|||
|
from space 15872K, 99% used [0x0000000781600000,0x000000078257a830,0x0000000782580000)
|
|||
|
to space 18432K, 0% used [0x0000000780380000,0x0000000780380000,0x0000000781580000)
|
|||
|
ParOldGen total 156672K, used 22004K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 14% used [0x00000006c3000000,0x00000006c457d310,0x00000006cc900000)
|
|||
|
Metaspace used 55828K, capacity 59030K, committed 59160K, reserved 1101824K
|
|||
|
class space used 7133K, capacity 7703K, committed 7808K, reserved 1048576K
|
|||
|
Event: 6.747 GC heap after
|
|||
|
Heap after GC invocations=13 (full 2):
|
|||
|
PSYoungGen total 354816K, used 18148K [0x000000076bb00000, 0x0000000788a80000, 0x00000007c0000000)
|
|||
|
eden space 336384K, 0% used [0x000000076bb00000,0x000000076bb00000,0x0000000780380000)
|
|||
|
from space 18432K, 98% used [0x0000000780380000,0x00000007815391d8,0x0000000781580000)
|
|||
|
to space 19968K, 0% used [0x0000000787700000,0x0000000787700000,0x0000000788a80000)
|
|||
|
ParOldGen total 156672K, used 27224K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 17% used [0x00000006c3000000,0x00000006c4a96340,0x00000006cc900000)
|
|||
|
Metaspace used 55828K, capacity 59030K, committed 59160K, reserved 1101824K
|
|||
|
class space used 7133K, capacity 7703K, committed 7808K, reserved 1048576K
|
|||
|
}
|
|||
|
Event: 6.747 GC heap before
|
|||
|
{Heap before GC invocations=14 (full 3):
|
|||
|
PSYoungGen total 354816K, used 18148K [0x000000076bb00000, 0x0000000788a80000, 0x00000007c0000000)
|
|||
|
eden space 336384K, 0% used [0x000000076bb00000,0x000000076bb00000,0x0000000780380000)
|
|||
|
from space 18432K, 98% used [0x0000000780380000,0x00000007815391d8,0x0000000781580000)
|
|||
|
to space 19968K, 0% used [0x0000000787700000,0x0000000787700000,0x0000000788a80000)
|
|||
|
ParOldGen total 156672K, used 27224K [0x00000006c3000000, 0x00000006cc900000, 0x000000076bb00000)
|
|||
|
object space 156672K, 17% used [0x00000006c3000000,0x00000006c4a96340,0x00000006cc900000)
|
|||
|
Metaspace used 55828K, capacity 59030K, committed 59160K, reserved 1101824K
|
|||
|
class space used 7133K, capacity 7703K, committed 7808K, reserved 1048576K
|
|||
|
Event: 6.933 GC heap after
|
|||
|
Heap after GC invocations=14 (full 3):
|
|||
|
PSYoungGen total 354816K, used 0K [0x000000076bb00000, 0x0000000788a80000, 0x00000007c0000000)
|
|||
|
eden space 336384K, 0% used [0x000000076bb00000,0x000000076bb00000,0x0000000780380000)
|
|||
|
from space 18432K, 0% used [0x0000000780380000,0x0000000780380000,0x0000000781580000)
|
|||
|
to space 19968K, 0% used [0x0000000787700000,0x0000000787700000,0x0000000788a80000)
|
|||
|
ParOldGen total 232960K, used 40223K [0x00000006c3000000, 0x00000006d1380000, 0x000000076bb00000)
|
|||
|
object space 232960K, 17% used [0x00000006c3000000,0x00000006c5747e50,0x00000006d1380000)
|
|||
|
Metaspace used 55828K, capacity 59030K, committed 59160K, reserved 1101824K
|
|||
|
class space used 7133K, capacity 7703K, committed 7808K, reserved 1048576K
|
|||
|
}
|
|||
|
Event: 8.320 GC heap before
|
|||
|
{Heap before GC invocations=15 (full 3):
|
|||
|
PSYoungGen total 354816K, used 336384K [0x000000076bb00000, 0x0000000788a80000, 0x00000007c0000000)
|
|||
|
eden space 336384K, 100% used [0x000000076bb00000,0x0000000780380000,0x0000000780380000)
|
|||
|
from space 18432K, 0% used [0x0000000780380000,0x0000000780380000,0x0000000781580000)
|
|||
|
to space 19968K, 0% used [0x0000000787700000,0x0000000787700000,0x0000000788a80000)
|
|||
|
ParOldGen total 232960K, used 40223K [0x00000006c3000000, 0x00000006d1380000, 0x000000076bb00000)
|
|||
|
object space 232960K, 17% used [0x00000006c3000000,0x00000006c5747e50,0x00000006d1380000)
|
|||
|
Metaspace used 62002K, capacity 66842K, committed 67072K, reserved 1107968K
|
|||
|
class space used 8091K, capacity 8900K, committed 8960K, reserved 1048576K
|
|||
|
Event: 8.330 GC heap after
|
|||
|
Heap after GC invocations=15 (full 3):
|
|||
|
PSYoungGen total 409600K, used 12801K [0x000000076bb00000, 0x0000000788400000, 0x00000007c0000000)
|
|||
|
eden space 396288K, 0% used [0x000000076bb00000,0x000000076bb00000,0x0000000783e00000)
|
|||
|
from space 13312K, 96% used [0x0000000787700000,0x00000007883804c0,0x0000000788400000)
|
|||
|
to space 19456K, 0% used [0x0000000785e00000,0x0000000785e00000,0x0000000787100000)
|
|||
|
ParOldGen total 232960K, used 40239K [0x00000006c3000000, 0x00000006d1380000, 0x000000076bb00000)
|
|||
|
object space 232960K, 17% used [0x00000006c3000000,0x00000006c574be50,0x00000006d1380000)
|
|||
|
Metaspace used 62002K, capacity 66842K, committed 67072K, reserved 1107968K
|
|||
|
class space used 8091K, capacity 8900K, committed 8960K, reserved 1048576K
|
|||
|
}
|
|||
|
|
|||
|
Deoptimization events (0 events):
|
|||
|
No events
|
|||
|
|
|||
|
Classes redefined (0 events):
|
|||
|
No events
|
|||
|
|
|||
|
Internal exceptions (10 events):
|
|||
|
Event: 8.937 Thread 0x00000000005ee000 Exception <a 'java/lang/ClassNotFoundException': > (0x000000077a3c8ee8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
|
|||
|
Event: 8.937 Thread 0x00000000005ee000 Exception <a 'java/lang/ClassNotFoundException': > (0x000000077a3cf358) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
|
|||
|
Event: 8.937 Thread 0x00000000005ee000 Exception <a 'java/lang/ClassNotFoundException': > (0x000000077a3d57a8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
|
|||
|
Event: 8.938 Thread 0x00000000005ee000 Exception <a 'java/lang/ClassNotFoundException': > (0x000000077a409c80) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
|
|||
|
Event: 8.938 Thread 0x00000000005ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000077a431c90) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
|
|||
|
Event: 8.939 Thread 0x00000000005ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000077a434488) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
|
|||
|
Event: 8.939 Thread 0x00000000005ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000077a434bf8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
|
|||
|
Event: 8.940 Thread 0x00000000005ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000077a498ba0) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
|
|||
|
Event: 8.944 Thread 0x00000000005ee000 Exception <a 'java/lang/ClassNotFoundException': > (0x000000077a5c51f0) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
|
|||
|
Event: 8.945 Thread 0x00000000005ee000 Exception <a 'java/lang/ClassNotFoundException': > (0x000000077a643d18) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
|
|||
|
|
|||
|
Events (10 events):
|
|||
|
Event: 9.143 Thread 0x00000000005ee000 DEOPT UNPACKING pc=0x0000000002fe7890 sp=0x0000000002d1a6f0 mode 1
|
|||
|
Event: 9.144 loading class com/mysql/cj/MysqlCharset
|
|||
|
Event: 9.144 loading class com/mysql/cj/MysqlCharset done
|
|||
|
Event: 9.144 Thread 0x00000000005ee000 DEOPT PACKING pc=0x00000000031cd051 sp=0x0000000002d19fe0
|
|||
|
Event: 9.144 Thread 0x00000000005ee000 DEOPT UNPACKING pc=0x0000000002fe7890 sp=0x0000000002d19d30 mode 1
|
|||
|
Event: 9.144 Thread 0x00000000005ee000 DEOPT PACKING pc=0x0000000003bc3f84 sp=0x0000000002d1a060
|
|||
|
Event: 9.144 Thread 0x00000000005ee000 DEOPT UNPACKING pc=0x0000000002fe7890 sp=0x0000000002d19e80 mode 1
|
|||
|
Event: 9.144 Thread 0x00000000005ee000 DEOPT PACKING pc=0x0000000003bc3ecc sp=0x0000000002d1a1f0
|
|||
|
Event: 9.144 Thread 0x00000000005ee000 DEOPT UNPACKING pc=0x0000000002fe7890 sp=0x0000000002d1a010 mode 1
|
|||
|
Event: 9.144 loading class sun/nio/cs/ext/Big5
|
|||
|
|
|||
|
|
|||
|
Dynamic libraries:
|
|||
|
0x00007ff7aa700000 - 0x00007ff7aa737000 F:\DevelopmentSoftware\Java\Java8\bin\java.exe
|
|||
|
0x00007ffdab5b0000 - 0x00007ffdab7a4000 C:\windows\SYSTEM32\ntdll.dll
|
|||
|
0x00007ffda9640000 - 0x00007ffda96fd000 C:\windows\System32\KERNEL32.DLL
|
|||
|
0x00007ffda8c00000 - 0x00007ffda8ec7000 C:\windows\System32\KERNELBASE.dll
|
|||
|
0x00007ffda9480000 - 0x00007ffda952a000 C:\windows\System32\ADVAPI32.dll
|
|||
|
0x00007ffda9c30000 - 0x00007ffda9cce000 C:\windows\System32\msvcrt.dll
|
|||
|
0x00007ffdab190000 - 0x00007ffdab22b000 C:\windows\System32\sechost.dll
|
|||
|
0x00007ffdaa750000 - 0x00007ffdaa873000 C:\windows\System32\RPCRT4.dll
|
|||
|
0x00007ffda9a90000 - 0x00007ffda9c30000 C:\windows\System32\USER32.dll
|
|||
|
0x00007ffda8bd0000 - 0x00007ffda8bf2000 C:\windows\System32\win32u.dll
|
|||
|
0x00007ffda9700000 - 0x00007ffda972a000 C:\windows\System32\GDI32.dll
|
|||
|
0x00007ffda9090000 - 0x00007ffda919a000 C:\windows\System32\gdi32full.dll
|
|||
|
0x00007ffda8b30000 - 0x00007ffda8bcd000 C:\windows\System32\msvcp_win.dll
|
|||
|
0x00007ffda8a30000 - 0x00007ffda8b30000 C:\windows\System32\ucrtbase.dll
|
|||
|
0x00007ffd951f0000 - 0x00007ffd9548a000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec\COMCTL32.dll
|
|||
|
0x00007ffdab540000 - 0x00007ffdab570000 C:\windows\System32\IMM32.DLL
|
|||
|
0x0000000063be0000 - 0x0000000063bed000 F:\SystemSoftware\360\360Safe\safemon\SafeWrapper.dll
|
|||
|
0x00007ffd90b10000 - 0x00007ffd90c15000 F:\SystemSoftware\360\360Safe\safemon\libzdtp64.dll
|
|||
|
0x00007ffda9e60000 - 0x00007ffdaa591000 C:\windows\System32\SHELL32.dll
|
|||
|
0x00007ffdaaae0000 - 0x00007ffdaab35000 C:\windows\System32\SHLWAPI.dll
|
|||
|
0x00007ffda84d0000 - 0x00007ffda84da000 C:\windows\SYSTEM32\VERSION.dll
|
|||
|
0x0000000063600000 - 0x00000000636d1000 F:\DevelopmentSoftware\Java\Java8\jre\bin\msvcr100.dll
|
|||
|
0x0000000062d50000 - 0x00000000635f3000 F:\DevelopmentSoftware\Java\Java8\jre\bin\server\jvm.dll
|
|||
|
0x00007ffdaab40000 - 0x00007ffdaab48000 C:\windows\System32\PSAPI.DLL
|
|||
|
0x00007ffd8eff0000 - 0x00007ffd8eff9000 C:\windows\SYSTEM32\WSOCK32.dll
|
|||
|
0x00007ffd97d10000 - 0x00007ffd97d37000 C:\windows\SYSTEM32\WINMM.dll
|
|||
|
0x00007ffdab120000 - 0x00007ffdab18b000 C:\windows\System32\WS2_32.dll
|
|||
|
0x00007ffd96b80000 - 0x00007ffd96b8f000 F:\DevelopmentSoftware\Java\Java8\jre\bin\verify.dll
|
|||
|
0x00007ffd90c80000 - 0x00007ffd90ca9000 F:\DevelopmentSoftware\Java\Java8\jre\bin\java.dll
|
|||
|
0x00007ffd58dc0000 - 0x00007ffd58df5000 F:\DevelopmentSoftware\Java\Java8\jre\bin\jdwp.dll
|
|||
|
0x00007ffd92050000 - 0x00007ffd92058000 F:\DevelopmentSoftware\Java\Java8\jre\bin\npt.dll
|
|||
|
0x00007ffd77ee0000 - 0x00007ffd77f03000 F:\DevelopmentSoftware\Java\Java8\jre\bin\instrument.dll
|
|||
|
0x00007ffd87d90000 - 0x00007ffd87da6000 F:\DevelopmentSoftware\Java\Java8\jre\bin\zip.dll
|
|||
|
0x00007ffda6630000 - 0x00007ffda6dba000 C:\windows\SYSTEM32\windows.storage.dll
|
|||
|
0x00007ffda9730000 - 0x00007ffda9a84000 C:\windows\System32\combase.dll
|
|||
|
0x00007ffda8340000 - 0x00007ffda836b000 C:\windows\SYSTEM32\Wldp.dll
|
|||
|
0x00007ffdaa8a0000 - 0x00007ffdaa94e000 C:\windows\System32\SHCORE.dll
|
|||
|
0x00007ffda88c0000 - 0x00007ffda88df000 C:\windows\SYSTEM32\profapi.dll
|
|||
|
0x00007ffd87b00000 - 0x00007ffd87b09000 F:\DevelopmentSoftware\Java\Java8\jre\bin\dt_socket.dll
|
|||
|
0x00007ffda80c0000 - 0x00007ffda812a000 C:\windows\system32\mswsock.dll
|
|||
|
0x00007ffd82070000 - 0x00007ffd8208a000 F:\DevelopmentSoftware\Java\Java8\jre\bin\net.dll
|
|||
|
0x00007ffd87de0000 - 0x00007ffd87e2b000 C:\Program Files (x86)\Sangfor\SSL\ClientComponent\SangforNspX64.dll
|
|||
|
0x00007ffdaa9b0000 - 0x00007ffdaaad9000 C:\windows\System32\ole32.dll
|
|||
|
0x00007ffdab2e0000 - 0x00007ffdab3b5000 C:\windows\System32\OLEAUT32.dll
|
|||
|
0x00007ffda7df0000 - 0x00007ffda7eba000 C:\windows\SYSTEM32\DNSAPI.dll
|
|||
|
0x00007ffda84e0000 - 0x00007ffda851b000 C:\windows\SYSTEM32\IPHLPAPI.DLL
|
|||
|
0x00007ffda9470000 - 0x00007ffda9479000 C:\windows\System32\NSI.dll
|
|||
|
0x00007ffda0240000 - 0x00007ffda024a000 C:\Windows\System32\rasadhlp.dll
|
|||
|
0x00007ffd979a0000 - 0x00007ffd97a1f000 C:\windows\System32\fwpuclnt.dll
|
|||
|
0x00007ffda91a0000 - 0x00007ffda91c7000 C:\windows\System32\bcrypt.dll
|
|||
|
0x00007ffda28d0000 - 0x00007ffda28dd000 F:\DevelopmentSoftware\Java\Java8\jre\bin\management.dll
|
|||
|
0x00007ffda28e0000 - 0x00007ffda28f1000 F:\DevelopmentSoftware\Java\Java8\jre\bin\nio.dll
|
|||
|
0x00007ffda8290000 - 0x00007ffda82a8000 C:\windows\SYSTEM32\CRYPTSP.dll
|
|||
|
0x00007ffda7a70000 - 0x00007ffda7aa4000 C:\windows\system32\rsaenh.dll
|
|||
|
0x00007ffda8880000 - 0x00007ffda88ae000 C:\windows\SYSTEM32\USERENV.dll
|
|||
|
0x00007ffda9360000 - 0x00007ffda93df000 C:\windows\System32\bcryptprimitives.dll
|
|||
|
0x00007ffda82b0000 - 0x00007ffda82bc000 C:\windows\SYSTEM32\CRYPTBASE.dll
|
|||
|
0x00007ffda0250000 - 0x00007ffda0267000 C:\windows\SYSTEM32\dhcpcsvc6.DLL
|
|||
|
0x00007ffda0ef0000 - 0x00007ffda0f0d000 C:\windows\SYSTEM32\dhcpcsvc.DLL
|
|||
|
0x00007ffda24d0000 - 0x00007ffda24e7000 C:\windows\system32\napinsp.dll
|
|||
|
0x00007ffda2310000 - 0x00007ffda232b000 C:\windows\system32\pnrpnsp.dll
|
|||
|
0x00007ffda2820000 - 0x00007ffda2835000 C:\windows\system32\wshbth.dll
|
|||
|
0x00007ffda3e50000 - 0x00007ffda3e6d000 C:\windows\system32\NLAapi.dll
|
|||
|
0x00007ffda1110000 - 0x00007ffda1122000 C:\windows\System32\winrnr.dll
|
|||
|
0x00007ffd96220000 - 0x00007ffd96244000 F:\DevelopmentSoftware\Java\Java8\jre\bin\sunec.dll
|
|||
|
0x00007ffd96210000 - 0x00007ffd9621b000 F:\DevelopmentSoftware\Java\Java8\jre\bin\sunmscapi.dll
|
|||
|
0x00007ffda9200000 - 0x00007ffda935d000 C:\windows\System32\CRYPT32.dll
|
|||
|
|
|||
|
VM Arguments:
|
|||
|
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:62324,suspend=y,server=n -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.profiles.active=lanproxy -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:C:\Users\Administrator\AppData\Local\JetBrains\IntelliJIdea2022.2\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8
|
|||
|
java_command: cn.com.tenlion.aishop.SystemAishopApplication
|
|||
|
java_class_path (initial): F:\DevelopmentSoftware\Java\Java8\jre\lib\charsets.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\deploy.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\access-bridge-64.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\cldrdata.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\dnsns.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\jaccess.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\jfxrt.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\localedata.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\nashorn.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\sunec.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\sunjce_provider.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\sunmscapi.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\sunpkcs11.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\ext\zipfs.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\javaws.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\jce.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\jfr.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\jfxswt.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\jsse.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\management-agent.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\plugin.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\resources.jar;F:\DevelopmentSoftware\Java\Java8\jre\lib\rt.jar;E:\TengShiProject\system_aishop\target\classes;F:\DevelopmentSoftware\Maven\apache-maven-3.5.4\repository\org\springframework\boot\spring-boot-starter-web\2.5.4\spring-boot-starter-web-2.5.4.jar;F:\DevelopmentSoftware\Maven\apache-maven-3.5.4\repository\org\springframework\boot\spring-boot-starter\2.5.4\spring-boot-starter-2.5.4.jar;F:\DevelopmentSoftware\Maven\apache-maven-3.5.4\repository\org\springframework\boot\spring-boot-autoconfigure\2.5.4\spring-boot-autoconfigure-2.5.4.jar;F:\DevelopmentSoftware\Maven\apache-maven-3.5.4\repository\org\springframework\boot\spring-boot-starter-logging\2.5.4\spring-boot-starter-logging-2.5.4.jar;F:\DevelopmentSoftware\Maven\
|
|||
|
Launcher Type: SUN_STANDARD
|
|||
|
|
|||
|
Environment Variables:
|
|||
|
JAVA_HOME=F:\DevelopmentSoftware\Java\Java8
|
|||
|
PATH=C:\Python311\Scripts\;C:\Python311\;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\;F:\DevelopmentSoftware\Java\Java8\bin;F:\DevelopmentSoftware\Java\Java8\jre\bin;F:\DevelopmentSoftware\Maven\apache-maven-3.5.4\bin;F:\DevelopmentSoftware\MySql\MySql5.5\bin;F:\DevelopmentSoftware\Git\cmd;F:\DevelopmentSoftware\OpenSSL-Win64\bin;F:\DevelopmentSoftware\Xshell 7\;F:\DevelopmentSoftware\Xftp 7\;C:\Program Files\dotnet\;C:\ProgramData\chocolatey\bin;F:\DevelopmentSoftware\Tesseract-OCR;F:\InstallationPackage\NanoMQ\bin;F:\DevelopmentSoftware\NodeJs\;C:\Program Files (x86)\dotnet\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;F:\DevelopmentSoftware\Maven\apache-maven-3.5.4\bin;F:\DevelopmentSoftware\NodeJs;F:\DevelopmentSoftware\Tesseract-OCR;C:\Users\Administrator\AppData\Roaming\npm
|
|||
|
USERNAME=Administrator
|
|||
|
OS=Windows_NT
|
|||
|
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
|
|||
|
|
|||
|
|
|||
|
|
|||
|
--------------- S Y S T E M ---------------
|
|||
|
|
|||
|
OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.207)
|
|||
|
|
|||
|
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
|
|||
|
|
|||
|
Memory: 4k page, physical 16579616k(806536k free), swap 32047260k(8248k free)
|
|||
|
|
|||
|
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.192-b12) for windows-amd64 JRE (1.8.0_192-b12), built on Oct 6 2018 17:12:23 by "java_re" with MS VC++ 10.0 (VS2010)
|
|||
|
|
|||
|
time: Wed Apr 16 16:47:28 2025
|
|||
|
timezone: <20>й<EFBFBD><D0B9><EFBFBD>ʱ<D7BC><CAB1>
|
|||
|
elapsed time: 9 seconds (0d 0h 0m 9s)
|
|||
|
|