收藏
回答

spring boot 拉取企业微信媒体消息报错,请问是什么问题?

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000077bfa365, pid=5584, tid=0x000000000000044c

#

# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C  [ntdll.dll+0x2a365]

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

# If you would like to submit a bug report, please visit:

#   http://bugreport.java.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#


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


Current thread (0x000000000024e800):  JavaThread "main" [_thread_in_native, id=1100, stack(0x00000000025f0000,0x00000000026f0000)]


siginfo: ExceptionCode=0xc0000005, reading address 0x0000000398d59598


Registers:

RAX=0x000000390000013e, RBX=0x0000000398d59590, RCX=0x000000ffffffffff, RDX=0x0000000000000000

RSP=0x00000000026ed810, RBP=0x000000000039b550, RSI=0x0000000000000000, RDI=0x0000000000000000

R8 =0x000000000039b540, R9 =0x0000000025b34fd0, R10=0x00000000026ed838, R11=0x006200c700ad0024

R12=0x00000000002a0000, R13=0x0000000000000000, R14=0x00000000026ee068, R15=0x000000000039a2f0

RIP=0x0000000077bfa365, EFLAGS=0x0000000000010206


Top of Stack: (sp=0x00000000026ed810)

0x00000000026ed810:   0000000000000000 0000000000000000

0x00000000026ed820:   0000000000395b50 0000000000353270

0x00000000026ed830:   0000000000000000 ffffffffffffffff

0x00000000026ed840:   ffffffffffffffff ffffffffffffffff

0x00000000026ed850:   000000000039a2f0 00000000026ee068

0x00000000026ed860:   00000000026eda10 0000000025b34fd0

0x00000000026ed870:   0000000000000008 0000000000000000

0x00000000026ed880:   0000000025b35570 000007fefa13d7bb

0x00000000026ed890:   00000000026eda10 0000000000000000

0x00000000026ed8a0:   0000000025b34fd0 00000000026eda68

0x00000000026ed8b0:   0000000000000000 000007fef10e1abe

0x00000000026ed8c0:   0000000025b34fd0 0000000000000000

0x00000000026ed8d0:   000000000039a2f0 0000000000395b50

0x00000000026ed8e0:   0000000025b34fd0 000007fef10ee39a

0x00000000026ed8f0:   0000000000000000 00000000026eda68

0x00000000026ed900:   0000000025b34fd0 000007fefa240000 


Instructions: (pc=0x0000000077bfa365)

0x0000000077bfa345:   ff ff 00 00 00 49 33 dc 48 23 c1 48 c1 eb 04 48

0x0000000077bfa355:   33 d8 48 33 1d 3a 32 10 00 48 c1 e3 04 0f 0d 0b

0x0000000077bfa365:   48 8b 7b 08 49 bd 01 00 00 00 01 00 00 00 49 be

0x0000000077bfa375:   ff 7f 00 00 ff ff ff ff 41 c6 40 0f 80 41 88 70 



Register to memory mapping:


RAX=0x000000390000013e is an unknown value

RBX=0x0000000398d59590 is an unknown value

RCX=0x000000ffffffffff is an unknown value

RDX=0x0000000000000000 is an unknown value

RSP=0x00000000026ed810 is pointing into the stack for thread: 0x000000000024e800

RBP=0x000000000039b550 is an unknown value

RSI=0x0000000000000000 is an unknown value

RDI=0x0000000000000000 is an unknown value

R8 =0x000000000039b540 is an unknown value

R9 =0x0000000025b34fd0 is an unknown value

R10=0x00000000026ed838 is pointing into the stack for thread: 0x000000000024e800

R11=0x006200c700ad0024 is an unknown value

R12=0x00000000002a0000 is an unknown value

R13=0x0000000000000000 is an unknown value

R14=0x00000000026ee068 is pointing into the stack for thread: 0x000000000024e800

R15=0x000000000039a2f0 is an unknown value



Stack: [0x00000000025f0000,0x00000000026f0000],  sp=0x00000000026ed810,  free space=1014k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [ntdll.dll+0x2a365]

C  [ucrtbase.DLL+0xd7bb]

C  [libcurl.dll+0x11abe]

C  [libcurl.dll+0x1e39a]

C  [WeWorkFinanceSdk.dll+0xad6a]

C  [WeWorkFinanceSdk.dll+0xb538]

C  [WeWorkFinanceSdk.dll+0xc0d1]

