first commit

main
洪丞进 2 weeks ago
commit ca383607dd

33
.gitignore vendored

@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/

Binary file not shown.

@ -0,0 +1,18 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar

@ -0,0 +1,322 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 211280 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (allocation.cpp:390), pid=36400, tid=0x0000000000008adc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.121-b13 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 (0x000000001e0bf800): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=35548, stack(0x000000001f8e0000,0x000000001f9e0000)]
Stack: [0x000000001f8e0000,0x000000001f9e0000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
Current CompileTask:
C2: 23007 5218 4 com.sun.tools.javac.code.Types::union (166 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000001e155000 JavaThread "Service Thread" daemon [_thread_blocked, id=24648, stack(0x000000001fae0000,0x000000001fbe0000)]
0x000000001e0c0800 JavaThread "C1 CompilerThread3" daemon [_thread_in_vm, id=33824, stack(0x000000001f9e0000,0x000000001fae0000)]
=>0x000000001e0bf800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=35548, stack(0x000000001f8e0000,0x000000001f9e0000)]
0x000000001e0bf000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18748, stack(0x000000001f7e0000,0x000000001f8e0000)]
0x000000001e0ba000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=37236, stack(0x000000001f6e0000,0x000000001f7e0000)]
0x000000001e09e000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=21288, stack(0x000000001f5e0000,0x000000001f6e0000)]
0x000000001e017800 JavaThread "Attach Listener" daemon [_thread_blocked, id=13296, stack(0x000000001f4e0000,0x000000001f5e0000)]
0x000000001e02e000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26140, stack(0x000000001f3e0000,0x000000001f4e0000)]
0x000000001c943800 JavaThread "Finalizer" daemon [_thread_blocked, id=27488, stack(0x000000001f270000,0x000000001f370000)]
0x000000001c93c800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2720, stack(0x000000001f170000,0x000000001f270000)]
0x00000000030b3000 JavaThread "main" [_thread_in_Java, id=8616, stack(0x0000000002a70000,0x0000000002b70000)]
Other Threads:
0x000000001c936800 VMThread [stack: 0x000000001f070000,0x000000001f170000] [id=16996]
0x000000001e198000 WatcherThread [stack: 0x000000001fbe0000,0x000000001fce0000] [id=25236]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 115712K, used 86091K [0x000000076e000000, 0x0000000776b80000, 0x00000007c0000000)
eden space 91648K, 78% used [0x000000076e000000,0x00000007725e51e8,0x0000000773980000)
from space 24064K, 60% used [0x0000000775400000,0x000000077622db10,0x0000000776b80000)
to space 25600K, 0% used [0x0000000773980000,0x0000000773980000,0x0000000775280000)
ParOldGen total 93696K, used 21213K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 22% used [0x00000006ca000000,0x00000006cb4b7618,0x00000006cfb80000)
Metaspace used 25714K, capacity 26456K, committed 26752K, reserved 1073152K
class space used 2935K, capacity 3129K, committed 3200K, reserved 1048576K
Card table byte_map: [0x0000000012570000,0x0000000012d30000] byte_map_base: 0x000000000ef20000
Marking Bits: (ParMarkBitMap*) 0x000000006de3b6d0
Begin Bits: [0x0000000013c50000, 0x00000000179d0000)
End Bits: [0x00000000179d0000, 0x000000001b750000)
Polling page: 0x0000000001280000
CodeCache: size=245760Kb used=16252Kb max_used=16252Kb free=229507Kb
bounds [0x00000000031b0000, 0x00000000041a0000, 0x00000000121b0000]
total_blobs=5122 nmethods=4704 adapters=331
compilation: enabled
Compilation events (10 events):
Event: 23.004 Thread 0x000000001e0c0800 nmethod 5240 0x0000000004197450 code [0x00000000041975c0, 0x00000000041978b8]
Event: 23.004 Thread 0x000000001e0c0800 5241 3 com.sun.tools.javac.comp.Resolve$InterfaceLookupPhase$2::update (2 bytes)
Event: 23.004 Thread 0x000000001e0c0800 nmethod 5241 0x00000000041979d0 code [0x0000000004197b20, 0x0000000004197c70]
Event: 23.004 Thread 0x000000001e0c0800 5243 3 com.sun.tools.javac.code.Scope$CompoundScope$CompoundScopeIterator::<init> (19 bytes)
Event: 23.004 Thread 0x000000001e0c0800 nmethod 5243 0x0000000004197d10 code [0x0000000004197e80, 0x00000000041980a8]
Event: 23.004 Thread 0x000000001e0c0800 5242 3 com.sun.tools.javac.comp.Attr::litType (30 bytes)
Event: 23.004 Thread 0x000000001e0c0800 nmethod 5242 0x0000000004198190 code [0x0000000004198300, 0x00000000041985b0]
Event: 23.004 Thread 0x000000001e0c0800 5244 2 com.sun.tools.javac.code.Types$19::visitClassType (122 bytes)
Event: 23.004 Thread 0x000000001e0c0800 nmethod 5244 0x0000000004198710 code [0x0000000004198900, 0x0000000004198e88]
Event: 23.005 Thread 0x000000001e0c0800 5245 3 com.sun.tools.javac.comp.Resolve::mostSpecific (540 bytes)
GC Heap History (10 events):
Event: 15.167 GC heap before
{Heap before GC invocations=5 (full 0):
PSYoungGen total 73728K, used 58467K [0x000000076e000000, 0x0000000773200000, 0x00000007c0000000)
eden space 63488K, 76% used [0x000000076e000000,0x0000000770f1ef68,0x0000000771e00000)
from space 10240K, 99% used [0x0000000772800000,0x00000007731fa040,0x0000000773200000)
to space 10240K, 0% used [0x0000000771e00000,0x0000000771e00000,0x0000000772800000)
ParOldGen total 167936K, used 24916K [0x00000006ca000000, 0x00000006d4400000, 0x000000076e000000)
object space 167936K, 14% used [0x00000006ca000000,0x00000006cb8551e0,0x00000006d4400000)
Metaspace used 20619K, capacity 21140K, committed 21248K, reserved 1069056K
class space used 2398K, capacity 2523K, committed 2560K, reserved 1048576K
Event: 15.175 GC heap after
Heap after GC invocations=5 (full 0):
PSYoungGen total 73728K, used 10235K [0x000000076e000000, 0x0000000773200000, 0x00000007c0000000)
eden space 63488K, 0% used [0x000000076e000000,0x000000076e000000,0x0000000771e00000)
from space 10240K, 99% used [0x0000000771e00000,0x00000007727fec58,0x0000000772800000)
to space 10240K, 0% used [0x0000000772800000,0x0000000772800000,0x0000000773200000)
ParOldGen total 167936K, used 26455K [0x00000006ca000000, 0x00000006d4400000, 0x000000076e000000)
object space 167936K, 15% used [0x00000006ca000000,0x00000006cb9d5e18,0x00000006d4400000)
Metaspace used 20619K, capacity 21140K, committed 21248K, reserved 1069056K
class space used 2398K, capacity 2523K, committed 2560K, reserved 1048576K
}
Event: 15.175 GC heap before
{Heap before GC invocations=6 (full 1):
PSYoungGen total 73728K, used 10235K [0x000000076e000000, 0x0000000773200000, 0x00000007c0000000)
eden space 63488K, 0% used [0x000000076e000000,0x000000076e000000,0x0000000771e00000)
from space 10240K, 99% used [0x0000000771e00000,0x00000007727fec58,0x0000000772800000)
to space 10240K, 0% used [0x0000000772800000,0x0000000772800000,0x0000000773200000)
ParOldGen total 167936K, used 26455K [0x00000006ca000000, 0x00000006d4400000, 0x000000076e000000)
object space 167936K, 15% used [0x00000006ca000000,0x00000006cb9d5e18,0x00000006d4400000)
Metaspace used 20619K, capacity 21140K, committed 21248K, reserved 1069056K
class space used 2398K, capacity 2523K, committed 2560K, reserved 1048576K
Event: 15.212 GC heap after
Heap after GC invocations=6 (full 1):
PSYoungGen total 73728K, used 0K [0x000000076e000000, 0x0000000773200000, 0x00000007c0000000)
eden space 63488K, 0% used [0x000000076e000000,0x000000076e000000,0x0000000771e00000)
from space 10240K, 0% used [0x0000000771e00000,0x0000000771e00000,0x0000000772800000)
to space 10240K, 0% used [0x0000000772800000,0x0000000772800000,0x0000000773200000)
ParOldGen total 93696K, used 13970K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 14% used [0x00000006ca000000,0x00000006cada4a88,0x00000006cfb80000)
Metaspace used 20619K, capacity 21140K, committed 21248K, reserved 1069056K
class space used 2398K, capacity 2523K, committed 2560K, reserved 1048576K
}
Event: 22.094 GC heap before
{Heap before GC invocations=7 (full 1):
PSYoungGen total 73728K, used 63488K [0x000000076e000000, 0x0000000773200000, 0x00000007c0000000)
eden space 63488K, 100% used [0x000000076e000000,0x0000000771e00000,0x0000000771e00000)
from space 10240K, 0% used [0x0000000771e00000,0x0000000771e00000,0x0000000772800000)
to space 10240K, 0% used [0x0000000772800000,0x0000000772800000,0x0000000773200000)
ParOldGen total 93696K, used 13970K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 14% used [0x00000006ca000000,0x00000006cada4a88,0x00000006cfb80000)
Metaspace used 22932K, capacity 23508K, committed 23808K, reserved 1071104K
class space used 2654K, capacity 2779K, committed 2816K, reserved 1048576K
Event: 22.102 GC heap after
Heap after GC invocations=7 (full 1):
PSYoungGen total 56832K, used 10219K [0x000000076e000000, 0x0000000775180000, 0x00000007c0000000)
eden space 46592K, 0% used [0x000000076e000000,0x000000076e000000,0x0000000770d80000)
from space 10240K, 99% used [0x0000000772800000,0x00000007731faee0,0x0000000773200000)
to space 27136K, 0% used [0x0000000770d80000,0x0000000770d80000,0x0000000772800000)
ParOldGen total 93696K, used 21197K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 22% used [0x00000006ca000000,0x00000006cb4b3618,0x00000006cfb80000)
Metaspace used 22932K, capacity 23508K, committed 23808K, reserved 1071104K
class space used 2654K, capacity 2779K, committed 2816K, reserved 1048576K
}
Event: 22.113 GC heap before
{Heap before GC invocations=8 (full 1):
PSYoungGen total 56832K, used 56811K [0x000000076e000000, 0x0000000775180000, 0x00000007c0000000)
eden space 46592K, 100% used [0x000000076e000000,0x0000000770d80000,0x0000000770d80000)
from space 10240K, 99% used [0x0000000772800000,0x00000007731faee0,0x0000000773200000)
to space 27136K, 0% used [0x0000000770d80000,0x0000000770d80000,0x0000000772800000)
ParOldGen total 93696K, used 21197K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 22% used [0x00000006ca000000,0x00000006cb4b3618,0x00000006cfb80000)
Metaspace used 22932K, capacity 23508K, committed 23808K, reserved 1071104K
class space used 2654K, capacity 2779K, committed 2816K, reserved 1048576K
Event: 22.117 GC heap after
Heap after GC invocations=8 (full 1):
PSYoungGen total 73728K, used 10397K [0x000000076e000000, 0x0000000776e80000, 0x00000007c0000000)
eden space 46592K, 0% used [0x000000076e000000,0x000000076e000000,0x0000000770d80000)
from space 27136K, 38% used [0x0000000770d80000,0x00000007717a77c8,0x0000000772800000)
to space 27136K, 0% used [0x0000000775400000,0x0000000775400000,0x0000000776e80000)
ParOldGen total 93696K, used 21205K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 22% used [0x00000006ca000000,0x00000006cb4b5618,0x00000006cfb80000)
Metaspace used 22932K, capacity 23508K, committed 23808K, reserved 1071104K
class space used 2654K, capacity 2779K, committed 2816K, reserved 1048576K
}
Event: 22.308 GC heap before
{Heap before GC invocations=9 (full 1):
PSYoungGen total 73728K, used 56989K [0x000000076e000000, 0x0000000776e80000, 0x00000007c0000000)
eden space 46592K, 100% used [0x000000076e000000,0x0000000770d80000,0x0000000770d80000)
from space 27136K, 38% used [0x0000000770d80000,0x00000007717a77c8,0x0000000772800000)
to space 27136K, 0% used [0x0000000775400000,0x0000000775400000,0x0000000776e80000)
ParOldGen total 93696K, used 21205K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 22% used [0x00000006ca000000,0x00000006cb4b5618,0x00000006cfb80000)
Metaspace used 23246K, capacity 23796K, committed 24064K, reserved 1071104K
class space used 2670K, capacity 2811K, committed 2816K, reserved 1048576K
Event: 22.317 GC heap after
Heap after GC invocations=9 (full 1):
PSYoungGen total 115712K, used 14518K [0x000000076e000000, 0x0000000776b80000, 0x00000007c0000000)
eden space 91648K, 0% used [0x000000076e000000,0x000000076e000000,0x0000000773980000)
from space 24064K, 60% used [0x0000000775400000,0x000000077622db10,0x0000000776b80000)
to space 25600K, 0% used [0x0000000773980000,0x0000000773980000,0x0000000775280000)
ParOldGen total 93696K, used 21213K [0x00000006ca000000, 0x00000006cfb80000, 0x000000076e000000)
object space 93696K, 22% used [0x00000006ca000000,0x00000006cb4b7618,0x00000006cfb80000)
Metaspace used 23246K, capacity 23796K, committed 24064K, reserved 1071104K
class space used 2670K, capacity 2811K, committed 2816K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 22.937 Thread 0x00000000030b3000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037a4a34 method=com.sun.tools.javac.comp.Attr.selectSym(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/c
Event: 22.938 Thread 0x00000000030b3000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000040c03c4 method=com.sun.tools.javac.code.Type$ClassType.getTypeArguments()Lcom/sun/tools/javac/util/List; @ 15
Event: 22.977 Thread 0x00000000030b3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d5080c method=com.sun.tools.javac.code.Type.isCompound()Z @ 14
Event: 22.979 Thread 0x00000000030b3000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004137b3c method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 110
Event: 22.981 Thread 0x00000000030b3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d5080c method=com.sun.tools.javac.code.Type.isCompound()Z @ 14
Event: 23.000 Thread 0x00000000030b3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000416e804 method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Event: 23.001 Thread 0x00000000030b3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000416e804 method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Event: 23.001 Thread 0x00000000030b3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000416e804 method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Event: 23.001 Thread 0x00000000030b3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000416e804 method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Event: 23.003 Thread 0x00000000030b3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000416b3dc method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Internal exceptions (10 events):
Event: 21.953 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x000000076fbbf090) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 21.985 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x00000007703d1690) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 21.985 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x00000007703d24e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 21.985 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x00000007703d33b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 21.986 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x00000007703d4338) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 22.332 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x000000076e0e9f50) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 22.362 Thread 0x00000000030b3000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x000000076e237db8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 22.363 Thread 0x00000000030b3000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x000000076e245d18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 22.445 Thread 0x00000000030b3000 Implicit null exception at 0x0000000003ef4fcf to 0x0000000003ef50d1
Event: 22.591 Thread 0x00000000030b3000 Exception <a 'java/io/FileNotFoundException'> (0x00000007700e53b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Events (10 events):
Event: 23.001 Thread 0x00000000030b3000 DEOPT UNPACKING pc=0x00000000031f582a sp=0x0000000002b6b5d0 mode 2
Event: 23.001 Thread 0x00000000030b3000 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000416e804
Event: 23.001 Thread 0x00000000030b3000 DEOPT PACKING pc=0x000000000416e804 sp=0x0000000002b6b830
Event: 23.001 Thread 0x00000000030b3000 DEOPT UNPACKING pc=0x00000000031f582a sp=0x0000000002b6b770 mode 2
Event: 23.001 Thread 0x00000000030b3000 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000416e804
Event: 23.001 Thread 0x00000000030b3000 DEOPT PACKING pc=0x000000000416e804 sp=0x0000000002b6b690
Event: 23.001 Thread 0x00000000030b3000 DEOPT UNPACKING pc=0x00000000031f582a sp=0x0000000002b6b5d0 mode 2
Event: 23.003 Thread 0x00000000030b3000 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000416b3dc
Event: 23.003 Thread 0x00000000030b3000 DEOPT PACKING pc=0x000000000416b3dc sp=0x0000000002b6bac0
Event: 23.003 Thread 0x00000000030b3000 DEOPT UNPACKING pc=0x00000000031f582a sp=0x0000000002b6ba80 mode 2
Dynamic libraries:
0x00007ff70ce30000 - 0x00007ff70ce67000 C:\Java\jdk1.8.0_121\bin\java.exe
0x00007ff88d7c0000 - 0x00007ff88da23000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff88c100000 - 0x00007ff88c1c7000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff88b200000 - 0x00007ff88b5b1000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff884ce0000 - 0x00007ff884d7c000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ff88c1d0000 - 0x00007ff88c282000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff88c7a0000 - 0x00007ff88c849000 C:\WINDOWS\System32\msvcrt.dll
0x00007ff88c470000 - 0x00007ff88c517000 C:\WINDOWS\System32\sechost.dll
0x00007ff88c2a0000 - 0x00007ff88c3b6000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ff88b640000 - 0x00007ff88b803000 C:\WINDOWS\System32\USER32.dll
0x00007ff88b0a0000 - 0x00007ff88b0c7000 C:\WINDOWS\System32\win32u.dll
0x00007ff88c6e0000 - 0x00007ff88c70a000 C:\WINDOWS\System32\GDI32.dll
0x00007ff88b0d0000 - 0x00007ff88b1f5000 C:\WINDOWS\System32\gdi32full.dll
0x00007ff88ad20000 - 0x00007ff88adc3000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ff88af50000 - 0x00007ff88b09b000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ff8748f0000 - 0x00007ff874b80000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.1642_none_3e0a93bae3326442\COMCTL32.dll
0x00007ff88d3f0000 - 0x00007ff88d41f000 C:\WINDOWS\System32\IMM32.DLL
0x000000006dec0000 - 0x000000006df92000 C:\Java\jdk1.8.0_121\jre\bin\msvcr100.dll
0x000000006d620000 - 0x000000006debb000 C:\Java\jdk1.8.0_121\jre\bin\server\jvm.dll
0x00007ff88c6d0000 - 0x00007ff88c6d8000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ff886da0000 - 0x00007ff886dd6000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff865970000 - 0x00007ff86597a000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff880d90000 - 0x00007ff880d9b000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff88c080000 - 0x00007ff88c0f4000 C:\WINDOWS\System32\WS2_32.dll
0x000000006d5d0000 - 0x000000006d5df000 C:\Java\jdk1.8.0_121\jre\bin\verify.dll
0x000000006d5a0000 - 0x000000006d5c9000 C:\Java\jdk1.8.0_121\jre\bin\java.dll
0x000000006d2d0000 - 0x000000006d2f3000 C:\Java\jdk1.8.0_121\jre\bin\instrument.dll
0x000000006d580000 - 0x000000006d596000 C:\Java\jdk1.8.0_121\jre\bin\zip.dll
0x00007ff88b970000 - 0x00007ff88c068000 C:\WINDOWS\System32\SHELL32.dll
0x00007ff888990000 - 0x00007ff8891ba000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ff88c9d0000 - 0x00007ff88cd4c000 C:\WINDOWS\System32\combase.dll
0x00007ff88c8d0000 - 0x00007ff88c9a3000 C:\WINDOWS\System32\SHCORE.dll
0x00007ff88d390000 - 0x00007ff88d3ed000 C:\WINDOWS\System32\shlwapi.dll
0x00007ff88aae0000 - 0x00007ff88ab09000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ff87ce60000 - 0x00007ff87ce7a000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1\bin\breakgen64.dll
0x000000006d370000 - 0x000000006d38a000 C:\Java\jdk1.8.0_121\jre\bin\net.dll
0x00007ff889f10000 - 0x00007ff889f78000 C:\WINDOWS\system32\mswsock.dll
0x00007ff88a1b0000 - 0x00007ff88a1cc000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff889970000 - 0x00007ff8899a8000 C:\WINDOWS\system32\rsaenh.dll
0x00007ff889fb0000 - 0x00007ff889fdb000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff88a400000 - 0x00007ff88a426000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ff88ac80000 - 0x00007ff88ad19000 C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ff88a1d0000 - 0x00007ff88a1dc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ff889450000 - 0x00007ff889481000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff88c290000 - 0x00007ff88c29a000 C:\WINDOWS\System32\NSI.dll
0x00007ff8848f0000 - 0x00007ff88490e000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff8833d0000 - 0x00007ff8833f5000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ff889540000 - 0x00007ff88965f000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x000000006d350000 - 0x000000006d361000 C:\Java\jdk1.8.0_121\jre\bin\nio.dll
0x00007ff885c40000 - 0x00007ff885c4a000 C:\Users\admin\AppData\Local\Temp\jansi-1.17.1-4075160977072206374.dll
0x00007ff87cf90000 - 0x00007ff87cf9a000 C:\Users\admin\AppData\Local\Temp\jansi-1.17.1-5446258824112228965.dll
VM Arguments:
jvm_args: -Dmaven.multiModuleProjectDirectory=D:\Project\105\interface\create_project -Dmaven.home=D:\Maven\apache-maven-3.6.3 -Dclassworlds.conf=D:\Maven\apache-maven-3.6.3\bin\m2.conf -Dmaven.ext.class.path=D:\Program Files\JetBrains\IntelliJ IDEA 2020.1\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2020.1\lib\idea_rt.jar=36960:D:\Program Files\JetBrains\IntelliJ IDEA 2020.1\bin -Dfile.encoding=UTF-8
java_command: org.codehaus.classworlds.Launcher -Didea.version2020.1 -s D:\Maven\apache-maven-3.6.3\conf\settings.xml -Dmaven.repo.local=D:\Maven\maven-repository package
java_class_path (initial): D:\Maven\apache-maven-3.6.3\boot\plexus-classworlds-2.6.0.jar;D:\Maven\apache-maven-3.6.3\boot\plexus-classworlds.license;D:\Program Files\JetBrains\IntelliJ IDEA 2020.1\lib\idea_rt.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Java\jdk1.8.0_121
CLASSPATH=.;C:\Java\jdk1.8.0_121\lib\dt.jar;C:\Java\jdk1.8.0_121\lib\tools.jar;
PATH=C:\Java\jdk1.8.0_121\bin;C:\Java\jdk1.8.0_121\jre\bin;C:\ProgramData\Oracle\Java\javapath;D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;D:\Maven\apache-maven-3.9.1\bin;D:\nodejs\;C:\Users\admin\AppData\Local\Microsoft\WindowsApps;;D:\Program Files (x86)\Microsoft VS Code\bin;D:\Program Files\JetBrains\IntelliJ IDEA 2020.1\bin;;C:\Users\admin\AppData\Roaming\npm
USERNAME=admin
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 96 Stepping 1, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 26100 (10.0.26100.1620)
CPU:total 12 (12 cores per cpu, 1 threads per core) family 23 model 96 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1
Memory: 4k page, physical 16119108k(2271208k free), swap 29312596k(5196k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.121-b13) for windows-amd64 JRE (1.8.0_121-b13), built on Dec 12 2016 18:21:36 by "java_re" with MS VC++ 10.0 (VS2010)
time: Thu May 22 09:38:48 2025
elapsed time: 23 seconds (0d 0h 0m 23s)

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save