Maven编译失败一个可能的原因

在IDEA里Build不报错,但是使用Maven的package按钮打包就报错,一个可能的原因是电脑的内存不够用了,解决办法就是关掉一些软件,腾出内存。

 

其中一个错误日志如下(其实留心日志内容,还是比较容易发现问题原因的):

 

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1168016 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=8396, tid=0x0000000000002ab8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 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 (0x000000001a47f800):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=10936, stack(0x000000001abc0000,0x000000001acc0000)]

Stack: [0x000000001abc0000,0x000000001acc0000]
[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:  22014 3652   !   4       sun.nio.cs.StreamDecoder::read (196 bytes)


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

Java Threads: ( => current thread )
  0x000000001a54d800 JavaThread "Service Thread" daemon [_thread_blocked, id=15860, stack(0x000000001afc0000,0x000000001b0c0000)]
  0x000000001a4b9000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=18144, stack(0x000000001aec0000,0x000000001afc0000)]
  0x000000001a48a000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=19720, stack(0x000000001adc0000,0x000000001aec0000)]
  0x000000001a486000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=12948, stack(0x000000001acc0000,0x000000001adc0000)]
=>0x000000001a47f800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=10936, stack(0x000000001abc0000,0x000000001acc0000)]
  0x000000001a47e000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=20552, stack(0x000000001aac0000,0x000000001abc0000)]
  0x000000001a44c800 JavaThread "Attach Listener" daemon [_thread_blocked, id=21892, stack(0x000000001a9c0000,0x000000001aac0000)]
  0x000000001a3f9000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16148, stack(0x000000001a8c0000,0x000000001a9c0000)]
  0x0000000003559000 JavaThread "Finalizer" daemon [_thread_blocked, id=16560, stack(0x000000001a7c0000,0x000000001a8c0000)]
  0x0000000003558000 JavaThread "Reference Handler" daemon [_thread_blocked, id=18628, stack(0x000000001a2c0000,0x000000001a3c0000)]
  0x00000000032de000 JavaThread "main" [_thread_in_Java, id=21052, stack(0x0000000003130000,0x0000000003230000)]

Other Threads:
  0x00000000184d9800 VMThread [stack: 0x000000001a1c0000,0x000000001a2c0000] [id=22100]
  0x000000001a53a000 WatcherThread [stack: 0x000000001b0c0000,0x000000001b1c0000] [id=13924]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 75264K, used 36611K [0x00000000d5f00000, 0x00000000df500000, 0x0000000100000000)
  eden space 66560K, 41% used [0x00000000d5f00000,0x00000000d7a44bf0,0x00000000da000000)
  from space 8704K, 99% used [0x00000000da000000,0x00000000da87c010,0x00000000da880000)
  to   space 10240K, 0% used [0x00000000deb00000,0x00000000deb00000,0x00000000df500000)
 ParOldGen       total 87552K, used 10745K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 12% used [0x0000000081c00000,0x000000008267e540,0x0000000087180000)
 Metaspace       used 17566K, capacity 18074K, committed 18304K, reserved 1064960K
  class space    used 2024K, capacity 2156K, committed 2176K, reserved 1048576K

Card table byte_map: [0x0000000012920000,0x0000000012d20000] byte_map_base: 0x0000000012512000

Marking Bits: (ParMarkBitMap*) 0x0000000060d3c720
 Begin Bits: [0x00000000137d0000, 0x0000000015760000)
 End Bits:   [0x0000000015760000, 0x00000000176f0000)

Polling page: 0x0000000000df0000

CodeCache: size=245760Kb used=13438Kb max_used=13445Kb free=232321Kb
 bounds [0x0000000003560000, 0x0000000004290000, 0x0000000012560000]
 total_blobs=3961 nmethods=3587 adapters=286
 compilation: enabled