C  [WeWorkFinanceSdk.dll+0xef5e]

C  [WeWorkFinanceSdk.dll+0x827e]

C  0x0000000002807f74


Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  com.tencent.wework.Finance.GetMediaData(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JJ)I+0

j  com.tencent.wework.FinanceUtils.getImage(Lcom/alibaba/fastjson/JSONObject;)Lcom/alibaba/fastjson/JSONObject;+158

j  com.scheduled.common.util.WeChatUtils.getMsgVal(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+220

j  com.scheduled.service.impl.WeChatServiceImpl.sysMsg()V+86

j  test.SutTestt.testyyy()V+4

v  ~StubRoutines::call_stub

J 1324  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x0000000002c7f8ff [0x0000000002c7f880+0x7f]

J 1323 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x0000000002c81c3c [0x0000000002c80a40+0x11fc]

J 2159 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x0000000002f9ae08 [0x0000000002f9ad60+0xa8]

j  org.junit.runners.model.FrameworkMethod$1.runReflectiveCall()Ljava/lang/Object;+15

j  org.junit.internal.runners.model.ReflectiveCallable.run()Ljava/lang/Object;+1

j  org.junit.runners.model.FrameworkMethod.invokeExplosively(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+10

j  org.junit.internal.runners.statements.InvokeMethod.evaluate()V+12

j  org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate()V+19

j  org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate()V+14

j  org.springframework.test.context.junit4.statements.SpringRepeat.evaluate()V+82

j  org.junit.runners.ParentRunner.runLeaf(Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;Lorg/junit/runner/notification/RunNotifier;)V+17

j  org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(Lorg/junit/runners/model/FrameworkMethod;Lorg/junit/runner/notification/RunNotifier;)V+50

j  org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(Ljava/lang/Object;Lorg/junit/runner/notification/RunNotifier;)V+6

j  org.junit.runners.ParentRunner$3.run()V+12

j  org.junit.runners.ParentRunner$1.schedule(Ljava/lang/Runnable;)V+1

j  org.junit.runners.ParentRunner.runChildren(Lorg/junit/runner/notification/RunNotifier;)V+44

j  org.junit.runners.ParentRunner.access$000(Lorg/junit/runners/ParentRunner;Lorg/junit/runner/notification/RunNotifier;)V+2

j  org.junit.runners.ParentRunner$2.evaluate()V+8

j  org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate()V+11

j  org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate()V+12

j  org.junit.runners.ParentRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+20

j  org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+24

j  org.junit.runner.JUnitCore.run(Lorg/junit/runner/Runner;)Lorg/junit/runner/Result;+37

j  com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs([Ljava/lang/String;Ljava/lang/String;IZ)I+146

j  com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(Lcom/intellij/rt/execution/junit/IdeaTestRunner;[Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;IZ)I+20

j  com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart([Ljava/lang/String;Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;)I+116

j  com.intellij.rt.execution.junit.JUnitStarter.main([Ljava/lang/String;)V+116

v  ~StubRoutines::call_stub


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


Java Threads: ( => current thread )

  0x000000001eed7000 JavaThread "Tomcat JDBC Pool Cleaner[414493378:1587950221939]" daemon [_thread_blocked, id=8032, stack(0x0000000025cc0000,0x0000000025dc0000)]

  0x000000001eed6800 JavaThread "pool-2-thread-1" [_thread_blocked, id=11972, stack(0x0000000021360000,0x0000000021460000)]

  0x000000001f4e4000 JavaThread "logback-1" daemon [_thread_blocked, id=3384, stack(0x0000000021460000,0x0000000021560000)]

  0x000000001d6ab800 JavaThread "Service Thread" daemon [_thread_blocked, id=4884, stack(0x000000001d0a0000,0x000000001d1a0000)]

  0x000000001d61a000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=8872, stack(0x000000001e310000,0x000000001e410000)]

  0x000000001d5b4800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5224, stack(0x000000001dfc0000,0x000000001e0c0000)]

  0x000000001d5ab000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12072, stack(0x000000001d330000,0x000000001d430000)]

  0x000000001d594800 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=11592, stack(0x000000001dda0000,0x000000001dea0000)]

  0x000000001d56e800 JavaThread "Attach Listener" daemon [_thread_blocked, id=11388, stack(0x000000001dbc0000,0x000000001dcc0000)]

  0x000000001c1cf000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8800, stack(0x000000001d9b0000,0x000000001dab0000)]

  0x000000001c1b4800 JavaThread "Finalizer" daemon [_thread_blocked, id=2956, stack(0x000000001d460000,0x000000001d560000)]

  0x000000001c16b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3728, stack(0x000000001d230000,0x000000001d330000)]

