Facebook
From Harmless Iguana, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 54
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (mmap) failed to map 536870912 bytes for Failed to commit pages from 163840 of length 131072
  4. # Possible reasons:
  5. #   The system is out of physical RAM or swap space
  6. #   In 32 bit mode, the process size limit was hit
  7. # Possible solutions:
  8. #   Reduce memory load on the system
  9. #   Increase physical memory or swap space
  10. #   Check if swap backing store is full
  11. #   Use 64 bit Java on a 64 bit OS
  12. #   Decrease Java heap size (-Xmx/-Xms)
  13. #   Decrease number of Java threads
  14. #   Decrease Java thread stack sizes (-Xss)
  15. #   Set larger code cache with -XX:ReservedCodeCacheSize=
  16. # This output file may be truncated or incomplete.
  17. #
  18. #  Out of Memory Error (os_windows.cpp:3324), pid=5728, tid=14348
  19. #
  20. # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
  22. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  23. #
  24.  
  25. ---------------  T H R E A D  ---------------
  26.  
  27. Current thread (0x0000000019e8f800):  VMThread [stack: 0x000000001d0e0000,0x000000001d1e0000] [id=14348]
  28.  
  29. Stack: [0x000000001d0e0000,0x000000001d1e0000]
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31. V  [jvm.dll+0x32b4ca]
  32. V  [jvm.dll+0x2797e3]
  33. V  [jvm.dll+0x27a479]
  34. V  [jvm.dll+0x271765]
  35. V  [jvm.dll+0x296868]
  36. V  [jvm.dll+0x21acb5]
  37. V  [jvm.dll+0x3d73ff]
  38. V  [jvm.dll+0x3d83e8]
  39. V  [jvm.dll+0x3e0639]
  40. V  [jvm.dll+0x3e0ff6]
  41. V  [jvm.dll+0x3e1210]
  42. V  [jvm.dll+0x3c133a]
  43. V  [jvm.dll+0x3cdebc]
  44. V  [jvm.dll+0x28ccdc]
  45. V  [jvm.dll+0x28cdc1]
  46. V  [jvm.dll+0x247e47]
  47. V  [jvm.dll+0x2470e6]
  48. V  [jvm.dll+0x247581]
  49. V  [jvm.dll+0x24779e]
  50. V  [jvm.dll+0x29846a]
  51. C  [msvcr100.dll+0x21d9f]
  52. C  [msvcr100.dll+0x21e3b]
  53. C  [KERNEL32.DLL+0x17034]
  54. C  [ntdll.dll+0x4d0d1]
  55.  
  56. VM_Operation (0x0000000002899b20): CollectForMetadataAllocation, mode: safepoint, requested by thread 0x00000000028a2800
  57.  
  58.  
  59. ---------------  P R O C E S S  ---------------
  60.  
  61. Java Threads: ( => current thread )
  62.   0x000000001ed9b800 JavaThread "Worker-Bootstrap-3" daemon [_thread_blocked, id=1896, stack(0x0000000022d70000,0x0000000022e70000)]
  63.   0x0000000020b0c800 JavaThread "Worker-Bootstrap-2" daemon [_thread_blocked, id=796, stack(0x0000000022c70000,0x0000000022d70000)]
  64.   0x0000000020fc6000 JavaThread "Worker-Bootstrap-1" daemon [_thread_blocked, id=14164, stack(0x0000000022b70000,0x0000000022c70000)]
  65.   0x000000001c67d800 JavaThread "Service Thread" daemon [_thread_blocked, id=13452, stack(0x000000001dae0000,0x000000001dbe0000)]
  66.   0x000000001c609800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=13476, stack(0x000000001d9e0000,0x000000001dae0000)]
  67.   0x000000001c5b6800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=13304, stack(0x000000001d8e0000,0x000000001d9e0000)]
  68.   0x000000001c5b3800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8700, stack(0x000000001d7e0000,0x000000001d8e0000)]
  69.   0x000000001c5b0800 JavaThread "Attach Listener" daemon [_thread_blocked, id=17504, stack(0x000000001d6e0000,0x000000001d7e0000)]
  70.   0x000000001c600800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10984, stack(0x000000001d5e0000,0x000000001d6e0000)]
  71.   0x000000001c5fd800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=3512, stack(0x000000001d4e0000,0x000000001d5e0000)]
  72.   0x0000000019e9b800 JavaThread "Finalizer" daemon [_thread_blocked, id=14708, stack(0x000000001d2e0000,0x000000001d3e0000)]
  73.   0x0000000019e94800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3812, stack(0x000000001d1e0000,0x000000001d2e0000)]
  74.   0x00000000028a2800 JavaThread "main" [_thread_blocked, id=2636, stack(0x00000000027a0000,0x00000000028a0000)]
  75.  
  76. Other Threads:
  77. =>0x0000000019e8f800 VMThread [stack: 0x000000001d0e0000,0x000000001d1e0000] [id=14348]
  78.   0x000000001c62d000 WatcherThread [stack: 0x000000001dbe0000,0x000000001dce0000] [id=14664]
  79.  
  80. VM state:at safepoint (normal execution)
  81.  
  82. VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
  83. [0x00000000028a0cd0] Threads_lock - owner thread: 0x0000000019e8f800
  84. [0x00000000028a19d0] Heap_lock - owner thread: 0x00000000028a2800
  85.  
  86. Heap:
  87.  garbage-first heap   total 1179648K, used 161406K [0x0000000700000000, 0x0000000702000120, 0x00000007c0000000)
  88.   region size 32768K, 1 young (32768K), 1 survivors (32768K)
  89.  Metaspace       used 32968K, capacity 35768K, committed 35840K, reserved 1079296K
  90.   class space    used 4907K, capacity 5632K, committed 5632K, reserved 1048576K
  91.  
  92. Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
  93. AC   0  O    TS    13 PTAMS 0x00000007006be200 NTAMS 0x0000000702000000 space 32768K, 100% used [0x0000000700000000, 0x0000000702000000)
  94. AC   0  O    TS    19 PTAMS 0x0000000702000000 NTAMS 0x0000000704000000 space 32768K, 100% used [0x0000000702000000, 0x0000000704000000)
  95. AC   0  O    TS    19 PTAMS 0x0000000704000000 NTAMS 0x0000000705d9f800 space 32768K,  92% used [0x0000000704000000, 0x0000000706000000)
  96. AC   0  F    TS     0 PTAMS 0x0000000706000000 NTAMS 0x0000000706000000 space 32768K,   0% used [0x0000000706000000, 0x0000000708000000)
  97. AC   0  O    TS    17 PTAMS 0x0000000708000000 NTAMS 0x000000070a000000 space 32768K, 100% used [0x0000000708000000, 0x000000070a000000)
  98. AC   0  F    TS    17 PTAMS 0x000000070a000000 NTAMS 0x000000070a000000 space 32768K,   0% used [0x000000070a000000, 0x000000070c000000)
  99. AC   0  F    TS    15 PTAMS 0x000000070c000000 NTAMS 0x000000070c000000 space 32768K,   0% used [0x000000070c000000, 0x000000070e000000)
  100. AC   0  F    TS    15 PTAMS 0x000000070e000000 NTAMS 0x000000070e000000 space 32768K,   0% used [0x000000070e000000, 0x0000000710000000)
  101. AC   0  F    TS    15 PTAMS 0x0000000710000000 NTAMS 0x0000000710000000 space 32768K,   0% used [0x0000000710000000, 0x0000000712000000)
  102. AC   0  F    TS    15 PTAMS 0x0000000712000000 NTAMS 0x0000000712000000 space 32768K,   0% used [0x0000000712000000, 0x0000000714000000)
  103. AC   0  F    TS    17 PTAMS 0x0000000714000000 NTAMS 0x0000000714000000 space 32768K,   0% used [0x0000000714000000, 0x0000000716000000)
  104. AC   0  F    TS    17 PTAMS 0x0000000716000000 NTAMS 0x0000000716000000 space 32768K,   0% used [0x0000000716000000, 0x0000000718000000)
  105. AC   0  F    TS    17 PTAMS 0x0000000718000000 NTAMS 0x0000000718000000 space 32768K,   0% used [0x0000000718000000, 0x000000071a000000)
  106. AC   0  F    TS    17 PTAMS 0x000000071a000000 NTAMS 0x000000071a000000 space 32768K,   0% used [0x000000071a000000, 0x000000071c000000)
  107. AC   0  F    TS    17 PTAMS 0x000000071c000000 NTAMS 0x000000071c000000 space 32768K,   0% used [0x000000071c000000, 0x000000071e000000)
  108. AC   0  F    TS    17 PTAMS 0x000000071e000000 NTAMS 0x000000071e000000 space 32768K,   0% used [0x000000071e000000, 0x0000000720000000)
  109. AC   0  S CS TS    19 PTAMS 0x0000000720000000 NTAMS 0x0000000720000000 space 32768K, 100% used [0x0000000720000000, 0x0000000722000000)
  110. AC   0  F    TS    17 PTAMS 0x0000000722000000 NTAMS 0x0000000722000000 space 32768K,   0% used [0x0000000722000000, 0x0000000724000000)
  111. AC   0  F    TS    17 PTAMS 0x0000000724000000 NTAMS 0x0000000724000000 space 32768K,   0% used [0x0000000724000000, 0x0000000726000000)
  112. AC   0  F    TS    17 PTAMS 0x0000000726000000 NTAMS 0x0000000726000000 space 32768K,   0% used [0x0000000726000000, 0x0000000728000000)
  113.  
  114. Card table byte_map: [0x00000000130a0000,0x00000000136a0000] byte_map_base: 0x000000000f8a0000
  115.  
  116. Marking Bits (Prev, Next): (CMBitMap*) 0x00000000028e58f0, (CMBitMap*) 0x00000000028e5898
  117.  Prev Bits: [0x0000000016ca0000, 0x0000000019ca0000)
  118.  Next Bits: [0x0000000013ca0000, 0x0000000016ca0000)
  119.  
  120. Polling page: 0x0000000000be0000
  121.  
  122. CodeCache: size=245760Kb used=10957Kb max_used=11102Kb free=234802Kb
  123.  bounds [0x00000000029a0000, 0x0000000003480000, 0x00000000119a0000]
  124.  total_blobs=4317 nmethods=3724 adapters=505
  125.  compilation: enabled
  126.  
  127. Compilation events (10 events):
  128. Event: 3.497 Thread 0x000000001c609800 3847       3       com.google.common.collect.ImmutableSet$Builder::add (6 bytes)
  129. Event: 3.497 Thread 0x000000001c609800 nmethod 3847 0x0000000002b0ab50 code [0x0000000002b0acc0, 0x0000000002b0aec8]
  130. Event: 3.499 Thread 0x000000001c5b6800 nmethod 3829 0x0000000002ac16d0 code [0x0000000002ac1840, 0x0000000002ac1e18]
  131. Event: 3.499 Thread 0x000000001c5b6800 3848       4       com.mojang.datafixers.types.templates.Product$ProductType::equals (55 bytes)
  132. Event: 3.500 Thread 0x000000001c609800 3853       3       com.mojang.datafixers.optics.ListTraversal::<init> (5 bytes)
  133. Event: 3.500 Thread 0x000000001c609800 nmethod 3853 0x0000000002b53690 code [0x0000000002b537e0, 0x0000000002b53990]
  134. Event: 3.501 Thread 0x000000001c5b6800 nmethod 3848 0x0000000002b0ce90 code [0x0000000002b0d000, 0x0000000002b0d218]
  135. Event: 3.501 Thread 0x000000001c5b6800 3851       4       com.mojang.datafixers.optics.Optic$CompositionOptic::eval (26 bytes)
  136. Event: 3.501 Thread 0x000000001c5b6800 nmethod 3851 0x0000000002ae80d0 code [0x0000000002ae8220, 0x0000000002ae82f8]
  137. Event: 3.501 Thread 0x000000001c5b6800 3833       4       com.mojang.datafixers.types.templates.Product$ProductType::mergeViews (45 bytes)
  138.  
  139. GC Heap History (10 events):
  140. Event: 2.021 GC heap after
  141. Heap after GC invocations=11 (full 0):
  142.  garbage-first heap   total 131072K, used 45595K [0x0000000700000000, 0x0000000702000020, 0x00000007c0000000)
  143.   region size 32768K, 1 young (32768K), 1 survivors (32768K)
  144.  Metaspace       used 22669K, capacity 23346K, committed 23424K, reserved 1069056K
  145.   class space    used 2914K, capacity 3163K, committed 3200K, reserved 1048576K
  146. }
  147. Event: 2.058 GC heap before
  148. {Heap before GC invocations=11 (full 0):
  149.  garbage-first heap   total 131072K, used 78363K [0x0000000700000000, 0x0000000702000020, 0x00000007c0000000)
  150.   region size 32768K, 2 young (65536K), 1 survivors (32768K)
  151.  Metaspace       used 22669K, capacity 23346K, committed 23424K, reserved 1069056K
  152.   class space    used 2914K, capacity 3163K, committed 3200K, reserved 1048576K
  153. Event: 2.080 GC heap after
  154. Heap after GC invocations=12 (full 0):
  155.  garbage-first heap   total 131072K, used 55441K [0x0000000700000000, 0x0000000702000020, 0x00000007c0000000)
  156.   region size 32768K, 1 young (32768K), 1 survivors (32768K)
  157.  Metaspace       used 22669K, capacity 23346K, committed 23424K, reserved 1069056K
  158.   class space    used 2914K, capacity 3163K, committed 3200K, reserved 1048576K
  159. }
  160. Event: 2.128 GC heap before
  161. {Heap before GC invocations=12 (full 0):
  162.  garbage-first heap   total 131072K, used 88209K [0x0000000700000000, 0x0000000702000020, 0x00000007c0000000)
  163.   region size 32768K, 2 young (65536K), 1 survivors (32768K)
  164.  Metaspace       used 22723K, capacity 23410K, committed 23680K, reserved 1069056K
  165.   class space    used 2923K, capacity 3163K, committed 3200K, reserved 1048576K
  166. Event: 2.144 GC heap after
  167. Heap after GC invocations=13 (full 0):
  168.  garbage-first heap   total 163840K, used 66920K [0x0000000700000000, 0x0000000702000028, 0x00000007c0000000)
  169.   region size 32768K, 1 young (32768K), 1 survivors (32768K)
  170.  Metaspace       used 22723K, capacity 23410K, committed 23680K, reserved 1069056K
  171.   class space    used 2923K, capacity 3163K, committed 3200K, reserved 1048576K
  172. }
  173. Event: 2.212 GC heap before
  174. {Heap before GC invocations=13 (full 0):
  175.  garbage-first heap   total 163840K, used 99688K [0x0000000700000000, 0x0000000702000028, 0x00000007c0000000)
  176.   region size 32768K, 2 young (65536K), 1 survivors (32768K)
  177.  Metaspace       used 22977K, capacity 23748K, committed 24064K, reserved 1071104K
  178.   class space    used 2953K, capacity 3212K, committed 3328K, reserved 1048576K
  179. Event: 2.230 GC heap after
  180. Heap after GC invocations=14 (full 0):
  181.  garbage-first heap   total 327680K, used 59776K [0x0000000700000000, 0x0000000702000050, 0x00000007c0000000)
  182.   region size 32768K, 1 young (32768K), 1 survivors (32768K)
  183.  Metaspace       used 22977K, capacity 23748K, committed 24064K, reserved 1071104K
  184.   class space    used 2953K, capacity 3212K, committed 3328K, reserved 1048576K
  185. }
  186. Event: 3.163 GC heap before
  187. {Heap before GC invocations=14 (full 0):
  188.  garbage-first heap   total 327680K, used 190848K [0x0000000700000000, 0x0000000702000050, 0x00000007c0000000)
  189.   region size 32768K, 5 young (163840K), 1 survivors (32768K)
  190.  Metaspace       used 32303K, capacity 34959K, committed 35200K, reserved 1079296K
  191.   class space    used 4744K, capacity 5398K, committed 5504K, reserved 1048576K
  192. Event: 3.223 GC heap after
  193. Heap after GC invocations=15 (full 0):
  194.  garbage-first heap   total 655360K, used 110850K [0x0000000700000000, 0x00000007020000a0, 0x00000007c0000000)
  195.   region size 32768K, 1 young (32768K), 1 survivors (32768K)
  196.  Metaspace       used 32303K, capacity 34959K, committed 35200K, reserved 1079296K
  197.   class space    used 4744K, capacity 5398K, committed 5504K, reserved 1048576K
  198. }
  199. Event: 3.504 GC heap before
  200. {Heap before GC invocations=15 (full 0):
  201.  garbage-first heap   total 655360K, used 176386K [0x0000000700000000, 0x00000007020000a0, 0x00000007c0000000)
  202.   region size 32768K, 4 young (131072K), 1 survivors (32768K)
  203.  Metaspace       used 32968K, capacity 35768K, committed 35840K, reserved 1079296K
  204.   class space    used 4907K, capacity 5632K, committed 5632K, reserved 1048576K
  205.  
  206. Deoptimization events (10 events):
  207. Event: 3.373 Thread 0x00000000028a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003297c88 method=java.util.stream.Collectors.lambda$toMap$171(Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;Ljava/util/Map;Ljava/lang/Objectêß?'Îû
  208. @
  209. Event: 3.373 Thread 0x00000000028a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003297c88 method=java.util.stream.Collectors.lambda$toMap$171(Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;Ljava/util/Map;Ljava/lang/ObjectHà?ÿM @
  210. Event: 3.413 Thread 0x00000000028a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000033a84e8 method=com.google.common.collect.ImmutableList.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList; @ 8
  211. Event: 3.413 Thread 0x00000000028a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000033a84e8 method=com.google.common.collect.ImmutableList.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList; @ 8
  212. Event: 3.413 Thread 0x00000000028a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000033a84e8 method=com.google.common.collect.ImmutableList.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList; @ 8
  213. Event: 3.462 Thread 0x000000001ed9b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000033cb84c method=com.mojang.datafixers.types.templates.Tag$TagType.equals(Ljava/lang/Object;ZZ)Z @ 2
  214. Event: 3.469 Thread 0x0000000020b0c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000033ab0dc method=com.mojang.datafixers.types.templates.Product$ProductType.equals(Ljava/lang/Object;ZZ)Z @ 46
  215. Event: 3.470 Thread 0x000000001ed9b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000334d114 method=com.mojang.datafixers.types.templates.Tag$TagType.equals(Ljava/lang/Object;ZZ)Z @ 2
  216. Event: 3.479 Thread 0x000000001ed9b800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000002aa2454 method=com.mojang.datafixers.types.templates.Product.equals(Ljava/lang/Object;)Z @ 8
  217. Event: 3.494 Thread 0x0000000020b0c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000345d824 method=java.util.concurrent.ConcurrentHashMap.computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object; @ 104
  218.  
  219. Internal exceptions (10 events):
  220. Event: 2.957 Thread 0x0000000020b0c800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$compose$5(Ljava/util/function/Function;Ljava/lang/Object;)Ljava/lang/Object;> (0x000000070f4d0780) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\¸áª@
  221. Event: 2.958 Thread 0x0000000020fc6000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$compose$5(Ljava/util/function/Function;Ljava/lang/Object;)Ljava/lang/Object;> (0x000000070f5baf08) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\Pñ ‡²@
  222. Event: 2.962 Thread 0x000000001ed9b800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$eval$2(Lcom/mojang/datafixers/optics/profunctors/Cartesian;Lcom/mojang/datafixers/kinds/App2;)Lcom/mojang/datafixers/kinds/App2;> (0x000000070f14ea08) thrown at [C:\re\workspace\8-2-build-
  223. Event: 2.962 Thread 0x0000000020fc6000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$eval$0(Lcom/mojang/datafixers/optics/profunctors/TraversalP;Lcom/mojang/datafixers/kinds/App2;)Lcom/mojang/datafixers/kinds/App2;> (0x000000070f64a410) thrown at [C:\re\workspace\8-2-buildiûüœ'
  224. @
  225. Event: 3.252 Thread 0x00000000028a2800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Ljava/util/function/Supplier;Lvk;)Lcom/mojang/serialization/DataResult;> (0x0000000726174480) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interprxú÷ω
  226. @
  227. Event: 3.252 Thread 0x00000000028a2800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Ljava/util/function/Supplier;Lael;)Lcom/mojang/serialization/DataResult;> (0x0000000726177e98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpŽ •bGC @
  228. Event: 3.408 Thread 0x00000000028a2800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$optionalFieldOf$2(Ljava/lang/Object;Ljava/util/Optional;)Ljava/lang/Object;> (0x000000072709b128) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vR½iÈC @
  229. Event: 3.408 Thread 0x00000000028a2800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$optionalFieldOf$3(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Optional;> (0x000000072709e098) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\v
  230. Event: 3.431 Thread 0x00000000028a2800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec;> (0x0000000724b60a68) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\lèÝXPÔ @
  231. Event: 3.479 Thread 0x000000001ed9b800 Implicit null exception at 0x0000000002aa2358 to 0x0000000002aa2447
  232.  
  233. Events (10 events):
  234. Event: 3.502 loading class csc done
  235. Event: 3.502 loading class csc
  236. Event: 3.502 loading class csc done
  237. Event: 3.503 loading class csk
  238. Event: 3.503 loading class csk done
  239. Event: 3.503 loading class csk
  240. Event: 3.503 loading class csk done
  241. Event: 3.503 loading class csk
  242. Event: 3.503 loading class csk done
  243. Event: 3.503 Executing VM operation: CollectForMetadataAllocation
  244.  
  245.  
  246. Dynamic libraries:
  247. 0x00007ff6fde30000 - 0x00007ff6fde67000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\javaw.exe
  248. 0x00007ff87f950000 - 0x00007ff87fb46000         C:\WINDOWS\SYSTEM32\ntdll.dll
  249. 0x00007ff87e9c0000 - 0x00007ff87ea7d000         C:\WINDOWS\System32\KERNEL32.DLL
  250. 0x00007ff87d3d0000 - 0x00007ff87d699000         C:\WINDOWS\System32\KERNELBASE.dll
  251. 0x00007ff87e910000 - 0x00007ff87e9bc000         C:\WINDOWS\System32\ADVAPI32.dll
  252. 0x00007ff87f870000 - 0x00007ff87f90e000         C:\WINDOWS\System32\msvcrt.dll
  253. 0x00007ff87f7d0000 - 0x00007ff87f86c000         C:\WINDOWS\System32\sechost.dll
  254. 0x00007ff87db90000 - 0x00007ff87dcbb000         C:\WINDOWS\System32\RPCRT4.dll
  255. 0x00007ff87f040000 - 0x00007ff87f1e0000         C:\WINDOWS\System32\USER32.dll
  256. 0x00007ff87d6a0000 - 0x00007ff87d6c2000         C:\WINDOWS\System32\win32u.dll
  257. 0x00007ff87f620000 - 0x00007ff87f64a000         C:\WINDOWS\System32\GDI32.dll
  258. 0x00007ff87d8a0000 - 0x00007ff87d9a9000         C:\WINDOWS\System32\gdi32full.dll
  259. 0x00007ff87d330000 - 0x00007ff87d3cd000         C:\WINDOWS\System32\msvcp_win.dll
  260. 0x00007ff87d6d0000 - 0x00007ff87d7d0000         C:\WINDOWS\System32\ucrtbase.dll
  261. 0x00007ff86a210000 - 0x00007ff86a4ab000         C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.488_none_ca04af081b815d21\COMCTL32.dll
  262. 0x00007ff87eba0000 - 0x00007ff87ebd0000         C:\WINDOWS\System32\IMM32.DLL
  263. 0x0000000071eb0000 - 0x0000000071f82000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\msvcr100.dll
  264. 0x0000000071620000 - 0x0000000071ea3000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\server\jvm.dll
  265. 0x00007ff87dcc0000 - 0x00007ff87dcc8000         C:\WINDOWS\System32\PSAPI.DLL
  266. 0x00007ff87a520000 - 0x00007ff87a529000         C:\WINDOWS\SYSTEM32\WSOCK32.dll
  267. 0x00007ff87e150000 - 0x00007ff87e1bb000         C:\WINDOWS\System32\WS2_32.dll
  268. 0x00007ff875150000 - 0x00007ff875177000         C:\WINDOWS\SYSTEM32\WINMM.dll
  269. 0x00007ff877260000 - 0x00007ff87726a000         C:\WINDOWS\SYSTEM32\VERSION.dll
  270. 0x0000000071610000 - 0x000000007161f000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\verify.dll
  271. 0x00000000715e0000 - 0x0000000071609000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\java.dll
  272. 0x00000000715c0000 - 0x00000000715d6000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\zip.dll
  273. 0x00007ff87e1c0000 - 0x00007ff87e902000         C:\WINDOWS\System32\SHELL32.dll
  274. 0x00007ff87ae90000 - 0x00007ff87b625000         C:\WINDOWS\SYSTEM32\windows.storage.dll
  275. 0x00007ff87f2c0000 - 0x00007ff87f616000         C:\WINDOWS\System32\combase.dll
  276. 0x00007ff87cb00000 - 0x00007ff87cb2c000         C:\WINDOWS\SYSTEM32\Wldp.dll
  277. 0x00007ff87da10000 - 0x00007ff87dabe000         C:\WINDOWS\System32\SHCORE.dll
  278. 0x00007ff87d9b0000 - 0x00007ff87da05000         C:\WINDOWS\System32\shlwapi.dll
  279. 0x00007ff87cfc0000 - 0x00007ff87cfe6000         C:\WINDOWS\SYSTEM32\profapi.dll
  280. 0x00000000715b0000 - 0x00000000715bd000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\management.dll
  281. 0x0000000071590000 - 0x00000000715aa000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\net.dll
  282. 0x00007ff87c880000 - 0x00007ff87c8ea000         C:\WINDOWS\system32\mswsock.dll
  283. 0x00007ff873cd0000 - 0x00007ff873ce7000         C:\WINDOWS\system32\napinsp.dll
  284. 0x00007ff873980000 - 0x00007ff87399b000         C:\WINDOWS\system32\pnrpnsp.dll
  285. 0x00007ff855470000 - 0x00007ff855485000         C:\WINDOWS\system32\wshbth.dll
  286. 0x00007ff878810000 - 0x00007ff87882d000         C:\WINDOWS\system32\NLAapi.dll
  287. 0x00007ff87c520000 - 0x00007ff87c55b000         C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  288. 0x00007ff87c560000 - 0x00007ff87c62b000         C:\WINDOWS\SYSTEM32\DNSAPI.dll
  289. 0x00007ff87e090000 - 0x00007ff87e098000         C:\WINDOWS\System32\NSI.dll
  290. 0x00007ff86c920000 - 0x00007ff86c932000         C:\WINDOWS\System32\winrnr.dll
  291. 0x00007ff86b750000 - 0x00007ff86b75a000         C:\Windows\System32\rasadhlp.dll
  292. 0x00007ff86b7b0000 - 0x00007ff86b82f000         C:\WINDOWS\System32\fwpuclnt.dll
  293. 0x00007ff87d0f0000 - 0x00007ff87d117000         C:\WINDOWS\System32\bcrypt.dll
  294. 0x0000000071570000 - 0x0000000071581000         C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\nio.dll
  295. 0x00007ff87ca60000 - 0x00007ff87ca78000         C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  296. 0x00007ff87c1a0000 - 0x00007ff87c1d4000         C:\WINDOWS\system32\rsaenh.dll
  297. 0x00007ff87cf80000 - 0x00007ff87cfae000         C:\WINDOWS\SYSTEM32\USERENV.dll
  298. 0x00007ff87d820000 - 0x00007ff87d8a0000         C:\WINDOWS\System32\bcryptprimitives.dll
  299. 0x00007ff87ca50000 - 0x00007ff87ca5c000         C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
  300. 0x00007ff877220000 - 0x00007ff877237000         C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  301. 0x00007ff877270000 - 0x00007ff87728d000         C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  302. 0x00007ff862fb0000 - 0x00007ff863194000         C:\WINDOWS\SYSTEM32\dbghelp.dll
  303.  
  304. VM Arguments:
  305. jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dos.name=Windows 10 -Dos.version=10.0 -Xss1M -Djava.library.path=C:\Users\Shawn\AppData\Roaming\.minecraft\bin\edbb-f534-66ed-a052 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.911 -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=C:\Users\Shawn\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml
  306. java_command: net.minecraft.client.main.Main --username SHAWNREYGAMER --version 1.16.4 --gameDir C:\Users\Shawn\AppData\Roaming\.minecraft --assetsDir C:\Users\Shawn\AppData\Roaming\.minecraft\assets --assetIndex 1.16 --uuid e58a176c2660469bba01860f39804ed1 --accessToken eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ZDIzMzM0MTI3MmE0MjY2OTQ3YjRlMTE2YjRhMmQ4MCIsInlnZ3QiOiJmZWY1YWU0YWUzN2E0OGNhYjhlZDJjODc1YmM4Y2FmZSIsInNwciI6ImU1OGExNzZjMjY2MDQ2OWJiYTAxODYwZjM5ODA0ZWQxIiwiaXNzIjoiWWdnZHJhc2lsLUF1dGgiLCJleHAiOjE2MDk1NjQ3MDYsImlhdCI6MTYwOTM5MTkwNn0.q_G9xEKPyW_Ws6XbSLj3PxFrDuLFl6YsQca3Otj6wwY --userType mojang --versionType release
  307. java_class_path (initial): C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\66.1\icu4j-66.1.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.17\brigadier-1.0.17.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\4.0.26\datafixerupper-4.0.26.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\2.1.28\authlib-2.1.28.jar;C:\Users\Shawn\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Shawn\AppData\Roaming\.minecr
  308. Launcher Type: SUN_STANDARD
  309.  
  310. Environment Variables:
  311. PATH=C:\Program Files (x86)\Razer\ChromaBroadcast\bin;C:\Program Files\Razer\ChromaBroadcast\bin;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:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Users\Shawn\AppData\Local\Microsoft\WindowsApps;
  312. USERNAME=Shawn
  313. OS=Windows_NT
  314. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  315.  
  316.  
  317.  
  318. ---------------  S Y S T E M  ---------------
  319.  
  320. OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.662)
  321.  
  322. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, tsc, tscinvbit, bmi1, bmi2
  323.  
  324. Memory: 4k page, physical 8305716k(4660856k free), swap 9354292k(366044k free)
  325.  
  326. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun  8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)
  327.  
  328. time: Thu Dec 31 06:18:40 2020
  329. elapsed time: 3 seconds (0d 0h 0m 3s)
  330.  
  331.