Compilation events (10 events):
Event: 21.885 Thread 0x000000001a48a000 nmethod 3684 0x000000000428c2d0 code [0x000000000428c420, 0x000000000428c4f8]
Event: 21.894 Thread 0x000000001a4b9000 3685       3       com.google.common.collect.LinkedHashMultimap$ValueSet::setPredecessorInValueSet (6 bytes)
Event: 21.894 Thread 0x000000001a4b9000 nmethod 3685 0x000000000428bc10 code [0x000000000428bd60, 0x000000000428bed0]
Event: 21.895 Thread 0x000000001a4b9000 3686       1       com.google.common.collect.LinkedHashMultimap$ValueEntry::getPredecessorInValueSet (5 bytes)
Event: 21.895 Thread 0x000000001a4b9000 nmethod 3686 0x000000000428b950 code [0x000000000428baa0, 0x000000000428bbb0]
Event: 21.895 Thread 0x000000001a4b9000 3687       1       com.google.common.collect.LinkedHashMultimap$ValueEntry::getSuccessorInMultimap (5 bytes)
Event: 21.895 Thread 0x000000001a4b9000 nmethod 3687 0x000000000428b690 code [0x000000000428b7e0, 0x000000000428b8f0]
Event: 21.896 Thread 0x000000001a4b9000 3688       3       com.google.inject.internal.InjectorImpl::isProvider (14 bytes)
Event: 21.897 Thread 0x000000001a4b9000 nmethod 3688 0x000000000428b050 code [0x000000000428b1c0, 0x000000000428b570]
Event: 21.898 Thread 0x000000001a48a000 3689   !   4       java.net.URL::<init> (543 bytes)