=>0x000000000024e800 JavaThread "main" [_thread_in_native, id=1100, stack(0x00000000025f0000,0x00000000026f0000)]


Other Threads:

  0x000000001c162000 VMThread [stack: 0x000000001cfa0000,0x000000001d0a0000] [id=11632]

  0x000000001d624000 WatcherThread [stack: 0x000000001e0d0000,0x000000001e1d0000] [id=8064]


VM state:not at safepoint (normal execution)


VM Mutex/Monitor currently owned by a thread: None


Heap:

 PSYoungGen      total 372224K, used 211825K [0x000000076b380000, 0x0000000787600000, 0x00000007c0000000)

  eden space 355840K, 59% used [0x000000076b380000,0x000000077825c5d0,0x0000000780f00000)

  from space 16384K, 0% used [0x0000000781f00000,0x0000000781f00000,0x0000000782f00000)

  to   space 16384K, 0% used [0x0000000780f00000,0x0000000780f00000,0x0000000781f00000)

 ParOldGen       total 145408K, used 20692K [0x00000006c1a00000, 0x00000006ca800000, 0x000000076b380000)

  object space 145408K, 14% used [0x00000006c1a00000,0x00000006c2e35128,0x00000006ca800000)

 Metaspace       used 43989K, capacity 44492K, committed 44928K, reserved 1089536K

  class space    used 5249K, capacity 5394K, committed 5504K, reserved 1048576K


Card table byte_map: [0x0000000011bb0000,0x00000000123b0000] byte_map_base: 0x000000000e5a3000


Marking Bits: (ParMarkBitMap*) 0x00000000703dd850

 Begin Bits: [0x00000000130a0000, 0x0000000017038000)

 End Bits:   [0x0000000017038000, 0x000000001afd0000)


Polling page: 0x0000000000230000


CodeCache: size=245760Kb used=16601Kb max_used=17890Kb free=229158Kb

 bounds [0x00000000027f0000, 0x00000000039b0000, 0x00000000117f0000]

 total_blobs=5034 nmethods=4315 adapters=630

 compilation: enabled


Compilation events (10 events):

Event: 5.896 Thread 0x000000001d61a000 4891       1       sun.security.rsa.RSAPrivateCrtKeyImpl::getPrimeExponentQ (5 bytes)

Event: 5.896 Thread 0x000000001d61a000 nmethod 4891 0x0000000002fd4990 code [0x0000000002fd4ae0, 0x0000000002fd4bf0]

Event: 5.896 Thread 0x000000001d61a000 4892       1       sun.security.rsa.RSAPrivateCrtKeyImpl::getCrtCoefficient (5 bytes)

Event: 5.896 Thread 0x000000001d61a000 nmethod 4892 0x000000000318a3d0 code [0x000000000318a520, 0x000000000318a630]

Event: 5.896 Thread 0x000000001d61a000 4893       1       sun.security.rsa.RSAPrivateCrtKeyImpl::getPrivateExponent (5 bytes)

Event: 5.896 Thread 0x000000001d61a000 nmethod 4893 0x00000000032c9b10 code [0x00000000032c9c60, 0x00000000032c9d70]

Event: 5.901 Thread 0x000000001d61a000 4894       3       java.lang.String::<init> (21 bytes)

Event: 5.901 Thread 0x000000001d61a000 nmethod 4894 0x0000000003126b10 code [0x0000000003126c80, 0x0000000003126ed8]

Event: 5.901 Thread 0x000000001d61a000 4895   !   3       java.lang.StringCoding::decode (64 bytes)

Event: 5.901 Thread 0x000000001d61a000 nmethod 4895 0x00000000028f9390 code [0x00000000028f9600, 0x00000000028fa308]


GC Heap History (10 events):

Event: 1.531 GC heap before

{Heap before GC invocations=4 (full 1):

 PSYoungGen      total 141824K, used 10729K [0x000000076b380000, 0x000000077c880000, 0x00000007c0000000)

  eden space 131072K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000773380000)

  from space 10752K, 99% used [0x0000000773380000,0x0000000773dfa460,0x0000000773e00000)

  to   space 10752K, 0% used [0x000000077be00000,0x000000077be00000,0x000000077c880000)

 ParOldGen       total 175104K, used 3192K [0x00000006c1a00000, 0x00000006cc500000, 0x000000076b380000)

  object space 175104K, 1% used [0x00000006c1a00000,0x00000006c1d1e0b0,0x00000006cc500000)

 Metaspace       used 20987K, capacity 21192K, committed 21296K, reserved 1069056K

  class space    used 2629K, capacity 2670K, committed 2688K, reserved 1048576K

Event: 1.559 GC heap after

Heap after GC invocations=4 (full 1):

 PSYoungGen      total 141824K, used 0K [0x000000076b380000, 0x000000077c880000, 0x00000007c0000000)

  eden space 131072K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000773380000)

  from space 10752K, 0% used [0x0000000773380000,0x0000000773380000,0x0000000773e00000)

  to   space 10752K, 0% used [0x000000077be00000,0x000000077be00000,0x000000077c880000)

 ParOldGen       total 99328K, used 12004K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 12% used [0x00000006c1a00000,0x00000006c25b90b8,0x00000006c7b00000)

 Metaspace       used 20987K, capacity 21192K, committed 21296K, reserved 1069056K

  class space    used 2629K, capacity 2670K, committed 2688K, reserved 1048576K

}

Event: 2.231 GC heap before

{Heap before GC invocations=5 (full 1):

 PSYoungGen      total 141824K, used 131072K [0x000000076b380000, 0x000000077c880000, 0x00000007c0000000)

  eden space 131072K, 100% used [0x000000076b380000,0x0000000773380000,0x0000000773380000)

  from space 10752K, 0% used [0x0000000773380000,0x0000000773380000,0x0000000773e00000)

  to   space 10752K, 0% used [0x000000077be00000,0x000000077be00000,0x000000077c880000)

 ParOldGen       total 99328K, used 12004K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 12% used [0x00000006c1a00000,0x00000006c25b90b8,0x00000006c7b00000)

 Metaspace       used 26935K, capacity 27292K, committed 27520K, reserved 1073152K

  class space    used 3347K, capacity 3411K, committed 3456K, reserved 1048576K

Event: 2.237 GC heap after

Heap after GC invocations=5 (full 1):

 PSYoungGen      total 227328K, used 7984K [0x000000076b380000, 0x000000077c600000, 0x00000007c0000000)

  eden space 219136K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000778980000)

  from space 8192K, 97% used [0x000000077be00000,0x000000077c5cc000,0x000000077c600000)

  to   space 10752K, 0% used [0x000000077b100000,0x000000077b100000,0x000000077bb80000)

 ParOldGen       total 99328K, used 12012K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 12% used [0x00000006c1a00000,0x00000006c25bb0b8,0x00000006c7b00000)

 Metaspace       used 26935K, capacity 27292K, committed 27520K, reserved 1073152K

  class space    used 3347K, capacity 3411K, committed 3456K, reserved 1048576K

}

Event: 3.226 GC heap before

{Heap before GC invocations=6 (full 1):

 PSYoungGen      total 227328K, used 227120K [0x000000076b380000, 0x000000077c600000, 0x00000007c0000000)

  eden space 219136K, 100% used [0x000000076b380000,0x0000000778980000,0x0000000778980000)

  from space 8192K, 97% used [0x000000077be00000,0x000000077c5cc000,0x000000077c600000)

  to   space 10752K, 0% used [0x000000077b100000,0x000000077b100000,0x000000077bb80000)

 ParOldGen       total 99328K, used 12012K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 12% used [0x00000006c1a00000,0x00000006c25bb0b8,0x00000006c7b00000)

 Metaspace       used 33735K, capacity 34134K, committed 34432K, reserved 1079296K

  class space    used 4247K, capacity 4354K, committed 4480K, reserved 1048576K

Event: 3.236 GC heap after

Heap after GC invocations=6 (full 1):

 PSYoungGen      total 270336K, used 10730K [0x000000076b380000, 0x0000000782f00000, 0x00000007c0000000)

  eden space 259584K, 0% used [0x000000076b380000,0x000000076b380000,0x000000077b100000)

  from space 10752K, 99% used [0x000000077b100000,0x000000077bb7ab40,0x000000077bb80000)

  to   space 16384K, 0% used [0x0000000781f00000,0x0000000781f00000,0x0000000782f00000)

 ParOldGen       total 99328K, used 14717K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 14% used [0x00000006c1a00000,0x00000006c285f640,0x00000006c7b00000)

 Metaspace       used 33735K, capacity 34134K, committed 34432K, reserved 1079296K

  class space    used 4247K, capacity 4354K, committed 4480K, reserved 1048576K

}