GC Heap History (10 events):
Event: 11.244 GC heap before
{Heap before GC invocations=3 (full 0):
 PSYoungGen      total 38400K, used 38384K [0x00000000d5f00000, 0x00000000d8980000, 0x0000000100000000)
  eden space 33280K, 100% used [0x00000000d5f00000,0x00000000d7f80000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d8480000,0x00000000d897c1a0,0x00000000d8980000)
  to   space 5120K, 0% used [0x00000000d7f80000,0x00000000d7f80000,0x00000000d8480000)
 ParOldGen       total 87552K, used 1825K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 2% used [0x0000000081c00000,0x0000000081dc8480,0x0000000087180000)
 Metaspace       used 15805K, capacity 16100K, committed 16384K, reserved 1062912K
  class space    used 1925K, capacity 2005K, committed 2048K, reserved 1048576K
Event: 11.263 GC heap after
Heap after GC invocations=3 (full 0):
 PSYoungGen      total 38400K, used 5117K [0x00000000d5f00000, 0x00000000d8980000, 0x0000000100000000)
  eden space 33280K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d7f80000,0x00000000d847f618,0x00000000d8480000)
  to   space 5120K, 0% used [0x00000000d8480000,0x00000000d8480000,0x00000000d8980000)
 ParOldGen       total 87552K, used 4490K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 5% used [0x0000000081c00000,0x0000000082062970,0x0000000087180000)
 Metaspace       used 15805K, capacity 16100K, committed 16384K, reserved 1062912K
  class space    used 1925K, capacity 2005K, committed 2048K, reserved 1048576K
}
Event: 13.989 GC heap before
{Heap before GC invocations=4 (full 0):
 PSYoungGen      total 38400K, used 38397K [0x00000000d5f00000, 0x00000000d8980000, 0x0000000100000000)
  eden space 33280K, 100% used [0x00000000d5f00000,0x00000000d7f80000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d7f80000,0x00000000d847f618,0x00000000d8480000)
  to   space 5120K, 0% used [0x00000000d8480000,0x00000000d8480000,0x00000000d8980000)
 ParOldGen       total 87552K, used 4490K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 5% used [0x0000000081c00000,0x0000000082062970,0x0000000087180000)
 Metaspace       used 16250K, capacity 16520K, committed 16896K, reserved 1064960K
  class space    used 1946K, capacity 2011K, committed 2048K, reserved 1048576K
Event: 14.015 GC heap after
Heap after GC invocations=4 (full 0):
 PSYoungGen      total 38400K, used 5096K [0x00000000d5f00000, 0x00000000d8980000, 0x0000000100000000)
  eden space 33280K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d8480000,0x00000000d897a020,0x00000000d8980000)
  to   space 5120K, 0% used [0x00000000d7f80000,0x00000000d7f80000,0x00000000d8480000)
 ParOldGen       total 87552K, used 7228K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 8% used [0x0000000081c00000,0x000000008230f128,0x0000000087180000)
 Metaspace       used 16250K, capacity 16520K, committed 16896K, reserved 1064960K
  class space    used 1946K, capacity 2011K, committed 2048K, reserved 1048576K
}
Event: 15.955 GC heap before
{Heap before GC invocations=5 (full 0):
 PSYoungGen      total 38400K, used 38376K [0x00000000d5f00000, 0x00000000d8980000, 0x0000000100000000)
  eden space 33280K, 100% used [0x00000000d5f00000,0x00000000d7f80000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d8480000,0x00000000d897a020,0x00000000d8980000)
  to   space 5120K, 0% used [0x00000000d7f80000,0x00000000d7f80000,0x00000000d8480000)
 ParOldGen       total 87552K, used 7228K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 8% used [0x0000000081c00000,0x000000008230f128,0x0000000087180000)
 Metaspace       used 16530K, capacity 16976K, committed 17280K, reserved 1064960K
  class space    used 1952K, capacity 2049K, committed 2176K, reserved 1048576K
Event: 15.990 GC heap after
Heap after GC invocations=5 (full 0):
 PSYoungGen      total 38400K, used 5096K [0x00000000d5f00000, 0x00000000db100000, 0x0000000100000000)
  eden space 33280K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d7f80000,0x00000000d847a040,0x00000000d8480000)
  to   space 8704K, 0% used [0x00000000da880000,0x00000000da880000,0x00000000db100000)
 ParOldGen       total 87552K, used 9048K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 10% used [0x0000000081c00000,0x00000000824d6138,0x0000000087180000)
 Metaspace       used 16530K, capacity 16976K, committed 17280K, reserved 1064960K
  class space    used 1952K, capacity 2049K, committed 2176K, reserved 1048576K
}
Event: 17.031 GC heap before
{Heap before GC invocations=6 (full 0):
 PSYoungGen      total 38400K, used 38376K [0x00000000d5f00000, 0x00000000db100000, 0x0000000100000000)
  eden space 33280K, 100% used [0x00000000d5f00000,0x00000000d7f80000,0x00000000d7f80000)
  from space 5120K, 99% used [0x00000000d7f80000,0x00000000d847a040,0x00000000d8480000)
  to   space 8704K, 0% used [0x00000000da880000,0x00000000da880000,0x00000000db100000)
 ParOldGen       total 87552K, used 9048K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 10% used [0x0000000081c00000,0x00000000824d6138,0x0000000087180000)
 Metaspace       used 16685K, capacity 17110K, committed 17536K, reserved 1064960K
  class space    used 1953K, capacity 2050K, committed 2176K, reserved 1048576K
Event: 17.056 GC heap after
Heap after GC invocations=6 (full 0):
 PSYoungGen      total 75264K, used 7304K [0x00000000d5f00000, 0x00000000db100000, 0x0000000100000000)
  eden space 66560K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000da000000)
  from space 8704K, 83% used [0x00000000da880000,0x00000000dafa2020,0x00000000db100000)
  to   space 8704K, 0% used [0x00000000da000000,0x00000000da000000,0x00000000da880000)
 ParOldGen       total 87552K, used 9056K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 10% used [0x0000000081c00000,0x00000000824d8138,0x0000000087180000)
 Metaspace       used 16685K, capacity 17110K, committed 17536K, reserved 1064960K
  class space    used 1953K, capacity 2050K, committed 2176K, reserved 1048576K
}
Event: 19.074 GC heap before
{Heap before GC invocations=7 (full 0):
 PSYoungGen      total 75264K, used 73864K [0x00000000d5f00000, 0x00000000db100000, 0x0000000100000000)
  eden space 66560K, 100% used [0x00000000d5f00000,0x00000000da000000,0x00000000da000000)
  from space 8704K, 83% used [0x00000000da880000,0x00000000dafa2020,0x00000000db100000)
  to   space 8704K, 0% used [0x00000000da000000,0x00000000da000000,0x00000000da880000)
 ParOldGen       total 87552K, used 9056K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 10% used [0x0000000081c00000,0x00000000824d8138,0x0000000087180000)
 Metaspace       used 17098K, capacity 17506K, committed 17792K, reserved 1064960K
  class space    used 1966K, capacity 2052K, committed 2176K, reserved 1048576K
Event: 19.126 GC heap after
Heap after GC invocations=7 (full 0):
 PSYoungGen      total 75264K, used 8688K [0x00000000d5f00000, 0x00000000df500000, 0x0000000100000000)
  eden space 66560K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000da000000)
  from space 8704K, 99% used [0x00000000da000000,0x00000000da87c010,0x00000000da880000)
  to   space 10240K, 0% used [0x00000000deb00000,0x00000000deb00000,0x00000000df500000)
 ParOldGen       total 87552K, used 10745K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
  object space 87552K, 12% used [0x0000000081c00000,0x000000008267e540,0x0000000087180000)
 Metaspace       used 17098K, capacity 17506K, committed 17792K, reserved 1064960K
  class space    used 1966K, capacity 2052K, committed 2176K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 21.841 Thread 0x00000000032de000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004270708 method=com.google.inject.internal.LinkedBindingImpl.acceptTargetVisitor(Lcom/google/inject/spi/BindingTargetVisitor;)Ljava/lang/Object; @ 2