Event: 3.481 GC heap before

{Heap before GC invocations=7 (full 1):

 PSYoungGen      total 270336K, used 68669K [0x000000076b380000, 0x0000000782f00000, 0x00000007c0000000)

  eden space 259584K, 22% used [0x000000076b380000,0x000000076ec14c78,0x000000077b100000)

  from space 10752K, 99% used [0x000000077b100000,0x000000077bb7ab40,0x000000077bb80000)

  to   space 16384K, 0% used [0x0000000781f00000,0x0000000781f00000,0x0000000782f00000)

 ParOldGen       total 99328K, used 14717K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 14% used [0x00000006c1a00000,0x00000006c285f640,0x00000006c7b00000)

 Metaspace       used 34842K, capacity 35164K, committed 35496K, reserved 1081344K

  class space    used 4391K, capacity 4483K, committed 4608K, reserved 1048576K

Event: 3.493 GC heap after

Heap after GC invocations=7 (full 1):

 PSYoungGen      total 372224K, used 11678K [0x000000076b380000, 0x0000000787600000, 0x00000007c0000000)

  eden space 355840K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000780f00000)

  from space 16384K, 71% used [0x0000000781f00000,0x0000000782a67bc0,0x0000000782f00000)

  to   space 16384K, 0% used [0x0000000780f00000,0x0000000780f00000,0x0000000781f00000)

 ParOldGen       total 99328K, used 14725K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 14% used [0x00000006c1a00000,0x00000006c2861640,0x00000006c7b00000)

 Metaspace       used 34842K, capacity 35164K, committed 35496K, reserved 1081344K

  class space    used 4391K, capacity 4483K, committed 4608K, reserved 1048576K

}

Event: 3.493 GC heap before

{Heap before GC invocations=8 (full 2):

 PSYoungGen      total 372224K, used 11678K [0x000000076b380000, 0x0000000787600000, 0x00000007c0000000)

  eden space 355840K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000780f00000)

  from space 16384K, 71% used [0x0000000781f00000,0x0000000782a67bc0,0x0000000782f00000)

  to   space 16384K, 0% used [0x0000000780f00000,0x0000000780f00000,0x0000000781f00000)

 ParOldGen       total 99328K, used 14725K [0x00000006c1a00000, 0x00000006c7b00000, 0x000000076b380000)

  object space 99328K, 14% used [0x00000006c1a00000,0x00000006c2861640,0x00000006c7b00000)

 Metaspace       used 34842K, capacity 35164K, committed 35496K, reserved 1081344K

  class space    used 4391K, capacity 4483K, committed 4608K, reserved 1048576K

Event: 3.558 GC heap after

Heap after GC invocations=8 (full 2):

 PSYoungGen      total 372224K, used 0K [0x000000076b380000, 0x0000000787600000, 0x00000007c0000000)

  eden space 355840K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000780f00000)

  from space 16384K, 0% used [0x0000000781f00000,0x0000000781f00000,0x0000000782f00000)

  to   space 16384K, 0% used [0x0000000780f00000,0x0000000780f00000,0x0000000781f00000)

 ParOldGen       total 145408K, used 20692K [0x00000006c1a00000, 0x00000006ca800000, 0x000000076b380000)

  object space 145408K, 14% used [0x00000006c1a00000,0x00000006c2e35128,0x00000006ca800000)

 Metaspace       used 34842K, capacity 35164K, committed 35496K, reserved 1081344K

  class space    used 4391K, capacity 4483K, committed 4608K, reserved 1048576K

}


Deoptimization events (10 events):

Event: 4.355 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000386fd04 method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 162