Event: 21.841 Thread 0x00000000032de000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004270708 method=com.google.inject.internal.LinkedBindingImpl.acceptTargetVisitor(Lcom/google/inject/spi/BindingTargetVisitor;)Ljava/lang/Object; @ 2
Event: 21.841 Thread 0x00000000032de000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004079f24 method=java.util.AbstractCollection.toArray()[Ljava/lang/Object; @ 1
Event: 21.846 Thread 0x00000000032de000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000411c050 method=java.util.Collections$UnmodifiableCollection$1.<init>(Ljava/util/Collections$UnmodifiableCollection;)V @ 17
Event: 21.854 Thread 0x00000000032de000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003e8a358 method=com.google.inject.internal.InjectorImpl.callInContext(Lcom/google/inject/internal/ContextualCallable;)Ljava/lang/Object; @ 7
Event: 21.859 Thread 0x00000000032de000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000041db698 method=java.util.IdentityHashMap.closeDeletion(I)V @ 55
Event: 21.860 Thread 0x00000000032de000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000041d9a88 method=java.util.IdentityHashMap.closeDeletion(I)V @ 55
Event: 21.870 Thread 0x00000000032de000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004079f24 method=java.util.AbstractCollection.toArray()[Ljava/lang/Object; @ 1
Event: 21.871 Thread 0x00000000032de000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000411c050 method=java.util.Collections$UnmodifiableCollection$1.<init>(Ljava/util/Collections$UnmodifiableCollection;)V @ 17
Event: 21.878 Thread 0x00000000032de000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004079f24 method=java.util.AbstractCollection.toArray()[Ljava/lang/Object; @ 1

Internal exceptions (10 events):
Event: 8.004 Thread 0x00000000032de000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException': 86> (0x00000000d78ce048) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp, line 366]
Event: 10.171 Thread 0x00000000032de000 Exception <a 'java/lang/NoClassDefFoundError': com/google/inject/servlet/ServletModuleTargetVisitor> (0x00000000d6d61410) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 199
Event: 10.171 Thread 0x00000000032de000 Exception <a 'java/lang/NoClassDefFoundError'> (0x00000000d6d61410) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1394]
Event: 10.172 Thread 0x00000000032de000 Exception <a 'java/lang/NoClassDefFoundError': javax/annotation/Priority> (0x00000000d6d65db0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 199]
Event: 10.584 Thread 0x00000000032de000 Implicit null exception at 0x000000000370bc58 to 0x000000000370be29
Event: 11.292 Thread 0x00000000032de000 Implicit null exception at 0x00000000039677d5 to 0x00000000039679a5
Event: 11.292 Thread 0x00000000032de000 Implicit null exception at 0x0000000003911a2f to 0x0000000003911a99
Event: 11.829 Thread 0x00000000032de000 Implicit null exception at 0x0000000003c4e1e3 to 0x0000000003c4f53d
Event: 17.662 Thread 0x00000000032de000 Implicit null exception at 0x00000000040ac37e to 0x00000000040add41
Event: 21.854 Thread 0x00000000032de000 Implicit null exception at 0x0000000003e892a8 to 0x0000000003e8a349

Events (10 events):
Event: 21.958 loading class org/codehaus/plexus/component/configurator/converters/basic/DateConverter
Event: 21.958 loading class org/codehaus/plexus/component/configurator/converters/basic/DateConverter done
Event: 21.960 loading class org/codehaus/plexus/component/configurator/converters/basic/EnumConverter
Event: 21.960 loading class org/codehaus/plexus/component/configurator/converters/basic/EnumConverter done
Event: 21.961 loading class org/codehaus/plexus/component/configurator/converters/basic/LongConverter
Event: 21.961 loading class org/codehaus/plexus/component/configurator/converters/basic/LongConverter done
Event: 22.003 loading class org/codehaus/plexus/component/configurator/converters/basic/FloatConverter
Event: 22.003 loading class org/codehaus/plexus/component/configurator/converters/basic/FloatConverter done
Event: 22.005 loading class org/codehaus/plexus/component/configurator/converters/basic/DoubleConverter
Event: 22.005 loading class org/codehaus/plexus/component/configurator/converters/basic/DoubleConverter done


Dynamic libraries:
0x00007ff6e0f10000 - 0x00007ff6e0f47000     D:\Soft\java\jdk8\bin\java.exe
0x00007ff86d960000 - 0x00007ff86db4d000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ff86d670000 - 0x00007ff86d723000     C:\Windows\System32\KERNEL32.DLL
0x00007ff869d70000 - 0x00007ff86a004000     C:\Windows\System32\KERNELBASE.dll
0x00007ff86c490000 - 0x00007ff86c533000     C:\Windows\System32\ADVAPI32.dll
0x00007ff86ad40000 - 0x00007ff86adde000     C:\Windows\System32\msvcrt.dll
0x00007ff86ab80000 - 0x00007ff86ac1e000     C:\Windows\System32\sechost.dll
0x00007ff86c2e0000 - 0x00007ff86c402000     C:\Windows\System32\RPCRT4.dll
0x00007ff86c5e0000 - 0x00007ff86c777000     C:\Windows\System32\USER32.dll
0x00007ff86a9a0000 - 0x00007ff86a9c0000     C:\Windows\System32\win32u.dll
0x00007ff86c540000 - 0x00007ff86c569000     C:\Windows\System32\GDI32.dll
0x00007ff86a9c0000 - 0x00007ff86ab5c000     C:\Windows\System32\gdi32full.dll
0x00007ff86a010000 - 0x00007ff86a0b0000     C:\Windows\System32\msvcp_win.dll
0x00007ff869c70000 - 0x00007ff869d6a000     C:\Windows\System32\ucrtbase.dll
0x00007ff850740000 - 0x00007ff8509b9000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.1457_none_de7243e4534a70d1\COMCTL32.dll
0x00007ff86d110000 - 0x00007ff86d43d000     C:\Windows\System32\combase.dll
0x00007ff869bf0000 - 0x00007ff869c6e000     C:\Windows\System32\bcryptPrimitives.dll
0x00007ff86ad10000 - 0x00007ff86ad3e000     C:\Windows\System32\IMM32.DLL
0x0000000060dc0000 - 0x0000000060e92000     D:\Soft\java\jdk8\jre\bin\msvcr100.dll
0x0000000060520000 - 0x0000000060dbc000     D:\Soft\java\jdk8\jre\bin\server\jvm.dll
0x00007ff86c570000 - 0x00007ff86c578000     C:\Windows\System32\PSAPI.DLL
0x00007ff84dca0000 - 0x00007ff84dca9000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff864770000 - 0x00007ff864794000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ff862e40000 - 0x00007ff862e4a000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ff86d730000 - 0x00007ff86d79d000     C:\Windows\System32\WS2_32.dll
0x00007ff864560000 - 0x00007ff86458d000     C:\Windows\SYSTEM32\winmmbase.dll
0x00007ff86a140000 - 0x00007ff86a18a000     C:\Windows\System32\cfgmgr32.dll
0x0000000060510000 - 0x000000006051f000     D:\Soft\java\jdk8\jre\bin\verify.dll
0x00000000604e0000 - 0x0000000060509000     D:\Soft\java\jdk8\jre\bin\java.dll
0x00000000603a0000 - 0x00000000603c3000     D:\Soft\java\jdk8\jre\bin\instrument.dll
0x00000000604c0000 - 0x00000000604d6000     D:\Soft\java\jdk8\jre\bin\zip.dll
0x00007ff86ade0000 - 0x00007ff86c2d9000     C:\Windows\System32\SHELL32.dll
0x00007ff86d060000 - 0x00007ff86d109000     C:\Windows\System32\shcore.dll
0x00007ff86a240000 - 0x00007ff86a992000     C:\Windows\System32\windows.storage.dll
0x00007ff869960000 - 0x00007ff869984000     C:\Windows\System32\profapi.dll
0x00007ff8699b0000 - 0x00007ff869a0d000     C:\Windows\System32\powrprof.dll
0x00007ff86c580000 - 0x00007ff86c5d2000     C:\Windows\System32\shlwapi.dll
0x00007ff869990000 - 0x00007ff8699a1000     C:\Windows\System32\kernel.appcore.dll
0x00007ff86ab60000 - 0x00007ff86ab77000     C:\Windows\System32\cryptsp.dll
0x00007ff862620000 - 0x00007ff86263a000     C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\bin\breakgen64.dll
0x0000000060490000 - 0x00000000604aa000     D:\Soft\java\jdk8\jre\bin\net.dll
0x00007ff8691a0000 - 0x00007ff869207000     C:\Windows\system32\mswsock.dll
0x00007ff868d20000 - 0x00007ff868d53000     C:\Windows\system32\rsaenh.dll
0x00007ff86a110000 - 0x00007ff86a136000     C:\Windows\System32\bcrypt.dll
0x00007ff869830000 - 0x00007ff869858000     C:\Windows\SYSTEM32\USERENV.dll
0x00007ff869370000 - 0x00007ff86937c000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff868ec0000 - 0x00007ff868efd000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff86ac30000 - 0x00007ff86ac38000     C:\Windows\System32\NSI.dll
0x00007ff8682d0000 - 0x00007ff8682e6000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff8682b0000 - 0x00007ff8682cc000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ff868f00000 - 0x00007ff868fc7000     C:\Windows\SYSTEM32\DNSAPI.dll
0x0000000060470000 - 0x0000000060481000     D:\Soft\java\jdk8\jre\bin\nio.dll
0x00007ff8634d0000 - 0x00007ff8634da000     C:\Users\Administrator\AppData\Local\Temp\jansi-1.17-7980136570493719129.dll
0x00007ff8632b0000 - 0x00007ff8632ba000     C:\Users\Administrator\AppData\Local\Temp\jansi-1.17-5262027843632540409.dll

VM Arguments:
jvm_args: -Dmaven.multiModuleProjectDirectory=D:\project\metro2\metro_4data_access -Dmaven.home=D:\Soft\apache-maven-3.5.3 -Dclassworlds.conf=D:\Soft\apache-maven-3.5.3\bin\m2.conf -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven-event-listener.jar -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\lib\idea_rt.jar=52619:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\bin -Dfile.encoding=UTF-8 
java_command: org.codehaus.classworlds.Launcher -Didea.version2020.1.2 -s D:\Soft\apache-maven-3.5.3\conf\settings.xml package
java_class_path (initial): D:\Soft\apache-maven-3.5.3\boot\plexus-classworlds-2.5.2.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\lib\idea_rt.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=D:\Soft\java\jdk8
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\IDM Computer Solutions\UltraEdit;C:\Program Files\nodejs\;C:\Python27;C:\Python27\Scripts;C:\Program Files\Git\bin;C:\Program Files (x86)\scala\\bin;D:\Soft\apache-maven-3.5.3\bin;D:\Soft\java\jdk8\bin;C:\Program Files\dotnet\;C:\Program Files\MySQL\MySQL Server 5.7\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Administrator\.dotnet\tools
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 17763 (10.0.17763.475)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12, 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 8272120k(421796k free), swap 21379188k(5452k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.131-b11) for windows-amd64 JRE (1.8.0_131-b11), built on Mar 15 2017 01:23:53 by "java_re" with MS VC++ 10.0 (VS2010)

time: Thu Oct 15 01:24:18 2020
elapsed time: 22 seconds (0d 0h 0m 22s)

 

posted @ 2020-11-08 00:56  梦醒江南·Infinite  阅读(1674)  评论(0编辑  收藏  举报