Event: 4.355 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002da1274 method=java.util.HashMap.resize()[Ljava/util/HashMap$Node; @ 206

Event: 4.370 Thread 0x000000000024e800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00000000038eef64 method=java.util.regex.Pattern$SliceI.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 21

Event: 4.526 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003802d2c method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 45

Event: 4.553 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003947008 method=java.lang.StringCoding$StringDecoder.decode([BII)[C @ 20

Event: 5.147 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002b1e6e8 method=com.alibaba.fastjson.parser.JSONScanner.next()C @ 18

Event: 5.156 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000393b2e4 method=java.math.BigInteger.multiplyToLen([II[II[I)[I @ 21

Event: 5.177 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002ae1588 method=sun.nio.cs.UTF_8$Decoder.decode([BII[C)I @ 30

Event: 5.589 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002c79664 method=com.alibaba.fastjson.parser.JSONLexerBase.scanString()V @ 79

Event: 5.910 Thread 0x000000000024e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002ba03e0 method=java.io.WinNTFileSystem.normalize(Ljava/lang/String;II)Ljava/lang/String; @ 103


Internal exceptions (10 events):

Event: 3.926 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/context/annotation/ConfigurationClassEnhancer$EnhancedConfigurationCustomizer> (0x0000000770954cb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\sh

Event: 3.930 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/web/client/RestTemplateBuilderBeanInfo> (0x0000000770a0ff18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDictionary.

Event: 3.930 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/web/client/RestTemplateBuilderCustomizer> (0x0000000770a2ec68) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDictionar

Event: 3.932 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/autoconfigure/web/WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$998e2636BeanInfo> (0x0000000770a902f8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\h

Event: 3.932 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/autoconfigure/web/WebClientAutoConfigurationBeanInfo> (0x0000000770ab3a70) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\sys

Event: 3.932 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/autoconfigure/web/WebClientAutoConfigurationCustomizer> (0x0000000770ad78b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\s

Event: 3.933 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/autoconfigure/web/WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$998e2636Customizer> (0x0000000770b08470) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417

Event: 3.933 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/context/annotation/ConfigurationClassEnhancer$EnhancedConfigurationCustomizer> (0x0000000770b38098) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\sh

Event: 3.998 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': test/SutTesttBeanInfo> (0x0000000771b8e098) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210]

Event: 3.998 Thread 0x000000000024e800 Exception <a 'java/lang/ClassNotFoundException': test/SutTesttCustomizer> (0x0000000771b9e878) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210]


Events (10 events):

Event: 5.908 loading class com/alibaba/fastjson/serializer/AutowiredObjectSerializer done

Event: 5.908 loading class com/alibaba/fastjson/util/ServiceLoader

Event: 5.908 loading class com/alibaba/fastjson/util/ServiceLoader done

Event: 5.909 loading class com/alibaba/fastjson/serializer/MapSerializer

Event: 5.909 loading class com/alibaba/fastjson/serializer/MapSerializer done

Event: 5.910 loading class java/lang/Math$RandomNumberGeneratorHolder

Event: 5.910 loading class java/lang/Math$RandomNumberGeneratorHolder done

Event: 5.910 Thread 0x000000000024e800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000002ba03e0

Event: 5.910 Thread 0x000000000024e800 DEOPT PACKING pc=0x0000000002ba03e0 sp=0x00000000026ee1f0

Event: 5.910 Thread 0x000000000024e800 DEOPT UNPACKING pc=0x000000000283582a sp=0x00000000026ee160 mode 2




VM Arguments:

jvm_args: -ea -Didea.test.cyclic.buffer.size=1048576 -javaagent:E:\soft\idea\IntelliJ IDEA 2017.2.3\lib\idea_rt.jar=25109:E:\soft\idea\IntelliJ IDEA 2017.2.3\bin -Dfile.encoding=UTF-8 

java_command: com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 -junit4 test.SutTestt,testyyy

j

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel




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


OS: Windows 7 , 64 bit Build 7601 (6.1.7601.24441)


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


Memory: 4k page, physical 16664972k(8510660k free), swap 33328044k(24458420k free)


vm_info: Java HotSpot(TM) 64-Bit Server VM (25.144-b01) for windows-amd64 JRE (1.8.0_144-b01), built on Jul 21 2017 21:57:33 by "java_re" with MS VC++ 10.0 (VS2010)


time: Mon Apr 27 09:17:03 2020

elapsed time: 6 seconds (0d 0h 0m 6s)


回答关注问题邀请回答
收藏

1 个回答

  • 强15851218976
    强15851218976
    2020-04-27

    jvm最新版本吗?升级jvm试试

    2020-04-27
    有用
    回复 1
    • coton
      coton
      2020-04-27
      win7 环境下 JDK1.8
      2020-04-27
      回复
登录 后发表内容
问题标签