Ошибка vimeworld exception access

19 часов назад, sh_maxa001 сказал:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at
pc=0x0000000002ad34ea, pid=9620, tid= 0x000000000000264c

Do you want debug the problem ?

To debug, attach Visual Studio to process 9620; then switch
to thread 0x264c
Select «Yes» to launch Visual Studio  automatically (PATH must
include msdev)
Otherwise, select «No» to abort… 

1. Включить брандмауэр Windows

Перейдите «Панель управления» -> «Система и безопасность» -> «Брандмауэр защитника Windows».

2. Сканирование всей системы на вирусы

Откройте встроенный Windows Defender и перейдите по параметрам «Защита от вирусов и угроз» -> «Параметры сканирования» -> и выберите «Проверка автономного защитника Windows».

3. Исправить неисправные драйверы

Скрытый текст

Нажмите Win+R и введите «devmgmt.msc».

  1. Если вы видите в списке устройства с восклицательным знаком, то обновите их. Также, рекомендую открыть «Центр обновления Windows» и проверить наличие обновлений.
  2. Также, обновите драйвер жесткого диска, даже если на нем нет восклицательного знака.

4. Восстановить данные конфигурации загрузки (BCD)

Чаще всего причина ошибки при запуске приложений 0xc0000005 в Windows — это повреждённый BCD. Откройте командную строку от имени администратора и введите команду ниже:

  • bcdedit

Если местоположение загрузчика вашего компьютера указывает «xOsload.exe» вместо Winload.exe, вы должны устранить некоторые ненужные файлы с компьютера, а затем восстановить свои данные конфигурации загрузки, что ниже мы и сделаем.

Введите следующие команды:

  • Del D:WindowsSystem32xOsload.exe
  • Del D:WindowsSystem32xNtKrnl.exe
  • Del D:WindowsSystem32Driversoem-drv64.sys
  • attrib c:bootbcd -h -r -s
  • ren c:bootbcd bcd.old
  • bootrec /rebuildbcd

5. Очистить реестр

Редактор реестра — это центральная база данных Windows, которая играет жизненно важную роль на вашем компьютере. Любая незначительная или неправильная запись может привести к «Ошибки 0xc0000005. То же самое происходит, если какой-то ключ реестра поврежден или, если отсутствуют системные файлы. В этом случае попробуйте использовать программное обеспечение CCleaner.

6. Проверка и восстановление системных файлов

Повреждённые системные файлы могут выдавать ошибку 0xc0000005. По этому мы воспользуемся встроенным инструментов SFC для сканирования поврежденных системных файлов и их автоматическому восстановлению. Запустите командную строку от имени администратора и введите команду ниже:

  • sfc /scannow

Дождитесь окончание процесса и перезагрузите компьютер.

7. Проверка и диагностика RAM

Первое что нужно сделать — это проверить физически планки ОЗУ, которые внутри вашего ноутбука или компьютера. Постарайтесь достать их аккуратно и всунуть обратно, обдув при этом их от пыли. Если ошибка появляется, то проверим программным путём.

Скрытый текст

  1. Наберите в «Поиске» (около пуск) слово mdsched.exe и запустите инструмент, чтобы проверить RAM на ошибки.
  2. После запуска следуйте рекомендациям на экране. Далее ваш компьютер перезагрузится и начнёт сканировать RAM на ошибки, и если найдёт их, то попытается исправить их автоматически.

8. Отключить предотвращение выполнения данных DEP

DEP — предотвращение выполнения данных может быть причиной блокировки в вашем процессе для запуска программы или игры. Нужно его отключить и проверить, устранена ли ошибка 0xc0000005. Откройте командную строку от имени администратора и введите команду:

Скрытый текст

  1. bcdedit.exe /set {current} nx AlwaysOff- Это отключит DEP. Проверьте, устранена ли проблема, если нет, то включите обратно.
  2. bcdedit.exe /set {current} nx AlwaysOn- Это включит DEP обратно.

9. Изменение значений в реестре

Нажмите сочетание клавиш Win+R и введите regedit, чтобы открыть редактор реестра.

Перейдите по этому пути:

Скрытый текст

  1. HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindows
  2. С правой стороны найдите LoadAppInit_DLLs и откройте его.
  3. В поле «Значение» задайте цифру 1 (включить).

Перезагрузите компьютер, чтобы изменения вступили в силу.

10. Вернуть компьютер в исходное состояние

Если выше способы не помогли исправить ошибку 0xc0000005, то решением будет вернуть компьютер в исходное состояние.

Скрытый текст

  1. «Параметры» -> «Обновление и безопасность» -> «Восстановление».


Изменено 30 октября 2021 пользователем bethanneep

Исправление текста (30.10.2021)


  • Search


    • Search all Forums


    • Search this Forum


    • Search this Thread


  • Tools


    • Jump to Forum


  • #1

    Sep 16, 2018

    I don’t know why I have this error but I got allways this crash! Even in Vanilla it crash. I EVEN formatting my computer minecraft crash!

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000058d22c878, pid=6080, tid=6108
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C 0x000000058d22c878
    #
    # 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
    #

    ————— T H R E A D —————

    Current thread (0x000000000033f000): JavaThread «Client thread» [_thread_in_Java, id=6108, stack(0x0000000002240000,0x0000000002340000)]

    siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x000000058d22c878

    Registers:
    RAX=0x0000000000000053, RBX=0x0000000039f86110, RCX=0x0000000014bda1d4, RDX=0x000000058d43a7e8
    RSP=0x000000000233e728, RBP=0x000000058d43a7e8, RSI=0x00000000000000ff, RDI=0x0000000000000001
    R8 =0x000000058d43a7e8, R9 =0x000000058d43a800, R10=0x00000000f81b0e97, R11=0x00000000a04a018d
    R12=0x0000000000000000, R13=0x00000004d2b66218, R14=0x000000000233e8f8, R15=0x000000000033f000
    RIP=0x000000058d22c878, EFLAGS=0x0000000000010246

    Top of Stack: (sp=0x000000000233e728)
    0x000000000233e728: 00000004cf042d10 0000000000000009
    0x000000000233e738: 000000003f775a01 000000058d43a7e8
    0x000000000233e748: 000000058d43a800 000000058d43a7e8
    0x000000000233e758: 0000000502500c68 00000004fffffffa
    0x000000000233e768: 0000224c07b188b8 00000004fffffffa
    0x000000000233e778: 00000004f142bbf8 000000058d43a718
    0x000000000233e788: 0000004a0000000f 00000000a0d21bbe
    0x000000000233e798: 00000000076a159c 00000004ffe4d6a0
    0x000000000233e7a8: 000000058d43a7e8 000000050216dbc0
    0x000000000233e7b8: 00000005fffffffa 0000000400002892
    0x000000000233e7c8: a042db7800000012 000000058d22c940
    0x000000000233e7d8: 0000004d0000000b 000000058d43a800
    0x000000000233e7e8: 0000000007c58b1c 00000004ffe4d6a0
    0x000000000233e7f8: 000000058d22c940 000000050216dbc0
    0x000000000233e808: 00000004fffffffa 00000004ffe4d6a0
    0x000000000233e818: 00000004ffe4d6a0 00000004ffe4d6a0

    Instructions: (pc=0x000000058d22c878)
    0x000000058d22c858: 4d 00 00 00 2a 01 00 00 05 00 00 00 00 00 00 00
    0x000000058d22c868: cf ff 04 f8 01 01 00 00 19 85 0d 9d da 08 09 98
    0x000000058d22c878: 05 00 00 00 00 00 00 00 60 15 10 f8 00 00 00 00
    0x000000058d22c888: fa 61 f1 98 36 e0 d9 98 00 00 00 00 5e 99 19 3f

    Register to memory mapping:

    RAX=0x0000000000000053 is an unknown value
    RBX={method} {0x0000000039f86118} ‘func_177956_o’ ‘()I’ in ‘net/minecraft/util/math/Vec3i’
    RCX=0x0000000014bda1d4 is an unknown value
    RDX=
    [error occurred during error reporting (printing register info), id 0xc0000005]

    Stack: [0x0000000002240000,0x0000000002340000], sp=0x000000000233e728, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x000000058d22c878

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x0000000036909800 JavaThread «File IO Thread» [_thread_blocked, id=2196, stack(0x0000000041b10000,0x0000000041c10000)]
    0x000000003b596800 JavaThread «pool-7-thread-1» [_thread_blocked, id=5880, stack(0x000000006f390000,0x000000006f490000)]
    0x000000004bebb800 JavaThread «Cube I/O Thread #2» daemon [_thread_blocked, id=2956, stack(0x0000000057b80000,0x0000000057c80000)]
    0x000000004bebb000 JavaThread «Column I/O Thread #1» daemon [_thread_blocked, id=3184, stack(0x000000004f4c0000,0x000000004f5c0000)]
    0x000000004beba000 JavaThread «Chunk Batcher 3» daemon [_thread_blocked, id=5316, stack(0x0000000052ae0000,0x0000000052be0000)]
    0x000000004beb9800 JavaThread «Chunk Batcher 2» daemon [_thread_blocked, id=2372, stack(0x00000000529d0000,0x0000000052ad0000)]
    0x0000000043a65800 JavaThread «Chunk Batcher 1» daemon [_thread_blocked, id=920, stack(0x0000000052800000,0x0000000052900000)]
    0x0000000043a66800 JavaThread «Chunk Batcher 0» daemon [_thread_blocked, id=2528, stack(0x0000000052660000,0x0000000052760000)]
    0x000000004beb8800 JavaThread «Netty Server IO #1» daemon [_thread_in_native, id=2044, stack(0x0000000051040000,0x0000000051140000)]
    0x000000004beb8000 JavaThread «Netty Local Client IO #0» daemon [_thread_blocked, id=3308, stack(0x0000000051cd0000,0x0000000051dd0000)]
    0x000000004beb6800 JavaThread «Netty Server IO #0» daemon [_thread_in_native, id=1028, stack(0x0000000051930000,0x0000000051a30000)]
    0x0000000043a64000 JavaThread «Server thread» [_thread_blocked, id=3252, stack(0x0000000050500000,0x0000000050600000)]
    0x0000000043a62800 JavaThread «Snooper Timer» daemon [_thread_blocked, id=4184, stack(0x000000004fc00000,0x000000004fd00000)]
    0x0000000043a61000 JavaThread «Java Sound Event Dispatcher» daemon [_thread_blocked, id=1020, stack(0x000000003cac0000,0x000000003cbc0000)]
    0x0000000043a63800 JavaThread «Narrator» daemon [_thread_blocked, id=5584, stack(0x000000003c3f0000,0x000000003c4f0000)]
    0x000000003b59d000 JavaThread «Thread-14» [_thread_blocked, id=5764, stack(0x0000000048330000,0x0000000048430000)]
    0x000000003b59c800 JavaThread «Thread-13» [_thread_blocked, id=5212, stack(0x0000000048210000,0x0000000048310000)]
    0x000000003b59b000 JavaThread «AWT-Windows» daemon [_thread_in_native, id=4196, stack(0x000000003dbd0000,0x000000003dcd0000)]
    0x000000003b597000 JavaThread «C&B Model Cache Cleanup» [_thread_blocked, id=5100, stack(0x0000000043250000,0x0000000043350000)]
    0x000000003b598000 JavaThread «Ambience Player Thread» daemon [_thread_blocked, id=2060, stack(0x00000000443b0000,0x00000000444b0000)]
    0x000000003b63d000 JavaThread «LWJGL Timer» daemon [_thread_blocked, id=3608, stack(0x0000000042910000,0x0000000042a10000)]
    0x0000000037d16800 JavaThread «Java2D Disposer» daemon [_thread_blocked, id=3368, stack(0x0000000035e80000,0x0000000035f80000)]
    0x0000000035675800 JavaThread «Timer hack thread» daemon [_thread_blocked, id=3372, stack(0x000000003a810000,0x000000003a910000)]
    0x0000000037f95000 JavaThread «Snooper Timer» daemon [_thread_blocked, id=5176, stack(0x0000000038e10000,0x0000000038f10000)]
    0x0000000033f1b000 JavaThread «Service Thread» daemon [_thread_blocked, id=3756, stack(0x00000000342b0000,0x00000000343b0000)]
    0x0000000033ea3000 JavaThread «C1 CompilerThread2» daemon [_thread_blocked, id=4492, stack(0x0000000011ec0000,0x0000000011fc0000)]
    0x0000000033ea0800 JavaThread «C2 CompilerThread1» daemon [_thread_blocked, id=476, stack(0x0000000034420000,0x0000000034520000)]
    0x0000000032c86000 JavaThread «C2 CompilerThread0» daemon [_thread_blocked, id=6140, stack(0x0000000033da0000,0x0000000033ea0000)]
    0x0000000032c84800 JavaThread «Attach Listener» daemon [_thread_blocked, id=6120, stack(0x0000000033ca0000,0x0000000033da0000)]
    0x0000000032c80000 JavaThread «Signal Dispatcher» daemon [_thread_blocked, id=1628, stack(0x0000000033b80000,0x0000000033c80000)]
    0x0000000032c7e800 JavaThread «Surrogate Locker Thread (Concurrent GC)» daemon [_thread_blocked, id=6088, stack(0x0000000033a60000,0x0000000033b60000)]
    0x0000000032c60000 JavaThread «Finalizer» daemon [_thread_blocked, id=6132, stack(0x0000000033850000,0x0000000033950000)]
    0x0000000032c59800 JavaThread «Reference Handler» daemon [_thread_blocked, id=4548, stack(0x00000000336f0000,0x00000000337f0000)]
    =>0x000000000033f000 JavaThread «Client thread» [_thread_in_Java, id=6108, stack(0x0000000002240000,0x0000000002340000)]

    Other Threads:
    0x0000000032c58000 VMThread [stack: 0x00000000335b0000,0x00000000336b0000] [id=6100]
    0x0000000033f2c800 WatcherThread [stack: 0x0000000034560000,0x0000000034660000] [id=5116]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap:
    garbage-first heap total 3538944K, used 1531522K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 16 young (262144K), 5 survivors (81920K)
    Metaspace used 104577K, capacity 107419K, committed 107520K, reserved 1142784K
    class space used 13889K, capacity 14550K, committed 14592K, reserved 1048576K

    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)
    AC 0 O TS 0 PTAMS 0x00000004c0000000 NTAMS 0x00000004c0000000 space 16384K, 99% used [0x00000004c0000000, 0x00000004c1000000)
    AC 0 O TS 0 PTAMS 0x00000004c1000000 NTAMS 0x00000004c1000000 space 16384K, 99% used [0x00000004c1000000, 0x00000004c2000000)
    AC 0 O TS 0 PTAMS 0x00000004c2000000 NTAMS 0x00000004c2000000 space 16384K, 99% used [0x00000004c2000000, 0x00000004c3000000)
    AC 0 O TS 0 PTAMS 0x00000004c3000000 NTAMS 0x00000004c3000000 space 16384K, 99% used [0x00000004c3000000, 0x00000004c4000000)
    AC 0 HS TS 0 PTAMS 0x00000004c4000000 NTAMS 0x00000004c4000000 space 16384K, 62% used [0x00000004c4000000, 0x00000004c5000000)
    AC 0 O TS 0 PTAMS 0x00000004c5000000 NTAMS 0x00000004c5000000 space 16384K, 99% used [0x00000004c5000000, 0x00000004c6000000)
    AC 0 O TS 0 PTAMS 0x00000004c6000000 NTAMS 0x00000004c6000000 space 16384K, 99% used [0x00000004c6000000, 0x00000004c7000000)
    AC 0 O TS 0 PTAMS 0x00000004c7000000 NTAMS 0x00000004c7000000 space 16384K, 99% used [0x00000004c7000000, 0x00000004c8000000)
    AC 0 O TS 0 PTAMS 0x00000004c8000000 NTAMS 0x00000004c8000000 space 16384K, 99% used [0x00000004c8000000, 0x00000004c9000000)
    AC 0 O TS 0 PTAMS 0x00000004c9000000 NTAMS 0x00000004c9000000 space 16384K, 99% used [0x00000004c9000000, 0x00000004ca000000)
    AC 0 O TS 0 PTAMS 0x00000004ca000000 NTAMS 0x00000004ca000000 space 16384K, 99% used [0x00000004ca000000, 0x00000004cb000000)
    AC 0 O TS 0 PTAMS 0x00000004cb000000 NTAMS 0x00000004cb000000 space 16384K, 100% used [0x00000004cb000000, 0x00000004cc000000)
    AC 0 O TS 0 PTAMS 0x00000004cc000000 NTAMS 0x00000004cc000000 space 16384K, 99% used [0x00000004cc000000, 0x00000004cd000000)
    AC 0 O TS 0 PTAMS 0x00000004cd000000 NTAMS 0x00000004cd000000 space 16384K, 99% used [0x00000004cd000000, 0x00000004ce000000)
    AC 0 O TS 0 PTAMS 0x00000004ce000000 NTAMS 0x00000004ce000000 space 16384K, 99% used [0x00000004ce000000, 0x00000004cf000000)
    AC 0 O TS 0 PTAMS 0x00000004cf000000 NTAMS 0x00000004cf000000 space 16384K, 99% used [0x00000004cf000000, 0x00000004d0000000)
    AC 0 O TS 0 PTAMS 0x00000004d0000000 NTAMS 0x00000004d0000000 space 16384K, 99% used [0x00000004d0000000, 0x00000004d1000000)
    AC 0 O TS 0 PTAMS 0x00000004d1000000 NTAMS 0x00000004d1000000 space 16384K, 99% used [0x00000004d1000000, 0x00000004d2000000)
    AC 0 O TS 0 PTAMS 0x00000004d2000000 NTAMS 0x00000004d2000000 space 16384K, 100% used [0x00000004d2000000, 0x00000004d3000000)
    AC 0 O TS 0 PTAMS 0x00000004d3000000 NTAMS 0x00000004d3000000 space 16384K, 100% used [0x00000004d3000000, 0x00000004d4000000)
    AC 0 O TS 0 PTAMS 0x00000004d4000000 NTAMS 0x00000004d4000000 space 16384K, 99% used [0x00000004d4000000, 0x00000004d5000000)
    AC 0 O TS 0 PTAMS 0x00000004d5000000 NTAMS 0x00000004d5000000 space 16384K, 99% used [0x00000004d5000000, 0x00000004d6000000)
    AC 0 O TS 0 PTAMS 0x00000004d6000000 NTAMS 0x00000004d6000000 space 16384K, 99% used [0x00000004d6000000, 0x00000004d7000000)
    AC 0 O TS 0 PTAMS 0x00000004d7000000 NTAMS 0x00000004d7000000 space 16384K, 99% used [0x00000004d7000000, 0x00000004d8000000)
    AC 0 O TS 0 PTAMS 0x00000004d8000000 NTAMS 0x00000004d8000000 space 16384K, 99% used [0x00000004d8000000, 0x00000004d9000000)
    AC 0 O TS 0 PTAMS 0x00000004d9000000 NTAMS 0x00000004d9000000 space 16384K, 99% used [0x00000004d9000000, 0x00000004da000000)
    AC 0 O TS 0 PTAMS 0x00000004da000000 NTAMS 0x00000004da000000 space 16384K, 99% used [0x00000004da000000, 0x00000004db000000)
    AC 0 O TS 0 PTAMS 0x00000004db000000 NTAMS 0x00000004db000000 space 16384K, 99% used [0x00000004db000000, 0x00000004dc000000)
    AC 0 O TS 0 PTAMS 0x00000004dc000000 NTAMS 0x00000004dc000000 space 16384K, 100% used [0x00000004dc000000, 0x00000004dd000000)
    AC 0 O TS 0 PTAMS 0x00000004dd000000 NTAMS 0x00000004dd000000 space 16384K, 99% used [0x00000004dd000000, 0x00000004de000000)
    AC 0 O TS 0 PTAMS 0x00000004de000000 NTAMS 0x00000004de000000 space 16384K, 99% used [0x00000004de000000, 0x00000004df000000)
    AC 0 O TS 0 PTAMS 0x00000004df000000 NTAMS 0x00000004df000000 space 16384K, 100% used [0x00000004df000000, 0x00000004e0000000)
    AC 0 O TS 0 PTAMS 0x00000004e0000000 NTAMS 0x00000004e0000000 space 16384K, 99% used [0x00000004e0000000, 0x00000004e1000000)
    AC 0 O TS 0 PTAMS 0x00000004e1000000 NTAMS 0x00000004e1000000 space 16384K, 99% used [0x00000004e1000000, 0x00000004e2000000)
    AC 0 O TS 0 PTAMS 0x00000004e2000000 NTAMS 0x00000004e2000000 space 16384K, 99% used [0x00000004e2000000, 0x00000004e3000000)
    AC 0 O TS 0 PTAMS 0x00000004e3000000 NTAMS 0x00000004e3000000 space 16384K, 99% used [0x00000004e3000000, 0x00000004e4000000)
    AC 0 O TS 0 PTAMS 0x00000004e4000000 NTAMS 0x00000004e4000000 space 16384K, 99% used [0x00000004e4000000, 0x00000004e5000000)
    AC 0 O TS 0 PTAMS 0x00000004e5000000 NTAMS 0x00000004e5000000 space 16384K, 99% used [0x00000004e5000000, 0x00000004e6000000)
    AC 0 O TS 0 PTAMS 0x00000004e6000000 NTAMS 0x00000004e6000000 space 16384K, 99% used [0x00000004e6000000, 0x00000004e7000000)
    AC 0 O TS 0 PTAMS 0x00000004e7000000 NTAMS 0x00000004e7000000 space 16384K, 100% used [0x00000004e7000000, 0x00000004e8000000)
    AC 0 O TS 0 PTAMS 0x00000004e8000000 NTAMS 0x00000004e8000000 space 16384K, 97% used [0x00000004e8000000, 0x00000004e9000000)
    AC 0 O TS 0 PTAMS 0x00000004e9000000 NTAMS 0x00000004e9000000 space 16384K, 99% used [0x00000004e9000000, 0x00000004ea000000)
    AC 0 O TS 0 PTAMS 0x00000004ea000000 NTAMS 0x00000004ea000000 space 16384K, 99% used [0x00000004ea000000, 0x00000004eb000000)
    AC 0 O TS 0 PTAMS 0x00000004eb000000 NTAMS 0x00000004eb000000 space 16384K, 99% used [0x00000004eb000000, 0x00000004ec000000)
    AC 0 O TS 0 PTAMS 0x00000004ec000000 NTAMS 0x00000004ec000000 space 16384K, 99% used [0x00000004ec000000, 0x00000004ed000000)
    AC 0 O TS 0 PTAMS 0x00000004ed000000 NTAMS 0x00000004ed000000 space 16384K, 99% used [0x00000004ed000000, 0x00000004ee000000)
    AC 0 O TS 0 PTAMS 0x00000004ee000000 NTAMS 0x00000004ee000000 space 16384K, 99% used [0x00000004ee000000, 0x00000004ef000000)
    AC 0 O TS 0 PTAMS 0x00000004ef000000 NTAMS 0x00000004ef000000 space 16384K, 99% used [0x00000004ef000000, 0x00000004f0000000)
    AC 0 O TS 0 PTAMS 0x00000004f0000000 NTAMS 0x00000004f0000000 space 16384K, 99% used [0x00000004f0000000, 0x00000004f1000000)
    AC 0 O TS 0 PTAMS 0x00000004f1000000 NTAMS 0x00000004f1000000 space 16384K, 99% used [0x00000004f1000000, 0x00000004f2000000)
    AC 0 O TS 0 PTAMS 0x00000004f2000000 NTAMS 0x00000004f2000000 space 16384K, 99% used [0x00000004f2000000, 0x00000004f3000000)
    AC 0 O TS 0 PTAMS 0x00000004f3000000 NTAMS 0x00000004f3000000 space 16384K, 99% used [0x00000004f3000000, 0x00000004f4000000)
    AC 0 O TS 0 PTAMS 0x00000004f4000000 NTAMS 0x00000004f4000000 space 16384K, 99% used [0x00000004f4000000, 0x00000004f5000000)
    AC 0 O TS 0 PTAMS 0x00000004f5000000 NTAMS 0x00000004f5000000 space 16384K, 99% used [0x00000004f5000000, 0x00000004f6000000)
    AC 0 O TS 0 PTAMS 0x00000004f6000000 NTAMS 0x00000004f6000000 space 16384K, 99% used [0x00000004f6000000, 0x00000004f7000000)
    AC 0 O TS 0 PTAMS 0x00000004f7000000 NTAMS 0x00000004f7000000 space 16384K, 99% used [0x00000004f7000000, 0x00000004f8000000)
    AC 0 O TS 0 PTAMS 0x00000004f8000000 NTAMS 0x00000004f8000000 space 16384K, 99% used [0x00000004f8000000, 0x00000004f9000000)
    AC 0 O TS 0 PTAMS 0x00000004f9000000 NTAMS 0x00000004f9000000 space 16384K, 99% used [0x00000004f9000000, 0x00000004fa000000)
    AC 0 O TS 0 PTAMS 0x00000004fa000000 NTAMS 0x00000004fa000000 space 16384K, 99% used [0x00000004fa000000, 0x00000004fb000000)
    AC 0 O TS 0 PTAMS 0x00000004fb000000 NTAMS 0x00000004fb000000 space 16384K, 99% used [0x00000004fb000000, 0x00000004fc000000)
    AC 0 O TS 0 PTAMS 0x00000004fc000000 NTAMS 0x00000004fc000000 space 16384K, 99% used [0x00000004fc000000, 0x00000004fd000000)
    AC 0 O TS 0 PTAMS 0x00000004fd000000 NTAMS 0x00000004fd000000 space 16384K, 99% used [0x00000004fd000000, 0x00000004fe000000)
    AC 0 O TS 0 PTAMS 0x00000004fe000000 NTAMS 0x00000004fe000000 space 16384K, 100% used [0x00000004fe000000, 0x00000004ff000000)
    AC 0 O TS 0 PTAMS 0x00000004ff000000 NTAMS 0x00000004ff000000 space 16384K, 99% used [0x00000004ff000000, 0x0000000500000000)
    AC 0 O TS 0 PTAMS 0x0000000500000000 NTAMS 0x0000000500000000 space 16384K, 99% used [0x0000000500000000, 0x0000000501000000)
    AC 0 O TS 0 PTAMS 0x0000000501000000 NTAMS 0x0000000501000000 space 16384K, 14% used [0x0000000501000000, 0x0000000502000000)
    AC 0 O TS 5 PTAMS 0x0000000502000000 NTAMS 0x0000000502000000 space 16384K, 100% used [0x0000000502000000, 0x0000000503000000)
    AC 0 O TS 7 PTAMS 0x0000000503000000 NTAMS 0x0000000503000000 space 16384K, 100% used [0x0000000503000000, 0x0000000504000000)
    AC 0 O TS 7 PTAMS 0x0000000504000000 NTAMS 0x0000000504000000 space 16384K, 100% used [0x0000000504000000, 0x0000000505000000)
    AC 0 O TS 5 PTAMS 0x0000000505000000 NTAMS 0x0000000505000000 space 16384K, 100% used [0x0000000505000000, 0x0000000506000000)
    AC 0 O TS 7 PTAMS 0x0000000506000000 NTAMS 0x0000000506000000 space 16384K, 100% used [0x0000000506000000, 0x0000000507000000)
    AC 0 O TS 7 PTAMS 0x0000000507000000 NTAMS 0x0000000507000000 space 16384K, 100% used [0x0000000507000000, 0x0000000508000000)
    AC 0 O TS 7 PTAMS 0x0000000508000000 NTAMS 0x0000000508000000 space 16384K, 100% used [0x0000000508000000, 0x0000000509000000)
    AC 0 O TS 7 PTAMS 0x0000000509000000 NTAMS 0x0000000509000000 space 16384K, 100% used [0x0000000509000000, 0x000000050a000000)
    AC 0 O TS 7 PTAMS 0x000000050a000000 NTAMS 0x000000050a000000 space 16384K, 100% used [0x000000050a000000, 0x000000050b000000)
    AC 0 O TS 15 PTAMS 0x000000050b000000 NTAMS 0x000000050b000000 space 16384K, 100% used [0x000000050b000000, 0x000000050c000000)
    AC 0 O TS 21 PTAMS 0x000000050c000000 NTAMS 0x000000050c000000 space 16384K, 100% used [0x000000050c000000, 0x000000050d000000)
    AC 0 O TS 21 PTAMS 0x000000050d000000 NTAMS 0x000000050d000000 space 16384K, 100% used [0x000000050d000000, 0x000000050e000000)
    AC 0 O TS 15 PTAMS 0x000000050e000000 NTAMS 0x000000050e000000 space 16384K, 100% used [0x000000050e000000, 0x000000050f000000)
    AC 0 O TS 21 PTAMS 0x000000050f000000 NTAMS 0x000000050f000000 space 16384K, 100% used [0x000000050f000000, 0x0000000510000000)
    AC 0 O TS 21 PTAMS 0x0000000510000000 NTAMS 0x0000000510000000 space 16384K, 23% used [0x0000000510000000, 0x0000000511000000)
    AC 0 F TS 0 PTAMS 0x0000000511000000 NTAMS 0x0000000511000000 space 16384K, 0% used [0x0000000511000000, 0x0000000512000000)
    AC 0 F TS 0 PTAMS 0x0000000512000000 NTAMS 0x0000000512000000 space 16384K, 0% used [0x0000000512000000, 0x0000000513000000)
    AC 0 F TS 0 PTAMS 0x0000000513000000 NTAMS 0x0000000513000000 space 16384K, 0% used [0x0000000513000000, 0x0000000514000000)
    AC 0 F TS 0 PTAMS 0x0000000514000000 NTAMS 0x0000000514000000 space 16384K, 0% used [0x0000000514000000, 0x0000000515000000)
    AC 0 F TS 0 PTAMS 0x0000000515000000 NTAMS 0x0000000515000000 space 16384K, 0% used [0x0000000515000000, 0x0000000516000000)
    AC 0 F TS 0 PTAMS 0x0000000516000000 NTAMS 0x0000000516000000 space 16384K, 0% used [0x0000000516000000, 0x0000000517000000)
    AC 0 F TS 0 PTAMS 0x0000000517000000 NTAMS 0x0000000517000000 space 16384K, 0% used [0x0000000517000000, 0x0000000518000000)
    AC 0 F TS 0 PTAMS 0x0000000518000000 NTAMS 0x0000000518000000 space 16384K, 0% used [0x0000000518000000, 0x0000000519000000)
    AC 0 F TS 0 PTAMS 0x0000000519000000 NTAMS 0x0000000519000000 space 16384K, 0% used [0x0000000519000000, 0x000000051a000000)
    AC 0 F TS 0 PTAMS 0x000000051a000000 NTAMS 0x000000051a000000 space 16384K, 0% used [0x000000051a000000, 0x000000051b000000)
    AC 0 F TS 0 PTAMS 0x000000051b000000 NTAMS 0x000000051b000000 space 16384K, 0% used [0x000000051b000000, 0x000000051c000000)
    AC 0 F TS 0 PTAMS 0x000000051c000000 NTAMS 0x000000051c000000 space 16384K, 0% used [0x000000051c000000, 0x000000051d000000)
    AC 0 F TS 0 PTAMS 0x000000051d000000 NTAMS 0x000000051d000000 space 16384K, 0% used [0x000000051d000000, 0x000000051e000000)
    AC 0 F TS 0 PTAMS 0x000000051e000000 NTAMS 0x000000051e000000 space 16384K, 0% used [0x000000051e000000, 0x000000051f000000)
    AC 0 F TS 0 PTAMS 0x000000051f000000 NTAMS 0x000000051f000000 space 16384K, 0% used [0x000000051f000000, 0x0000000520000000)
    AC 0 F TS 0 PTAMS 0x0000000520000000 NTAMS 0x0000000520000000 space 16384K, 0% used [0x0000000520000000, 0x0000000521000000)
    AC 0 F TS 0 PTAMS 0x0000000521000000 NTAMS 0x0000000521000000 space 16384K, 0% used [0x0000000521000000, 0x0000000522000000)
    AC 0 F TS 0 PTAMS 0x0000000522000000 NTAMS 0x0000000522000000 space 16384K, 0% used [0x0000000522000000, 0x0000000523000000)
    AC 0 F TS 0 PTAMS 0x0000000523000000 NTAMS 0x0000000523000000 space 16384K, 0% used [0x0000000523000000, 0x0000000524000000)
    AC 0 F TS 0 PTAMS 0x0000000524000000 NTAMS 0x0000000524000000 space 16384K, 0% used [0x0000000524000000, 0x0000000525000000)
    AC 0 F TS 0 PTAMS 0x0000000525000000 NTAMS 0x0000000525000000 space 16384K, 0% used [0x0000000525000000, 0x0000000526000000)
    AC 0 F TS 0 PTAMS 0x0000000526000000 NTAMS 0x0000000526000000 space 16384K, 0% used [0x0000000526000000, 0x0000000527000000)
    AC 0 F TS 0 PTAMS 0x0000000527000000 NTAMS 0x0000000527000000 space 16384K, 0% used [0x0000000527000000, 0x0000000528000000)
    AC 0 F TS 0 PTAMS 0x0000000528000000 NTAMS 0x0000000528000000 space 16384K, 0% used [0x0000000528000000, 0x0000000529000000)
    AC 0 F TS 0 PTAMS 0x0000000529000000 NTAMS 0x0000000529000000 space 16384K, 0% used [0x0000000529000000, 0x000000052a000000)
    AC 0 F TS 0 PTAMS 0x000000052a000000 NTAMS 0x000000052a000000 space 16384K, 0% used [0x000000052a000000, 0x000000052b000000)
    AC 0 F TS 3 PTAMS 0x000000052b000000 NTAMS 0x000000052b000000 space 16384K, 0% used [0x000000052b000000, 0x000000052c000000)
    AC 0 F TS 1 PTAMS 0x000000052c000000 NTAMS 0x000000052c000000 space 16384K, 0% used [0x000000052c000000, 0x000000052d000000)
    AC 0 F TS 1 PTAMS 0x000000052d000000 NTAMS 0x000000052d000000 space 16384K, 0% used [0x000000052d000000, 0x000000052e000000)
    AC 0 F TS 1 PTAMS 0x000000052e000000 NTAMS 0x000000052e000000 space 16384K, 0% used [0x000000052e000000, 0x000000052f000000)
    AC 0 F TS 1 PTAMS 0x000000052f000000 NTAMS 0x000000052f000000 space 16384K, 0% used [0x000000052f000000, 0x0000000530000000)
    AC 0 F TS 1 PTAMS 0x0000000530000000 NTAMS 0x0000000530000000 space 16384K, 0% used [0x0000000530000000, 0x0000000531000000)
    AC 0 F TS 3 PTAMS 0x0000000531000000 NTAMS 0x0000000531000000 space 16384K, 0% used [0x0000000531000000, 0x0000000532000000)
    AC 0 F TS 3 PTAMS 0x0000000532000000 NTAMS 0x0000000532000000 space 16384K, 0% used [0x0000000532000000, 0x0000000533000000)
    AC 0 F TS 3 PTAMS 0x0000000533000000 NTAMS 0x0000000533000000 space 16384K, 0% used [0x0000000533000000, 0x0000000534000000)
    AC 0 F TS 3 PTAMS 0x0000000534000000 NTAMS 0x0000000534000000 space 16384K, 0% used [0x0000000534000000, 0x0000000535000000)
    AC 0 F TS 3 PTAMS 0x0000000535000000 NTAMS 0x0000000535000000 space 16384K, 0% used [0x0000000535000000, 0x0000000536000000)
    AC 0 F TS 19 PTAMS 0x0000000536000000 NTAMS 0x0000000536000000 space 16384K, 0% used [0x0000000536000000, 0x0000000537000000)
    AC 0 F TS 19 PTAMS 0x0000000537000000 NTAMS 0x0000000537000000 space 16384K, 0% used [0x0000000537000000, 0x0000000538000000)
    AC 0 F TS 19 PTAMS 0x0000000538000000 NTAMS 0x0000000538000000 space 16384K, 0% used [0x0000000538000000, 0x0000000539000000)
    AC 0 F TS 19 PTAMS 0x0000000539000000 NTAMS 0x0000000539000000 space 16384K, 0% used [0x0000000539000000, 0x000000053a000000)
    AC 0 F TS 17 PTAMS 0x000000053a000000 NTAMS 0x000000053a000000 space 16384K, 0% used [0x000000053a000000, 0x000000053b000000)
    AC 0 F TS 17 PTAMS 0x000000053b000000 NTAMS 0x000000053b000000 space 16384K, 0% used [0x000000053b000000, 0x000000053c000000)
    AC 0 F TS 17 PTAMS 0x000000053c000000 NTAMS 0x000000053c000000 space 16384K, 0% used [0x000000053c000000, 0x000000053d000000)
    AC 0 F TS 17 PTAMS 0x000000053d000000 NTAMS 0x000000053d000000 space 16384K, 0% used [0x000000053d000000, 0x000000053e000000)
    AC 0 F TS 17 PTAMS 0x000000053e000000 NTAMS 0x000000053e000000 space 16384K, 0% used [0x000000053e000000, 0x000000053f000000)
    AC 0 F TS 17 PTAMS 0x000000053f000000 NTAMS 0x000000053f000000 space 16384K, 0% used [0x000000053f000000, 0x0000000540000000)
    AC 0 F TS 19 PTAMS 0x0000000540000000 NTAMS 0x0000000540000000 space 16384K, 0% used [0x0000000540000000, 0x0000000541000000)
    AC 0 F TS 19 PTAMS 0x0000000541000000 NTAMS 0x0000000541000000 space 16384K, 0% used [0x0000000541000000, 0x0000000542000000)
    AC 0 F TS 19 PTAMS 0x0000000542000000 NTAMS 0x0000000542000000 space 16384K, 0% used [0x0000000542000000, 0x0000000543000000)
    AC 0 F TS 19 PTAMS 0x0000000543000000 NTAMS 0x0000000543000000 space 16384K, 0% used [0x0000000543000000, 0x0000000544000000)
    AC 0 F TS 19 PTAMS 0x0000000544000000 NTAMS 0x0000000544000000 space 16384K, 0% used [0x0000000544000000, 0x0000000545000000)
    AC 0 F TS 13 PTAMS 0x0000000545000000 NTAMS 0x0000000545000000 space 16384K, 0% used [0x0000000545000000, 0x0000000546000000)
    AC 0 F TS 15 PTAMS 0x0000000546000000 NTAMS 0x0000000546000000 space 16384K, 0% used [0x0000000546000000, 0x0000000547000000)
    AC 0 S CS TS 21 PTAMS 0x0000000547000000 NTAMS 0x0000000547000000 space 16384K, 49% used [0x0000000547000000, 0x0000000548000000)
    AC 0 S CS TS 21 PTAMS 0x0000000548000000 NTAMS 0x0000000548000000 space 16384K, 100% used [0x0000000548000000, 0x0000000549000000)
    AC 0 S CS TS 21 PTAMS 0x0000000549000000 NTAMS 0x0000000549000000 space 16384K, 100% used [0x0000000549000000, 0x000000054a000000)
    AC 0 S CS TS 21 PTAMS 0x000000054a000000 NTAMS 0x000000054a000000 space 16384K, 100% used [0x000000054a000000, 0x000000054b000000)
    AC 0 S CS TS 21 PTAMS 0x000000054b000000 NTAMS 0x000000054b000000 space 16384K, 100% used [0x000000054b000000, 0x000000054c000000)
    AC 0 F TS 5 PTAMS 0x000000054c000000 NTAMS 0x000000054c000000 space 16384K, 0% used [0x000000054c000000, 0x000000054d000000)
    AC 0 F TS 5 PTAMS 0x000000054d000000 NTAMS 0x000000054d000000 space 16384K, 0% used [0x000000054d000000, 0x000000054e000000)
    AC 0 F TS 5 PTAMS 0x000000054e000000 NTAMS 0x000000054e000000 space 16384K, 0% used [0x000000054e000000, 0x000000054f000000)
    AC 0 F TS 5 PTAMS 0x000000054f000000 NTAMS 0x000000054f000000 space 16384K, 0% used [0x000000054f000000, 0x0000000550000000)
    AC 0 F TS 0 PTAMS 0x0000000550000000 NTAMS 0x0000000550000000 space 16384K, 0% used [0x0000000550000000, 0x0000000551000000)
    AC 0 F TS 0 PTAMS 0x0000000551000000 NTAMS 0x0000000551000000 space 16384K, 0% used [0x0000000551000000, 0x0000000552000000)
    AC 0 F TS 0 PTAMS 0x0000000552000000 NTAMS 0x0000000552000000 space 16384K, 0% used [0x0000000552000000, 0x0000000553000000)
    AC 0 F TS 0 PTAMS 0x0000000553000000 NTAMS 0x0000000553000000 space 16384K, 0% used [0x0000000553000000, 0x0000000554000000)
    AC 0 F TS 0 PTAMS 0x0000000554000000 NTAMS 0x0000000554000000 space 16384K, 0% used [0x0000000554000000, 0x0000000555000000)
    AC 0 F TS 0 PTAMS 0x0000000555000000 NTAMS 0x0000000555000000 space 16384K, 0% used [0x0000000555000000, 0x0000000556000000)
    AC 0 F TS 0 PTAMS 0x0000000556000000 NTAMS 0x0000000556000000 space 16384K, 0% used [0x0000000556000000, 0x0000000557000000)
    AC 0 F TS 0 PTAMS 0x0000000557000000 NTAMS 0x0000000557000000 space 16384K, 0% used [0x0000000557000000, 0x0000000558000000)
    AC 0 F TS 0 PTAMS 0x0000000558000000 NTAMS 0x0000000558000000 space 16384K, 0% used [0x0000000558000000, 0x0000000559000000)
    AC 0 F TS 0 PTAMS 0x0000000559000000 NTAMS 0x0000000559000000 space 16384K, 0% used [0x0000000559000000, 0x000000055a000000)
    AC 0 F TS 0 PTAMS 0x000000055a000000 NTAMS 0x000000055a000000 space 16384K, 0% used [0x000000055a000000, 0x000000055b000000)
    AC 0 F TS 0 PTAMS 0x000000055b000000 NTAMS 0x000000055b000000 space 16384K, 0% used [0x000000055b000000, 0x000000055c000000)
    AC 0 F TS 0 PTAMS 0x000000055c000000 NTAMS 0x000000055c000000 space 16384K, 0% used [0x000000055c000000, 0x000000055d000000)
    AC 0 F TS 0 PTAMS 0x000000055d000000 NTAMS 0x000000055d000000 space 16384K, 0% used [0x000000055d000000, 0x000000055e000000)
    AC 0 F TS 0 PTAMS 0x000000055e000000 NTAMS 0x000000055e000000 space 16384K, 0% used [0x000000055e000000, 0x000000055f000000)
    AC 0 F TS 0 PTAMS 0x000000055f000000 NTAMS 0x000000055f000000 space 16384K, 0% used [0x000000055f000000, 0x0000000560000000)
    AC 0 F TS 0 PTAMS 0x0000000560000000 NTAMS 0x0000000560000000 space 16384K, 0% used [0x0000000560000000, 0x0000000561000000)
    AC 0 F TS 0 PTAMS 0x0000000561000000 NTAMS 0x0000000561000000 space 16384K, 0% used [0x0000000561000000, 0x0000000562000000)
    AC 0 F TS 0 PTAMS 0x0000000562000000 NTAMS 0x0000000562000000 space 16384K, 0% used [0x0000000562000000, 0x0000000563000000)
    AC 0 F TS 0 PTAMS 0x0000000563000000 NTAMS 0x0000000563000000 space 16384K, 0% used [0x0000000563000000, 0x0000000564000000)
    AC 0 F TS 0 PTAMS 0x0000000564000000 NTAMS 0x0000000564000000 space 16384K, 0% used [0x0000000564000000, 0x0000000565000000)
    AC 0 F TS 0 PTAMS 0x0000000565000000 NTAMS 0x0000000565000000 space 16384K, 0% used [0x0000000565000000, 0x0000000566000000)
    AC 0 F TS 0 PTAMS 0x0000000566000000 NTAMS 0x0000000566000000 space 16384K, 0% used [0x0000000566000000, 0x0000000567000000)
    AC 0 F TS 0 PTAMS 0x0000000567000000 NTAMS 0x0000000567000000 space 16384K, 0% used [0x0000000567000000, 0x0000000568000000)
    AC 0 F TS 0 PTAMS 0x0000000568000000 NTAMS 0x0000000568000000 space 16384K, 0% used [0x0000000568000000, 0x0000000569000000)
    AC 0 F TS 0 PTAMS 0x0000000569000000 NTAMS 0x0000000569000000 space 16384K, 0% used [0x0000000569000000, 0x000000056a000000)
    AC 0 F TS 0 PTAMS 0x000000056a000000 NTAMS 0x000000056a000000 space 16384K, 0% used [0x000000056a000000, 0x000000056b000000)
    AC 0 F TS 0 PTAMS 0x000000056b000000 NTAMS 0x000000056b000000 space 16384K, 0% used [0x000000056b000000, 0x000000056c000000)
    AC 0 F TS 0 PTAMS 0x000000056c000000 NTAMS 0x000000056c000000 space 16384K, 0% used [0x000000056c000000, 0x000000056d000000)
    AC 0 F TS 0 PTAMS 0x000000056d000000 NTAMS 0x000000056d000000 space 16384K, 0% used [0x000000056d000000, 0x000000056e000000)
    AC 0 F TS 0 PTAMS 0x000000056e000000 NTAMS 0x000000056e000000 space 16384K, 0% used [0x000000056e000000, 0x000000056f000000)
    AC 0 F TS 0 PTAMS 0x000000056f000000 NTAMS 0x000000056f000000 space 16384K, 0% used [0x000000056f000000, 0x0000000570000000)
    AC 0 F TS 0 PTAMS 0x0000000570000000 NTAMS 0x0000000570000000 space 16384K, 0% used [0x0000000570000000, 0x0000000571000000)
    AC 0 F TS 7 PTAMS 0x0000000571000000 NTAMS 0x0000000571000000 space 16384K, 0% used [0x0000000571000000, 0x0000000572000000)
    AC 0 F TS 7 PTAMS 0x0000000572000000 NTAMS 0x0000000572000000 space 16384K, 0% used [0x0000000572000000, 0x0000000573000000)
    AC 0 F TS 7 PTAMS 0x0000000573000000 NTAMS 0x0000000573000000 space 16384K, 0% used [0x0000000573000000, 0x0000000574000000)
    AC 0 F TS 7 PTAMS 0x0000000574000000 NTAMS 0x0000000574000000 space 16384K, 0% used [0x0000000574000000, 0x0000000575000000)
    AC 0 F TS 7 PTAMS 0x0000000575000000 NTAMS 0x0000000575000000 space 16384K, 0% used [0x0000000575000000, 0x0000000576000000)
    AC 0 F TS 0 PTAMS 0x0000000576000000 NTAMS 0x0000000576000000 space 16384K, 0% used [0x0000000576000000, 0x0000000577000000)
    AC 0 F TS 0 PTAMS 0x0000000577000000 NTAMS 0x0000000577000000 space 16384K, 0% used [0x0000000577000000, 0x0000000578000000)
    AC 0 F TS 0 PTAMS 0x0000000578000000 NTAMS 0x0000000578000000 space 16384K, 0% used [0x0000000578000000, 0x0000000579000000)
    AC 0 F TS 0 PTAMS 0x0000000579000000 NTAMS 0x0000000579000000 space 16384K, 0% used [0x0000000579000000, 0x000000057a000000)
    AC 0 F TS 0 PTAMS 0x000000057a000000 NTAMS 0x000000057a000000 space 16384K, 0% used [0x000000057a000000, 0x000000057b000000)
    AC 0 F TS 0 PTAMS 0x000000057b000000 NTAMS 0x000000057b000000 space 16384K, 0% used [0x000000057b000000, 0x000000057c000000)
    AC 0 F TS 0 PTAMS 0x000000057c000000 NTAMS 0x000000057c000000 space 16384K, 0% used [0x000000057c000000, 0x000000057d000000)
    AC 0 F TS 0 PTAMS 0x000000057d000000 NTAMS 0x000000057d000000 space 16384K, 0% used [0x000000057d000000, 0x000000057e000000)
    AC 0 F TS 0 PTAMS 0x000000057e000000 NTAMS 0x000000057e000000 space 16384K, 0% used [0x000000057e000000, 0x000000057f000000)
    AC 0 F TS 0 PTAMS 0x000000057f000000 NTAMS 0x000000057f000000 space 16384K, 0% used [0x000000057f000000, 0x0000000580000000)
    AC 0 F TS 0 PTAMS 0x0000000580000000 NTAMS 0x0000000580000000 space 16384K, 0% used [0x0000000580000000, 0x0000000581000000)
    AC 0 F TS 0 PTAMS 0x0000000581000000 NTAMS 0x0000000581000000 space 16384K, 0% used [0x0000000581000000, 0x0000000582000000)
    AC 0 F TS 0 PTAMS 0x0000000582000000 NTAMS 0x0000000582000000 space 16384K, 0% used [0x0000000582000000, 0x0000000583000000)
    AC 0 F TS 0 PTAMS 0x0000000583000000 NTAMS 0x0000000583000000 space 16384K, 0% used [0x0000000583000000, 0x0000000584000000)
    AC 0 F TS 0 PTAMS 0x0000000584000000 NTAMS 0x0000000584000000 space 16384K, 0% used [0x0000000584000000, 0x0000000585000000)
    AC 0 F TS 0 PTAMS 0x0000000585000000 NTAMS 0x0000000585000000 space 16384K, 0% used [0x0000000585000000, 0x0000000586000000)
    AC 0 F TS 0 PTAMS 0x0000000586000000 NTAMS 0x0000000586000000 space 16384K, 0% used [0x0000000586000000, 0x0000000587000000)
    AC 0 F TS 0 PTAMS 0x0000000587000000 NTAMS 0x0000000587000000 space 16384K, 0% used [0x0000000587000000, 0x0000000588000000)
    AC 0 F TS 0 PTAMS 0x0000000588000000 NTAMS 0x0000000588000000 space 16384K, 0% used [0x0000000588000000, 0x0000000589000000)
    AC 0 F TS 0 PTAMS 0x0000000589000000 NTAMS 0x0000000589000000 space 16384K, 0% used [0x0000000589000000, 0x000000058a000000)
    AC 0 F TS 0 PTAMS 0x000000058a000000 NTAMS 0x000000058a000000 space 16384K, 0% used [0x000000058a000000, 0x000000058b000000)
    AC 0 F TS 0 PTAMS 0x000000058b000000 NTAMS 0x000000058b000000 space 16384K, 0% used [0x000000058b000000, 0x000000058c000000)
    AC 0 F TS 0 PTAMS 0x000000058c000000 NTAMS 0x000000058c000000 space 16384K, 0% used [0x000000058c000000, 0x000000058d000000)
    AC 0 E TS 0 PTAMS 0x000000058d000000 NTAMS 0x000000058d000000 space 16384K, 51% used [0x000000058d000000, 0x000000058e000000)
    AC 0 E CS TS 0 PTAMS 0x000000058e000000 NTAMS 0x000000058e000000 space 16384K, 100% used [0x000000058e000000, 0x000000058f000000)
    AC 0 E CS TS 0 PTAMS 0x000000058f000000 NTAMS 0x000000058f000000 space 16384K, 100% used [0x000000058f000000, 0x0000000590000000)
    AC 0 E CS TS 0 PTAMS 0x0000000590000000 NTAMS 0x0000000590000000 space 16384K, 100% used [0x0000000590000000, 0x0000000591000000)
    AC 0 E CS TS 0 PTAMS 0x0000000591000000 NTAMS 0x0000000591000000 space 16384K, 100% used [0x0000000591000000, 0x0000000592000000)
    AC 0 E CS TS 0 PTAMS 0x0000000592000000 NTAMS 0x0000000592000000 space 16384K, 100% used [0x0000000592000000, 0x0000000593000000)
    AC 0 E CS TS 0 PTAMS 0x0000000593000000 NTAMS 0x0000000593000000 space 16384K, 100% used [0x0000000593000000, 0x0000000594000000)
    AC 0 E CS TS 0 PTAMS 0x0000000594000000 NTAMS 0x0000000594000000 space 16384K, 100% used [0x0000000594000000, 0x0000000595000000)
    AC 0 E CS TS 0 PTAMS 0x0000000595000000 NTAMS 0x0000000595000000 space 16384K, 100% used [0x0000000595000000, 0x0000000596000000)
    AC 0 E CS TS 0 PTAMS 0x0000000596000000 NTAMS 0x0000000596000000 space 16384K, 100% used [0x0000000596000000, 0x0000000597000000)
    AC 0 E CS TS 0 PTAMS 0x0000000597000000 NTAMS 0x0000000597000000 space 16384K, 100% used [0x0000000597000000, 0x0000000598000000)

    Card table byte_map: [0x0000000014570000,0x0000000015d70000] byte_map_base: 0x0000000011f70000

    Marking Bits (Prev, Next): (CMBitMap*) 0x00000000021b44c0, (CMBitMap*) 0x00000000021b4468
    Prev Bits: [0x0000000023570000, 0x000000002f570000)
    Next Bits: [0x0000000017570000, 0x0000000023570000)

    Polling page: 0x0000000000320000

    CodeCache: size=245760Kb used=89790Kb max_used=89802Kb free=155969Kb
    bounds [0x0000000002690000, 0x0000000007ed0000, 0x0000000011690000]
    total_blobs=22055 nmethods=20862 adapters=1098
    compilation: enabled

    Compilation events (10 events):
    Event: 513.886 Thread 0x0000000033ea3000 34621 3 paulscode.sound.libraries.SourceLWJGLOpenAL::setPosition (117 bytes)
    Event: 513.887 Thread 0x0000000033ea3000 nmethod 34621 0x0000000007ec1850 code [0x0000000007ec1ae0, 0x0000000007ec29a8]
    Event: 513.887 Thread 0x0000000033ea3000 34622 3 paulscode.sound.libraries.ChannelLWJGLOpenAL::attachBuffer (91 bytes)
    Event: 513.887 Thread 0x0000000033ea3000 nmethod 34622 0x0000000007eae350 code [0x0000000007eae540, 0x0000000007eaee88]
    Event: 514.139 Thread 0x0000000033ea3000 34623 3 codechicken.nei.LayoutManager::onMouseClicked (48 bytes)
    Event: 514.140 Thread 0x0000000033ea3000 nmethod 34623 0x0000000007ec3290 code [0x0000000007ec34a0, 0x0000000007ec3de8]
    Event: 514.188 Thread 0x0000000032c86000 34624 ! 4 net.minecraft.server.MinecraftServer::func_175586_a (69 bytes)
    Event: 514.193 Thread 0x0000000032c86000 nmethod 34624 0x0000000007ec7690 code [0x0000000007ec7800, 0x0000000007ec8048]
    Event: 514.255 Thread 0x0000000033ea0800 34625 4 net.minecraft.client.renderer.GlStateManager::func_187399_a (7 bytes)
    Event: 514.258 Thread 0x0000000033ea0800 nmethod 34625 0x0000000007ec84d0 code [0x0000000007ec8640, 0x0000000007ec88e8]

    GC Heap History (10 events):
    Event: 503.074 GC heap before
    {Heap before GC invocations=159 (full 4):
    garbage-first heap total 3538944K, used 2668598K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 89 young (1458176K), 7 survivors (114688K)
    Metaspace used 104489K, capacity 107333K, committed 107520K, reserved 1142784K
    class space used 13883K, capacity 14547K, committed 14592K, reserved 1048576K
    Event: 503.107 GC heap after
    Heap after GC invocations=160 (full 4):
    garbage-first heap total 3538944K, used 1341494K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 8 young (131072K), 8 survivors (131072K)
    Metaspace used 104489K, capacity 107333K, committed 107520K, reserved 1142784K
    class space used 13883K, capacity 14547K, committed 14592K, reserved 1048576K
    }
    Event: 505.718 GC heap before
    {Heap before GC invocations=160 (full 4):
    garbage-first heap total 3538944K, used 2668598K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 88 young (1441792K), 8 survivors (131072K)
    Metaspace used 104517K, capacity 107339K, committed 107520K, reserved 1142784K
    class space used 13887K, capacity 14548K, committed 14592K, reserved 1048576K
    Event: 505.747 GC heap after
    Heap after GC invocations=161 (full 4):
    garbage-first heap total 3538944K, used 1333302K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 6 young (98304K), 6 survivors (98304K)
    Metaspace used 104517K, capacity 107339K, committed 107520K, reserved 1142784K
    class space used 13887K, capacity 14548K, committed 14592K, reserved 1048576K
    }
    Event: 508.540 GC heap before
    {Heap before GC invocations=161 (full 4):
    garbage-first heap total 3538944K, used 2676790K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 88 young (1441792K), 6 survivors (98304K)
    Metaspace used 104539K, capacity 107403K, committed 107520K, reserved 1142784K
    class space used 13887K, capacity 14548K, committed 14592K, reserved 1048576K
    Event: 508.568 GC heap after
    Heap after GC invocations=162 (full 4):
    garbage-first heap total 3538944K, used 1354927K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 6 young (98304K), 6 survivors (98304K)
    Metaspace used 104539K, capacity 107403K, committed 107520K, reserved 1142784K
    class space used 13887K, capacity 14548K, committed 14592K, reserved 1048576K
    }
    Event: 510.828 GC heap before
    {Heap before GC invocations=162 (full 4):
    garbage-first heap total 3538944K, used 2698415K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 89 young (1458176K), 6 survivors (98304K)
    Metaspace used 104560K, capacity 107413K, committed 107520K, reserved 1142784K
    class space used 13888K, capacity 14549K, committed 14592K, reserved 1048576K
    Event: 510.864 GC heap after
    Heap after GC invocations=163 (full 4):
    garbage-first heap total 3538944K, used 1395888K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 9 young (147456K), 9 survivors (147456K)
    Metaspace used 104560K, capacity 107413K, committed 107520K, reserved 1142784K
    class space used 13888K, capacity 14549K, committed 14592K, reserved 1048576K
    }
    Event: 513.772 GC heap before
    {Heap before GC invocations=163 (full 4):
    garbage-first heap total 3538944K, used 2641072K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 85 young (1392640K), 9 survivors (147456K)
    Metaspace used 104576K, capacity 107419K, committed 107520K, reserved 1142784K
    class space used 13889K, capacity 14550K, committed 14592K, reserved 1048576K
    Event: 513.802 GC heap after
    Heap after GC invocations=164 (full 4):
    garbage-first heap total 3538944K, used 1367682K [0x00000004c0000000, 0x00000004c10006c0, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 104576K, capacity 107419K, committed 107520K, reserved 1142784K
    class space used 13889K, capacity 14550K, committed 14592K, reserved 1048576K
    }

    Deoptimization events (10 events):
    Event: 509.912 Thread 0x0000000043a64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000007d423a0 method=net.minecraft.entity.EntityLivingBase.func_70030_z()V @ 558
    Event: 510.442 Thread 0x0000000043a64000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000006df7e6c method=net.minecraft.world.World.func_180500_c(Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;)Z @ 376
    Event: 510.947 Thread 0x0000000043a64000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000007d2f5bc method=net.minecraft.world.chunk.Chunk.func_177436_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/state/IBlockState; @ 296
    Event: 510.947 Thread 0x0000000043a64000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000073dd38c method=net.minecraft.world.World.func_147458_c(IIIIII)V @ 40
    Event: 512.369 Thread 0x0000000043a64000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000073dd38c method=net.minecraft.world.World.func_147458_c(IIIIII)V @ 40
    Event: 512.459 Thread 0x000000000033f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000007dac95c method=net.silentchaos512.scalinghealth.client.HeartDisplayHandler.onHealthBar(Lnet/minecraftforge/client/event/RenderGameOverlayEvent$Pre;)V @ 932
    Event: 513.449 Thread 0x000000000033f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000563d89c method=net.minecraft.client.renderer.entity.RenderLivingBase.func_177093_a(Lnet/minecraft/entity/EntityLivingBase;FFFFFFF)V @ 71
    Event: 513.733 Thread 0x000000000033f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005432520 method=codechicken.nei.layout.LayoutStyleMinecraft.drawButton(Lcodechicken/nei/widget/Button;II)V @ 99
    Event: 513.733 Thread 0x000000000033f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005fe4374 method=codechicken.nei.widget.Button.handleTooltip(IILjava/util/List;)V @ 18
    Event: 513.880 Thread 0x0000000043a64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000007e597ec method=net.minecraft.entity.EntityLivingBase.func_70030_z()V @ 640

    Internal exceptions (10 events):
    Event: 514.140 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5a298) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.142 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5a498) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.157 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5a698) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.172 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5a898) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.188 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5aa98) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.191 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5ac98) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.206 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5ae98) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.221 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5b098) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.241 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5b298) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 514.256 Thread 0x000000003b59c800 Exception <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»> (0x0000000597e5b498) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]

    <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»>

    <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»><a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»>

    <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»>

    Events (10 events):
    Event: 513.733 Thread 0x000000000033f000 DEOPT PACKING pc=0x0000000005432520 sp=0x000000000233e770
    Event: 513.733 Thread 0x000000000033f000 DEOPT UNPACKING pc=0x00000000026d582a sp=0x000000000233e740 mode 2
    Event: 513.733 Thread 0x000000000033f000 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000005fe4374
    Event: 513.733 Thread 0x000000000033f000 DEOPT PACKING pc=0x0000000005fe4374 sp=0x000000000233e970
    Event: 513.733 Thread 0x000000000033f000 DEOPT UNPACKING pc=0x00000000026d582a sp=0x000000000233e940 mode 2
    Event: 513.772 Executing VM operation: G1IncCollectionPause
    Event: 513.802 Executing VM operation: G1IncCollectionPause done
    Event: 513.880 Thread 0x0000000043a64000 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000007e597ec
    Event: 513.880 Thread 0x0000000043a64000 DEOPT PACKING pc=0x0000000007e597ec sp=0x00000000505fed70
    Event: 513.880 Thread 0x0000000043a64000 DEOPT UNPACKING pc=0x00000000026d582a sp=0x00000000505fed28 mode 2

    Dynamic libraries:
    0x000000013f930000 — 0x000000013f967000 D:Minecraftruntimejre-x641.8.0_51binjavaw.exe
    0x0000000076d50000 — 0x0000000076eef000 C:WindowsSYSTEM32ntdll.dll
    0x0000000076b30000 — 0x0000000076c4f000 C:Windowssystem32kernel32.dll
    0x000007fefc910000 — 0x000007fefc97a000 C:Windowssystem32KERNELBASE.dll
    0x000007fefd520000 — 0x000007fefd5fb000 C:Windowssystem32ADVAPI32.dll
    0x000007fefec60000 — 0x000007fefecff000 C:Windowssystem32msvcrt.dll
    0x000007fefcdb0000 — 0x000007fefcdcf000 C:WindowsSYSTEM32sechost.dll
    0x000007fefd370000 — 0x000007fefd49d000 C:Windowssystem32RPCRT4.dll
    0x0000000076c50000 — 0x0000000076d4a000 C:Windowssystem32USER32.dll
    0x000007fefced0000 — 0x000007fefcf37000 C:Windowssystem32GDI32.dll
    0x000007fefcf40000 — 0x000007fefcf4e000 C:Windowssystem32LPK.dll
    0x000007fefd220000 — 0x000007fefd2eb000 C:Windowssystem32USP10.dll
    0x000007fefb1e0000 — 0x000007fefb3d4000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757COMCTL32.dll
    0x000007fefd4a0000 — 0x000007fefd511000 C:Windowssystem32SHLWAPI.dll
    0x000007fefee10000 — 0x000007fefee3e000 C:Windowssystem32IMM32.DLL
    0x000007fefed00000 — 0x000007fefee09000 C:Windowssystem32MSCTF.dll
    0x000000006d170000 — 0x000000006d242000 D:Minecraftruntimejre-x641.8.0_51binmsvcr100.dll
    0x0000000063250000 — 0x0000000063ad3000 D:Minecraftruntimejre-x641.8.0_51binserverjvm.dll
    0x000007feed2c0000 — 0x000007feed2c9000 C:Windowssystem32WSOCK32.dll
    0x000007fefce80000 — 0x000007fefcecd000 C:Windowssystem32WS2_32.dll
    0x000007fefcdd0000 — 0x000007fefcdd8000 C:Windowssystem32NSI.dll
    0x000007fefa770000 — 0x000007fefa7ab000 C:Windowssystem32WINMM.dll
    0x000007fefbb50000 — 0x000007fefbb5c000 C:Windowssystem32VERSION.dll
    0x0000000076ef0000 — 0x0000000076ef7000 C:Windowssystem32PSAPI.DLL
    0x0000000073420000 — 0x000000007342f000 D:Minecraftruntimejre-x641.8.0_51binverify.dll
    0x00000000733f0000 — 0x0000000073419000 D:Minecraftruntimejre-x641.8.0_51binjava.dll
    0x00000000733d0000 — 0x00000000733e6000 D:Minecraftruntimejre-x641.8.0_51binzip.dll
    0x000007fefde30000 — 0x000007fefebba000 C:Windowssystem32SHELL32.dll
    0x000007fefee40000 — 0x000007feff03d000 C:Windowssystem32ole32.dll
    0x000007fefc8f0000 — 0x000007fefc8ff000 C:Windowssystem32profapi.dll
    0x0000000074410000 — 0x000000007441d000 D:Minecraftruntimejre-x641.8.0_51binmanagement.dll
    0x000007fefc0e0000 — 0x000007fefc0f8000 C:Windowssystem32CRYPTSP.dll
    0x000007fefbde0000 — 0x000007fefbe27000 C:Windowssystem32rsaenh.dll
    0x000007fefcc90000 — 0x000007fefccae000 C:Windowssystem32USERENV.dll
    0x000007fefc730000 — 0x000007fefc73f000 C:Windowssystem32CRYPTBASE.dll
    0x0000000070a90000 — 0x0000000070aaa000 D:Minecraftruntimejre-x641.8.0_51binnet.dll
    0x000007fefc080000 — 0x000007fefc0d5000 C:Windowssystem32mswsock.dll
    0x000007fefc070000 — 0x000007fefc077000 C:WindowsSystem32wship6.dll
    0x000007fefa570000 — 0x000007fefa597000 C:Windowssystem32IPHLPAPI.DLL
    0x000007fefa560000 — 0x000007fefa56b000 C:Windowssystem32WINNSI.DLL
    0x000007fef9f10000 — 0x000007fef9f21000 C:Windowssystem32dhcpcsvc6.DLL
    0x000007fef9e90000 — 0x000007fef9ea8000 C:Windowssystem32dhcpcsvc.DLL
    0x0000000071020000 — 0x0000000071031000 D:Minecraftruntimejre-x641.8.0_51binnio.dll
    0x000007fef5c30000 — 0x000007fef5c3a000 C:UsersRaphAppDataLocalTempjansi-64-4233841846804726158.dll
    0x000007fefa1a0000 — 0x000007fefa1b5000 C:Windowssystem32NLAapi.dll
    0x000007fef4f80000 — 0x000007fef4f95000 C:Windowssystem32napinsp.dll
    0x000007fef4f60000 — 0x000007fef4f79000 C:Windowssystem32pnrpnsp.dll
    0x000007fefbf00000 — 0x000007fefbf5b000 C:Windowssystem32DNSAPI.dll
    0x000007fef4f50000 — 0x000007fef4f5b000 C:WindowsSystem32winrnr.dll
    0x000007fefb790000 — 0x000007fefb797000 C:WindowsSystem32wshtcpip.dll
    0x000007fef6e90000 — 0x000007fef6e98000 C:Windowssystem32rasadhlp.dll
    0x000007fef9f40000 — 0x000007fef9f93000 C:WindowsSystem32fwpuclnt.dll
    0x0000000070a50000 — 0x0000000070a67000 D:Minecraftruntimejre-x641.8.0_51binunpack.dll
    0x0000000180000000 — 0x0000000180053000 C:UsersRaphAppDataLocalTempf49d-211e-f64a-d530lwjgl64.dll
    0x000007feea2c0000 — 0x000007feea3dd000 C:Windowssystem32OPENGL32.dll
    0x000007feee400000 — 0x000007feee42d000 C:Windowssystem32GLU32.dll
    0x000007fee9900000 — 0x000007fee99f1000 C:Windowssystem32DDRAW.dll
    0x000007feee3e0000 — 0x000007feee3e8000 C:Windowssystem32DCIMAN32.dll
    0x000007fefd7f0000 — 0x000007fefd9c7000 C:Windowssystem32SETUPAPI.dll
    0x000007fefcac0000 — 0x000007fefcaf6000 C:Windowssystem32CFGMGR32.dll
    0x000007fefccd0000 — 0x000007fefcdaa000 C:Windowssystem32OLEAUT32.dll
    0x000007fefc990000 — 0x000007fefc9aa000 C:Windowssystem32DEVOBJ.dll
    0x000007fefa7f0000 — 0x000007fefa808000 C:Windowssystem32dwmapi.dll
    0x00000000641d0000 — 0x0000000064368000 D:Minecraftruntimejre-x641.8.0_51binawt.dll
    0x000007fefb000000 — 0x000007fefb056000 C:Windowssystem32uxtheme.dll
    0x0000000060bb0000 — 0x0000000063241000 C:Windowssystem32nvoglv64.DLL
    0x000007fefb980000 — 0x000007fefb991000 C:Windowssystem32WTSAPI32.dll
    0x000007fefbb40000 — 0x000007fefbb43000 C:Windowssystem32api-ms-win-core-synch-l1-2-0.DLL
    0x000007fefc9d0000 — 0x000007fefca0b000 C:Windowssystem32WINTRUST.dll
    0x000007fefcb20000 — 0x000007fefcc8d000 C:Windowssystem32CRYPT32.dll
    0x000007fefc900000 — 0x000007fefc90f000 C:Windowssystem32MSASN1.dll
    0x000007fefbb10000 — 0x000007fefbb3d000 C:Windowssystem32ntmarta.dll
    0x000007fefd790000 — 0x000007fefd7e2000 C:Windowssystem32WLDAP32.dll
    0x000007feea3e0000 — 0x000007feea624000 C:Windowssystem32nvspcap64.dll
    0x000007fef7f20000 — 0x000007fef7fbc000 C:Windowssystem32mscms.dll
    0x000007feed270000 — 0x000007feed2b2000 C:Windowssystem32icm32.dll
    0x000007fefc6f0000 — 0x000007fefc72d000 C:Windowssystem32WINSTA.dll
    0x000007feed170000 — 0x000007feed1b2000 C:UsersRaphAppDataLocalTempjna-2539655jna6017906016989750235.dll
    0x0000000070a20000 — 0x0000000070a44000 D:Minecraftruntimejre-x641.8.0_51binsunec.dll
    0x00000000700d0000 — 0x0000000070117000 D:Minecraftruntimejre-x641.8.0_51binfontmanager.dll
    0x000007fef9230000 — 0x000007fef942f000 C:Windowssystem32d3d9.dll
    0x000007fef9220000 — 0x000007fef9227000 C:Windowssystem32d3d8thk.dll
    0x000007fee83c0000 — 0x000007fee95c0000 C:Windowssystem32nvd3dumx.dll
    0x000007fefad80000 — 0x000007fefadac000 C:Windowssystem32powrprof.dll
    0x000007fee82f0000 — 0x000007fee83b3000 C:Program Files (x86)NVIDIA Corporation3D VisionnvSCPAPI64.dll
    0x000007fefccb0000 — 0x000007fefccc9000 C:Windowssystem32imagehlp.dll
    0x000007fefc260000 — 0x000007fefc2b0000 C:Windowssystem32ncrypt.dll
    0x000007fefc230000 — 0x000007fefc252000 C:Windowssystem32bcrypt.dll
    0x000007fefbd20000 — 0x000007fefbd6c000 C:Windowssystem32bcryptprimitives.dll
    0x000007fefbba0000 — 0x000007fefbbbb000 C:Windowssystem32GPAPI.dll
    0x000007fef8930000 — 0x000007fef8957000 C:Windowssystem32cryptnet.dll
    0x000000006d2e0000 — 0x000000006d322000 D:Minecraftruntimejre-x641.8.0_51bint2k.dll
    0x0000000036070000 — 0x00000000360d4000 C:UsersRaphAppDataLocalTempf49d-211e-f64a-d530OpenAL64.dll
    0x000007fefcde0000 — 0x000007fefce79000 C:Windowssystem32CLBCatQ.DLL
    0x000007fefad30000 — 0x000007fefad7b000 C:WindowsSystem32MMDevApi.dll
    0x000007fefb060000 — 0x000007fefb18c000 C:WindowsSystem32PROPSYS.dll
    0x000007fee75a0000 — 0x000007fee7628000 C:Windowssystem32dsound.dll
    0x000007fefa6e0000 — 0x000007fefa72f000 C:Windowssystem32AUDIOSES.DLL
    0x000007feea1a0000 — 0x000007feea1ba000 C:UsersRaphAppDataLocalTempf49d-211e-f64a-d530SAPIWrapper_x64.dll
    0x00000000733c0000 — 0x00000000733cc000 D:Minecraftruntimejre-x641.8.0_51binjsound.dll
    0x0000000070f90000 — 0x0000000070f9b000 D:Minecraftruntimejre-x641.8.0_51binjsoundds.dll
    0x000007fefa730000 — 0x000007fefa76b000 C:Windowssystem32wdmaud.drv
    0x00000000744b0000 — 0x00000000744b6000 C:Windowssystem32ksuser.dll
    0x000007fefad20000 — 0x000007fefad29000 C:Windowssystem32AVRT.dll
    0x000007fefa6d0000 — 0x000007fefa6da000 C:Windowssystem32msacm32.drv
    0x000007fefa6b0000 — 0x000007fefa6c8000 C:Windowssystem32MSACM32.dll
    0x000007fefa6a0000 — 0x000007fefa6a9000 C:Windowssystem32midimap.dll
    0x000007fef43e0000 — 0x000007fef4505000 C:Windowssystem32dbghelp.dll

    VM Arguments:
    jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:UsersRaphAppDataLocalTempf49d-211e-f64a-d530 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1351 -Dminecraft.client.jar=C:UsersRaphAppDataRoaming.minecraftversions1.12.21.12.2.jar -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    java_command: net.minecraft.launchwrapper.Launch —username TBiscuit1 —version 1.12.2-forge1.12.2-14.23.4.2705 —gameDir C:/UsersRaphAppDataRoaming.minecraft —assetsDir C:/UsersRaphAppDataRoaming.minecraft/assets —assetIndex 1.12 —uuid 1a23a27ab4ee4030ae227db432d6e44c —accessToken 55e6b42a059a4aebaba94ccfa0c22019 —userType mojang —tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker —versionType Forge
    java_class_path (initial): C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.12.2-14.23.4.2705forge-1.12.2-14.23.4.2705.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftlaunchwrapper1.12launchwrapper-1.12.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgow2asmasm-all5.2asm-all-5.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesjlinejline2.13jline-2.13.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeakkaakka-actor_2.112.3.3akka-actor_2.11-2.3.3.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeconfig1.2.1config-1.2.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-actors-migration_2.111.1.0scala-actors-migration_2.11-1.1.0.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-compiler2.11.1scala-compiler-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-library_2.111.0.2scala-continuations-library_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-plugin_2.11.11.0.2scala-continuations-plugin_2.11.1-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-library2.11.1scala-library-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-parser-combinators_2.111.0.1scala-parser-combinators_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-reflect2.11.1scala-reflect-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-swing_2.111.0.1scala-swing_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-xml_2.111.0.2scala-xml_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrarieslzmalzma.0.1lzma-0.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT
    USERNAME=Raph
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

    ————— S Y S T E M —————

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

    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

    Memory: 4k page, physical 16461608k(8591600k free), swap 32921320k(23660460k free)

    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)

    time: Sun Sep 16 08:58:44 2018
    elapsed time: 514 seconds (0d 0h 8m 34s)

    <a ‘java=»» interruptedexception’:=»» sleep=»» interrupted=»» lang=»»>


  • #5

    Sep 16, 2018

    I will first disable it (I found how) and then after if it don’t work I will uninstall it.


  • #8

    Sep 22, 2018

    Here is all the crash log I got


  • #9

    Sep 22, 2018

    Here is all the crash log I got

    Oups I can’t send a rar file…

    Oups I can’t send a rar file…

    I try something (Change the .png to .rar file)


  • #12

    Sep 23, 2018

    You still have 3D Vision.

    Remove Nvidia 3d vision.

    Say something silly, Laugh ’til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!


  • #13

    Sep 25, 2018

    Don’t work

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000056801ca1, pid=8064, tid=3732
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x91ca1]
    #
    # 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
    #
    ————— T H R E A D —————
    Current thread (0x000000001c9a8800): JavaThread «C1 CompilerThread2» daemon [_thread_in_native, id=3732, stack(0x000000001dd00000,0x000000001de00000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000003aa1
    Registers:
    RAX=0x0000000024fb5310, RBX=0x0000000023961520, RCX=0x000000001a288a20, RDX=0x0000000023961520
    RSP=0x000000001ddff020, RBP=0x0000000000000001, RSI=0x000000001a288a20, RDI=0x000000001a288a20
    R8 =0x0000000000003a99, R9 =0x0000000000000001, R10=0x0000000000001fc1, R11=0x0000000000000000
    R12=0x000000002e3f2a50, R13=0x000000001a25f8f0, R14=0x000000001a288910, R15=0x000000001a288950
    RIP=0x0000000056801ca1, EFLAGS=0x0000000000010202
    Top of Stack: (sp=0x000000001ddff020)
    0x000000001ddff020: 00000000239615a0 0000000032e502d8
    0x000000001ddff030: 0000000023c54c60 0000000056801b76
    0x000000001ddff040: 0000000000003a99 0000000056801e79
    0x000000001ddff050: 0000000000000001 000000001a288a20
    0x000000001ddff060: 000000001a25f8f0 00000000239615f0
    0x000000001ddff070: 000000002114faf0 0000000056b8be33
    0x000000001ddff080: 0000000000000008 000000001a288a20
    0x000000001ddff090: 0000000000003a94 000000001a288a20
    0x000000001ddff0a0: 000000002114fb20 0000000056801327
    0x000000001ddff0b0: 000000002e3f2a50 0000000056801417
    0x000000001ddff0c0: 000000002114faf0 000000002087ab90
    0x000000001ddff0d0: 0000000000003a99 0000000000000000
    0x000000001ddff0e0: 0000000000003a99 0000000056b8c069
    0x000000001ddff0f0: 00000000345f5ea0 00000000345f5ea0
    0x000000001ddff100: 000000002087ab90 000000001a288a20
    0x000000001ddff110: 000000001a25f800 000000002e3f2a50
    Instructions: (pc=0x0000000056801ca1)
    0x0000000056801c81: 85 d2 0f 84 aa 00 00 00 8b 12 85 d2 0f 84 a0 00
    0x0000000056801c91: 00 00 4c 8b 41 10 48 89 6c 24 30 48 89 7c 24 38
    0x0000000056801ca1: 41 8b 78 08 81 fa c0 00 00 00 73 18 48 63 c7 41
    0x0000000056801cb1: 3b 40 10 7d 0f 48 8b c8 49 8b 00 88 14 01 41 ff

    Register to memory mapping:
    RAX=0x0000000024fb5310 is an unknown value
    RBX=0x0000000023961520 is an unknown value
    RCX=0x000000001a288a20 is an unknown value
    RDX=0x0000000023961520 is an unknown value
    RSP=0x000000001ddff020 is pointing into the stack for thread: 0x000000001c9a8800
    RBP=0x0000000000000001 is an unknown value
    RSI=0x000000001a288a20 is an unknown value
    RDI=0x000000001a288a20 is an unknown value
    R8 =0x0000000000003a99 is an unknown value
    R9 =0x0000000000000001 is an unknown value
    R10=0x0000000000001fc1 is an unknown value
    R11=0x0000000000000000 is an unknown value
    R12=0x000000002e3f2a50 is an unknown value
    R13=0x000000001a25f8f0 is an unknown value
    R14=0x000000001a288910 is an unknown value
    R15=0x000000001a288950 is an unknown value

    Stack: [0x000000001dd00000,0x000000001de00000], sp=0x000000001ddff020, free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x91ca1]
    V [jvm.dll+0x91e79]
    V [jvm.dll+0x41be33]
    V [jvm.dll+0x41c069]
    V [jvm.dll+0x42af17]
    V [jvm.dll+0x2b27be]
    V [jvm.dll+0x42ab33]
    V [jvm.dll+0x405bcb]
    V [jvm.dll+0x4062da]
    V [jvm.dll+0x4063b2]
    V [jvm.dll+0x406581]
    V [jvm.dll+0x40678f]
    V [jvm.dll+0xa43a2]
    V [jvm.dll+0xa4cdf]
    V [jvm.dll+0x2418a4]
    V [jvm.dll+0x29846a]
    C [msvcr100.dll+0x21d9f]
    C [msvcr100.dll+0x21e3b]
    C [kernel32.dll+0x159cd]
    C [ntdll.dll+0x5385d]

    Current CompileTask:
    C1: 79135 23431 ! 2 paulscode.sound.SoundSystem::CommandQueue (1389 bytes)

    ————— P R O C E S S —————
    Java Threads: ( => current thread )
    0x00000000266e8800 JavaThread «pool-9-thread-1» [_thread_blocked, id=6952, stack(0x00000000575b0000,0x00000000576b0000)]
    0x00000000266e7000 JavaThread «pool-3-thread-1» [_thread_blocked, id=2884, stack(0x00000000467d0000,0x00000000468d0000)]
    0x000000003419e000 JavaThread «Cube I/O Thread #2» daemon [_thread_blocked, id=1552, stack(0x000000003f7d0000,0x000000003f8d0000)]
    0x00000000266e5800 JavaThread «Column I/O Thread #1» daemon [_thread_blocked, id=2076, stack(0x000000003e580000,0x000000003e680000)]
    0x00000000266e5000 JavaThread «Chunk Batcher 3» daemon [_thread_blocked, id=924, stack(0x000000003be40000,0x000000003bf40000)]
    0x00000000266e4000 JavaThread «Chunk Batcher 2» daemon [_thread_blocked, id=6032, stack(0x000000002dba0000,0x000000002dca0000)]
    0x00000000266e3800 JavaThread «Chunk Batcher 1» daemon [_thread_blocked, id=7080, stack(0x00000000384e0000,0x00000000385e0000)]
    0x0000000024b4e000 JavaThread «Chunk Batcher 0» daemon [_thread_blocked, id=7892, stack(0x000000003bf70000,0x000000003c070000)]
    0x00000000266e2800 JavaThread «Netty Server IO #1» daemon [_thread_in_native, id=7632, stack(0x000000003b960000,0x000000003ba60000)]
    0x00000000266e2000 JavaThread «Netty Local Client IO #0» daemon [_thread_blocked, id=940, stack(0x000000003b790000,0x000000003b890000)]
    0x000000001fa76000 JavaThread «Netty Server IO #0» daemon [_thread_in_native, id=7628, stack(0x000000002c110000,0x000000002c210000)]
    0x000000001fa74800 JavaThread «Keep-Alive-Timer» daemon [_thread_blocked, id=7208, stack(0x0000000031f80000,0x0000000032080000)]
    0x000000003419c000 JavaThread «Server thread» [_thread_in_Java, id=7888, stack(0x000000003b610000,0x000000003b710000)]
    0x0000000024b49800 JavaThread «Snooper Timer» daemon [_thread_blocked, id=4600, stack(0x0000000035170000,0x0000000035270000)]
    0x0000000024b49000 JavaThread «Java Sound Event Dispatcher» daemon [_thread_blocked, id=4896, stack(0x0000000027b70000,0x0000000027c70000)]
    0x00000000212ed800 JavaThread «Narrator» daemon [_thread_blocked, id=5400, stack(0x0000000027700000,0x0000000027800000)]
    0x000000001f008800 JavaThread «Thread-14» [_thread_blocked, id=4536, stack(0x00000000332a0000,0x00000000333a0000)]
    0x0000000024b4f000 JavaThread «Thread-13» [_thread_blocked, id=7016, stack(0x0000000030ca0000,0x0000000030da0000)]
    0x0000000024b4b000 JavaThread «AWT-Windows» daemon [_thread_in_native, id=6848, stack(0x0000000030000000,0x0000000030100000)]
    0x00000000212ee000 JavaThread «C&B Model Cache Cleanup» [_thread_blocked, id=6808, stack(0x0000000027a70000,0x0000000027b70000)]
    0x0000000024b4a800 JavaThread «Ambience Player Thread» daemon [_thread_blocked, id=7912, stack(0x0000000030140000,0x0000000030240000)]
    0x00000000212ef000 JavaThread «LWJGL Timer» daemon [_thread_blocked, id=7672, stack(0x00000000298b0000,0x00000000299b0000)]
    0x00000000212ec000 JavaThread «Java2D Disposer» daemon [_thread_blocked, id=8076, stack(0x0000000020270000,0x0000000020370000)]
    0x00000000212eb000 JavaThread «Timer hack thread» daemon [_thread_blocked, id=5088, stack(0x000000001ff50000,0x0000000020050000)]
    0x00000000212ea800 JavaThread «Snooper Timer» daemon [_thread_blocked, id=7920, stack(0x0000000024190000,0x0000000024290000)]
    0x000000001ca2e800 JavaThread «Service Thread» daemon [_thread_blocked, id=8116, stack(0x000000001e250000,0x000000001e350000)]
    =>0x000000001c9a8800 JavaThread «C1 CompilerThread2» daemon [_thread_in_native, id=3732, stack(0x000000001dd00000,0x000000001de00000)]
    0x000000001c9a5800 JavaThread «C2 CompilerThread1» daemon [_thread_in_native, id=7584, stack(0x000000001e0b0000,0x000000001e1b0000)]
    0x000000001a28c000 JavaThread «C2 CompilerThread0» daemon [_thread_in_native, id=4116, stack(0x000000001de20000,0x000000001df20000)]
    0x000000001a28b800 JavaThread «Attach Listener» daemon [_thread_blocked, id=4948, stack(0x000000001dc00000,0x000000001dd00000)]
    0x000000001a286800 JavaThread «Signal Dispatcher» daemon [_thread_blocked, id=8164, stack(0x000000001d870000,0x000000001d970000)]
    0x000000001a285800 JavaThread «Surrogate Locker Thread (Concurrent GC)» daemon [_thread_blocked, id=8152, stack(0x000000001d9e0000,0x000000001dae0000)]
    0x000000001a269800 JavaThread «Finalizer» daemon [_thread_blocked, id=3068, stack(0x000000001d760000,0x000000001d860000)]
    0x000000001a261000 JavaThread «Reference Handler» daemon [_thread_blocked, id=1780, stack(0x000000001d610000,0x000000001d710000)]
    0x000000000225f000 JavaThread «Client thread» [_thread_in_native, id=7696, stack(0x00000000023e0000,0x00000000024e0000)]
    Other Threads:
    0x000000001a260000 VMThread [stack: 0x000000001d510000,0x000000001d610000] [id=7216]
    0x000000001c9e8000 WatcherThread [stack: 0x000000001df40000,0x000000001e040000] [id=5004]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap:
    garbage-first heap total 3063808K, used 2227945K [0x0000000700000000, 0x00000007010005d8, 0x00000007c0000000)
    region size 16384K, 22 young (360448K), 4 survivors (65536K)
    Metaspace used 107364K, capacity 110279K, committed 110540K, reserved 1144832K
    class space used 15073K, capacity 15736K, committed 15820K, reserved 1048576K
    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)
    AC 0 O TS 0 PTAMS 0x0000000701000000 NTAMS 0x0000000701000000 space 16384K, 100% used [0x0000000700000000, 0x0000000701000000)
    AC 0 O TS 0 PTAMS 0x0000000701ffec50 NTAMS 0x0000000701ffec50 space 16384K, 99% used [0x0000000701000000, 0x0000000702000000)
    AC 0 HS TS 0 PTAMS 0x0000000702a00010 NTAMS 0x0000000702a00010 space 16384K, 62% used [0x0000000702000000, 0x0000000703000000)
    AC 0 O TS 0 PTAMS 0x0000000703ffff18 NTAMS 0x0000000703ffff18 space 16384K, 99% used [0x0000000703000000, 0x0000000704000000)
    AC 0 O TS 0 PTAMS 0x0000000704fffff8 NTAMS 0x0000000704fffff8 space 16384K, 99% used [0x0000000704000000, 0x0000000705000000)
    AC 0 O TS 0 PTAMS 0x0000000705fffff0 NTAMS 0x0000000705fffff0 space 16384K, 99% used [0x0000000705000000, 0x0000000706000000)
    AC 0 O TS 0 PTAMS 0x0000000706ffffb0 NTAMS 0x0000000706ffffb0 space 16384K, 99% used [0x0000000706000000, 0x0000000707000000)
    AC 0 O TS 0 PTAMS 0x0000000707fff648 NTAMS 0x0000000707fff648 space 16384K, 99% used [0x0000000707000000, 0x0000000708000000)
    AC 0 O TS 0 PTAMS 0x0000000708fffff8 NTAMS 0x0000000708fffff8 space 16384K, 99% used [0x0000000708000000, 0x0000000709000000)
    AC 0 O TS 0 PTAMS 0x0000000709ffffe8 NTAMS 0x0000000709ffffe8 space 16384K, 99% used [0x0000000709000000, 0x000000070a000000)
    AC 0 O TS 0 PTAMS 0x000000070b000000 NTAMS 0x000000070b000000 space 16384K, 100% used [0x000000070a000000, 0x000000070b000000)
    AC 0 O TS 0 PTAMS 0x000000070bffffe8 NTAMS 0x000000070bffffe8 space 16384K, 99% used [0x000000070b000000, 0x000000070c000000)
    AC 0 O TS 0 PTAMS 0x000000070cffffe0 NTAMS 0x000000070cffffe0 space 16384K, 99% used [0x000000070c000000, 0x000000070d000000)
    AC 0 O TS 0 PTAMS 0x000000070dfffff0 NTAMS 0x000000070dfffff0 space 16384K, 99% used [0x000000070d000000, 0x000000070e000000)
    AC 0 O TS 0 PTAMS 0x000000070efffff0 NTAMS 0x000000070efffff0 space 16384K, 99% used [0x000000070e000000, 0x000000070f000000)
    AC 0 O TS 0 PTAMS 0x000000070ffffec8 NTAMS 0x000000070ffffec8 space 16384K, 99% used [0x000000070f000000, 0x0000000710000000)
    AC 0 O TS 0 PTAMS 0x0000000710fffff0 NTAMS 0x0000000710fffff0 space 16384K, 99% used [0x0000000710000000, 0x0000000711000000)
    AC 0 O TS 0 PTAMS 0x0000000711ffffe0 NTAMS 0x0000000711ffffe0 space 16384K, 99% used [0x0000000711000000, 0x0000000712000000)
    AC 0 O TS 0 PTAMS 0x0000000712fffff8 NTAMS 0x0000000712fffff8 space 16384K, 99% used [0x0000000712000000, 0x0000000713000000)
    AC 0 O TS 0 PTAMS 0x0000000714000000 NTAMS 0x0000000714000000 space 16384K, 100% used [0x0000000713000000, 0x0000000714000000)
    AC 0 O TS 0 PTAMS 0x0000000714fffff8 NTAMS 0x0000000714fffff8 space 16384K, 99% used [0x0000000714000000, 0x0000000715000000)
    AC 0 O TS 0 PTAMS 0x0000000716000000 NTAMS 0x0000000716000000 space 16384K, 100% used [0x0000000715000000, 0x0000000716000000)
    AC 0 O TS 0 PTAMS 0x0000000716fffff8 NTAMS 0x0000000716fffff8 space 16384K, 99% used [0x0000000716000000, 0x0000000717000000)
    AC 0 O TS 0 PTAMS 0x0000000717ffebc0 NTAMS 0x0000000717ffebc0 space 16384K, 99% used [0x0000000717000000, 0x0000000718000000)
    AC 0 O TS 0 PTAMS 0x0000000718ffffe8 NTAMS 0x0000000718ffffe8 space 16384K, 99% used [0x0000000718000000, 0x0000000719000000)
    AC 0 O TS 0 PTAMS 0x0000000719fffff0 NTAMS 0x0000000719fffff0 space 16384K, 99% used [0x0000000719000000, 0x000000071a000000)
    AC 0 O TS 0 PTAMS 0x000000071affffd0 NTAMS 0x000000071affffd0 space 16384K, 99% used [0x000000071a000000, 0x000000071b000000)
    AC 0 O TS 0 PTAMS 0x000000071bfffff8 NTAMS 0x000000071bfffff8 space 16384K, 99% used [0x000000071b000000, 0x000000071c000000)
    AC 0 O TS 0 PTAMS 0x000000071cffffc8 NTAMS 0x000000071cffffc8 space 16384K, 99% used [0x000000071c000000, 0x000000071d000000)
    AC 0 O TS 0 PTAMS 0x000000071dfff0a8 NTAMS 0x000000071dfff0a8 space 16384K, 99% used [0x000000071d000000, 0x000000071e000000)
    AC 0 O TS 0 PTAMS 0x000000071effffe8 NTAMS 0x000000071effffe8 space 16384K, 99% used [0x000000071e000000, 0x000000071f000000)
    AC 0 O TS 0 PTAMS 0x000000071ffffff8 NTAMS 0x000000071ffffff8 space 16384K, 99% used [0x000000071f000000, 0x0000000720000000)
    AC 0 O TS 0 PTAMS 0x0000000721000000 NTAMS 0x0000000721000000 space 16384K, 100% used [0x0000000720000000, 0x0000000721000000)
    AC 0 O TS 0 PTAMS 0x0000000721fffff8 NTAMS 0x0000000721fffff8 space 16384K, 99% used [0x0000000721000000, 0x0000000722000000)
    AC 0 O TS 0 PTAMS 0x0000000722fffff0 NTAMS 0x0000000722fffff0 space 16384K, 99% used [0x0000000722000000, 0x0000000723000000)
    AC 0 O TS 0 PTAMS 0x0000000724000000 NTAMS 0x0000000724000000 space 16384K, 100% used [0x0000000723000000, 0x0000000724000000)
    AC 0 O TS 0 PTAMS 0x0000000724fffff8 NTAMS 0x0000000724fffff8 space 16384K, 99% used [0x0000000724000000, 0x0000000725000000)
    AC 0 O TS 0 PTAMS 0x0000000725fff210 NTAMS 0x0000000725fff210 space 16384K, 99% used [0x0000000725000000, 0x0000000726000000)
    AC 0 O TS 0 PTAMS 0x0000000726fffff8 NTAMS 0x0000000726fffff8 space 16384K, 99% used [0x0000000726000000, 0x0000000727000000)
    AC 0 O TS 0 PTAMS 0x0000000727ffffa0 NTAMS 0x0000000727ffffa0 space 16384K, 99% used [0x0000000727000000, 0x0000000728000000)
    AC 0 O TS 0 PTAMS 0x0000000728fffff0 NTAMS 0x0000000728fffff0 space 16384K, 99% used [0x0000000728000000, 0x0000000729000000)
    AC 0 O TS 0 PTAMS 0x0000000729ffff98 NTAMS 0x0000000729ffff98 space 16384K, 99% used [0x0000000729000000, 0x000000072a000000)
    AC 0 O TS 0 PTAMS 0x000000072affdb10 NTAMS 0x000000072affdb10 space 16384K, 99% used [0x000000072a000000, 0x000000072b000000)
    AC 0 O TS 0 PTAMS 0x000000072c000000 NTAMS 0x000000072c000000 space 16384K, 100% used [0x000000072b000000, 0x000000072c000000)
    AC 0 O TS 0 PTAMS 0x000000072cffffe8 NTAMS 0x000000072cffffe8 space 16384K, 99% used [0x000000072c000000, 0x000000072d000000)
    AC 0 O TS 0 PTAMS 0x000000072dffffd0 NTAMS 0x000000072dffffd0 space 16384K, 99% used [0x000000072d000000, 0x000000072e000000)
    AC 0 O TS 0 PTAMS 0x000000072efffff0 NTAMS 0x000000072efffff0 space 16384K, 99% used [0x000000072e000000, 0x000000072f000000)
    AC 0 O TS 0 PTAMS 0x000000072fff8290 NTAMS 0x000000072fff8290 space 16384K, 99% used [0x000000072f000000, 0x0000000730000000)
    AC 0 O TS 0 PTAMS 0x0000000730ff8eb8 NTAMS 0x0000000730ff8eb8 space 16384K, 99% used [0x0000000730000000, 0x0000000731000000)
    AC 0 O TS 0 PTAMS 0x0000000731ffff80 NTAMS 0x0000000731ffff80 space 16384K, 99% used [0x0000000731000000, 0x0000000732000000)
    AC 0 O TS 0 PTAMS 0x0000000733000000 NTAMS 0x0000000733000000 space 16384K, 100% used [0x0000000732000000, 0x0000000733000000)
    AC 0 O TS 0 PTAMS 0x0000000733ffffe8 NTAMS 0x0000000733ffffe8 space 16384K, 99% used [0x0000000733000000, 0x0000000734000000)
    AC 0 O TS 0 PTAMS 0x0000000734ffffe8 NTAMS 0x0000000734ffffe8 space 16384K, 99% used [0x0000000734000000, 0x0000000735000000)
    AC 0 O TS 0 PTAMS 0x0000000735fffff8 NTAMS 0x0000000735fffff8 space 16384K, 99% used [0x0000000735000000, 0x0000000736000000)
    AC 0 O TS 0 PTAMS 0x0000000736ffbdf0 NTAMS 0x0000000736ffbdf0 space 16384K, 99% used [0x0000000736000000, 0x0000000737000000)
    AC 0 O TS 0 PTAMS 0x0000000737fffff0 NTAMS 0x0000000737fffff0 space 16384K, 99% used [0x0000000737000000, 0x0000000738000000)
    AC 0 O TS 0 PTAMS 0x0000000738fffff0 NTAMS 0x0000000738fffff0 space 16384K, 99% used [0x0000000738000000, 0x0000000739000000)
    AC 0 O TS 0 PTAMS 0x0000000739ffffe8 NTAMS 0x0000000739ffffe8 space 16384K, 99% used [0x0000000739000000, 0x000000073a000000)
    AC 0 O TS 0 PTAMS 0x000000073affffe8 NTAMS 0x000000073affffe8 space 16384K, 99% used [0x000000073a000000, 0x000000073b000000)
    AC 0 O TS 0 PTAMS 0x000000073bffffe0 NTAMS 0x000000073bffffe0 space 16384K, 99% used [0x000000073b000000, 0x000000073c000000)
    AC 0 O TS 0 PTAMS 0x000000073cfffff8 NTAMS 0x000000073cfffff8 space 16384K, 99% used [0x000000073c000000, 0x000000073d000000)
    AC 0 O TS 0 PTAMS 0x000000073dffffe0 NTAMS 0x000000073dffffe0 space 16384K, 99% used [0x000000073d000000, 0x000000073e000000)
    AC 0 O TS 0 PTAMS 0x000000073effffe0 NTAMS 0x000000073effffe0 space 16384K, 99% used [0x000000073e000000, 0x000000073f000000)
    AC 0 O TS 0 PTAMS 0x000000073ffffff0 NTAMS 0x000000073ffffff0 space 16384K, 99% used [0x000000073f000000, 0x0000000740000000)
    AC 0 O TS 0 PTAMS 0x0000000740ffffe0 NTAMS 0x0000000740ffffe0 space 16384K, 99% used [0x0000000740000000, 0x0000000741000000)
    AC 0 O TS 0 PTAMS 0x0000000741ffffe8 NTAMS 0x0000000741ffffe8 space 16384K, 99% used [0x0000000741000000, 0x0000000742000000)
    AC 0 O TS 0 PTAMS 0x0000000742fffff8 NTAMS 0x0000000742fffff8 space 16384K, 99% used [0x0000000742000000, 0x0000000743000000)
    AC 0 O TS 0 PTAMS 0x0000000743fffff0 NTAMS 0x0000000743fffff0 space 16384K, 99% used [0x0000000743000000, 0x0000000744000000)
    AC 0 O TS 0 PTAMS 0x0000000744ffffe0 NTAMS 0x0000000744ffffe0 space 16384K, 99% used [0x0000000744000000, 0x0000000745000000)
    AC 0 O TS 0 PTAMS 0x0000000745ffe360 NTAMS 0x0000000745ffe360 space 16384K, 99% used [0x0000000745000000, 0x0000000746000000)
    AC 0 O TS 0 PTAMS 0x0000000746eeaf60 NTAMS 0x0000000746eeaf60 space 16384K, 93% used [0x0000000746000000, 0x0000000747000000)
    AC 0 O TS 0 PTAMS 0x0000000748000000 NTAMS 0x0000000748000000 space 16384K, 100% used [0x0000000747000000, 0x0000000748000000)
    AC 0 O TS 0 PTAMS 0x0000000749000000 NTAMS 0x0000000749000000 space 16384K, 100% used [0x0000000748000000, 0x0000000749000000)
    AC 0 O TS 0 PTAMS 0x000000074a000000 NTAMS 0x000000074a000000 space 16384K, 100% used [0x0000000749000000, 0x000000074a000000)
    AC 0 O TS 0 PTAMS 0x000000074b000000 NTAMS 0x000000074b000000 space 16384K, 100% used [0x000000074a000000, 0x000000074b000000)
    AC 0 F TS 0 PTAMS 0x000000074b000000 NTAMS 0x000000074b000000 space 16384K, 0% used [0x000000074b000000, 0x000000074c000000)
    AC 0 O TS 0 PTAMS 0x000000074d000000 NTAMS 0x000000074d000000 space 16384K, 100% used [0x000000074c000000, 0x000000074d000000)
    AC 0 O TS 0 PTAMS 0x000000074e000000 NTAMS 0x000000074e000000 space 16384K, 100% used [0x000000074d000000, 0x000000074e000000)
    AC 0 O TS 0 PTAMS 0x000000074f000000 NTAMS 0x000000074f000000 space 16384K, 100% used [0x000000074e000000, 0x000000074f000000)
    AC 0 O TS 0 PTAMS 0x0000000750000000 NTAMS 0x0000000750000000 space 16384K, 100% used [0x000000074f000000, 0x0000000750000000)
    AC 0 O TS 0 PTAMS 0x0000000751000000 NTAMS 0x0000000751000000 space 16384K, 100% used [0x0000000750000000, 0x0000000751000000)
    AC 0 O TS 0 PTAMS 0x0000000752000000 NTAMS 0x0000000752000000 space 16384K, 100% used [0x0000000751000000, 0x0000000752000000)
    AC 0 O TS 0 PTAMS 0x0000000753000000 NTAMS 0x0000000753000000 space 16384K, 100% used [0x0000000752000000, 0x0000000753000000)
    AC 0 O TS 0 PTAMS 0x0000000754000000 NTAMS 0x0000000754000000 space 16384K, 100% used [0x0000000753000000, 0x0000000754000000)
    AC 0 O TS 0 PTAMS 0x0000000755000000 NTAMS 0x0000000755000000 space 16384K, 100% used [0x0000000754000000, 0x0000000755000000)
    AC 0 O TS 0 PTAMS 0x0000000756000000 NTAMS 0x0000000756000000 space 16384K, 100% used [0x0000000755000000, 0x0000000756000000)
    AC 0 O TS 0 PTAMS 0x0000000757000000 NTAMS 0x0000000757000000 space 16384K, 100% used [0x0000000756000000, 0x0000000757000000)
    AC 0 O TS 0 PTAMS 0x0000000758000000 NTAMS 0x0000000758000000 space 16384K, 100% used [0x0000000757000000, 0x0000000758000000)
    AC 0 O TS 0 PTAMS 0x0000000759000000 NTAMS 0x0000000759000000 space 16384K, 100% used [0x0000000758000000, 0x0000000759000000)
    AC 0 O TS 0 PTAMS 0x000000075a000000 NTAMS 0x000000075a000000 space 16384K, 100% used [0x0000000759000000, 0x000000075a000000)
    AC 0 O TS 0 PTAMS 0x000000075b000000 NTAMS 0x000000075b000000 space 16384K, 100% used [0x000000075a000000, 0x000000075b000000)
    AC 0 O TS 0 PTAMS 0x000000075c000000 NTAMS 0x000000075c000000 space 16384K, 100% used [0x000000075b000000, 0x000000075c000000)
    AC 0 O TS 0 PTAMS 0x000000075d000000 NTAMS 0x000000075d000000 space 16384K, 100% used [0x000000075c000000, 0x000000075d000000)
    AC 0 O TS 0 PTAMS 0x000000075e000000 NTAMS 0x000000075e000000 space 16384K, 100% used [0x000000075d000000, 0x000000075e000000)
    AC 0 O TS 0 PTAMS 0x000000075f000000 NTAMS 0x000000075f000000 space 16384K, 100% used [0x000000075e000000, 0x000000075f000000)
    AC 0 O TS 0 PTAMS 0x000000075f106200 NTAMS 0x000000075f106200 space 16384K, 100% used [0x000000075f000000, 0x0000000760000000)
    AC 0 O TS 3 PTAMS 0x0000000760000000 NTAMS 0x0000000760000000 space 16384K, 100% used [0x0000000760000000, 0x0000000761000000)
    AC 0 O TS 3 PTAMS 0x0000000761000000 NTAMS 0x0000000761000000 space 16384K, 100% used [0x0000000761000000, 0x0000000762000000)
    AC 0 O TS 3 PTAMS 0x0000000762000000 NTAMS 0x0000000762000000 space 16384K, 100% used [0x0000000762000000, 0x0000000763000000)
    AC 0 O TS 3 PTAMS 0x0000000763000000 NTAMS 0x0000000763000000 space 16384K, 100% used [0x0000000763000000, 0x0000000764000000)
    AC 0 O TS 3 PTAMS 0x0000000764000000 NTAMS 0x0000000764000000 space 16384K, 100% used [0x0000000764000000, 0x0000000765000000)
    AC 0 O TS 3 PTAMS 0x0000000765000000 NTAMS 0x0000000765000000 space 16384K, 93% used [0x0000000765000000, 0x0000000766000000)
    AC 0 O TS 1 PTAMS 0x0000000766000000 NTAMS 0x0000000766000000 space 16384K, 100% used [0x0000000766000000, 0x0000000767000000)
    AC 0 O TS 1 PTAMS 0x0000000767000000 NTAMS 0x0000000767000000 space 16384K, 100% used [0x0000000767000000, 0x0000000768000000)
    AC 0 O TS 1 PTAMS 0x0000000768000000 NTAMS 0x0000000768000000 space 16384K, 100% used [0x0000000768000000, 0x0000000769000000)
    AC 0 O TS 1 PTAMS 0x0000000769000000 NTAMS 0x0000000769000000 space 16384K, 100% used [0x0000000769000000, 0x000000076a000000)
    AC 0 O TS 1 PTAMS 0x000000076a000000 NTAMS 0x000000076a000000 space 16384K, 100% used [0x000000076a000000, 0x000000076b000000)
    AC 0 O TS 1 PTAMS 0x000000076b000000 NTAMS 0x000000076b000000 space 16384K, 100% used [0x000000076b000000, 0x000000076c000000)
    AC 0 O TS 1 PTAMS 0x000000076c000000 NTAMS 0x000000076c000000 space 16384K, 100% used [0x000000076c000000, 0x000000076d000000)
    AC 0 F TS 0 PTAMS 0x000000076d000000 NTAMS 0x000000076d000000 space 16384K, 0% used [0x000000076d000000, 0x000000076e000000)
    AC 0 F TS 0 PTAMS 0x000000076e000000 NTAMS 0x000000076e000000 space 16384K, 0% used [0x000000076e000000, 0x000000076f000000)
    AC 0 F TS 0 PTAMS 0x000000076f000000 NTAMS 0x000000076f000000 space 16384K, 0% used [0x000000076f000000, 0x0000000770000000)
    AC 0 F TS 0 PTAMS 0x0000000770000000 NTAMS 0x0000000770000000 space 16384K, 0% used [0x0000000770000000, 0x0000000771000000)
    AC 0 F TS 0 PTAMS 0x0000000771000000 NTAMS 0x0000000771000000 space 16384K, 0% used [0x0000000771000000, 0x0000000772000000)
    AC 0 F TS 0 PTAMS 0x0000000772000000 NTAMS 0x0000000772000000 space 16384K, 0% used [0x0000000772000000, 0x0000000773000000)
    AC 0 F TS 0 PTAMS 0x0000000773000000 NTAMS 0x0000000773000000 space 16384K, 0% used [0x0000000773000000, 0x0000000774000000)
    AC 0 F TS 0 PTAMS 0x0000000774000000 NTAMS 0x0000000774000000 space 16384K, 0% used [0x0000000774000000, 0x0000000775000000)
    AC 0 F TS 0 PTAMS 0x0000000775000000 NTAMS 0x0000000775000000 space 16384K, 0% used [0x0000000775000000, 0x0000000776000000)
    AC 0 O TS 0 PTAMS 0x0000000776000000 NTAMS 0x0000000776000000 space 16384K, 100% used [0x0000000776000000, 0x0000000777000000)
    AC 0 O TS 0 PTAMS 0x0000000777000000 NTAMS 0x0000000777000000 space 16384K, 100% used [0x0000000777000000, 0x0000000778000000)
    AC 0 O TS 0 PTAMS 0x0000000778000000 NTAMS 0x0000000778000000 space 16384K, 100% used [0x0000000778000000, 0x0000000779000000)
    AC 0 O TS 0 PTAMS 0x0000000779000000 NTAMS 0x0000000779000000 space 16384K, 100% used [0x0000000779000000, 0x000000077a000000)
    AC 0 O TS 0 PTAMS 0x000000077a000000 NTAMS 0x000000077a000000 space 16384K, 100% used [0x000000077a000000, 0x000000077b000000)
    AC 0 O TS 0 PTAMS 0x000000077b000000 NTAMS 0x000000077b000000 space 16384K, 100% used [0x000000077b000000, 0x000000077c000000)
    AC 0 O TS 0 PTAMS 0x000000077c000000 NTAMS 0x000000077c000000 space 16384K, 100% used [0x000000077c000000, 0x000000077d000000)
    AC 0 O TS 1 PTAMS 0x000000077d000000 NTAMS 0x000000077d000000 space 16384K, 100% used [0x000000077d000000, 0x000000077e000000)
    AC 0 F TS 0 PTAMS 0x000000077e000000 NTAMS 0x000000077e000000 space 16384K, 0% used [0x000000077e000000, 0x000000077f000000)
    AC 0 F TS 0 PTAMS 0x000000077f000000 NTAMS 0x000000077f000000 space 16384K, 0% used [0x000000077f000000, 0x0000000780000000)
    AC 0 F TS 0 PTAMS 0x0000000780000000 NTAMS 0x0000000780000000 space 16384K, 0% used [0x0000000780000000, 0x0000000781000000)
    AC 0 F TS 0 PTAMS 0x0000000781000000 NTAMS 0x0000000781000000 space 16384K, 0% used [0x0000000781000000, 0x0000000782000000)
    AC 0 F TS 0 PTAMS 0x0000000782000000 NTAMS 0x0000000782000000 space 16384K, 0% used [0x0000000782000000, 0x0000000783000000)
    AC 0 F TS 0 PTAMS 0x0000000783000000 NTAMS 0x0000000783000000 space 16384K, 0% used [0x0000000783000000, 0x0000000784000000)
    AC 0 F TS 0 PTAMS 0x0000000784000000 NTAMS 0x0000000784000000 space 16384K, 0% used [0x0000000784000000, 0x0000000785000000)
    AC 0 F TS 0 PTAMS 0x0000000785000000 NTAMS 0x0000000785000000 space 16384K, 0% used [0x0000000785000000, 0x0000000786000000)
    AC 0 F TS 0 PTAMS 0x0000000786000000 NTAMS 0x0000000786000000 space 16384K, 0% used [0x0000000786000000, 0x0000000787000000)
    AC 0 F TS 0 PTAMS 0x0000000787000000 NTAMS 0x0000000787000000 space 16384K, 0% used [0x0000000787000000, 0x0000000788000000)
    AC 0 F TS 0 PTAMS 0x0000000788000000 NTAMS 0x0000000788000000 space 16384K, 0% used [0x0000000788000000, 0x0000000789000000)
    AC 0 F TS 0 PTAMS 0x0000000789000000 NTAMS 0x0000000789000000 space 16384K, 0% used [0x0000000789000000, 0x000000078a000000)
    AC 0 F TS 0 PTAMS 0x000000078a000000 NTAMS 0x000000078a000000 space 16384K, 0% used [0x000000078a000000, 0x000000078b000000)
    AC 0 F TS 0 PTAMS 0x000000078b000000 NTAMS 0x000000078b000000 space 16384K, 0% used [0x000000078b000000, 0x000000078c000000)
    AC 0 F TS 0 PTAMS 0x000000078c000000 NTAMS 0x000000078c000000 space 16384K, 0% used [0x000000078c000000, 0x000000078d000000)
    AC 0 F TS 0 PTAMS 0x000000078d000000 NTAMS 0x000000078d000000 space 16384K, 0% used [0x000000078d000000, 0x000000078e000000)
    AC 0 F TS 0 PTAMS 0x000000078e000000 NTAMS 0x000000078e000000 space 16384K, 0% used [0x000000078e000000, 0x000000078f000000)
    AC 0 F TS 0 PTAMS 0x000000078f000000 NTAMS 0x000000078f000000 space 16384K, 0% used [0x000000078f000000, 0x0000000790000000)
    AC 0 F TS 0 PTAMS 0x0000000790000000 NTAMS 0x0000000790000000 space 16384K, 0% used [0x0000000790000000, 0x0000000791000000)
    AC 0 F TS 0 PTAMS 0x0000000791000000 NTAMS 0x0000000791000000 space 16384K, 0% used [0x0000000791000000, 0x0000000792000000)
    AC 0 S CS TS 3 PTAMS 0x0000000792000000 NTAMS 0x0000000792000000 space 16384K, 49% used [0x0000000792000000, 0x0000000793000000)
    AC 0 S CS TS 3 PTAMS 0x0000000793000000 NTAMS 0x0000000793000000 space 16384K, 100% used [0x0000000793000000, 0x0000000794000000)
    AC 0 S CS TS 3 PTAMS 0x0000000794000000 NTAMS 0x0000000794000000 space 16384K, 100% used [0x0000000794000000, 0x0000000795000000)
    AC 0 S CS TS 3 PTAMS 0x0000000795000000 NTAMS 0x0000000795000000 space 16384K, 100% used [0x0000000795000000, 0x0000000796000000)
    AC 0 F TS 1 PTAMS 0x0000000796000000 NTAMS 0x0000000796000000 space 16384K, 0% used [0x0000000796000000, 0x0000000797000000)
    AC 0 F TS 1 PTAMS 0x0000000797000000 NTAMS 0x0000000797000000 space 16384K, 0% used [0x0000000797000000, 0x0000000798000000)
    AC 0 F TS 1 PTAMS 0x0000000798000000 NTAMS 0x0000000798000000 space 16384K, 0% used [0x0000000798000000, 0x0000000799000000)
    AC 0 F TS 1 PTAMS 0x0000000799000000 NTAMS 0x0000000799000000 space 16384K, 0% used [0x0000000799000000, 0x000000079a000000)
    AC 0 F TS 1 PTAMS 0x000000079a000000 NTAMS 0x000000079a000000 space 16384K, 0% used [0x000000079a000000, 0x000000079b000000)
    AC 0 F TS 0 PTAMS 0x000000079b000000 NTAMS 0x000000079b000000 space 16384K, 0% used [0x000000079b000000, 0x000000079c000000)
    AC 0 F TS 0 PTAMS 0x000000079c000000 NTAMS 0x000000079c000000 space 16384K, 0% used [0x000000079c000000, 0x000000079d000000)
    AC 0 F TS 0 PTAMS 0x000000079d000000 NTAMS 0x000000079d000000 space 16384K, 0% used [0x000000079d000000, 0x000000079e000000)
    AC 0 F TS 0 PTAMS 0x000000079e000000 NTAMS 0x000000079e000000 space 16384K, 0% used [0x000000079e000000, 0x000000079f000000)
    AC 0 F TS 0 PTAMS 0x000000079f000000 NTAMS 0x000000079f000000 space 16384K, 0% used [0x000000079f000000, 0x00000007a0000000)
    AC 0 F TS 0 PTAMS 0x00000007a0000000 NTAMS 0x00000007a0000000 space 16384K, 0% used [0x00000007a0000000, 0x00000007a1000000)
    AC 0 F TS 0 PTAMS 0x00000007a1000000 NTAMS 0x00000007a1000000 space 16384K, 0% used [0x00000007a1000000, 0x00000007a2000000)
    AC 0 F TS 0 PTAMS 0x00000007a2000000 NTAMS 0x00000007a2000000 space 16384K, 0% used [0x00000007a2000000, 0x00000007a3000000)
    AC 0 F TS 0 PTAMS 0x00000007a3000000 NTAMS 0x00000007a3000000 space 16384K, 0% used [0x00000007a3000000, 0x00000007a4000000)
    AC 0 F TS 0 PTAMS 0x00000007a4000000 NTAMS 0x00000007a4000000 space 16384K, 0% used [0x00000007a4000000, 0x00000007a5000000)
    AC 0 F TS 0 PTAMS 0x00000007a5000000 NTAMS 0x00000007a5000000 space 16384K, 0% used [0x00000007a5000000, 0x00000007a6000000)
    AC 0 F TS 0 PTAMS 0x00000007a6000000 NTAMS 0x00000007a6000000 space 16384K, 0% used [0x00000007a6000000, 0x00000007a7000000)
    AC 0 F TS 0 PTAMS 0x00000007a7000000 NTAMS 0x00000007a7000000 space 16384K, 0% used [0x00000007a7000000, 0x00000007a8000000)
    AC 0 F TS 0 PTAMS 0x00000007a8000000 NTAMS 0x00000007a8000000 space 16384K, 0% used [0x00000007a8000000, 0x00000007a9000000)
    AC 0 E TS 0 PTAMS 0x00000007a9000000 NTAMS 0x00000007a9000000 space 16384K, 77% used [0x00000007a9000000, 0x00000007aa000000)
    AC 0 E CS TS 0 PTAMS 0x00000007aa000000 NTAMS 0x00000007aa000000 space 16384K, 100% used [0x00000007aa000000, 0x00000007ab000000)
    AC 0 E CS TS 0 PTAMS 0x00000007ab000000 NTAMS 0x00000007ab000000 space 16384K, 100% used [0x00000007ab000000, 0x00000007ac000000)
    AC 0 E CS TS 0 PTAMS 0x00000007ac000000 NTAMS 0x00000007ac000000 space 16384K, 100% used [0x00000007ac000000, 0x00000007ad000000)
    AC 0 E CS TS 0 PTAMS 0x00000007ad000000 NTAMS 0x00000007ad000000 space 16384K, 100% used [0x00000007ad000000, 0x00000007ae000000)
    AC 0 E CS TS 0 PTAMS 0x00000007ae000000 NTAMS 0x00000007ae000000 space 16384K, 100% used [0x00000007ae000000, 0x00000007af000000)
    AC 0 E CS TS 0 PTAMS 0x00000007af000000 NTAMS 0x00000007af000000 space 16384K, 100% used [0x00000007af000000, 0x00000007b0000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b0000000 NTAMS 0x00000007b0000000 space 16384K, 100% used [0x00000007b0000000, 0x00000007b1000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b1000000 NTAMS 0x00000007b1000000 space 16384K, 100% used [0x00000007b1000000, 0x00000007b2000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b2000000 NTAMS 0x00000007b2000000 space 16384K, 100% used [0x00000007b2000000, 0x00000007b3000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b3000000 NTAMS 0x00000007b3000000 space 16384K, 100% used [0x00000007b3000000, 0x00000007b4000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b4000000 NTAMS 0x00000007b4000000 space 16384K, 100% used [0x00000007b4000000, 0x00000007b5000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b5000000 NTAMS 0x00000007b5000000 space 16384K, 100% used [0x00000007b5000000, 0x00000007b6000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b6000000 NTAMS 0x00000007b6000000 space 16384K, 100% used [0x00000007b6000000, 0x00000007b7000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b7000000 NTAMS 0x00000007b7000000 space 16384K, 100% used [0x00000007b7000000, 0x00000007b8000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b8000000 NTAMS 0x00000007b8000000 space 16384K, 100% used [0x00000007b8000000, 0x00000007b9000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b9000000 NTAMS 0x00000007b9000000 space 16384K, 100% used [0x00000007b9000000, 0x00000007ba000000)
    AC 0 E CS TS 0 PTAMS 0x00000007ba000000 NTAMS 0x00000007ba000000 space 16384K, 100% used [0x00000007ba000000, 0x00000007bb000000)
    Card table byte_map: [0x0000000013490000,0x0000000013a90000] byte_map_base: 0x000000000fc90000
    Marking Bits (Prev, Next): (CMBitMap*) 0x00000000022e5550, (CMBitMap*) 0x00000000022e54f8
    Prev Bits: [0x0000000017090000, 0x000000001a090000)
    Next Bits: [0x0000000014090000, 0x0000000017090000)
    Polling page: 0x0000000000130000
    CodeCache: size=245760Kb used=60736Kb max_used=60748Kb free=185023Kb
    bounds [0x00000000027b0000, 0x0000000006360000, 0x00000000117b0000]
    total_blobs=17053 nmethods=15845 adapters=1115
    compilation: enabled
    Compilation events (10 events):
    Event: 79.081 Thread 0x000000001c9a8800 nmethod 23421 0x0000000006342cd0 code [0x0000000006342e40, 0x0000000006343048]
    Event: 79.081 Thread 0x000000001c9a8800 23422 3 net.minecraft.block.state.BlockStateContainer$StateImplementation::func_185910_a (14 bytes)
    Event: 79.082 Thread 0x000000001c9a8800 nmethod 23422 0x0000000006342850 code [0x00000000063429c0, 0x0000000006342c08]
    Event: 79.083 Thread 0x000000001c9a8800 23423 3 net.minecraft.block.Block::func_180636_a (18 bytes)
    Event: 79.083 Thread 0x000000001c9a8800 nmethod 23423 0x000000000634b910 code [0x000000000634ba80, 0x000000000634bd78]
    Event: 79.086 Thread 0x000000001c9a5800 nmethod 23409 0x000000000634efd0 code [0x000000000634f180, 0x000000000634ffc0]
    Event: 79.086 Thread 0x000000001c9a5800 23425 4 net.minecraft.client.gui.FontRenderer::func_78255_a (613 bytes)
    Event: 79.088 Thread 0x000000001c9a8800 23430 1 io.netty.util.DefaultAttributeMap$DefaultAttribute::access$200 (5 bytes)
    Event: 79.088 Thread 0x000000001c9a8800 nmethod 23430 0x0000000006342550 code [0x00000000063426a0, 0x0000000006342790]
    Event: 79.088 Thread 0x000000001c9a8800 23431 ! 2 paulscode.sound.SoundSystem::CommandQueue (1389 bytes)
    GC Heap History (10 events):
    Event: 73.597 GC heap before
    {Heap before GC invocations=141 (full 2):
    garbage-first heap total 2949120K, used 1634228K [0x0000000700000000, 0x00000007010005a0, 0x00000007c0000000)
    region size 16384K, 10 young (163840K), 3 survivors (49152K)
    Metaspace used 104464K, capacity 107109K, committed 107212K, reserved 1140736K
    class space used 14861K, capacity 15503K, committed 15564K, reserved 1048576K
    Event: 73.626 GC heap after
    Heap after GC invocations=142 (full 2):
    garbage-first heap total 2998272K, used 1570450K [0x0000000700000000, 0x00000007010005b8, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 104464K, capacity 107109K, committed 107212K, reserved 1140736K
    class space used 14861K, capacity 15503K, committed 15564K, reserved 1048576K
    }
    Event: 73.959 GC heap before
    {Heap before GC invocations=142 (full 2):
    garbage-first heap total 2998272K, used 1652370K [0x0000000700000000, 0x00000007010005b8, 0x00000007c0000000)
    region size 16384K, 11 young (180224K), 5 survivors (81920K)
    Metaspace used 104782K, capacity 107427K, committed 107468K, reserved 1140736K
    class space used 14898K, capacity 15540K, committed 15564K, reserved 1048576K
    Event: 73.998 GC heap after
    Heap after GC invocations=143 (full 2):
    garbage-first heap total 3031040K, used 1607506K [0x0000000700000000, 0x00000007010005c8, 0x00000007c0000000)
    region size 16384K, 4 young (65536K), 4 survivors (65536K)
    Metaspace used 104782K, capacity 107427K, committed 107468K, reserved 1140736K
    class space used 14898K, capacity 15540K, committed 15564K, reserved 1048576K
    }
    Event: 76.006 GC heap before
    {Heap before GC invocations=143 (full 2):
    garbage-first heap total 3031040K, used 2328402K [0x0000000700000000, 0x00000007010005c8, 0x00000007c0000000)
    region size 16384K, 37 young (606208K), 4 survivors (65536K)
    Metaspace used 105926K, capacity 108723K, committed 108876K, reserved 1142784K
    class space used 15027K, capacity 15686K, committed 15692K, reserved 1048576K
    Event: 76.065 GC heap after
    Heap after GC invocations=144 (full 2):
    garbage-first heap total 3063808K, used 1774099K [0x0000000700000000, 0x00000007010005d8, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 105926K, capacity 108723K, committed 108876K, reserved 1142784K
    class space used 15027K, capacity 15686K, committed 15692K, reserved 1048576K
    }
    Event: 77.406 GC heap before
    {Heap before GC invocations=145 (full 2):
    garbage-first heap total 3063808K, used 2347539K [0x0000000700000000, 0x00000007010005d8, 0x00000007c0000000)
    region size 16384K, 37 young (606208K), 5 survivors (81920K)
    Metaspace used 106686K, capacity 109477K, committed 109772K, reserved 1142784K
    class space used 15068K, capacity 15731K, committed 15820K, reserved 1048576K
    Event: 77.464 GC heap after
    Heap after GC invocations=146 (full 2):
    garbage-first heap total 3063808K, used 1893177K [0x0000000700000000, 0x00000007010005d8, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 106686K, capacity 109477K, committed 109772K, reserved 1142784K
    class space used 15068K, capacity 15731K, committed 15820K, reserved 1048576K
    }
    Event: 78.470 GC heap before
    {Heap before GC invocations=146 (full 2):
    garbage-first heap total 3063808K, used 2417465K [0x0000000700000000, 0x00000007010005d8, 0x00000007c0000000)
    region size 16384K, 37 young (606208K), 5 survivors (81920K)
    Metaspace used 107041K, capacity 109883K, committed 110028K, reserved 1142784K
    class space used 15071K, capacity 15734K, committed 15820K, reserved 1048576K
    Event: 78.508 GC heap after
    Heap after GC invocations=147 (full 2):
    garbage-first heap total 3063808K, used 1949417K [0x0000000700000000, 0x00000007010005d8, 0x00000007c0000000)
    region size 16384K, 4 young (65536K), 4 survivors (65536K)
    Metaspace used 107041K, capacity 109883K, committed 110028K, reserved 1142784K
    class space used 15071K, capacity 15734K, committed 15820K, reserved 1048576K
    }
    Deoptimization events (10 events):
    Event: 78.804 Thread 0x000000000225f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004a74f9c method=java.util.Random.next(I)I @ 35
    Event: 78.816 Thread 0x000000003419c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000050cfde4 method=net.minecraft.pathfinding.PathPoint.func_75830_a(III)I @ 35
    Event: 79.040 Thread 0x000000003419c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000006288fb0 method=net.minecraft.pathfinding.WalkNodeProcessor.func_189553_b(Lnet/minecraft/world/IBlockAccess;III)Lnet/minecraft/pathfinding/PathNodeType; @ 235
    Event: 79.040 Thread 0x000000003419c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000062af79c method=net.minecraft.pathfinding.WalkNodeProcessor.func_193577_a(Lnet/minecraft/world/IBlockAccess;IIIIIIZZLjava/util/EnumSet;Lnet/minecraft/pathfinding/PathNodeType;Lnet/minecraft/-é…úÜÂ[email protected]
    Event: 79.045 Thread 0x00000000266e4000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000438a084 method=net.minecraft.util.math.Vec3i.equals(Ljava/lang/Object;)Z @ 22
    Event: 79.048 Thread 0x000000003419c000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000005f76dbc method=io.netty.buffer.AbstractByteBuf.ensureWritable0(I)V @ 2
    Event: 79.049 Thread 0x00000000266e2000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000061b52a0 method=io.netty.buffer.AbstractByteBuf.ensureAccessible()V @ 7
    Event: 79.049 Thread 0x00000000266e2000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000061b52a0 method=io.netty.buffer.AbstractByteBuf.ensureAccessible()V @ 7
    Event: 79.049 Thread 0x00000000266e2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000058866d4 method=net.minecraft.nbt.NBTTagDouble.func_152446_a(Ljava/io/DataInput;ILnet/minecraft/nbt/NBTSizeTracker;)V @ 4
    Event: 79.049 Thread 0x00000000266e2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000005fa0fc4 method=io.netty.buffer.AbstractByteBuf.readLong()J @ 11
    Internal exceptions (10 events):
    Event: 78.991 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9370f80) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 78.992 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b93711a8) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.012 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b93713d0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.012 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b93715f8) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.022 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9371820) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.022 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9371a48) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.038 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9371c70) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.063 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9371ec0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.073 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9372110) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 79.073 Thread 0x0000000024b4f000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b9372360) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3163]
    Events (10 events):
    Event: 79.049 Thread 0x00000000266e2000 Uncommon trap: trap_request=0xffffffde fr.pc=0x00000000058866d4
    Event: 79.049 Thread 0x00000000266e2000 DEOPT PACKING pc=0x00000000058866d4 sp=0x000000003b88d7c0
    Event: 79.049 Thread 0x00000000266e2000 DEOPT UNPACKING pc=0x00000000027f582a sp=0x000000003b88d758 mode 2
    Event: 79.049 Thread 0x00000000266e2000 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000000005fa0fc4
    Event: 79.049 Thread 0x00000000266e2000 DEOPT PACKING pc=0x0000000005fa0fc4 sp=0x000000003b88d650
    Event: 79.049 Thread 0x00000000266e2000 DEOPT UNPACKING pc=0x00000000027f582a sp=0x000000003b88d5e8 mode 2
    Event: 79.087 Executing VM operation: ForceSafepoint
    Event: 79.087 Executing VM operation: ForceSafepoint done
    Event: 79.089 Thread 0x00000000266e5000 DEOPT PACKING pc=0x000000000626e280 sp=0x000000003bf3ef00
    Event: 79.089 Thread 0x00000000266e5000 DEOPT UNPACKING pc=0x00000000027f787f sp=0x000000003bf3ed78 mode 0

    Dynamic libraries:
    0x000000013f0d0000 — 0x000000013f107000 D:Minecraftruntimejre-x641.8.0_51binjavaw.exe
    0x00000000776f0000 — 0x000000007788f000 C:WindowsSYSTEM32ntdll.dll
    0x00000000775d0000 — 0x00000000776ef000 C:Windowssystem32kernel32.dll
    0x000007fefd280000 — 0x000007fefd2ea000 C:Windowssystem32KERNELBASE.dll
    0x000007fefd960000 — 0x000007fefda3b000 C:Windowssystem32ADVAPI32.dll
    0x000007feff8f0000 — 0x000007feff98f000 C:Windowssystem32msvcrt.dll
    0x000007fefdac0000 — 0x000007fefdadf000 C:WindowsSYSTEM32sechost.dll
    0x000007feff000000 — 0x000007feff12d000 C:Windowssystem32RPCRT4.dll
    0x00000000774d0000 — 0x00000000775ca000 C:Windowssystem32USER32.dll
    0x000007fefda50000 — 0x000007fefdab7000 C:Windowssystem32GDI32.dll
    0x000007fefe1e0000 — 0x000007fefe1ee000 C:Windowssystem32LPK.dll
    0x000007feff4b0000 — 0x000007feff57b000 C:Windowssystem32USP10.dll
    0x000007fefb9c0000 — 0x000007fefbbb4000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757COMCTL32.dll
    0x000007fefef80000 — 0x000007fefeff1000 C:Windowssystem32SHLWAPI.dll
    0x000007fefd930000 — 0x000007fefd95e000 C:Windowssystem32IMM32.DLL
    0x000007fefe0d0000 — 0x000007fefe1d9000 C:Windowssystem32MSCTF.dll
    0x00000000695f0000 — 0x00000000696c2000 D:Minecraftruntimejre-x641.8.0_51binmsvcr100.dll
    0x0000000056770000 — 0x0000000056ff3000 D:Minecraftruntimejre-x641.8.0_51binserverjvm.dll
    0x000007fef2950000 — 0x000007fef2959000 C:Windowssystem32WSOCK32.dll
    0x000007fefd700000 — 0x000007fefd74d000 C:Windowssystem32WS2_32.dll
    0x000007fefda40000 — 0x000007fefda48000 C:Windowssystem32NSI.dll
    0x000007fefb160000 — 0x000007fefb19b000 C:Windowssystem32WINMM.dll
    0x000007fefc4c0000 — 0x000007fefc4cc000 C:Windowssystem32VERSION.dll
    0x00000000778a0000 — 0x00000000778a7000 C:Windowssystem32PSAPI.DLL
    0x0000000074c00000 — 0x0000000074c0f000 D:Minecraftruntimejre-x641.8.0_51binverify.dll
    0x000000006d2a0000 — 0x000000006d2c9000 D:Minecraftruntimejre-x641.8.0_51binjava.dll
    0x000000006d250000 — 0x000000006d266000 D:Minecraftruntimejre-x641.8.0_51binzip.dll
    0x000007fefe1f0000 — 0x000007fefef7a000 C:Windowssystem32SHELL32.dll
    0x000007feff190000 — 0x000007feff38d000 C:Windowssystem32ole32.dll
    0x000007fefd270000 — 0x000007fefd27f000 C:Windowssystem32profapi.dll
    0x000000006d240000 — 0x000000006d24d000 D:Minecraftruntimejre-x641.8.0_51binmanagement.dll
    0x000007fefca50000 — 0x000007fefca68000 C:Windowssystem32CRYPTSP.dll
    0x000007fefc750000 — 0x000007fefc797000 C:Windowssystem32rsaenh.dll
    0x000007fefd3d0000 — 0x000007fefd3ee000 C:Windowssystem32USERENV.dll
    0x000007fefd100000 — 0x000007fefd10f000 C:Windowssystem32CRYPTBASE.dll
    0x000000006d220000 — 0x000000006d23a000 D:Minecraftruntimejre-x641.8.0_51binnet.dll
    0x000007fefc9f0000 — 0x000007fefca45000 C:Windowssystem32mswsock.dll
    0x000007fefc9e0000 — 0x000007fefc9e7000 C:WindowsSystem32wship6.dll
    0x000007fefa5b0000 — 0x000007fefa5d7000 C:Windowssystem32IPHLPAPI.DLL
    0x000007fefa570000 — 0x000007fefa57b000 C:Windowssystem32WINNSI.DLL
    0x000007fefa3c0000 — 0x000007fefa3d1000 C:Windowssystem32dhcpcsvc6.DLL
    0x000007fefa3a0000 — 0x000007fefa3b8000 C:Windowssystem32dhcpcsvc.DLL
    0x000000006d200000 — 0x000000006d211000 D:Minecraftruntimejre-x641.8.0_51binnio.dll
    0x000007fef5d30000 — 0x000007fef5d3a000 C:UsersRaphAppDataLocalTempjansi-64-386341113240467430.dll
    0x000007fefa590000 — 0x000007fefa5a5000 C:Windowssystem32NLAapi.dll
    0x000007fef5430000 — 0x000007fef5445000 C:Windowssystem32napinsp.dll
    0x000007fef5410000 — 0x000007fef5429000 C:Windowssystem32pnrpnsp.dll
    0x000007fefc870000 — 0x000007fefc8cb000 C:Windowssystem32DNSAPI.dll
    0x000007fef5400000 — 0x000007fef540b000 C:WindowsSystem32winrnr.dll
    0x000007fefc170000 — 0x000007fefc177000 C:WindowsSystem32wshtcpip.dll
    0x000007fef8250000 — 0x000007fef8258000 C:Windowssystem32rasadhlp.dll
    0x000007fefa3f0000 — 0x000007fefa443000 C:WindowsSystem32fwpuclnt.dll
    0x0000000069c10000 — 0x0000000069c27000 D:Minecraftruntimejre-x641.8.0_51binunpack.dll
    0x0000000180000000 — 0x0000000180053000 C:UsersRaphAppDataLocalTempe7d4-dd9a-b18d-cc0blwjgl64.dll
    0x000007fed6340000 — 0x000007fed645d000 C:Windowssystem32OPENGL32.dll
    0x000007fef2b20000 — 0x000007fef2b4d000 C:Windowssystem32GLU32.dll
    0x000007fedd630000 — 0x000007fedd721000 C:Windowssystem32DDRAW.dll
    0x000007feecf10000 — 0x000007feecf18000 C:Windowssystem32DCIMAN32.dll
    0x000007fefd750000 — 0x000007fefd927000 C:Windowssystem32SETUPAPI.dll
    0x000007fefd390000 — 0x000007fefd3c6000 C:Windowssystem32CFGMGR32.dll
    0x000007fefd620000 — 0x000007fefd6fa000 C:Windowssystem32OLEAUT32.dll
    0x000007fefd600000 — 0x000007fefd61a000 C:Windowssystem32DEVOBJ.dll
    0x000007fefb1d0000 — 0x000007fefb1e8000 C:Windowssystem32dwmapi.dll
    0x00000000576f0000 — 0x0000000057888000 D:Minecraftruntimejre-x641.8.0_51binawt.dll
    0x000007fefb590000 — 0x000007fefb5e6000 C:Windowssystem32uxtheme.dll
    0x0000000051e00000 — 0x0000000054491000 C:Windowssystem32nvoglv64.DLL
    0x000007fefc2f0000 — 0x000007fefc301000 C:Windowssystem32WTSAPI32.dll
    0x000007fefc4b0000 — 0x000007fefc4b3000 C:Windowssystem32api-ms-win-core-synch-l1-2-0.DLL
    0x000007fefd430000 — 0x000007fefd46b000 C:Windowssystem32WINTRUST.dll
    0x000007fefd470000 — 0x000007fefd5dd000 C:Windowssystem32CRYPT32.dll
    0x000007fefd260000 — 0x000007fefd26f000 C:Windowssystem32MSASN1.dll
    0x000007fefc480000 — 0x000007fefc4ad000 C:Windowssystem32ntmarta.dll
    0x000007feff130000 — 0x000007feff182000 C:Windowssystem32WLDAP32.dll
    0x000007fee50d0000 — 0x000007fee5359000 C:Windowssystem32nvspcap64.dll
    0x000007fef9040000 — 0x000007fef90dc000 C:Windowssystem32mscms.dll
    0x000007fef2ad0000 — 0x000007fef2b12000 C:Windowssystem32icm32.dll
    0x000007fefd0c0000 — 0x000007fefd0fd000 C:Windowssystem32WINSTA.dll
    0x000007fef2430000 — 0x000007fef2472000 C:UsersRaphAppDataLocalTempjna-2539655jna876728452231540597.dll
    0x0000000069ad0000 — 0x0000000069af4000 D:Minecraftruntimejre-x641.8.0_51binsunec.dll
    0x0000000069980000 — 0x00000000699c7000 D:Minecraftruntimejre-x641.8.0_51binfontmanager.dll
    0x000007fef9c80000 — 0x000007fef9e7f000 C:Windowssystem32d3d9.dll
    0x000007fef9c70000 — 0x000007fef9c77000 C:Windowssystem32d3d8thk.dll
    0x000007fedb720000 — 0x000007fedc920000 C:Windowssystem32nvd3dumx.dll
    0x000007fefbbf0000 — 0x000007fefbc1c000 C:Windowssystem32powrprof.dll
    0x000007feff990000 — 0x000007feff9a9000 C:Windowssystem32imagehlp.dll
    0x000007fefcbd0000 — 0x000007fefcc20000 C:Windowssystem32ncrypt.dll
    0x000007fefcba0000 — 0x000007fefcbc2000 C:Windowssystem32bcrypt.dll
    0x000007fefc690000 — 0x000007fefc6dc000 C:Windowssystem32bcryptprimitives.dll
    0x000007fefc510000 — 0x000007fefc52b000 C:Windowssystem32GPAPI.dll
    0x000007fef9580000 — 0x000007fef95a7000 C:Windowssystem32cryptnet.dll
    0x0000000069930000 — 0x0000000069972000 D:Minecraftruntimejre-x641.8.0_51bint2k.dll
    0x0000000012a20000 — 0x0000000012a84000 C:UsersRaphAppDataLocalTempe7d4-dd9a-b18d-cc0bOpenAL64.dll
    0x000007feff580000 — 0x000007feff619000 C:Windowssystem32CLBCatQ.DLL
    0x000007fefb790000 — 0x000007fefb7db000 C:WindowsSystem32MMDevApi.dll
    0x000007fefb5f0000 — 0x000007fefb71c000 C:WindowsSystem32PROPSYS.dll
    0x000007fed6560000 — 0x000007fed65e8000 C:Windowssystem32dsound.dll
    0x000007fefb080000 — 0x000007fefb0cf000 C:Windowssystem32AUDIOSES.DLL
    0x000007fef2c30000 — 0x000007fef2c4a000 C:UsersRaphAppDataLocalTempe7d4-dd9a-b18d-cc0bSAPIWrapper_x64.dll
    0x0000000069c00000 — 0x0000000069c0c000 D:Minecraftruntimejre-x641.8.0_51binjsound.dll
    0x0000000069bf0000 — 0x0000000069bfb000 D:Minecraftruntimejre-x641.8.0_51binjsoundds.dll
    0x000007fefb230000 — 0x000007fefb26b000 C:Windowssystem32wdmaud.drv
    0x0000000074cc0000 — 0x0000000074cc6000 C:Windowssystem32ksuser.dll
    0x000007fefbbc0000 — 0x000007fefbbc9000 C:Windowssystem32AVRT.dll
    0x000007fefb770000 — 0x000007fefb77a000 C:Windowssystem32msacm32.drv
    0x000007fefb1b0000 — 0x000007fefb1c8000 C:Windowssystem32MSACM32.dll
    0x000007fefb1a0000 — 0x000007fefb1a9000 C:Windowssystem32midimap.dll
    0x000007fef4ba0000 — 0x000007fef4cc5000 C:Windowssystem32dbghelp.dll
    VM Arguments:
    jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:UsersRaphAppDataLocalTempe7d4-dd9a-b18d-cc0b -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1351 -Dminecraft.client.jar=C:UsersRaphAppDataRoaming.minecraftversions1.12.21.12.2.jar -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    java_command: net.minecraft.launchwrapper.Launch —username TBiscuit1 —version 1.12.2-forge1.12.2-14.23.4.2705 —gameDir C:/UsersRaphAppDataRoaming.minecraft —assetsDir C:/UsersRaphAppDataRoaming.minecraft/assets —assetIndex 1.12 —uuid 1a23a27ab4ee4030ae227db432d6e44c —accessToken 02b2885162dd4953b44779d0f2946ae0 —userType mojang —tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker —versionType Forge
    java_class_path (initial): C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.12.2-14.23.4.2705forge-1.12.2-14.23.4.2705.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftlaunchwrapper1.12launchwrapper-1.12.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgow2asmasm-all5.2asm-all-5.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesjlinejline2.13jline-2.13.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeakkaakka-actor_2.112.3.3akka-actor_2.11-2.3.3.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeconfig1.2.1config-1.2.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-actors-migration_2.111.1.0scala-actors-migration_2.11-1.1.0.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-compiler2.11.1scala-compiler-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-library_2.111.0.2scala-continuations-library_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-plugin_2.11.11.0.2scala-continuations-plugin_2.11.1-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-library2.11.1scala-library-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-parser-combinators_2.111.0.1scala-parser-combinators_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-reflect2.11.1scala-reflect-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-swing_2.111.0.1scala-swing_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-xml_2.111.0.2scala-xml_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrarieslzmalzma.0.1lzma-0.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT
    USERNAME=Raph
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

    ————— S Y S T E M —————
    OS: Windows 7 , 64 bit Build 7601 (6.1.7601.24231)
    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv
    Memory: 4k page, physical 16461608k(8474164k free), swap 32921320k(23674048k free)
    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)
    time: Tue Sep 25 17:51:14 2018
    elapsed time: 79 seconds (0d 0h 1m 19s)


  • #14

    Sep 25, 2018

    Say something silly, Laugh ’til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!


  • #15

    Sep 26, 2018

    So what is the error now? (I remove the stupid 3d vision)

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000570b7b87, pid=6500, tid=6364
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x3d7b87]
    #
    # 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
    #

    ————— T H R E A D —————

    Current thread (0x00000000020c5800): GCTaskThread [stack: 0x0000000011be0000,0x0000000011ce0000] [id=6364]

    siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000001

    Registers:
    RAX=0x0000000000000001, RBX=0x000000074edb3c50, RCX=0x00000000020bb4b0, RDX=0x00000000358910b0
    RSP=0x0000000011cdf1c0, RBP=0x0000000000000009, RSI=0x0000000011cdf740, RDI=0x0000000011cdf740
    R8 =0x00000000020be6f0, R9 =0x1fffffffffffffff, R10=0x00000000020be6f0, R11=0x00000000020be6f0
    R12=0x000000000001193f, R13=0x0000000000000000, R14=0x00000000020b8ae0, R15=0x0000000000000004
    RIP=0x00000000570b7b87, EFLAGS=0x0000000000010293

    Top of Stack: (sp=0x0000000011cdf1c0)
    0x0000000011cdf1c0: 000000074edb3c28 0000000000000009
    0x0000000011cdf1d0: 0000000011cdf740 000000074edb39c8
    0x0000000011cdf1e0: 000000072896ec18 0000000056e17f7d
    0x0000000011cdf1f0: 000000072896ec15 0000000000000000
    0x0000000011cdf200: 0000000000000000 00000000020b8ae0
    0x0000000011cdf210: 000000000001193f 0000000011cdf740
    0x0000000011cdf220: 00000007289719e8 000000001e145290
    0x0000000011cdf230: 0000000000000000 00000000570a8361
    0x0000000011cdf240: 0000000000000000 0000000000000000
    0x0000000011cdf250: 000000000000003a 00000000358910b0
    0x0000000011cdf260: 000000001d20f080 00000000570b8033
    0x0000000011cdf270: 00000000020cb900 00000000020cb908
    0x0000000011cdf280: 0000000011cdf740 0000000011cdf278
    0x0000000011cdf290: 0000000011cdf3d0 3f31bdc944a80000
    0x0000000011cdf2a0: 0000000000000000 0000000000000000
    0x0000000011cdf2b0: 0000000000000000 0000000000000001

    Instructions: (pc=0x00000000570b7b87)
    0x00000000570b7b67: 84 24 80 00 00 00 48 8b c5 74 06 48 83 e0 fd 8b
    0x00000000570b7b77: 00 48 c1 e8 03 83 e0 0f 3b 81 80 06 00 00 73 14
    0x00000000570b7b87: 8b 82 38 01 00 00 d1 e8 a8 01 74 08 41 bc 01 00
    0x00000000570b7b97: 00 00 eb 03 45 33 e4 44 0f b6 b2 34 01 00 00 48

    Register to memory mapping:

    RAX=0x0000000000000001 is an unknown value
    RBX=0x000000074edb3c50 is an oop
    [F
    — klass: {type array float}
    — length: 4
    RCX=0x00000000020bb4b0 is an unknown value
    RDX=0x00000000358910b0 is an unknown value
    RSP=0x0000000011cdf1c0 is an unknown value
    RBP=0x0000000000000009 is an unknown value
    RSI=0x0000000011cdf740 is an unknown value
    RDI=0x0000000011cdf740 is an unknown value
    R8 =0x00000000020be6f0 is an unknown value
    R9 =0x1fffffffffffffff is an unknown value
    R10=0x00000000020be6f0 is an unknown value
    R11=0x00000000020be6f0 is an unknown value
    R12=0x000000000001193f is an unknown value
    R13=0x0000000000000000 is an unknown value
    R14=0x00000000020b8ae0 is an unknown value
    R15=0x0000000000000004 is an unknown value

    Stack: [0x0000000011be0000,0x0000000011ce0000], sp=0x0000000011cdf1c0, free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x3d7b87]
    V [jvm.dll+0x3c8361]
    V [jvm.dll+0x3d8033]
    V [jvm.dll+0x3ccaa0]
    V [jvm.dll+0x27b060]
    V [jvm.dll+0x29846a]
    C [msvcr100.dll+0x21d9f]
    C [msvcr100.dll+0x21e3b]
    C [kernel32.dll+0x159cd]
    C [ntdll.dll+0x5385d]

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x00000000217b6800 JavaThread «CC Supporters Downloader» daemon [_thread_in_native, id=3448, stack(0x0000000037d70000,0x0000000037e70000)]
    0x00000000217b3800 JavaThread «Thread-14» [_thread_blocked, id=3740, stack(0x00000000318c0000,0x00000000319c0000)]
    0x00000000217b2800 JavaThread «pool-3-thread-1» [_thread_blocked, id=6224, stack(0x00000000315f0000,0x00000000316f0000)]
    0x00000000217b2000 JavaThread «Thread-13» [_thread_blocked, id=2556, stack(0x0000000027d40000,0x0000000027e40000)]
    0x00000000217b0800 JavaThread «Thread-10» [_thread_blocked, id=3468, stack(0x00000000305d0000,0x00000000306d0000)]
    0x000000001f593800 JavaThread «AWT-Windows» daemon [_thread_in_native, id=5060, stack(0x000000002d560000,0x000000002d660000)]
    0x000000001f592000 JavaThread «C&B Model Cache Cleanup» [_thread_blocked, id=6532, stack(0x000000002d950000,0x000000002da50000)]
    0x0000000024541800 JavaThread «Ambience Player Thread» daemon [_thread_blocked, id=4652, stack(0x00000000299d0000,0x0000000029ad0000)]
    0x0000000024bb1800 JavaThread «LWJGL Timer» daemon [_thread_blocked, id=3592, stack(0x000000002cdf0000,0x000000002cef0000)]
    0x0000000022599000 JavaThread «Thread-3» [_thread_blocked, id=5124, stack(0x00000000269d0000,0x0000000026ad0000)]
    0x00000000205cb000 JavaThread «Java2D Disposer» daemon [_thread_blocked, id=4472, stack(0x0000000026620000,0x0000000026720000)]
    0x000000001f8c2000 JavaThread «Timer hack thread» daemon [_thread_blocked, id=6496, stack(0x0000000022760000,0x0000000022860000)]
    0x000000001f84b800 JavaThread «Snooper Timer» daemon [_thread_blocked, id=3460, stack(0x00000000228e0000,0x00000000229e0000)]
    0x0000000019dfe800 JavaThread «Service Thread» daemon [_thread_blocked, id=7152, stack(0x000000001df40000,0x000000001e040000)]
    0x0000000019dfa800 JavaThread «C1 CompilerThread2» daemon [_thread_blocked, id=6712, stack(0x000000001de40000,0x000000001df40000)]
    0x0000000019df7800 JavaThread «C2 CompilerThread1» daemon [_thread_blocked, id=5624, stack(0x000000001dcc0000,0x000000001ddc0000)]
    0x000000001c61c800 JavaThread «C2 CompilerThread0» daemon [_thread_blocked, id=4856, stack(0x000000001db60000,0x000000001dc60000)]
    0x000000001c61c000 JavaThread «Attach Listener» daemon [_thread_blocked, id=6956, stack(0x000000001da10000,0x000000001db10000)]
    0x000000001c617000 JavaThread «Signal Dispatcher» daemon [_thread_blocked, id=6756, stack(0x000000001d840000,0x000000001d940000)]
    0x0000000019df4800 JavaThread «Surrogate Locker Thread (Concurrent GC)» daemon [_thread_blocked, id=6480, stack(0x000000001d5d0000,0x000000001d6d0000)]
    0x0000000019dda800 JavaThread «Finalizer» daemon [_thread_blocked, id=6428, stack(0x000000001d3e0000,0x000000001d4e0000)]
    0x0000000019dd4000 JavaThread «Reference Handler» daemon [_thread_blocked, id=6540, stack(0x000000001d2e0000,0x000000001d3e0000)]
    0x000000000219f000 JavaThread «Client thread» [_thread_blocked, id=1160, stack(0x0000000002370000,0x0000000002470000)]

    Other Threads:
    0x0000000019dd3000 VMThread [stack: 0x000000001d110000,0x000000001d210000] [id=6120]
    0x000000001c6a7800 WatcherThread [stack: 0x000000001e870000,0x000000001e970000] [id=6340]

    =>0x00000000020c5800 (exited) GCTaskThread [stack: 0x0000000011be0000,0x0000000011ce0000] [id=6364]

    VM state:at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00000000020a9280] Threads_lock — owner thread: 0x0000000019dd3000
    [0x00000000020a9780] Heap_lock — owner thread: 0x000000000219f000

    Heap:
    garbage-first heap total 1392640K, used 1156642K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 3 survivors (49152K)
    Metaspace used 85591K, capacity 87386K, committed 87768K, reserved 1124352K
    class space used 12653K, capacity 13176K, committed 13272K, reserved 1048576K

    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)
    AC 0 O TS 0 PTAMS 0x0000000701000000 NTAMS 0x0000000701000000 space 16384K, 100% used [0x0000000700000000, 0x0000000701000000)
    AC 0 O TS 0 PTAMS 0x0000000702000000 NTAMS 0x0000000702000000 space 16384K, 100% used [0x0000000701000000, 0x0000000702000000)
    AC 0 O TS 0 PTAMS 0x0000000703000000 NTAMS 0x0000000703000000 space 16384K, 100% used [0x0000000702000000, 0x0000000703000000)
    AC 0 O TS 0 PTAMS 0x0000000704000000 NTAMS 0x0000000704000000 space 16384K, 100% used [0x0000000703000000, 0x0000000704000000)
    AC 0 HS TS 0 PTAMS 0x0000000704a00010 NTAMS 0x0000000704a00010 space 16384K, 62% used [0x0000000704000000, 0x0000000705000000)
    AC 0 O TS 0 PTAMS 0x0000000706000000 NTAMS 0x0000000706000000 space 16384K, 100% used [0x0000000705000000, 0x0000000706000000)
    AC 0 O TS 0 PTAMS 0x0000000707000000 NTAMS 0x0000000707000000 space 16384K, 100% used [0x0000000706000000, 0x0000000707000000)
    AC 0 O TS 0 PTAMS 0x0000000708000000 NTAMS 0x0000000708000000 space 16384K, 100% used [0x0000000707000000, 0x0000000708000000)
    AC 0 O TS 0 PTAMS 0x0000000709000000 NTAMS 0x0000000709000000 space 16384K, 100% used [0x0000000708000000, 0x0000000709000000)
    AC 0 O TS 0 PTAMS 0x000000070a000000 NTAMS 0x000000070a000000 space 16384K, 100% used [0x0000000709000000, 0x000000070a000000)
    AC 0 O TS 0 PTAMS 0x000000070b000000 NTAMS 0x000000070b000000 space 16384K, 100% used [0x000000070a000000, 0x000000070b000000)
    AC 0 O TS 0 PTAMS 0x000000070c000000 NTAMS 0x000000070c000000 space 16384K, 100% used [0x000000070b000000, 0x000000070c000000)
    AC 0 O TS 0 PTAMS 0x000000070d000000 NTAMS 0x000000070d000000 space 16384K, 100% used [0x000000070c000000, 0x000000070d000000)
    AC 0 O TS 0 PTAMS 0x000000070e000000 NTAMS 0x000000070e000000 space 16384K, 100% used [0x000000070d000000, 0x000000070e000000)
    AC 0 O TS 0 PTAMS 0x000000070f000000 NTAMS 0x000000070f000000 space 16384K, 100% used [0x000000070e000000, 0x000000070f000000)
    AC 0 O TS 0 PTAMS 0x0000000710000000 NTAMS 0x0000000710000000 space 16384K, 100% used [0x000000070f000000, 0x0000000710000000)
    AC 0 O TS 0 PTAMS 0x0000000711000000 NTAMS 0x0000000711000000 space 16384K, 100% used [0x0000000710000000, 0x0000000711000000)
    AC 0 O TS 0 PTAMS 0x0000000712000000 NTAMS 0x0000000712000000 space 16384K, 100% used [0x0000000711000000, 0x0000000712000000)
    AC 0 O TS 0 PTAMS 0x0000000713000000 NTAMS 0x0000000713000000 space 16384K, 100% used [0x0000000712000000, 0x0000000713000000)
    AC 0 O TS 1 PTAMS 0x0000000713000000 NTAMS 0x0000000713000000 space 16384K, 100% used [0x0000000713000000, 0x0000000714000000)
    AC 0 O TS 0 PTAMS 0x0000000715000000 NTAMS 0x0000000715000000 space 16384K, 100% used [0x0000000714000000, 0x0000000715000000)
    AC 0 O TS 0 PTAMS 0x0000000716000000 NTAMS 0x0000000716000000 space 16384K, 100% used [0x0000000715000000, 0x0000000716000000)
    AC 0 O TS 0 PTAMS 0x0000000717000000 NTAMS 0x0000000717000000 space 16384K, 100% used [0x0000000716000000, 0x0000000717000000)
    AC 0 O TS 3 PTAMS 0x0000000717000000 NTAMS 0x0000000717000000 space 16384K, 100% used [0x0000000717000000, 0x0000000718000000)
    AC 0 O TS 0 PTAMS 0x0000000719000000 NTAMS 0x0000000719000000 space 16384K, 100% used [0x0000000718000000, 0x0000000719000000)
    AC 0 O TS 0 PTAMS 0x000000071a000000 NTAMS 0x000000071a000000 space 16384K, 100% used [0x0000000719000000, 0x000000071a000000)
    AC 0 O TS 3 PTAMS 0x000000071a000000 NTAMS 0x000000071a000000 space 16384K, 100% used [0x000000071a000000, 0x000000071b000000)
    AC 0 O TS 0 PTAMS 0x000000071c000000 NTAMS 0x000000071c000000 space 16384K, 100% used [0x000000071b000000, 0x000000071c000000)
    AC 0 O TS 0 PTAMS 0x000000071d000000 NTAMS 0x000000071d000000 space 16384K, 100% used [0x000000071c000000, 0x000000071d000000)
    AC 0 O TS 0 PTAMS 0x000000071e000000 NTAMS 0x000000071e000000 space 16384K, 100% used [0x000000071d000000, 0x000000071e000000)
    AC 0 O TS 0 PTAMS 0x000000071f000000 NTAMS 0x000000071f000000 space 16384K, 100% used [0x000000071e000000, 0x000000071f000000)
    AC 0 O TS 0 PTAMS 0x0000000720000000 NTAMS 0x0000000720000000 space 16384K, 100% used [0x000000071f000000, 0x0000000720000000)
    AC 0 O TS 0 PTAMS 0x0000000721000000 NTAMS 0x0000000721000000 space 16384K, 100% used [0x0000000720000000, 0x0000000721000000)
    AC 0 O TS 0 PTAMS 0x0000000722000000 NTAMS 0x0000000722000000 space 16384K, 100% used [0x0000000721000000, 0x0000000722000000)
    AC 0 O TS 0 PTAMS 0x0000000723000000 NTAMS 0x0000000723000000 space 16384K, 100% used [0x0000000722000000, 0x0000000723000000)
    AC 0 O TS 5 PTAMS 0x0000000723000000 NTAMS 0x0000000723000000 space 16384K, 100% used [0x0000000723000000, 0x0000000724000000)
    AC 0 O TS 5 PTAMS 0x0000000724000000 NTAMS 0x0000000724000000 space 16384K, 100% used [0x0000000724000000, 0x0000000725000000)
    AC 0 O CS TS 0 PTAMS 0x0000000726000000 NTAMS 0x0000000726000000 space 16384K, 100% used [0x0000000725000000, 0x0000000726000000)
    AC 0 O TS 0 PTAMS 0x0000000727000000 NTAMS 0x0000000727000000 space 16384K, 100% used [0x0000000726000000, 0x0000000727000000)
    AC 0 O TS 0 PTAMS 0x0000000728000000 NTAMS 0x0000000728000000 space 16384K, 100% used [0x0000000727000000, 0x0000000728000000)
    AC 0 O TS 7 PTAMS 0x0000000728000000 NTAMS 0x0000000728000000 space 16384K, 100% used [0x0000000728000000, 0x0000000729000000)
    AC 0 O TS 7 PTAMS 0x0000000729000000 NTAMS 0x0000000729000000 space 16384K, 100% used [0x0000000729000000, 0x000000072a000000)
    AC 0 O TS 7 PTAMS 0x000000072a000000 NTAMS 0x000000072a000000 space 16384K, 49% used [0x000000072a000000, 0x000000072b000000)
    AC 0 O TS 0 PTAMS 0x000000072c000000 NTAMS 0x000000072c000000 space 16384K, 100% used [0x000000072b000000, 0x000000072c000000)
    AC 0 O TS 0 PTAMS 0x000000072d000000 NTAMS 0x000000072d000000 space 16384K, 100% used [0x000000072c000000, 0x000000072d000000)
    AC 0 F TS 0 PTAMS 0x000000072d000000 NTAMS 0x000000072d000000 space 16384K, 0% used [0x000000072d000000, 0x000000072e000000)
    AC 0 O TS 5 PTAMS 0x000000072e000000 NTAMS 0x000000072e000000 space 16384K, 100% used [0x000000072e000000, 0x000000072f000000)
    AC 0 F TS 0 PTAMS 0x000000072f000000 NTAMS 0x000000072f000000 space 16384K, 0% used [0x000000072f000000, 0x0000000730000000)
    AC 0 O TS 0 PTAMS 0x0000000731000000 NTAMS 0x0000000731000000 space 16384K, 100% used [0x0000000730000000, 0x0000000731000000)
    AC 0 F TS 0 PTAMS 0x0000000731000000 NTAMS 0x0000000731000000 space 16384K, 0% used [0x0000000731000000, 0x0000000732000000)
    AC 0 F TS 3 PTAMS 0x0000000732000000 NTAMS 0x0000000732000000 space 16384K, 0% used [0x0000000732000000, 0x0000000733000000)
    AC 0 O TS 5 PTAMS 0x0000000733000000 NTAMS 0x0000000733000000 space 16384K, 100% used [0x0000000733000000, 0x0000000734000000)
    AC 0 O TS 0 PTAMS 0x0000000735000000 NTAMS 0x0000000735000000 space 16384K, 100% used [0x0000000734000000, 0x0000000735000000)
    AC 0 O TS 5 PTAMS 0x0000000735000000 NTAMS 0x0000000735000000 space 16384K, 100% used [0x0000000735000000, 0x0000000736000000)
    AC 0 O TS 7 PTAMS 0x0000000736000000 NTAMS 0x0000000736000000 space 16384K, 100% used [0x0000000736000000, 0x0000000737000000)
    AC 0 F TS 0 PTAMS 0x0000000737000000 NTAMS 0x0000000737000000 space 16384K, 0% used [0x0000000737000000, 0x0000000738000000)
    AC 0 F TS 0 PTAMS 0x0000000738000000 NTAMS 0x0000000738000000 space 16384K, 0% used [0x0000000738000000, 0x0000000739000000)
    AC 0 F TS 0 PTAMS 0x0000000739000000 NTAMS 0x0000000739000000 space 16384K, 0% used [0x0000000739000000, 0x000000073a000000)
    AC 0 F TS 0 PTAMS 0x000000073a000000 NTAMS 0x000000073a000000 space 16384K, 0% used [0x000000073a000000, 0x000000073b000000)
    AC 0 E CS TS 5 PTAMS 0x000000073b000000 NTAMS 0x000000073b000000 space 16384K, 100% used [0x000000073b000000, 0x000000073c000000)
    AC 0 E CS TS 5 PTAMS 0x000000073c000000 NTAMS 0x000000073c000000 space 16384K, 100% used [0x000000073c000000, 0x000000073d000000)
    AC 0 E CS TS 5 PTAMS 0x000000073d000000 NTAMS 0x000000073d000000 space 16384K, 100% used [0x000000073d000000, 0x000000073e000000)
    AC 0 F TS 0 PTAMS 0x000000073e000000 NTAMS 0x000000073e000000 space 16384K, 0% used [0x000000073e000000, 0x000000073f000000)
    AC 0 S TS 7 PTAMS 0x000000073f000000 NTAMS 0x000000073f000000 space 16384K, 71% used [0x000000073f000000, 0x0000000740000000)
    AC 0 S TS 7 PTAMS 0x0000000740000000 NTAMS 0x0000000740000000 space 16384K, 100% used [0x0000000740000000, 0x0000000741000000)
    AC 0 E CS TS 0 PTAMS 0x0000000741000000 NTAMS 0x0000000741000000 space 16384K, 100% used [0x0000000741000000, 0x0000000742000000)
    AC 0 E CS TS 0 PTAMS 0x0000000742000000 NTAMS 0x0000000742000000 space 16384K, 100% used [0x0000000742000000, 0x0000000743000000)
    AC 0 E CS TS 0 PTAMS 0x0000000743000000 NTAMS 0x0000000743000000 space 16384K, 100% used [0x0000000743000000, 0x0000000744000000)
    AC 0 O CS TS 0 PTAMS 0x0000000745000000 NTAMS 0x0000000745000000 space 16384K, 100% used [0x0000000744000000, 0x0000000745000000)
    AC 0 E CS TS 0 PTAMS 0x0000000745000000 NTAMS 0x0000000745000000 space 16384K, 100% used [0x0000000745000000, 0x0000000746000000)
    AC 0 E CS TS 0 PTAMS 0x0000000746000000 NTAMS 0x0000000746000000 space 16384K, 100% used [0x0000000746000000, 0x0000000747000000)
    AC 0 E CS TS 0 PTAMS 0x0000000747000000 NTAMS 0x0000000747000000 space 16384K, 100% used [0x0000000747000000, 0x0000000748000000)
    AC 0 E CS TS 0 PTAMS 0x0000000748000000 NTAMS 0x0000000748000000 space 16384K, 100% used [0x0000000748000000, 0x0000000749000000)
    AC 0 O CS TS 0 PTAMS 0x000000074a000000 NTAMS 0x000000074a000000 space 16384K, 100% used [0x0000000749000000, 0x000000074a000000)
    AC 0 E CS TS 0 PTAMS 0x000000074a000000 NTAMS 0x000000074a000000 space 16384K, 100% used [0x000000074a000000, 0x000000074b000000)
    AC 0 O TS 0 PTAMS 0x000000074c000000 NTAMS 0x000000074c000000 space 16384K, 100% used [0x000000074b000000, 0x000000074c000000)
    AC 0 E CS TS 0 PTAMS 0x000000074c000000 NTAMS 0x000000074c000000 space 16384K, 100% used [0x000000074c000000, 0x000000074d000000)
    AC 0 E CS TS 0 PTAMS 0x000000074d000000 NTAMS 0x000000074d000000 space 16384K, 100% used [0x000000074d000000, 0x000000074e000000)
    AC 0 O CS TS 0 PTAMS 0x000000074f000000 NTAMS 0x000000074f000000 space 16384K, 100% used [0x000000074e000000, 0x000000074f000000)
    AC 0 E CS TS 0 PTAMS 0x000000074f000000 NTAMS 0x000000074f000000 space 16384K, 100% used [0x000000074f000000, 0x0000000750000000)
    AC 0 E CS TS 0 PTAMS 0x0000000750000000 NTAMS 0x0000000750000000 space 16384K, 100% used [0x0000000750000000, 0x0000000751000000)
    AC 0 O TS 0 PTAMS 0x0000000752000000 NTAMS 0x0000000752000000 space 16384K, 100% used [0x0000000751000000, 0x0000000752000000)
    AC 0 O CS TS 0 PTAMS 0x0000000753000000 NTAMS 0x0000000753000000 space 16384K, 100% used [0x0000000752000000, 0x0000000753000000)
    AC 0 E CS TS 0 PTAMS 0x0000000753000000 NTAMS 0x0000000753000000 space 16384K, 100% used [0x0000000753000000, 0x0000000754000000)
    AC 0 E CS TS 1 PTAMS 0x0000000754000000 NTAMS 0x0000000754000000 space 16384K, 100% used [0x0000000754000000, 0x0000000755000000)

    Card table byte_map: [0x0000000013000000,0x0000000013600000] byte_map_base: 0x000000000f800000

    Marking Bits (Prev, Next): (CMBitMap*) 0x00000000020f8fd8, (CMBitMap*) 0x00000000020f9030
    Prev Bits: [0x0000000013c00000, 0x0000000016c00000)
    Next Bits: [0x0000000016c00000, 0x0000000019c00000)

    Polling page: 0x0000000000340000

    CodeCache: size=245760Kb used=38400Kb max_used=39111Kb free=207359Kb
    bounds [0x0000000002740000, 0x0000000004db0000, 0x0000000011740000]
    total_blobs=10813 nmethods=9789 adapters=935
    compilation: enabled

    Compilation events (10 events):
    Event: 48.024 Thread 0x0000000019dfa800 14172 3 net.minecraft.item.ItemStack::<init> (46 bytes)
    Event: 48.024 Thread 0x0000000019dfa800 nmethod 14172 0x000000000430edd0 code [0x000000000430ef60, 0x000000000430f378]
    Event: 48.036 Thread 0x0000000019dfa800 14174 3 org.objectweb.asm.ClassWriter::a (387 bytes)
    Event: 48.037 Thread 0x0000000019dfa800 nmethod 14174 0x000000000430fe50 code [0x0000000004310140, 0x00000000043117e8]
    Event: 48.037 Thread 0x0000000019dfa800 14173 3 org.objectweb.asm.MethodWriter::visitInvokeDynamicInsn (160 bytes)
    Event: 48.037 Thread 0x0000000019dfa800 nmethod 14173 0x00000000036dd690 code [0x00000000036dd840, 0x00000000036dddc8]
    Event: 48.037 Thread 0x0000000019dfa800 14175 3 org.objectweb.asm.ClassWriter::newHandle (15 bytes)
    Event: 48.037 Thread 0x0000000019dfa800 nmethod 14175 0x0000000003a6e450 code [0x0000000003a6e5c0, 0x0000000003a6e7c8]
    Event: 48.043 Thread 0x0000000019dfa800 14176 3 org.objectweb.asm.ClassWriter::a (71 bytes)
    Event: 48.043 Thread 0x0000000019dfa800 nmethod 14176 0x0000000004797010 code [0x00000000047971e0, 0x00000000047977f8]

    GC Heap History (10 events):
    Event: 45.053 GC heap after
    Heap after GC invocations=110 (full 0):
    garbage-first heap total 1392640K, used 1037809K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 2 young (32768K), 2 survivors (32768K)
    Metaspace used 82683K, capacity 84320K, committed 84696K, reserved 1122304K
    class space used 12232K, capacity 12696K, committed 12760K, reserved 1048576K
    }
    Event: 46.307 GC heap before
    {Heap before GC invocations=110 (full 0):
    garbage-first heap total 1392640K, used 1283569K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 2 survivors (32768K)
    Metaspace used 83022K, capacity 84706K, committed 85080K, reserved 1122304K
    class space used 12301K, capacity 12773K, committed 12888K, reserved 1048576K
    Event: 46.342 GC heap after
    Heap after GC invocations=111 (full 0):
    garbage-first heap total 1392640K, used 1057508K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 83022K, capacity 84706K, committed 85080K, reserved 1122304K
    class space used 12301K, capacity 12773K, committed 12888K, reserved 1048576K
    }
    Event: 46.651 GC heap before
    {Heap before GC invocations=112 (full 0):
    garbage-first heap total 1392640K, used 1271523K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 3 survivors (49152K)
    Metaspace used 83095K, capacity 84812K, committed 85080K, reserved 1122304K
    class space used 12308K, capacity 12778K, committed 12888K, reserved 1048576K
    Event: 46.670 GC heap after
    Heap after GC invocations=113 (full 0):
    garbage-first heap total 1392640K, used 1067008K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 83095K, capacity 84812K, committed 85080K, reserved 1122304K
    class space used 12308K, capacity 12778K, committed 12888K, reserved 1048576K
    }
    Event: 46.843 GC heap before
    {Heap before GC invocations=113 (full 0):
    garbage-first heap total 1392640K, used 1296384K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 3 survivors (49152K)
    Metaspace used 83123K, capacity 84832K, committed 85080K, reserved 1122304K
    class space used 12311K, capacity 12780K, committed 12888K, reserved 1048576K
    Event: 46.873 GC heap after
    Heap after GC invocations=114 (full 0):
    garbage-first heap total 1392640K, used 935112K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 2 young (32768K), 2 survivors (32768K)
    Metaspace used 83123K, capacity 84832K, committed 85080K, reserved 1122304K
    class space used 12311K, capacity 12780K, committed 12888K, reserved 1048576K
    }
    Event: 47.392 GC heap before
    {Heap before GC invocations=114 (full 0):
    garbage-first heap total 1392640K, used 1180872K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 2 survivors (32768K)
    Metaspace used 83815K, capacity 85612K, committed 85976K, reserved 1122304K
    class space used 12396K, capacity 12900K, committed 13016K, reserved 1048576K
    Event: 47.434 GC heap after
    Heap after GC invocations=115 (full 0):
    garbage-first heap total 1392640K, used 927266K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 83815K, capacity 85612K, committed 85976K, reserved 1122304K
    class space used 12396K, capacity 12900K, committed 13016K, reserved 1048576K
    }
    Event: 48.070 GC heap before
    {Heap before GC invocations=115 (full 0):
    garbage-first heap total 1392640K, used 1156642K [0x0000000700000000, 0x00000007010002a8, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 3 survivors (49152K)
    Metaspace used 85591K, capacity 87386K, committed 87768K, reserved 1124352K
    class space used 12653K, capacity 13176K, committed 13272K, reserved 1048576K

    Deoptimization events (10 events):
    Event: 47.758 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d99520 method=org.objectweb.asm.tree.IntInsnNode.accept(Lorg/objectweb/asm/MethodVisitor;)V @ 9
    Event: 47.758 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d99520 method=org.objectweb.asm.tree.IntInsnNode.accept(Lorg/objectweb/asm/MethodVisitor;)V @ 9
    Event: 47.774 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003733e4c method=java.util.stream.ReduceOps$3ReducingSink.accept(Ljava/lang/Object;)V @ 9
    Event: 47.787 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003733e4c method=java.util.stream.ReduceOps$3ReducingSink.accept(Ljava/lang/Object;)V @ 9
    Event: 47.792 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003733e4c method=java.util.stream.ReduceOps$3ReducingSink.accept(Ljava/lang/Object;)V @ 9
    Event: 47.801 Thread 0x000000000219f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003acbbbc method=com.google.common.base.CharMatcher.removeFrom(Ljava/lang/CharSequence;)Ljava/lang/String; @ 15
    Event: 47.962 Thread 0x000000000219f000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000004d22be0 method=java.util.stream.ReferencePipeline.forEachWithCancel(Ljava/util/Spliterator;Ljava/util/stream/Sink;)V @ 9
    Event: 48.000 Thread 0x000000000219f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003538c68 method=net.minecraft.item.ItemStack.<init>(Lnet/minecraft/item/Item;IILnet/minecraft/nbt/NBTTagCompound;)V @ 29
    Event: 48.044 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000034ab644 method=gnu.trove.impl.hash.THash.postInsertHook(Z)V @ 51
    Event: 48.044 Thread 0x000000000219f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000034ab644 method=gnu.trove.impl.hash.THash.postInsertHook(Z)V @ 51

    Internal exceptions (10 events):
    Event: 47.893 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x00000007461aae28) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.893 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x00000007461b9e60) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.894 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x00000007461fa518) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.894 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x0000000746209618) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.895 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x0000000746235a20) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.895 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x00000007462434c0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.896 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x000000074626fea0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.896 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x000000074627e538) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.896 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x00000007462ad9a8) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]
    Event: 47.897 Thread 0x000000000219f000 Exception <a ‘java/io/IOException’> (0x00000007462bd558) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjni.cpp, line 709]

    Events (10 events):
    Event: 48.065 loading class tk/nukeduck/hud/element/text/ExtraGuiElementBiome done
    Event: 48.065 loading class tk/nukeduck/hud/element/text/ExtraGuiElementText
    Event: 48.065 loading class tk/nukeduck/hud/element/text/ExtraGuiElementText done
    Event: 48.067 loading class tk/nukeduck/hud/element/ExtraGuiElementBlockViewer
    Event: 48.067 loading class tk/nukeduck/hud/element/ExtraGuiElementBlockViewer done
    Event: 48.068 loading class tk/nukeduck/hud/element/particles/ExtraGuiElementBlood
    Event: 48.068 loading class tk/nukeduck/hud/element/particles/ExtraGuiElementBlood done
    Event: 48.069 loading class tk/nukeduck/hud/element/ExtraGuiElementClock
    Event: 48.069 loading class tk/nukeduck/hud/element/ExtraGuiElementClock done
    Event: 48.070 Executing VM operation: G1IncCollectionPause

    Dynamic libraries:
    0x000000013f360000 — 0x000000013f397000 D:Minecraftruntimejre-x641.8.0_51binjavaw.exe
    0x0000000077290000 — 0x000000007742f000 C:WindowsSYSTEM32ntdll.dll
    0x0000000077070000 — 0x000000007718f000 C:Windowssystem32kernel32.dll
    0x000007fefcef0000 — 0x000007fefcf5a000 C:Windowssystem32KERNELBASE.dll
    0x000007fefde10000 — 0x000007fefdeeb000 C:Windowssystem32ADVAPI32.dll
    0x000007fefe440000 — 0x000007fefe4df000 C:Windowssystem32msvcrt.dll
    0x000007fefe420000 — 0x000007fefe43f000 C:WindowsSYSTEM32sechost.dll
    0x000007fefe690000 — 0x000007fefe7bd000 C:Windowssystem32RPCRT4.dll
    0x0000000077190000 — 0x000000007728a000 C:Windowssystem32USER32.dll
    0x000007fefd380000 — 0x000007fefd3e7000 C:Windowssystem32GDI32.dll
    0x000007fefd260000 — 0x000007fefd26e000 C:Windowssystem32LPK.dll
    0x000007fefdef0000 — 0x000007fefdfbb000 C:Windowssystem32USP10.dll
    0x000007fefb5c0000 — 0x000007fefb7b4000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757COMCTL32.dll
    0x000007fefe4e0000 — 0x000007fefe551000 C:Windowssystem32SHLWAPI.dll
    0x000007fefda70000 — 0x000007fefda9e000 C:Windowssystem32IMM32.DLL
    0x000007fefd270000 — 0x000007fefd379000 C:Windowssystem32MSCTF.dll
    0x000000005eb10000 — 0x000000005ebe2000 D:Minecraftruntimejre-x641.8.0_51binmsvcr100.dll
    0x0000000056ce0000 — 0x0000000057563000 D:Minecraftruntimejre-x641.8.0_51binserverjvm.dll
    0x000007fefaa10000 — 0x000007fefaa19000 C:Windowssystem32WSOCK32.dll
    0x000007fefe640000 — 0x000007fefe68d000 C:Windowssystem32WS2_32.dll
    0x000007fefde00000 — 0x000007fefde08000 C:Windowssystem32NSI.dll
    0x000007fefab40000 — 0x000007fefab7b000 C:Windowssystem32WINMM.dll
    0x000007fefc060000 — 0x000007fefc06c000 C:Windowssystem32VERSION.dll
    0x0000000077430000 — 0x0000000077437000 C:Windowssystem32PSAPI.DLL
    0x0000000069710000 — 0x000000006971f000 D:Minecraftruntimejre-x641.8.0_51binverify.dll
    0x0000000066cd0000 — 0x0000000066cf9000 D:Minecraftruntimejre-x641.8.0_51binjava.dll
    0x00000000696f0000 — 0x0000000069706000 D:Minecraftruntimejre-x641.8.0_51binzip.dll
    0x000007fefe7c0000 — 0x000007feff54a000 C:Windowssystem32SHELL32.dll
    0x000007fefd870000 — 0x000007fefda6d000 C:Windowssystem32ole32.dll
    0x000007fefce00000 — 0x000007fefce0f000 C:Windowssystem32profapi.dll
    0x0000000066cc0000 — 0x0000000066ccd000 D:Minecraftruntimejre-x641.8.0_51binmanagement.dll
    0x000007fefc5f0000 — 0x000007fefc608000 C:Windowssystem32CRYPTSP.dll
    0x000007fefc2f0000 — 0x000007fefc337000 C:Windowssystem32rsaenh.dll
    0x000007fefd1a0000 — 0x000007fefd1be000 C:Windowssystem32USERENV.dll
    0x000007fefcca0000 — 0x000007fefccaf000 C:Windowssystem32CRYPTBASE.dll
    0x000000005eaf0000 — 0x000000005eb0a000 D:Minecraftruntimejre-x641.8.0_51binnet.dll
    0x000007fefc590000 — 0x000007fefc5e5000 C:Windowssystem32mswsock.dll
    0x000007fefc580000 — 0x000007fefc587000 C:WindowsSystem32wship6.dll
    0x000007fefa130000 — 0x000007fefa157000 C:Windowssystem32IPHLPAPI.DLL
    0x000007fefa120000 — 0x000007fefa12b000 C:Windowssystem32WINNSI.DLL
    0x000007fef9f60000 — 0x000007fef9f71000 C:Windowssystem32dhcpcsvc6.DLL
    0x000007fef9f40000 — 0x000007fef9f58000 C:Windowssystem32dhcpcsvc.DLL
    0x000000005ead0000 — 0x000000005eae1000 D:Minecraftruntimejre-x641.8.0_51binnio.dll
    0x000007fefa960000 — 0x000007fefa96a000 C:UsersRaphAppDataLocalTempjansi-64-6822286167096941222.dll
    0x000007fefa160000 — 0x000007fefa175000 C:Windowssystem32NLAapi.dll
    0x000007fef54a0000 — 0x000007fef54b5000 C:Windowssystem32napinsp.dll
    0x000007fef5480000 — 0x000007fef5499000 C:Windowssystem32pnrpnsp.dll
    0x000007fefc410000 — 0x000007fefc46b000 C:Windowssystem32DNSAPI.dll
    0x000007fef50a0000 — 0x000007fef50ab000 C:WindowsSystem32winrnr.dll
    0x000007fefbd10000 — 0x000007fefbd17000 C:WindowsSystem32wshtcpip.dll
    0x000007fef5e10000 — 0x000007fef5e18000 C:Windowssystem32rasadhlp.dll
    0x000007fef9f90000 — 0x000007fef9fe3000 C:WindowsSystem32fwpuclnt.dll
    0x000000005ea70000 — 0x000000005ea87000 D:Minecraftruntimejre-x641.8.0_51binunpack.dll
    0x0000000180000000 — 0x0000000180053000 C:UsersRaphAppDataLocalTemp343b-349a-2551-0041lwjgl64.dll
    0x000007fee6d90000 — 0x000007fee6ead000 C:Windowssystem32OPENGL32.dll
    0x000007fef05c0000 — 0x000007fef05ed000 C:Windowssystem32GLU32.dll
    0x000007fee9c00000 — 0x000007fee9cf1000 C:Windowssystem32DDRAW.dll
    0x000007feed450000 — 0x000007feed458000 C:Windowssystem32DCIMAN32.dll
    0x000007fefdc20000 — 0x000007fefddf7000 C:Windowssystem32SETUPAPI.dll
    0x000007fefd150000 — 0x000007fefd186000 C:Windowssystem32CFGMGR32.dll
    0x000007fefe560000 — 0x000007fefe63a000 C:Windowssystem32OLEAUT32.dll
    0x000007fefd0d0000 — 0x000007fefd0ea000 C:Windowssystem32DEVOBJ.dll
    0x000007fefad30000 — 0x000007fefad48000 C:Windowssystem32dwmapi.dll
    0x00000000569a0000 — 0x0000000056b38000 D:Minecraftruntimejre-x641.8.0_51binawt.dll
    0x000007fefb150000 — 0x000007fefb1a6000 C:Windowssystem32uxtheme.dll
    0x0000000054300000 — 0x0000000056991000 C:Windowssystem32nvoglv64.DLL
    0x000007fefbe90000 — 0x000007fefbea1000 C:Windowssystem32WTSAPI32.dll
    0x000007fefc050000 — 0x000007fefc053000 C:Windowssystem32api-ms-win-core-synch-l1-2-0.DLL
    0x000007fefd0f0000 — 0x000007fefd12b000 C:Windowssystem32WINTRUST.dll
    0x000007fefcf60000 — 0x000007fefd0cd000 C:Windowssystem32CRYPT32.dll
    0x000007fefce10000 — 0x000007fefce1f000 C:Windowssystem32MSASN1.dll
    0x000007fefc020000 — 0x000007fefc04d000 C:Windowssystem32ntmarta.dll
    0x000007fefdbc0000 — 0x000007fefdc12000 C:Windowssystem32WLDAP32.dll
    0x000007feeb130000 — 0x000007feeb3b9000 C:Windowssystem32nvspcap64.dll
    0x000007fef8cb0000 — 0x000007fef8d4c000 C:Windowssystem32mscms.dll
    0x000007feecf90000 — 0x000007feecfd2000 C:Windowssystem32icm32.dll
    0x000007fefcc60000 — 0x000007fefcc9d000 C:Windowssystem32WINSTA.dll
    0x000007fee9f40000 — 0x000007fee9f82000 C:UsersRaphAppDataLocalTempjna-2539655jna3244025027465512779.dll
    0x000000005cf50000 — 0x000000005cf74000 D:Minecraftruntimejre-x641.8.0_51binsunec.dll
    0x0000000056c90000 — 0x0000000056cd7000 D:Minecraftruntimejre-x641.8.0_51binfontmanager.dll
    0x000007fef97a0000 — 0x000007fef999f000 C:Windowssystem32d3d9.dll
    0x000007fef9790000 — 0x000007fef9797000 C:Windowssystem32d3d8thk.dll
    0x000007fee7d30000 — 0x000007fee8f30000 C:Windowssystem32nvd3dumx.dll
    0x000007fefb390000 — 0x000007fefb3bc000 C:Windowssystem32powrprof.dll
    0x000007fefd6c0000 — 0x000007fefd6d9000 C:Windowssystem32imagehlp.dll
    0x000007fefc770000 — 0x000007fefc7c0000 C:Windowssystem32ncrypt.dll
    0x000007fefc740000 — 0x000007fefc762000 C:Windowssystem32bcrypt.dll
    0x000007fefc230000 — 0x000007fefc27c000 C:Windowssystem32bcryptprimitives.dll
    0x000007fefc0b0000 — 0x000007fefc0cb000 C:Windowssystem32GPAPI.dll
    0x000007fef9070000 — 0x000007fef9097000 C:Windowssystem32cryptnet.dll
    0x0000000056c40000 — 0x0000000056c82000 D:Minecraftruntimejre-x641.8.0_51bint2k.dll
    0x000000001fc70000 — 0x000000001fcd4000 C:UsersRaphAppDataLocalTemp343b-349a-2551-0041OpenAL64.dll
    0x000007fefd1c0000 — 0x000007fefd259000 C:Windowssystem32CLBCatQ.DLL
    0x000007fefb340000 — 0x000007fefb38b000 C:WindowsSystem32MMDevApi.dll
    0x000007fefb210000 — 0x000007fefb33c000 C:WindowsSystem32PROPSYS.dll
    0x000007fee6d00000 — 0x000007fee6d88000 C:Windowssystem32dsound.dll
    0x000007fefaab0000 — 0x000007fefaaff000 C:Windowssystem32AUDIOSES.DLL
    0x000007fef4550000 — 0x000007fef4675000 C:Windowssystem32dbghelp.dll

    VM Arguments:
    jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:UsersRaphAppDataLocalTemp343b-349a-2551-0041 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1432 -Dminecraft.client.jar=C:UsersRaphAppDataRoaming.minecraftversions1.12.21.12.2.jar -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    java_command: net.minecraft.launchwrapper.Launch —username TBiscuit1 —version 1.12.2-forge1.12.2-14.23.4.2705 —gameDir C:/UsersRaphAppDataRoaming.minecraft —assetsDir C:/UsersRaphAppDataRoaming.minecraft/assets —assetIndex 1.12 —uuid 1a23a27ab4ee4030ae227db432d6e44c —accessToken b3c979211cf04333a742f9f7be1b33bd —userType mojang —tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker —versionType Forge
    java_class_path (initial): C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.12.2-14.23.4.2705forge-1.12.2-14.23.4.2705.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftlaunchwrapper1.12launchwrapper-1.12.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgow2asmasm-all5.2asm-all-5.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesjlinejline2.13jline-2.13.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeakkaakka-actor_2.112.3.3akka-actor_2.11-2.3.3.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeconfig1.2.1config-1.2.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-actors-migration_2.111.1.0scala-actors-migration_2.11-1.1.0.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-compiler2.11.1scala-compiler-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-library_2.111.0.2scala-continuations-library_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-plugin_2.11.11.0.2scala-continuations-plugin_2.11.1-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-library2.11.1scala-library-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-parser-combinators_2.111.0.1scala-parser-combinators_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-reflect2.11.1scala-reflect-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-swing_2.111.0.1scala-swing_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-xml_2.111.0.2scala-xml_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrarieslzmalzma.0.1lzma-0.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT
    USERNAME=Raph
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

    ————— S Y S T E M —————

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

    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

    Memory: 4k page, physical 16461608k(11088688k free), swap 32921320k(26428200k free)

    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)

    time: Wed Sep 26 21:03:29 2018
    elapsed time: 48 seconds (0d 0h 0m 48s)

    I know I can post in https://paste.ubuntu.com/. But for one crash log I can post on a spoiler (I forgot it last time)


  • #16

    Sep 27, 2018

    I got a new error but the old one reapear


  • #17

    Sep 28, 2018

    Can some one help me?

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005ae17c21, pid=7932, tid=3056
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x3d7c21]
    #
    # 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
    #

    ————— T H R E A D —————

    Current thread (0x00000000021fc800): GCTaskThread [stack: 0x0000000012100000,0x0000000012200000] [id=3056]

    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000137

    Registers:
    RAX=0x000000000221de00, RBX=0x000000078e1216b0, RCX=0x0000000000000018, RDX=0x0000000000000000
    RSP=0x00000000121ff320, RBP=0x0000000000000031, RSI=0x00000000121ff8a0, RDI=0x0000000000020000
    R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x00000000f1c242e0, R11=0x0000000000020000
    R12=0xffffffffffffffff, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x000000000000000a
    RIP=0x000000005ae17c21, EFLAGS=0x0000000000010246

    Top of Stack: (sp=0x00000000121ff320)
    0x00000000121ff320: 000000078e1216b0 00000000121ff8a0
    0x00000000121ff330: 00000000121ff8a0 000000078e121680
    0x00000000121ff340: 00000007bd6ba438 000000005ab77f7d
    0x00000000121ff350: 00000007bd6ba3a1 0000000000000000
    0x00000000121ff360: 0000000000000000 00000000021e8ce0
    0x00000000121ff370: 00000000000077b4 00000000121ff8a0
    0x00000000121ff380: 00000007bd707894 000000002f11dd80
    0x00000000121ff390: 0000000000000000 000000005ae08361
    0x00000000121ff3a0: 0000000000000000 0000000700000002
    0x00000000121ff3b0: 0000000000000080 00000000246fb260
    0x00000000121ff3c0: 000000001d47f280 000000005ae18033
    0x00000000121ff3d0: 00000000021ff870 00000000021ff878
    0x00000000121ff3e0: 00000000121ff8a0 00000000121ff3d8
    0x00000000121ff3f0: 00000000121ff780 3f312f9661a00000
    0x00000000121ff400: 0000000000000000 0000000000000000
    0x00000000121ff410: 0000000000000000 0000000000000002

    Instructions: (pc=0x000000005ae17c21)
    0x000000005ae17c01: cb e8 09 e0 c4 ff 48 8b 06 48 8b d7 8b 88 90 01
    0x000000005ae17c11: 00 00 48 8b 80 80 01 00 00 48 d3 ea 4c 8b 24 d0
    0x000000005ae17c21: 41 8b 84 24 38 01 00 00 d1 e8 83 e0 01 74 79 44
    0x000000005ae17c31: 38 ac 24 80 00 00 00 74 1d 48 89 ac 24 80 00 00

    Register to memory mapping:

    RAX=0x000000000221de00 is an unknown value
    RBX=0x000000078e1216b0 is an oop
    [Ljava.util.HashMap$Node;
    — klass: ‘java/util/HashMap$Node'[]
    — length: 16
    RCX=0x0000000000000018 is an unknown value
    RDX=0x0000000000000000 is an unknown value
    RSP=0x00000000121ff320 is an unknown value
    RBP=0x0000000000000031 is an unknown value
    RSI=0x00000000121ff8a0 is an unknown value
    RDI=0x0000000000020000 is an unknown value
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000000000000 is an unknown value
    R10=0x00000000f1c242e0 is an unknown value
    R11=0x0000000000020000 is an unknown value
    R12=0xffffffffffffffff is an unknown value
    R13=0x0000000000000000 is an unknown value
    R14=0x0000000000000000 is an unknown value
    R15=0x000000000000000a is an unknown value

    Stack: [0x0000000012100000,0x0000000012200000], sp=0x00000000121ff320, free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x3d7c21]
    V [jvm.dll+0x3c8361]
    V [jvm.dll+0x3d8033]
    V [jvm.dll+0x3ccaa0]
    V [jvm.dll+0x27b060]
    V [jvm.dll+0x29846a]
    C [msvcr100.dll+0x21d9f]
    C [msvcr100.dll+0x21e3b]
    C [kernel32.dll+0x159cd]
    C [ntdll.dll+0x5385d]

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x000000002e6d0000 JavaThread «pool-10-thread-7» [_thread_blocked, id=7728, stack(0x0000000057760000,0x0000000057860000)]
    0x000000002e97a800 JavaThread «pool-10-thread-6» [_thread_blocked, id=7512, stack(0x000000005a700000,0x000000005a800000)]
    0x000000002e97b000 JavaThread «pool-10-thread-5» [_thread_blocked, id=4924, stack(0x00000000512a0000,0x00000000513a0000)]
    0x000000002e97c000 JavaThread «pool-10-thread-4» [_thread_blocked, id=5028, stack(0x00000000273b0000,0x00000000274b0000)]
    0x00000000211af000 JavaThread «pool-10-thread-3» [_thread_blocked, id=8036, stack(0x00000000575d0000,0x00000000576d0000)]
    0x0000000036503800 JavaThread «pool-10-thread-2» [_thread_blocked, id=7788, stack(0x0000000057440000,0x0000000057540000)]
    0x0000000036508000 JavaThread «pool-10-thread-1» [_thread_blocked, id=6440, stack(0x000000002ca70000,0x000000002cb70000)]
    0x0000000036505000 JavaThread «Cube I/O Thread #2» daemon [_thread_blocked, id=4480, stack(0x0000000057ed0000,0x0000000057fd0000)]
    0x0000000036504800 JavaThread «Column I/O Thread #1» daemon [_thread_blocked, id=2228, stack(0x0000000057c80000,0x0000000057d80000)]
    0x0000000036501800 JavaThread «File IO Thread» [_thread_blocked, id=4900, stack(0x000000003c550000,0x000000003c650000)]
    0x00000000351ac800 JavaThread «Chunk Batcher 3» daemon [_thread_blocked, id=1708, stack(0x000000003bbe0000,0x000000003bce0000)]
    0x000000002e6d5000 JavaThread «Chunk Batcher 2» daemon [_thread_blocked, id=6712, stack(0x000000002f820000,0x000000002f920000)]
    0x000000002e6d4800 JavaThread «Chunk Batcher 1» daemon [_thread_blocked, id=5916, stack(0x000000003aad0000,0x000000003abd0000)]
    0x000000002e6d3800 JavaThread «Chunk Batcher 0» daemon [_thread_blocked, id=3864, stack(0x0000000036de0000,0x0000000036ee0000)]
    0x000000002e6d3000 JavaThread «Netty Server IO #1» daemon [_thread_blocked, id=3384, stack(0x000000002a880000,0x000000002a980000)]
    0x000000002e6d2000 JavaThread «Netty Local Client IO #0» daemon [_thread_blocked, id=3552, stack(0x0000000036c50000,0x0000000036d50000)]
    0x000000002e6d1800 JavaThread «Netty Server IO #0» daemon [_thread_in_native, id=6872, stack(0x0000000039920000,0x0000000039a20000)]
    0x000000002e6d0800 JavaThread «pool-6-thread-1» [_thread_blocked, id=1364, stack(0x0000000032940000,0x0000000032a40000)]
    0x00000000211b2000 JavaThread «Server thread» [_thread_blocked, id=5260, stack(0x000000002f4c0000,0x000000002f5c0000)]
    0x00000000211b1000 JavaThread «Snooper Timer» daemon [_thread_blocked, id=4456, stack(0x0000000025760000,0x0000000025860000)]
    0x0000000020c23800 JavaThread «Narrator» daemon [_thread_blocked, id=7116, stack(0x0000000029460000,0x0000000029560000)]
    0x00000000211b4800 JavaThread «Thread-14» [_thread_blocked, id=3844, stack(0x0000000032b00000,0x0000000032c00000)]
    0x00000000211b3000 JavaThread «Thread-13» [_thread_blocked, id=4876, stack(0x0000000032340000,0x0000000032440000)]
    0x0000000020c24800 JavaThread «AWT-Windows» daemon [_thread_in_native, id=7576, stack(0x000000002ffb0000,0x00000000300b0000)]
    0x0000000020c20000 JavaThread «C&B Model Cache Cleanup» [_thread_blocked, id=6376, stack(0x0000000030120000,0x0000000030220000)]
    0x0000000020c20800 JavaThread «Ambience Player Thread» daemon [_thread_blocked, id=6600, stack(0x000000002bec0000,0x000000002bfc0000)]
    0x00000000213f6800 JavaThread «LWJGL Timer» daemon [_thread_blocked, id=8092, stack(0x000000002d030000,0x000000002d130000)]
    0x0000000023019800 JavaThread «Java2D Disposer» daemon [_thread_blocked, id=3332, stack(0x000000001fdc0000,0x000000001fec0000)]
    0x0000000021cba800 JavaThread «Timer hack thread» daemon [_thread_blocked, id=8156, stack(0x0000000021900000,0x0000000021a00000)]
    0x000000001f6d3800 JavaThread «Snooper Timer» daemon [_thread_blocked, id=1816, stack(0x0000000026bd0000,0x0000000026cd0000)]
    0x000000001c7f5000 JavaThread «Service Thread» daemon [_thread_blocked, id=5156, stack(0x000000001ddb0000,0x000000001deb0000)]
    0x000000001c7b7000 JavaThread «C1 CompilerThread2» daemon [_thread_blocked, id=956, stack(0x000000001e0c0000,0x000000001e1c0000)]
    0x000000001c7b4000 JavaThread «C2 CompilerThread1» daemon [_thread_blocked, id=5956, stack(0x000000001df10000,0x000000001e010000)]
    0x000000001a0fd000 JavaThread «C2 CompilerThread0» daemon [_thread_blocked, id=4476, stack(0x000000001dc40000,0x000000001dd40000)]
    0x000000001a0fc000 JavaThread «Attach Listener» daemon [_thread_blocked, id=5808, stack(0x000000001da90000,0x000000001db90000)]
    0x000000001a0f7000 JavaThread «Signal Dispatcher» daemon [_thread_blocked, id=5844, stack(0x000000001d620000,0x000000001d720000)]
    0x000000001a0f6000 JavaThread «Surrogate Locker Thread (Concurrent GC)» daemon [_thread_blocked, id=4416, stack(0x000000001d920000,0x000000001da20000)]
    0x000000001a0d8000 JavaThread «Finalizer» daemon [_thread_blocked, id=6344, stack(0x000000001d730000,0x000000001d830000)]
    0x000000001a0d1800 JavaThread «Reference Handler» daemon [_thread_blocked, id=1204, stack(0x000000001d490000,0x000000001d590000)]
    0x000000000028f000 JavaThread «Client thread» [_thread_blocked, id=7940, stack(0x0000000002540000,0x0000000002640000)]

    Other Threads:
    0x000000001a0d0800 VMThread [stack: 0x000000001d380000,0x000000001d480000] [id=7852]
    0x000000001c7f9000 WatcherThread [stack: 0x000000001e2f0000,0x000000001e3f0000] [id=8052]

    =>0x00000000021fc800 (exited) GCTaskThread [stack: 0x0000000012100000,0x0000000012200000] [id=3056]

    VM state:at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00000000021d9280] Threads_lock — owner thread: 0x000000001a0d0800
    [0x00000000021d9780] Heap_lock — owner thread: 0x000000000028f000

    Heap:
    garbage-first heap total 3145728K, used 1727025K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 3 survivors (49152K)
    Metaspace used 110877K, capacity 113901K, committed 114688K, reserved 1148928K
    class space used 15089K, capacity 15747K, committed 15872K, reserved 1048576K

    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)
    AC 0 O TS 0 PTAMS 0x0000000701000000 NTAMS 0x0000000701000000 space 16384K, 100% used [0x0000000700000000, 0x0000000701000000)
    AC 0 O TS 0 PTAMS 0x0000000701ffffe8 NTAMS 0x0000000701ffffe8 space 16384K, 99% used [0x0000000701000000, 0x0000000702000000)
    AC 0 O TS 0 PTAMS 0x0000000702ffffe0 NTAMS 0x0000000702ffffe0 space 16384K, 99% used [0x0000000702000000, 0x0000000703000000)
    AC 0 O TS 0 PTAMS 0x0000000703ffffe0 NTAMS 0x0000000703ffffe0 space 16384K, 99% used [0x0000000703000000, 0x0000000704000000)
    AC 0 O TS 0 PTAMS 0x0000000704fffeb8 NTAMS 0x0000000704fffeb8 space 16384K, 99% used [0x0000000704000000, 0x0000000705000000)
    AC 0 HS TS 0 PTAMS 0x0000000705a00010 NTAMS 0x0000000705a00010 space 16384K, 62% used [0x0000000705000000, 0x0000000706000000)
    AC 0 O TS 0 PTAMS 0x0000000706ffffd0 NTAMS 0x0000000706ffffd0 space 16384K, 99% used [0x0000000706000000, 0x0000000707000000)
    AC 0 O TS 0 PTAMS 0x0000000707ffffe8 NTAMS 0x0000000707ffffe8 space 16384K, 99% used [0x0000000707000000, 0x0000000708000000)
    AC 0 O TS 0 PTAMS 0x0000000708fffff0 NTAMS 0x0000000708fffff0 space 16384K, 99% used [0x0000000708000000, 0x0000000709000000)
    AC 0 O TS 0 PTAMS 0x000000070a000000 NTAMS 0x000000070a000000 space 16384K, 100% used [0x0000000709000000, 0x000000070a000000)
    AC 0 O TS 0 PTAMS 0x000000070afffff0 NTAMS 0x000000070afffff0 space 16384K, 99% used [0x000000070a000000, 0x000000070b000000)
    AC 0 O TS 0 PTAMS 0x000000070bfff908 NTAMS 0x000000070bfff908 space 16384K, 99% used [0x000000070b000000, 0x000000070c000000)
    AC 0 O TS 0 PTAMS 0x000000070cfffff0 NTAMS 0x000000070cfffff0 space 16384K, 99% used [0x000000070c000000, 0x000000070d000000)
    AC 0 O TS 0 PTAMS 0x000000070dfffff8 NTAMS 0x000000070dfffff8 space 16384K, 99% used [0x000000070d000000, 0x000000070e000000)
    AC 0 O TS 0 PTAMS 0x000000070efffff0 NTAMS 0x000000070efffff0 space 16384K, 99% used [0x000000070e000000, 0x000000070f000000)
    AC 0 O TS 0 PTAMS 0x000000070fffe5d0 NTAMS 0x000000070fffe5d0 space 16384K, 99% used [0x000000070f000000, 0x0000000710000000)
    AC 0 O TS 0 PTAMS 0x0000000710fffff8 NTAMS 0x0000000710fffff8 space 16384K, 99% used [0x0000000710000000, 0x0000000711000000)
    AC 0 O TS 0 PTAMS 0x0000000711ffffe8 NTAMS 0x0000000711ffffe8 space 16384K, 99% used [0x0000000711000000, 0x0000000712000000)
    AC 0 O TS 0 PTAMS 0x0000000712fffd38 NTAMS 0x0000000712fffd38 space 16384K, 99% used [0x0000000712000000, 0x0000000713000000)
    AC 0 O TS 0 PTAMS 0x0000000713ffff80 NTAMS 0x0000000713ffff80 space 16384K, 99% used [0x0000000713000000, 0x0000000714000000)
    AC 0 O TS 0 PTAMS 0x0000000714ffffe8 NTAMS 0x0000000714ffffe8 space 16384K, 99% used [0x0000000714000000, 0x0000000715000000)
    AC 0 O TS 0 PTAMS 0x0000000715fffff8 NTAMS 0x0000000715fffff8 space 16384K, 99% used [0x0000000715000000, 0x0000000716000000)
    AC 0 O TS 0 PTAMS 0x0000000716fffff8 NTAMS 0x0000000716fffff8 space 16384K, 99% used [0x0000000716000000, 0x0000000717000000)
    AC 0 O TS 0 PTAMS 0x0000000717ffffe0 NTAMS 0x0000000717ffffe0 space 16384K, 99% used [0x0000000717000000, 0x0000000718000000)
    AC 0 O TS 0 PTAMS 0x0000000718ffffe8 NTAMS 0x0000000718ffffe8 space 16384K, 99% used [0x0000000718000000, 0x0000000719000000)
    AC 0 O TS 0 PTAMS 0x0000000719fff630 NTAMS 0x0000000719fff630 space 16384K, 99% used [0x0000000719000000, 0x000000071a000000)
    AC 0 O TS 0 PTAMS 0x000000071afffff8 NTAMS 0x000000071afffff8 space 16384K, 99% used [0x000000071a000000, 0x000000071b000000)
    AC 0 O TS 0 PTAMS 0x000000071bfffff8 NTAMS 0x000000071bfffff8 space 16384K, 99% used [0x000000071b000000, 0x000000071c000000)
    AC 0 O TS 0 PTAMS 0x000000071cfffff0 NTAMS 0x000000071cfffff0 space 16384K, 99% used [0x000000071c000000, 0x000000071d000000)
    AC 0 O TS 0 PTAMS 0x000000071dfff008 NTAMS 0x000000071dfff008 space 16384K, 99% used [0x000000071d000000, 0x000000071e000000)
    AC 0 O TS 0 PTAMS 0x000000071efffff8 NTAMS 0x000000071efffff8 space 16384K, 99% used [0x000000071e000000, 0x000000071f000000)
    AC 0 O TS 0 PTAMS 0x000000071ffffff8 NTAMS 0x000000071ffffff8 space 16384K, 99% used [0x000000071f000000, 0x0000000720000000)
    AC 0 O TS 0 PTAMS 0x0000000720fffff0 NTAMS 0x0000000720fffff0 space 16384K, 99% used [0x0000000720000000, 0x0000000721000000)
    AC 0 O TS 0 PTAMS 0x0000000721fffff0 NTAMS 0x0000000721fffff0 space 16384K, 99% used [0x0000000721000000, 0x0000000722000000)
    AC 0 O TS 0 PTAMS 0x0000000722fffff0 NTAMS 0x0000000722fffff0 space 16384K, 99% used [0x0000000722000000, 0x0000000723000000)
    AC 0 O TS 0 PTAMS 0x0000000723fffff0 NTAMS 0x0000000723fffff0 space 16384K, 99% used [0x0000000723000000, 0x0000000724000000)
    AC 0 O TS 0 PTAMS 0x0000000725000000 NTAMS 0x0000000725000000 space 16384K, 100% used [0x0000000724000000, 0x0000000725000000)
    AC 0 O TS 0 PTAMS 0x0000000725fffff8 NTAMS 0x0000000725fffff8 space 16384K, 99% used [0x0000000725000000, 0x0000000726000000)
    AC 0 O TS 0 PTAMS 0x0000000726ffff58 NTAMS 0x0000000726ffff58 space 16384K, 99% used [0x0000000726000000, 0x0000000727000000)
    AC 0 O TS 0 PTAMS 0x0000000727fffff8 NTAMS 0x0000000727fffff8 space 16384K, 99% used [0x0000000727000000, 0x0000000728000000)
    AC 0 O TS 0 PTAMS 0x0000000728fffff0 NTAMS 0x0000000728fffff0 space 16384K, 99% used [0x0000000728000000, 0x0000000729000000)
    AC 0 O TS 0 PTAMS 0x0000000729fffff0 NTAMS 0x0000000729fffff0 space 16384K, 99% used [0x0000000729000000, 0x000000072a000000)
    AC 0 O TS 0 PTAMS 0x000000072affffd0 NTAMS 0x000000072affffd0 space 16384K, 99% used [0x000000072a000000, 0x000000072b000000)
    AC 0 O TS 0 PTAMS 0x000000072bfffff8 NTAMS 0x000000072bfffff8 space 16384K, 99% used [0x000000072b000000, 0x000000072c000000)
    AC 0 O TS 0 PTAMS 0x000000072cfffff0 NTAMS 0x000000072cfffff0 space 16384K, 99% used [0x000000072c000000, 0x000000072d000000)
    AC 0 O TS 0 PTAMS 0x000000072dffff70 NTAMS 0x000000072dffff70 space 16384K, 99% used [0x000000072d000000, 0x000000072e000000)
    AC 0 O TS 0 PTAMS 0x000000072efffff0 NTAMS 0x000000072efffff0 space 16384K, 99% used [0x000000072e000000, 0x000000072f000000)
    AC 0 O TS 0 PTAMS 0x000000072fffff70 NTAMS 0x000000072fffff70 space 16384K, 99% used [0x000000072f000000, 0x0000000730000000)
    AC 0 O TS 0 PTAMS 0x0000000730fff5f8 NTAMS 0x0000000730fff5f8 space 16384K, 99% used [0x0000000730000000, 0x0000000731000000)
    AC 0 O TS 0 PTAMS 0x0000000731fffff0 NTAMS 0x0000000731fffff0 space 16384K, 99% used [0x0000000731000000, 0x0000000732000000)
    AC 0 O TS 0 PTAMS 0x0000000733000000 NTAMS 0x0000000733000000 space 16384K, 100% used [0x0000000732000000, 0x0000000733000000)
    AC 0 O TS 0 PTAMS 0x0000000733ffffa0 NTAMS 0x0000000733ffffa0 space 16384K, 99% used [0x0000000733000000, 0x0000000734000000)
    AC 0 O TS 0 PTAMS 0x0000000734fffff0 NTAMS 0x0000000734fffff0 space 16384K, 99% used [0x0000000734000000, 0x0000000735000000)
    AC 0 O TS 0 PTAMS 0x0000000735ffffe8 NTAMS 0x0000000735ffffe8 space 16384K, 99% used [0x0000000735000000, 0x0000000736000000)
    AC 0 O TS 0 PTAMS 0x0000000737000000 NTAMS 0x0000000737000000 space 16384K, 100% used [0x0000000736000000, 0x0000000737000000)
    AC 0 O TS 0 PTAMS 0x0000000738000000 NTAMS 0x0000000738000000 space 16384K, 100% used [0x0000000737000000, 0x0000000738000000)
    AC 0 O TS 0 PTAMS 0x0000000738fffff0 NTAMS 0x0000000738fffff0 space 16384K, 99% used [0x0000000738000000, 0x0000000739000000)
    AC 0 O TS 0 PTAMS 0x0000000739ffffe8 NTAMS 0x0000000739ffffe8 space 16384K, 99% used [0x0000000739000000, 0x000000073a000000)
    AC 0 O TS 0 PTAMS 0x000000073affffe8 NTAMS 0x000000073affffe8 space 16384K, 99% used [0x000000073a000000, 0x000000073b000000)
    AC 0 O TS 0 PTAMS 0x000000073bffff08 NTAMS 0x000000073bffff08 space 16384K, 99% used [0x000000073b000000, 0x000000073c000000)
    AC 0 O TS 0 PTAMS 0x000000073cffffd0 NTAMS 0x000000073cffffd0 space 16384K, 99% used [0x000000073c000000, 0x000000073d000000)
    AC 0 O TS 0 PTAMS 0x000000073dffffe8 NTAMS 0x000000073dffffe8 space 16384K, 99% used [0x000000073d000000, 0x000000073e000000)
    AC 0 O TS 0 PTAMS 0x000000073efffff0 NTAMS 0x000000073efffff0 space 16384K, 99% used [0x000000073e000000, 0x000000073f000000)
    AC 0 O TS 0 PTAMS 0x000000073ffffff8 NTAMS 0x000000073ffffff8 space 16384K, 99% used [0x000000073f000000, 0x0000000740000000)
    AC 0 O TS 0 PTAMS 0x0000000740ffffe8 NTAMS 0x0000000740ffffe8 space 16384K, 99% used [0x0000000740000000, 0x0000000741000000)
    AC 0 O TS 0 PTAMS 0x0000000742000000 NTAMS 0x0000000742000000 space 16384K, 100% used [0x0000000741000000, 0x0000000742000000)
    AC 0 O TS 0 PTAMS 0x0000000743000000 NTAMS 0x0000000743000000 space 16384K, 100% used [0x0000000742000000, 0x0000000743000000)
    AC 0 O TS 0 PTAMS 0x0000000743ffff08 NTAMS 0x0000000743ffff08 space 16384K, 99% used [0x0000000743000000, 0x0000000744000000)
    AC 0 O TS 0 PTAMS 0x0000000744fffff8 NTAMS 0x0000000744fffff8 space 16384K, 99% used [0x0000000744000000, 0x0000000745000000)
    AC 0 O TS 0 PTAMS 0x0000000745fffff8 NTAMS 0x0000000745fffff8 space 16384K, 99% used [0x0000000745000000, 0x0000000746000000)
    AC 0 O TS 0 PTAMS 0x0000000746f75590 NTAMS 0x0000000746f75590 space 16384K, 96% used [0x0000000746000000, 0x0000000747000000)
    AC 0 O TS 0 PTAMS 0x0000000747fffff0 NTAMS 0x0000000747fffff0 space 16384K, 99% used [0x0000000747000000, 0x0000000748000000)
    AC 0 O TS 0 PTAMS 0x0000000748fffed8 NTAMS 0x0000000748fffed8 space 16384K, 99% used [0x0000000748000000, 0x0000000749000000)
    AC 0 O TS 0 PTAMS 0x0000000749fffd68 NTAMS 0x0000000749fffd68 space 16384K, 99% used [0x0000000749000000, 0x000000074a000000)
    AC 0 O TS 0 PTAMS 0x000000074affffd8 NTAMS 0x000000074affffd8 space 16384K, 99% used [0x000000074a000000, 0x000000074b000000)
    AC 0 O TS 0 PTAMS 0x000000074bffff78 NTAMS 0x000000074bffff78 space 16384K, 99% used [0x000000074b000000, 0x000000074c000000)
    AC 0 O TS 0 PTAMS 0x000000074cfff8f8 NTAMS 0x000000074cfff8f8 space 16384K, 99% used [0x000000074c000000, 0x000000074d000000)
    AC 0 O TS 0 PTAMS 0x000000074e000000 NTAMS 0x000000074e000000 space 16384K, 100% used [0x000000074d000000, 0x000000074e000000)
    AC 0 O TS 0 PTAMS 0x000000074efff090 NTAMS 0x000000074efff090 space 16384K, 99% used [0x000000074e000000, 0x000000074f000000)
    AC 0 O TS 0 PTAMS 0x0000000750000000 NTAMS 0x0000000750000000 space 16384K, 100% used [0x000000074f000000, 0x0000000750000000)
    AC 0 O TS 0 PTAMS 0x0000000750ffff08 NTAMS 0x0000000750ffff08 space 16384K, 99% used [0x0000000750000000, 0x0000000751000000)
    AC 0 O TS 0 PTAMS 0x0000000751fff6e8 NTAMS 0x0000000751fff6e8 space 16384K, 99% used [0x0000000751000000, 0x0000000752000000)
    AC 0 O TS 0 PTAMS 0x0000000752ffffd8 NTAMS 0x0000000752ffffd8 space 16384K, 99% used [0x0000000752000000, 0x0000000753000000)
    AC 0 O TS 0 PTAMS 0x0000000753fff9f8 NTAMS 0x0000000753fff9f8 space 16384K, 99% used [0x0000000753000000, 0x0000000754000000)
    AC 0 O TS 0 PTAMS 0x0000000754fff810 NTAMS 0x0000000754fff810 space 16384K, 99% used [0x0000000754000000, 0x0000000755000000)
    AC 0 O TS 0 PTAMS 0x0000000755ffffd8 NTAMS 0x0000000755ffffd8 space 16384K, 99% used [0x0000000755000000, 0x0000000756000000)
    AC 0 O TS 0 PTAMS 0x0000000756fffca8 NTAMS 0x0000000756fffca8 space 16384K, 99% used [0x0000000756000000, 0x0000000757000000)
    AC 0 O TS 0 PTAMS 0x0000000757ffff98 NTAMS 0x0000000757ffff98 space 16384K, 99% used [0x0000000757000000, 0x0000000758000000)
    AC 0 O TS 0 PTAMS 0x0000000758fff0c8 NTAMS 0x0000000758fff0c8 space 16384K, 99% used [0x0000000758000000, 0x0000000759000000)
    AC 0 O TS 0 PTAMS 0x0000000759fff8e8 NTAMS 0x0000000759fff8e8 space 16384K, 99% used [0x0000000759000000, 0x000000075a000000)
    AC 0 O TS 0 PTAMS 0x000000075afff1f8 NTAMS 0x000000075afff1f8 space 16384K, 99% used [0x000000075a000000, 0x000000075b000000)
    AC 0 O TS 0 PTAMS 0x000000075bfffff0 NTAMS 0x000000075bfffff0 space 16384K, 99% used [0x000000075b000000, 0x000000075c000000)
    AC 0 O TS 0 PTAMS 0x000000075cfffef8 NTAMS 0x000000075cfffef8 space 16384K, 99% used [0x000000075c000000, 0x000000075d000000)
    AC 0 O TS 0 PTAMS 0x000000075dffffe0 NTAMS 0x000000075dffffe0 space 16384K, 99% used [0x000000075d000000, 0x000000075e000000)
    AC 0 O TS 0 PTAMS 0x000000075efffff8 NTAMS 0x000000075efffff8 space 16384K, 99% used [0x000000075e000000, 0x000000075f000000)
    AC 0 O TS 0 PTAMS 0x000000075ffffa68 NTAMS 0x000000075ffffa68 space 16384K, 99% used [0x000000075f000000, 0x0000000760000000)
    AC 0 O TS 0 PTAMS 0x0000000760fffd30 NTAMS 0x0000000760fffd30 space 16384K, 99% used [0x0000000760000000, 0x0000000761000000)
    AC 0 O TS 0 PTAMS 0x0000000761e67ad0 NTAMS 0x0000000761e67ad0 space 16384K, 90% used [0x0000000761000000, 0x0000000762000000)
    AC 0 O TS 0 PTAMS 0x00000007625abb90 NTAMS 0x00000007625abb90 space 16384K, 35% used [0x0000000762000000, 0x0000000763000000)
    AC 0 O TS 0 PTAMS 0x0000000764000000 NTAMS 0x0000000764000000 space 16384K, 100% used [0x0000000763000000, 0x0000000764000000)
    AC 0 O TS 0 PTAMS 0x0000000765000000 NTAMS 0x0000000765000000 space 16384K, 100% used [0x0000000764000000, 0x0000000765000000)
    AC 0 O TS 0 PTAMS 0x0000000766000000 NTAMS 0x0000000766000000 space 16384K, 100% used [0x0000000765000000, 0x0000000766000000)
    AC 0 O TS 3 PTAMS 0x0000000766981800 NTAMS 0x0000000767000000 space 16384K, 59% used [0x0000000766000000, 0x0000000767000000)
    AC 0 F TS 0 PTAMS 0x0000000767000000 NTAMS 0x0000000767000000 space 16384K, 0% used [0x0000000767000000, 0x0000000768000000)
    AC 0 F TS 0 PTAMS 0x0000000768000000 NTAMS 0x0000000768000000 space 16384K, 0% used [0x0000000768000000, 0x0000000769000000)
    AC 0 F TS 0 PTAMS 0x0000000769000000 NTAMS 0x0000000769000000 space 16384K, 0% used [0x0000000769000000, 0x000000076a000000)
    AC 0 F TS 0 PTAMS 0x000000076a000000 NTAMS 0x000000076a000000 space 16384K, 0% used [0x000000076a000000, 0x000000076b000000)
    AC 0 F TS 0 PTAMS 0x000000076b000000 NTAMS 0x000000076b000000 space 16384K, 0% used [0x000000076b000000, 0x000000076c000000)
    AC 0 F TS 0 PTAMS 0x000000076c000000 NTAMS 0x000000076c000000 space 16384K, 0% used [0x000000076c000000, 0x000000076d000000)
    AC 0 F TS 0 PTAMS 0x000000076d000000 NTAMS 0x000000076d000000 space 16384K, 0% used [0x000000076d000000, 0x000000076e000000)
    AC 0 F TS 0 PTAMS 0x000000076e000000 NTAMS 0x000000076e000000 space 16384K, 0% used [0x000000076e000000, 0x000000076f000000)
    AC 0 F TS 0 PTAMS 0x000000076f000000 NTAMS 0x000000076f000000 space 16384K, 0% used [0x000000076f000000, 0x0000000770000000)
    AC 0 F TS 0 PTAMS 0x0000000770000000 NTAMS 0x0000000770000000 space 16384K, 0% used [0x0000000770000000, 0x0000000771000000)
    AC 0 F TS 0 PTAMS 0x0000000771000000 NTAMS 0x0000000771000000 space 16384K, 0% used [0x0000000771000000, 0x0000000772000000)
    AC 0 F TS 0 PTAMS 0x0000000772000000 NTAMS 0x0000000772000000 space 16384K, 0% used [0x0000000772000000, 0x0000000773000000)
    AC 0 F TS 0 PTAMS 0x0000000773000000 NTAMS 0x0000000773000000 space 16384K, 0% used [0x0000000773000000, 0x0000000774000000)
    AC 0 F TS 0 PTAMS 0x0000000774000000 NTAMS 0x0000000774000000 space 16384K, 0% used [0x0000000774000000, 0x0000000775000000)
    AC 0 F TS 0 PTAMS 0x0000000775000000 NTAMS 0x0000000775000000 space 16384K, 0% used [0x0000000775000000, 0x0000000776000000)
    AC 0 F TS 0 PTAMS 0x0000000776000000 NTAMS 0x0000000776000000 space 16384K, 0% used [0x0000000776000000, 0x0000000777000000)
    AC 0 F TS 0 PTAMS 0x0000000777000000 NTAMS 0x0000000777000000 space 16384K, 0% used [0x0000000777000000, 0x0000000778000000)
    AC 0 F TS 0 PTAMS 0x0000000778000000 NTAMS 0x0000000778000000 space 16384K, 0% used [0x0000000778000000, 0x0000000779000000)
    AC 0 F TS 0 PTAMS 0x0000000779000000 NTAMS 0x0000000779000000 space 16384K, 0% used [0x0000000779000000, 0x000000077a000000)
    AC 0 F TS 0 PTAMS 0x000000077a000000 NTAMS 0x000000077a000000 space 16384K, 0% used [0x000000077a000000, 0x000000077b000000)
    AC 0 F TS 0 PTAMS 0x000000077b000000 NTAMS 0x000000077b000000 space 16384K, 0% used [0x000000077b000000, 0x000000077c000000)
    AC 0 F TS 0 PTAMS 0x000000077c000000 NTAMS 0x000000077c000000 space 16384K, 0% used [0x000000077c000000, 0x000000077d000000)
    AC 0 F TS 0 PTAMS 0x000000077d000000 NTAMS 0x000000077d000000 space 16384K, 0% used [0x000000077d000000, 0x000000077e000000)
    AC 0 F TS 0 PTAMS 0x000000077e000000 NTAMS 0x000000077e000000 space 16384K, 0% used [0x000000077e000000, 0x000000077f000000)
    AC 0 F TS 0 PTAMS 0x000000077f000000 NTAMS 0x000000077f000000 space 16384K, 0% used [0x000000077f000000, 0x0000000780000000)
    AC 0 F TS 0 PTAMS 0x0000000780000000 NTAMS 0x0000000780000000 space 16384K, 0% used [0x0000000780000000, 0x0000000781000000)
    AC 0 F TS 0 PTAMS 0x0000000781000000 NTAMS 0x0000000781000000 space 16384K, 0% used [0x0000000781000000, 0x0000000782000000)
    AC 0 F TS 0 PTAMS 0x0000000782000000 NTAMS 0x0000000782000000 space 16384K, 0% used [0x0000000782000000, 0x0000000783000000)
    AC 0 F TS 0 PTAMS 0x0000000783000000 NTAMS 0x0000000783000000 space 16384K, 0% used [0x0000000783000000, 0x0000000784000000)
    AC 0 F TS 0 PTAMS 0x0000000784000000 NTAMS 0x0000000784000000 space 16384K, 0% used [0x0000000784000000, 0x0000000785000000)
    AC 0 F TS 0 PTAMS 0x0000000785000000 NTAMS 0x0000000785000000 space 16384K, 0% used [0x0000000785000000, 0x0000000786000000)
    AC 0 F TS 0 PTAMS 0x0000000786000000 NTAMS 0x0000000786000000 space 16384K, 0% used [0x0000000786000000, 0x0000000787000000)
    AC 0 F TS 0 PTAMS 0x0000000787000000 NTAMS 0x0000000787000000 space 16384K, 0% used [0x0000000787000000, 0x0000000788000000)
    AC 0 F TS 0 PTAMS 0x0000000788000000 NTAMS 0x0000000788000000 space 16384K, 0% used [0x0000000788000000, 0x0000000789000000)
    AC 0 F TS 0 PTAMS 0x0000000789000000 NTAMS 0x0000000789000000 space 16384K, 0% used [0x0000000789000000, 0x000000078a000000)
    AC 0 F TS 0 PTAMS 0x000000078a000000 NTAMS 0x000000078a000000 space 16384K, 0% used [0x000000078a000000, 0x000000078b000000)
    AC 0 F TS 0 PTAMS 0x000000078b000000 NTAMS 0x000000078b000000 space 16384K, 0% used [0x000000078b000000, 0x000000078c000000)
    AC 0 F TS 0 PTAMS 0x000000078c000000 NTAMS 0x000000078c000000 space 16384K, 0% used [0x000000078c000000, 0x000000078d000000)
    AC 0 E CS TS 1 PTAMS 0x000000078d000000 NTAMS 0x000000078dd65d38 space 16384K, 83% used [0x000000078d000000, 0x000000078e000000)
    AC 0 E CS TS 1 PTAMS 0x000000078e000000 NTAMS 0x000000078f000000 space 16384K, 100% used [0x000000078e000000, 0x000000078f000000)
    AC 0 E CS TS 1 PTAMS 0x000000078f000000 NTAMS 0x0000000790000000 space 16384K, 100% used [0x000000078f000000, 0x0000000790000000)
    AC 0 F TS 0 PTAMS 0x0000000790000000 NTAMS 0x0000000790000000 space 16384K, 0% used [0x0000000790000000, 0x0000000791000000)
    AC 0 F TS 0 PTAMS 0x0000000791000000 NTAMS 0x0000000791000000 space 16384K, 0% used [0x0000000791000000, 0x0000000792000000)
    AC 0 F TS 0 PTAMS 0x0000000792000000 NTAMS 0x0000000792000000 space 16384K, 0% used [0x0000000792000000, 0x0000000793000000)
    AC 0 F TS 0 PTAMS 0x0000000793000000 NTAMS 0x0000000793000000 space 16384K, 0% used [0x0000000793000000, 0x0000000794000000)
    AC 0 F TS 0 PTAMS 0x0000000794000000 NTAMS 0x0000000794000000 space 16384K, 0% used [0x0000000794000000, 0x0000000795000000)
    AC 0 F TS 0 PTAMS 0x0000000795000000 NTAMS 0x0000000795000000 space 16384K, 0% used [0x0000000795000000, 0x0000000796000000)
    AC 0 F TS 0 PTAMS 0x0000000796000000 NTAMS 0x0000000796000000 space 16384K, 0% used [0x0000000796000000, 0x0000000797000000)
    AC 0 F TS 0 PTAMS 0x0000000797000000 NTAMS 0x0000000797000000 space 16384K, 0% used [0x0000000797000000, 0x0000000798000000)
    AC 0 F TS 0 PTAMS 0x0000000798000000 NTAMS 0x0000000798000000 space 16384K, 0% used [0x0000000798000000, 0x0000000799000000)
    AC 0 F TS 0 PTAMS 0x0000000799000000 NTAMS 0x0000000799000000 space 16384K, 0% used [0x0000000799000000, 0x000000079a000000)
    AC 0 F TS 0 PTAMS 0x000000079a000000 NTAMS 0x000000079a000000 space 16384K, 0% used [0x000000079a000000, 0x000000079b000000)
    AC 0 F TS 0 PTAMS 0x000000079b000000 NTAMS 0x000000079b000000 space 16384K, 0% used [0x000000079b000000, 0x000000079c000000)
    AC 0 F TS 0 PTAMS 0x000000079c000000 NTAMS 0x000000079c000000 space 16384K, 0% used [0x000000079c000000, 0x000000079d000000)
    AC 0 F TS 0 PTAMS 0x000000079d000000 NTAMS 0x000000079d000000 space 16384K, 0% used [0x000000079d000000, 0x000000079e000000)
    AC 0 F TS 0 PTAMS 0x000000079e000000 NTAMS 0x000000079e000000 space 16384K, 0% used [0x000000079e000000, 0x000000079f000000)
    AC 0 F TS 0 PTAMS 0x000000079f000000 NTAMS 0x000000079f000000 space 16384K, 0% used [0x000000079f000000, 0x00000007a0000000)
    AC 0 F TS 0 PTAMS 0x00000007a0000000 NTAMS 0x00000007a0000000 space 16384K, 0% used [0x00000007a0000000, 0x00000007a1000000)
    AC 0 F TS 0 PTAMS 0x00000007a1000000 NTAMS 0x00000007a1000000 space 16384K, 0% used [0x00000007a1000000, 0x00000007a2000000)
    AC 0 F TS 0 PTAMS 0x00000007a2000000 NTAMS 0x00000007a2000000 space 16384K, 0% used [0x00000007a2000000, 0x00000007a3000000)
    AC 0 F TS 0 PTAMS 0x00000007a3000000 NTAMS 0x00000007a3000000 space 16384K, 0% used [0x00000007a3000000, 0x00000007a4000000)
    AC 0 F TS 0 PTAMS 0x00000007a4000000 NTAMS 0x00000007a4000000 space 16384K, 0% used [0x00000007a4000000, 0x00000007a5000000)
    AC 0 F TS 0 PTAMS 0x00000007a5000000 NTAMS 0x00000007a5000000 space 16384K, 0% used [0x00000007a5000000, 0x00000007a6000000)
    AC 0 F TS 0 PTAMS 0x00000007a6000000 NTAMS 0x00000007a6000000 space 16384K, 0% used [0x00000007a6000000, 0x00000007a7000000)
    AC 0 F TS 0 PTAMS 0x00000007a7000000 NTAMS 0x00000007a7000000 space 16384K, 0% used [0x00000007a7000000, 0x00000007a8000000)
    AC 0 F TS 0 PTAMS 0x00000007a8000000 NTAMS 0x00000007a8000000 space 16384K, 0% used [0x00000007a8000000, 0x00000007a9000000)
    AC 0 F TS 0 PTAMS 0x00000007a9000000 NTAMS 0x00000007a9000000 space 16384K, 0% used [0x00000007a9000000, 0x00000007aa000000)
    AC 0 F TS 0 PTAMS 0x00000007aa000000 NTAMS 0x00000007aa000000 space 16384K, 0% used [0x00000007aa000000, 0x00000007ab000000)
    AC 0 F TS 0 PTAMS 0x00000007ab000000 NTAMS 0x00000007ab000000 space 16384K, 0% used [0x00000007ab000000, 0x00000007ac000000)
    AC 0 F TS 0 PTAMS 0x00000007ac000000 NTAMS 0x00000007ac000000 space 16384K, 0% used [0x00000007ac000000, 0x00000007ad000000)
    AC 0 F TS 0 PTAMS 0x00000007ad000000 NTAMS 0x00000007ad000000 space 16384K, 0% used [0x00000007ad000000, 0x00000007ae000000)
    AC 0 F TS 0 PTAMS 0x00000007ae000000 NTAMS 0x00000007ae000000 space 16384K, 0% used [0x00000007ae000000, 0x00000007af000000)
    AC 0 F TS 0 PTAMS 0x00000007af000000 NTAMS 0x00000007af000000 space 16384K, 0% used [0x00000007af000000, 0x00000007b0000000)
    AC 0 F TS 0 PTAMS 0x00000007b0000000 NTAMS 0x00000007b0000000 space 16384K, 0% used [0x00000007b0000000, 0x00000007b1000000)
    AC 0 F TS 0 PTAMS 0x00000007b1000000 NTAMS 0x00000007b1000000 space 16384K, 0% used [0x00000007b1000000, 0x00000007b2000000)
    AC 0 F TS 0 PTAMS 0x00000007b2000000 NTAMS 0x00000007b2000000 space 16384K, 0% used [0x00000007b2000000, 0x00000007b3000000)
    AC 0 F TS 0 PTAMS 0x00000007b3000000 NTAMS 0x00000007b3000000 space 16384K, 0% used [0x00000007b3000000, 0x00000007b4000000)
    AC 0 F TS 0 PTAMS 0x00000007b4000000 NTAMS 0x00000007b4000000 space 16384K, 0% used [0x00000007b4000000, 0x00000007b5000000)
    AC 0 F TS 0 PTAMS 0x00000007b5000000 NTAMS 0x00000007b5000000 space 16384K, 0% used [0x00000007b5000000, 0x00000007b6000000)
    AC 0 F TS 0 PTAMS 0x00000007b6000000 NTAMS 0x00000007b6000000 space 16384K, 0% used [0x00000007b6000000, 0x00000007b7000000)
    AC 0 F TS 0 PTAMS 0x00000007b7000000 NTAMS 0x00000007b7000000 space 16384K, 0% used [0x00000007b7000000, 0x00000007b8000000)
    AC 0 F TS 0 PTAMS 0x00000007b8000000 NTAMS 0x00000007b8000000 space 16384K, 0% used [0x00000007b8000000, 0x00000007b9000000)
    AC 0 F TS 0 PTAMS 0x00000007b9000000 NTAMS 0x00000007b9000000 space 16384K, 0% used [0x00000007b9000000, 0x00000007ba000000)
    AC 0 F TS 0 PTAMS 0x00000007ba000000 NTAMS 0x00000007ba000000 space 16384K, 0% used [0x00000007ba000000, 0x00000007bb000000)
    AC 0 F TS 0 PTAMS 0x00000007bb000000 NTAMS 0x00000007bb000000 space 16384K, 0% used [0x00000007bb000000, 0x00000007bc000000)
    AC 0 S TS 3 PTAMS 0x00000007bc000000 NTAMS 0x00000007bc000000 space 16384K, 78% used [0x00000007bc000000, 0x00000007bd000000)
    AC 0 S TS 3 PTAMS 0x00000007bd000000 NTAMS 0x00000007bd000000 space 16384K, 100% used [0x00000007bd000000, 0x00000007be000000)
    AC 0 E CS TS 0 PTAMS 0x00000007be000000 NTAMS 0x00000007be2279a0 space 16384K, 13% used [0x00000007be000000, 0x00000007bf000000)
    AC 0 E CS TS 0 PTAMS 0x00000007bf000000 NTAMS 0x00000007c0000000 space 16384K, 100% used [0x00000007bf000000, 0x00000007c0000000)

    Card table byte_map: [0x0000000013300000,0x0000000013900000] byte_map_base: 0x000000000fb00000

    Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002223f50, (CMBitMap*) 0x0000000002223ef8
    Prev Bits: [0x0000000016f00000, 0x0000000019f00000)
    Next Bits: [0x0000000013f00000, 0x0000000016f00000)

    Polling page: 0x0000000000230000

    CodeCache: size=245760Kb used=84622Kb max_used=86166Kb free=161137Kb
    bounds [0x0000000002910000, 0x0000000007dd0000, 0x0000000011910000]
    total_blobs=20994 nmethods=19773 adapters=1127
    compilation: enabled

    Compilation events (10 events):
    Event: 262.347 Thread 0x000000001c7b7000 32369 3 net.minecraft.client.renderer.RenderGlobal::func_72731_b (199 bytes)
    Event: 262.349 Thread 0x000000001c7b7000 nmethod 32369 0x00000000049dded0 code [0x00000000049de3a0, 0x00000000049e06f8]
    Event: 262.349 Thread 0x000000001c7b7000 32370 3 mod.chiselsandbits.core.ClientSide::drawLast (448 bytes)
    Event: 262.351 Thread 0x000000001c7b7000 nmethod 32370 0x0000000006eb0fd0 code [0x0000000006eb14a0, 0x0000000006eb4278]
    Event: 262.351 Thread 0x000000001c7b7000 32371 3 mod.chiselsandbits.helpers.ModUtil::isHoldingChiseledBlock (23 bytes)
    Event: 262.351 Thread 0x000000001c7b7000 nmethod 32371 0x0000000006503250 code [0x0000000006503400, 0x0000000006503b78]
    Event: 262.390 Thread 0x000000001a0fd000 32377 4 gnu.trove.map.hash.TIntObjectHashMap::get (21 bytes)
    Event: 262.393 Thread 0x000000001a0fd000 nmethod 32377 0x0000000005d81d50 code [0x0000000005d81ea0, 0x0000000005d82198]
    Event: 262.404 Thread 0x000000001a0fd000 32378 4 tk.nukeduck.hud.element.particles.GuiParticleManager::update (43 bytes)
    Event: 262.414 Thread 0x000000001a0fd000 nmethod 32378 0x00000000069cca50 code [0x00000000069ccc00, 0x00000000069cd5b8]

    GC Heap History (10 events):
    Event: 247.130 GC heap after
    Heap after GC invocations=169 (full 3):
    garbage-first heap total 3145728K, used 1701719K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 110747K, capacity 113709K, committed 114432K, reserved 1148928K
    class space used 15071K, capacity 15709K, committed 15872K, reserved 1048576K
    }
    Event: 250.904 GC heap before
    {Heap before GC invocations=170 (full 3):
    garbage-first heap total 3145728K, used 2422615K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 47 young (770048K), 3 survivors (49152K)
    Metaspace used 110776K, capacity 113709K, committed 114432K, reserved 1148928K
    class space used 15075K, capacity 15709K, committed 15872K, reserved 1048576K
    Event: 250.927 GC heap after
    Heap after GC invocations=171 (full 3):
    garbage-first heap total 3145728K, used 1700334K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 110776K, capacity 113709K, committed 114432K, reserved 1148928K
    class space used 15075K, capacity 15709K, committed 15872K, reserved 1048576K
    }
    Event: 256.146 GC heap before
    {Heap before GC invocations=171 (full 3):
    garbage-first heap total 3145728K, used 2421230K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 47 young (770048K), 3 survivors (49152K)
    Metaspace used 110831K, capacity 113837K, committed 114432K, reserved 1148928K
    class space used 15084K, capacity 15747K, committed 15872K, reserved 1048576K
    Event: 256.167 GC heap after
    Heap after GC invocations=172 (full 3):
    garbage-first heap total 3145728K, used 1699667K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 110831K, capacity 113837K, committed 114432K, reserved 1148928K
    class space used 15084K, capacity 15747K, committed 15872K, reserved 1048576K
    }
    Event: 259.463 GC heap before
    {Heap before GC invocations=172 (full 3):
    garbage-first heap total 3145728K, used 2174803K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 33 young (540672K), 3 survivors (49152K)
    Metaspace used 110837K, capacity 113837K, committed 114432K, reserved 1148928K
    class space used 15084K, capacity 15747K, committed 15872K, reserved 1048576K
    Event: 259.486 GC heap after
    Heap after GC invocations=173 (full 3):
    garbage-first heap total 3145728K, used 1693787K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 2 young (32768K), 2 survivors (32768K)
    Metaspace used 110837K, capacity 113837K, committed 114432K, reserved 1148928K
    class space used 15084K, capacity 15747K, committed 15872K, reserved 1048576K
    }
    Event: 262.480 GC heap before
    {Heap before GC invocations=174 (full 3):
    garbage-first heap total 3145728K, used 2480219K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 48 young (786432K), 2 survivors (32768K)
    Metaspace used 110877K, capacity 113901K, committed 114688K, reserved 1148928K
    class space used 15089K, capacity 15747K, committed 15872K, reserved 1048576K
    Event: 262.505 GC heap after
    Heap after GC invocations=175 (full 3):
    garbage-first heap total 3145728K, used 1708434K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 3 young (49152K), 3 survivors (49152K)
    Metaspace used 110877K, capacity 113901K, committed 114688K, reserved 1148928K
    class space used 15089K, capacity 15747K, committed 15872K, reserved 1048576K
    }
    Event: 262.524 GC heap before
    {Heap before GC invocations=175 (full 3):
    garbage-first heap total 3145728K, used 1724818K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 3 survivors (49152K)
    Metaspace used 110877K, capacity 113901K, committed 114688K, reserved 1148928K
    class space used 15089K, capacity 15747K, committed 15872K, reserved 1048576K

    Deoptimization events (10 events):
    Event: 260.900 Thread 0x00000000211b2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000006e2f140 method=io.netty.handler.codec.MessageToMessageCodec$1.encode(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V @ 7
    Event: 260.900 Thread 0x00000000211b2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000070e80dc method=io.netty.channel.DefaultChannelPipeline$HeadContext.write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V @ 6
    Event: 260.900 Thread 0x00000000211b2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000070d9f70 method=io.netty.channel.AbstractChannel$AbstractUnsafe.write(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V @ 32
    Event: 260.900 Thread 0x00000000211b2000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000722b3e8 method=io.netty.util.concurrent.DefaultPromise.notifyListeners()V @ 6
    Event: 260.911 Thread 0x000000002e6d2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000007423590 method=io.netty.handler.codec.MessageToMessageCodec$2.decode(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V @ 7
    Event: 260.954 Thread 0x000000000028f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000070a2ae8 method=org.millenaire.common.world.MillWorldData.getBuilding(Lorg/millenaire/common/utilities/Point;)Lorg/millenaire/common/village/Building; @ 8
    Event: 260.954 Thread 0x000000000028f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000007635480 method=org.millenaire.common.world.MillWorldData.rebuildVillagerList()V @ 336
    Event: 260.957 Thread 0x000000000028f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000079e3570 method=org.millenaire.common.entity.MillVillager.func_70071_h_()V @ 76
    Event: 261.020 Thread 0x00000000211b2000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000068c2b4c method=org.millenaire.common.world.MillWorldData.rebuildVillagerList()V @ 124
    Event: 261.814 Thread 0x000000000028f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000006e33190 method=net.minecraft.client.gui.GuiNewChat.func_146230_a(I)V @ 51

    Internal exceptions (10 events):
    Event: 262.338 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bbaf0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.359 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bbcf0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.371 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bbef0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.387 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bc0f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.409 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bc2f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.421 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bc4f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.438 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bc6f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.459 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bc8f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.471 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007959bcaf0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 262.521 Thread 0x00000000211b3000 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007be220190) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]

    Events (10 events):
    Event: 262.110 Executing VM operation: RevokeBias done
    Event: 262.156 Thread 0x0000000036503000 Thread added: 0x0000000036503000
    Event: 262.158 Thread 0x0000000036503000 Thread exited: 0x0000000036503000
    Event: 262.304 Thread 0x00000000211b2000 DEOPT PACKING pc=0x00000000055726d4 sp=0x000000002f5bdf40
    Event: 262.304 Thread 0x00000000211b2000 DEOPT UNPACKING pc=0x000000000295787f sp=0x000000002f5bdcb0 mode 0
    Event: 262.406 Thread 0x0000000036503000 Thread added: 0x0000000036503000
    Event: 262.407 Thread 0x0000000036503000 Thread exited: 0x0000000036503000
    Event: 262.480 Executing VM operation: G1IncCollectionPause
    Event: 262.505 Executing VM operation: G1IncCollectionPause done
    Event: 262.524 Executing VM operation: G1IncCollectionPause

    Dynamic libraries:
    0x000000013f7d0000 — 0x000000013f807000 D:Minecraftruntimejre-x641.8.0_51binjavaw.exe
    0x0000000077a70000 — 0x0000000077c0f000 C:WindowsSYSTEM32ntdll.dll
    0x0000000077850000 — 0x000000007796f000 C:Windowssystem32kernel32.dll
    0x000007fefd8e0000 — 0x000007fefd94a000 C:Windowssystem32KERNELBASE.dll
    0x000007fefda90000 — 0x000007fefdb6b000 C:Windowssystem32ADVAPI32.dll
    0x000007feff450000 — 0x000007feff4ef000 C:Windowssystem32msvcrt.dll
    0x000007feffcc0000 — 0x000007feffcdf000 C:WindowsSYSTEM32sechost.dll
    0x000007feff710000 — 0x000007feff83d000 C:Windowssystem32RPCRT4.dll
    0x0000000077970000 — 0x0000000077a6a000 C:Windowssystem32USER32.dll
    0x000007fefe3d0000 — 0x000007fefe437000 C:Windowssystem32GDI32.dll
    0x000007feff520000 — 0x000007feff52e000 C:Windowssystem32LPK.dll
    0x000007fefdea0000 — 0x000007fefdf6b000 C:Windowssystem32USP10.dll
    0x000007fefbd70000 — 0x000007fefbf64000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757COMCTL32.dll
    0x000007fefe640000 — 0x000007fefe6b1000 C:Windowssystem32SHLWAPI.dll
    0x000007feff4f0000 — 0x000007feff51e000 C:Windowssystem32IMM32.DLL
    0x000007feffb90000 — 0x000007feffc99000 C:Windowssystem32MSCTF.dll
    0x000000006d930000 — 0x000000006da02000 D:Minecraftruntimejre-x641.8.0_51binmsvcr100.dll
    0x000000005aa40000 — 0x000000005b2c3000 D:Minecraftruntimejre-x641.8.0_51binserverjvm.dll
    0x000007feedc70000 — 0x000007feedc79000 C:Windowssystem32WSOCK32.dll
    0x000007feffce0000 — 0x000007feffd2d000 C:Windowssystem32WS2_32.dll
    0x000007fefda80000 — 0x000007fefda88000 C:Windowssystem32NSI.dll
    0x000007fefb530000 — 0x000007fefb56b000 C:Windowssystem32WINMM.dll
    0x000007fefc840000 — 0x000007fefc84c000 C:Windowssystem32VERSION.dll
    0x0000000077c20000 — 0x0000000077c27000 C:Windowssystem32PSAPI.DLL
    0x0000000074ed0000 — 0x0000000074edf000 D:Minecraftruntimejre-x641.8.0_51binverify.dll
    0x000000006f6e0000 — 0x000000006f709000 D:Minecraftruntimejre-x641.8.0_51binjava.dll
    0x000000006f6c0000 — 0x000000006f6d6000 D:Minecraftruntimejre-x641.8.0_51binzip.dll
    0x000007fefe6c0000 — 0x000007feff44a000 C:Windowssystem32SHELL32.dll
    0x000007fefe440000 — 0x000007fefe63d000 C:Windowssystem32ole32.dll
    0x000007fefd5f0000 — 0x000007fefd5ff000 C:Windowssystem32profapi.dll
    0x0000000074ee0000 — 0x0000000074eed000 D:Minecraftruntimejre-x641.8.0_51binmanagement.dll
    0x000007fefcdd0000 — 0x000007fefcde8000 C:Windowssystem32CRYPTSP.dll
    0x000007fefcad0000 — 0x000007fefcb17000 C:Windowssystem32rsaenh.dll
    0x000007fefd600000 — 0x000007fefd61e000 C:Windowssystem32USERENV.dll
    0x000007fefd480000 — 0x000007fefd48f000 C:Windowssystem32CRYPTBASE.dll
    0x000000006f6a0000 — 0x000000006f6ba000 D:Minecraftruntimejre-x641.8.0_51binnet.dll
    0x000007fefcd70000 — 0x000007fefcdc5000 C:Windowssystem32mswsock.dll
    0x000007fefcd60000 — 0x000007fefcd67000 C:WindowsSystem32wship6.dll
    0x000007fefa930000 — 0x000007fefa957000 C:Windowssystem32IPHLPAPI.DLL
    0x000007fefa920000 — 0x000007fefa92b000 C:Windowssystem32WINNSI.DLL
    0x000007fefa740000 — 0x000007fefa751000 C:Windowssystem32dhcpcsvc6.DLL
    0x000007fefa720000 — 0x000007fefa738000 C:Windowssystem32dhcpcsvc.DLL
    0x000000006f680000 — 0x000000006f691000 D:Minecraftruntimejre-x641.8.0_51binnio.dll
    0x000007fefb270000 — 0x000007fefb27a000 C:UsersRaphAppDataLocalTempjansi-64-4116576201337855191.dll
    0x000007fefa900000 — 0x000007fefa915000 C:Windowssystem32NLAapi.dll
    0x000007fef5c20000 — 0x000007fef5c35000 C:Windowssystem32napinsp.dll
    0x000007fef5c00000 — 0x000007fef5c19000 C:Windowssystem32pnrpnsp.dll
    0x000007fefcbf0000 — 0x000007fefcc4b000 C:Windowssystem32DNSAPI.dll
    0x000007fef5bf0000 — 0x000007fef5bfb000 C:WindowsSystem32winrnr.dll
    0x000007fefc4f0000 — 0x000007fefc4f7000 C:WindowsSystem32wshtcpip.dll
    0x000007fef6a00000 — 0x000007fef6a08000 C:Windowssystem32rasadhlp.dll
    0x000007fefa830000 — 0x000007fefa883000 C:WindowsSystem32fwpuclnt.dll
    0x000000006f660000 — 0x000000006f677000 D:Minecraftruntimejre-x641.8.0_51binunpack.dll
    0x0000000180000000 — 0x0000000180053000 C:UsersRaphAppDataLocalTemp7ceb-0460-09a1-3551lwjgl64.dll
    0x000007feed3c0000 — 0x000007feed4dd000 C:Windowssystem32OPENGL32.dll
    0x000007fef28b0000 — 0x000007fef28dd000 C:Windowssystem32GLU32.dll
    0x000007feeacc0000 — 0x000007feeadb1000 C:Windowssystem32DDRAW.dll
    0x000007fef1140000 — 0x000007fef1148000 C:Windowssystem32DCIMAN32.dll
    0x000007feff530000 — 0x000007feff707000 C:Windowssystem32SETUPAPI.dll
    0x000007fefd950000 — 0x000007fefd986000 C:Windowssystem32CFGMGR32.dll
    0x000007fefd9a0000 — 0x000007fefda7a000 C:Windowssystem32OLEAUT32.dll
    0x000007fefd630000 — 0x000007fefd64a000 C:Windowssystem32DEVOBJ.dll
    0x000007fefb4d0000 — 0x000007fefb4e8000 C:Windowssystem32dwmapi.dll
    0x000000006d790000 — 0x000000006d928000 D:Minecraftruntimejre-x641.8.0_51binawt.dll
    0x000007fefb930000 — 0x000007fefb986000 C:Windowssystem32uxtheme.dll
    0x00000000513f0000 — 0x0000000053a81000 C:Windowssystem32nvoglv64.DLL
    0x000007fefc670000 — 0x000007fefc681000 C:Windowssystem32WTSAPI32.dll
    0x000007fefc830000 — 0x000007fefc833000 C:Windowssystem32api-ms-win-core-synch-l1-2-0.DLL
    0x000007fefd890000 — 0x000007fefd8cb000 C:Windowssystem32WINTRUST.dll
    0x000007fefd720000 — 0x000007fefd88d000 C:Windowssystem32CRYPT32.dll
    0x000007fefd5e0000 — 0x000007fefd5ef000 C:Windowssystem32MSASN1.dll
    0x000007fefc800000 — 0x000007fefc82d000 C:Windowssystem32ntmarta.dll
    0x000007fefdb70000 — 0x000007fefdbc2000 C:Windowssystem32WLDAP32.dll
    0x000007feebe90000 — 0x000007feec119000 C:Windowssystem32nvspcap64.dll
    0x000007fef9190000 — 0x000007fef922c000 C:Windowssystem32mscms.dll
    0x000007fef5530000 — 0x000007fef5572000 C:Windowssystem32icm32.dll
    0x000007fefd3e0000 — 0x000007fefd41d000 C:Windowssystem32WINSTA.dll
    0x000007fef1070000 — 0x000007fef10b2000 C:UsersRaphAppDataLocalTempjna-2539655jna5696262823503538602.dll
    0x000000006f630000 — 0x000000006f654000 D:Minecraftruntimejre-x641.8.0_51binsunec.dll
    0x000000006ec80000 — 0x000000006ecc7000 D:Minecraftruntimejre-x641.8.0_51binfontmanager.dll
    0x000007fef9f80000 — 0x000007fefa17f000 C:Windowssystem32d3d9.dll
    0x000007fef9f70000 — 0x000007fef9f77000 C:Windowssystem32d3d8thk.dll
    0x000007fee7880000 — 0x000007fee8a80000 C:Windowssystem32nvd3dumx.dll
    0x000007fefbc90000 — 0x000007fefbcbc000 C:Windowssystem32powrprof.dll
    0x000007feffca0000 — 0x000007feffcb9000 C:Windowssystem32imagehlp.dll
    0x000007fefcf50000 — 0x000007fefcfa0000 C:Windowssystem32ncrypt.dll
    0x000007fefcf20000 — 0x000007fefcf42000 C:Windowssystem32bcrypt.dll
    0x000007fefca10000 — 0x000007fefca5c000 C:Windowssystem32bcryptprimitives.dll
    0x000007fefc890000 — 0x000007fefc8ab000 C:Windowssystem32GPAPI.dll
    0x000007fef90d0000 — 0x000007fef90f7000 C:Windowssystem32cryptnet.dll
    0x000000006d740000 — 0x000000006d782000 D:Minecraftruntimejre-x641.8.0_51bint2k.dll
    0x000000001d590000 — 0x000000001d5f4000 C:UsersRaphAppDataLocalTemp7ceb-0460-09a1-3551OpenAL64.dll
    0x000007feff840000 — 0x000007feff8d9000 C:Windowssystem32CLBCatQ.DLL
    0x000007fefbb10000 — 0x000007fefbb5b000 C:WindowsSystem32MMDevApi.dll
    0x000007fefb9e0000 — 0x000007fefbb0c000 C:WindowsSystem32PROPSYS.dll
    0x000007feee1b0000 — 0x000007feee238000 C:Windowssystem32dsound.dll
    0x000007fefb440000 — 0x000007fefb48f000 C:Windowssystem32AUDIOSES.DLL
    0x000007fefb250000 — 0x000007fefb26a000 C:UsersRaphAppDataLocalTemp7ceb-0460-09a1-3551SAPIWrapper_x64.dll
    0x000007fef4ca0000 — 0x000007fef4dc5000 C:Windowssystem32dbghelp.dll

    VM Arguments:
    jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:UsersRaphAppDataLocalTemp7ceb-0460-09a1-3551 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1432 -Dminecraft.client.jar=C:UsersRaphAppDataRoaming.minecraftversions1.12.21.12.2.jar -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    java_command: net.minecraft.launchwrapper.Launch —username TBiscuit1 —version 1.12.2-forge1.12.2-14.23.4.2705 —gameDir C:/UsersRaphAppDataRoaming.minecraft —assetsDir C:/UsersRaphAppDataRoaming.minecraft/assets —assetIndex 1.12 —uuid 1a23a27ab4ee4030ae227db432d6e44c —accessToken b3c979211cf04333a742f9f7be1b33bd —userType mojang —tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker —versionType Forge
    java_class_path (initial): C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.12.2-14.23.4.2705forge-1.12.2-14.23.4.2705.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftlaunchwrapper1.12launchwrapper-1.12.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgow2asmasm-all5.2asm-all-5.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesjlinejline2.13jline-2.13.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeakkaakka-actor_2.112.3.3akka-actor_2.11-2.3.3.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeconfig1.2.1config-1.2.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-actors-migration_2.111.1.0scala-actors-migration_2.11-1.1.0.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-compiler2.11.1scala-compiler-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-library_2.111.0.2scala-continuations-library_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-plugin_2.11.11.0.2scala-continuations-plugin_2.11.1-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-library2.11.1scala-library-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-parser-combinators_2.111.0.1scala-parser-combinators_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-reflect2.11.1scala-reflect-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-swing_2.111.0.1scala-swing_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-xml_2.111.0.2scala-xml_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrarieslzmalzma.0.1lzma-0.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT
    USERNAME=Raph
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

    ————— S Y S T E M —————

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

    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

    Memory: 4k page, physical 16461608k(8579960k free), swap 32921320k(23726952k free)

    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)

    time: Thu Sep 27 17:00:06 2018
    elapsed time: 262 seconds (0d 0h 4m 22s)

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000000000603d784, pid=4872, tid=7196
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # J 22424 C2 net.minecraft.world.World.func_180495_p(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState; (60 bytes) @ 0x000000000603d784 [0x000000000603d660+0x124]
    #
    # 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
    #

    ————— T H R E A D —————

    Current thread (0x0000000020ba4800): JavaThread «Server thread» [_thread_in_Java, id=7196, stack(0x000000002f0a0000,0x000000002f1a0000)]

    siginfo: ExceptionCode=0xc000001d

    Registers:
    RAX=0x000000000000001b, RBX=0x0000000022b4eb58, RCX=0x00000000e0319f35, RDX=0x00000007b0705a68
    RSP=0x000000002f19dc40, RBP=0x00000007b0705568, RSI=0x00000000000000fb, RDI=0x0000000000000000
    R8 =0x000000003fffffff, R9 =0x00000007018cf9a8, R10=0x00000000c0000000, R11=0x00000000f805d0f3
    R12=0x0000000000000000, R13=0x00000007b0705308, R14=0x0000000707262348, R15=0x0000000020ba4800
    RIP=0x000000000603d784, EFLAGS=0x0000000000010206

    Top of Stack: (sp=0x000000002f19dc40)
    0x000000002f19dc40: 000000074b77c0e8 00000000f805d0f3
    0x000000002f19dc50: 00000007f805d0f3 00000007b0705568
    0x000000002f19dc60: 00000007018cf9a8 00000007f805d0f3
    0x000000002f19dc70: 00000007b0705458 0000000003578688
    0x000000002f19dc80: 00000007018d0fc0 000000000544c6b4
    0x000000002f19dc90: 00000007b0705458 0000000003a56254
    0x000000002f19dca0: 00000007b0705308 000000000676c9d8
    0x000000002f19dcb0: 00000007b0705458 e9c8ebf200000001
    0x000000002f19dcc0: 00000007b0705350 000000000693609c
    0x000000002f19dcd0: 00000007b0705308 e0319f3500000000
    0x000000002f19dce0: 00000007c02e8798 000000074b77c0e8
    0x000000002f19dcf0: 00000007018cf9a8 00000007b4183e30
    0x000000002f19dd00: 00000007e0319f35 00000007e0319f35
    0x000000002f19dd10: 00000007b0705308 00000007b0705568
    0x000000002f19dd20: 00000007018d0250 000000074b77c0e8
    0x000000002f19dd30: 00000007018d0fc0 00000007018d0250

    Instructions: (pc=0x000000000603d784)
    0x000000000603d764: 8d bc 08 00 00 41 81 fb 05 d2 05 f8 0f 85 04 04
    0x000000000603d774: 00 00 4c 8b 54 24 18 41 8b 42 20 81 f8 80 c3 c9
    0x000000000603d784: 01 0f 8d aa 08 00 00 4c 8b 14 24 45 8b 5a 08 41
    0x000000000603d794: 81 fb 82 29 05 f8 0f 85 6c 07 00 00 45 0f b6 5a

    Register to memory mapping:

    RAX=0x000000000000001b is an unknown value
    RBX={method} {0x0000000022b4eb60} ‘func_177952_p’ ‘()I’ in ‘net/minecraft/util/math/Vec3i’
    RCX=0x00000000e0319f35 is an unknown value
    RDX=
    [error occurred during error reporting (printing register info), id 0xc0000005]

    Stack: [0x000000002f0a0000,0x000000002f1a0000], sp=0x000000002f19dc40, free space=1015k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x000000000603d784

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x0000000025a4c800 JavaThread «pool-6-thread-1» [_thread_blocked, id=6480, stack(0x0000000058c50000,0x0000000058d50000)]
    0x0000000034bec800 JavaThread «pool-9-thread-1» [_thread_blocked, id=5508, stack(0x0000000058ae0000,0x0000000058be0000)]
    0x0000000034bec000 JavaThread «Chunk Batcher 3» daemon [_thread_blocked, id=5956, stack(0x0000000033850000,0x0000000033950000)]
    0x0000000034beb000 JavaThread «Chunk Batcher 2» daemon [_thread_blocked, id=7944, stack(0x0000000027920000,0x0000000027a20000)]
    0x0000000034bea800 JavaThread «Chunk Batcher 1» daemon [_thread_blocked, id=6756, stack(0x000000003b460000,0x000000003b560000)]
    0x0000000034be9800 JavaThread «Chunk Batcher 0» daemon [_thread_blocked, id=6636, stack(0x000000003b2c0000,0x000000003b3c0000)]
    0x0000000034be9000 JavaThread «Cube I/O Thread #2» daemon [_thread_blocked, id=7500, stack(0x000000003b120000,0x000000003b220000)]
    0x0000000034be8000 JavaThread «Column I/O Thread #1» daemon [_thread_blocked, id=4420, stack(0x000000003a390000,0x000000003a490000)]
    0x0000000025b89000 JavaThread «File IO Thread» [_thread_blocked, id=8116, stack(0x000000002ab30000,0x000000002ac30000)]
    0x0000000034be7800 JavaThread «Netty Server IO #1» daemon [_thread_in_native, id=220, stack(0x00000000329c0000,0x0000000032ac0000)]
    0x0000000034be6800 JavaThread «Netty Local Client IO #0» daemon [_thread_blocked, id=6884, stack(0x0000000029aa0000,0x0000000029ba0000)]
    0x0000000025b8d800 JavaThread «Netty Server IO #0» daemon [_thread_in_native, id=1364, stack(0x0000000030620000,0x0000000030720000)]
    =>0x0000000020ba4800 JavaThread «Server thread» [_thread_in_Java, id=7196, stack(0x000000002f0a0000,0x000000002f1a0000)]
    0x0000000020ba5000 JavaThread «Snooper Timer» daemon [_thread_blocked, id=3560, stack(0x0000000027f60000,0x0000000028060000)]
    0x0000000020ba0800 JavaThread «Narrator» daemon [_thread_blocked, id=7008, stack(0x0000000027a20000,0x0000000027b20000)]
    0x0000000026194800 JavaThread «Thread-14» [_thread_blocked, id=5264, stack(0x0000000033980000,0x0000000033a80000)]
    0x0000000026193800 JavaThread «Thread-13» [_thread_blocked, id=8028, stack(0x0000000033740000,0x0000000033840000)]
    0x0000000025c49000 JavaThread «AWT-Windows» daemon [_thread_in_native, id=7780, stack(0x0000000032870000,0x0000000032970000)]
    0x0000000026f4f800 JavaThread «C&B Model Cache Cleanup» [_thread_blocked, id=5224, stack(0x0000000031fb0000,0x00000000320b0000)]
    0x000000002078f000 JavaThread «Ambience Player Thread» daemon [_thread_in_Java, id=6416, stack(0x0000000030a60000,0x0000000030b60000)]
    0x000000001fcca000 JavaThread «LWJGL Timer» daemon [_thread_blocked, id=1920, stack(0x000000002e740000,0x000000002e840000)]
    0x0000000025407800 JavaThread «Java2D Disposer» daemon [_thread_blocked, id=6952, stack(0x0000000024480000,0x0000000024580000)]
    0x000000002628b000 JavaThread «Timer hack thread» daemon [_thread_blocked, id=6336, stack(0x0000000020190000,0x0000000020290000)]
    0x0000000022613000 JavaThread «Snooper Timer» daemon [_thread_blocked, id=5816, stack(0x0000000024360000,0x0000000024460000)]
    0x000000001c9c0000 JavaThread «Service Thread» daemon [_thread_blocked, id=7752, stack(0x000000001e240000,0x000000001e340000)]
    0x000000001c93d800 JavaThread «C1 CompilerThread2» daemon [_thread_blocked, id=7868, stack(0x000000001e020000,0x000000001e120000)]
    0x000000001c93d000 JavaThread «C2 CompilerThread1» daemon [_thread_blocked, id=3820, stack(0x000000001de40000,0x000000001df40000)]
    0x000000001c939000 JavaThread «C2 CompilerThread0» daemon [_thread_blocked, id=6776, stack(0x000000001dd30000,0x000000001de30000)]
    0x000000001c938000 JavaThread «Attach Listener» daemon [_thread_blocked, id=1816, stack(0x000000001d980000,0x000000001da80000)]
    0x000000001c933000 JavaThread «Signal Dispatcher» daemon [_thread_blocked, id=4712, stack(0x000000001db50000,0x000000001dc50000)]
    0x000000001a0d7000 JavaThread «Surrogate Locker Thread (Concurrent GC)» daemon [_thread_blocked, id=6440, stack(0x000000001d420000,0x000000001d520000)]
    0x000000001a0bb000 JavaThread «Finalizer» daemon [_thread_blocked, id=7824, stack(0x000000001d880000,0x000000001d980000)]
    0x000000001a0b4800 JavaThread «Reference Handler» daemon [_thread_blocked, id=3100, stack(0x000000001d720000,0x000000001d820000)]
    0x00000000022ff000 JavaThread «Client thread» [_thread_in_Java, id=1168, stack(0x00000000024c0000,0x00000000025c0000)]

    Other Threads:
    0x000000001a0b3800 VMThread [stack: 0x000000001d560000,0x000000001d660000] [id=7728]
    0x000000001c9ca800 WatcherThread [stack: 0x000000001ec60000,0x000000001ed60000] [id=4760]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap:
    garbage-first heap total 3145728K, used 1948356K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 22 young (360448K), 5 survivors (81920K)
    Metaspace used 110901K, capacity 114141K, committed 114176K, reserved 1146880K
    class space used 15131K, capacity 15859K, committed 15872K, reserved 1048576K

    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)
    AC 0 O TS 0 PTAMS 0x0000000700fffff8 NTAMS 0x0000000700fffff8 space 16384K, 99% used [0x0000000700000000, 0x0000000701000000)
    AC 0 O TS 0 PTAMS 0x0000000701fff720 NTAMS 0x0000000701fff720 space 16384K, 99% used [0x0000000701000000, 0x0000000702000000)
    AC 0 O TS 0 PTAMS 0x0000000702fffcf8 NTAMS 0x0000000702fffcf8 space 16384K, 99% used [0x0000000702000000, 0x0000000703000000)
    AC 0 O TS 0 PTAMS 0x0000000703ffd238 NTAMS 0x0000000703ffd238 space 16384K, 99% used [0x0000000703000000, 0x0000000704000000)
    AC 0 O TS 0 PTAMS 0x0000000704fffc50 NTAMS 0x0000000704fffc50 space 16384K, 99% used [0x0000000704000000, 0x0000000705000000)
    AC 0 HS TS 0 PTAMS 0x0000000705a00010 NTAMS 0x0000000705a00010 space 16384K, 62% used [0x0000000705000000, 0x0000000706000000)
    AC 0 O TS 0 PTAMS 0x0000000706ffffe8 NTAMS 0x0000000706ffffe8 space 16384K, 99% used [0x0000000706000000, 0x0000000707000000)
    AC 0 O TS 0 PTAMS 0x0000000708000000 NTAMS 0x0000000708000000 space 16384K, 100% used [0x0000000707000000, 0x0000000708000000)
    AC 0 O TS 0 PTAMS 0x0000000708fffff8 NTAMS 0x0000000708fffff8 space 16384K, 99% used [0x0000000708000000, 0x0000000709000000)
    AC 0 O TS 0 PTAMS 0x0000000709fffff0 NTAMS 0x0000000709fffff0 space 16384K, 99% used [0x0000000709000000, 0x000000070a000000)
    AC 0 O TS 0 PTAMS 0x000000070afffff8 NTAMS 0x000000070afffff8 space 16384K, 99% used [0x000000070a000000, 0x000000070b000000)
    AC 0 O TS 0 PTAMS 0x000000070bfffff8 NTAMS 0x000000070bfffff8 space 16384K, 99% used [0x000000070b000000, 0x000000070c000000)
    AC 0 O TS 0 PTAMS 0x000000070cffff88 NTAMS 0x000000070cffff88 space 16384K, 99% used [0x000000070c000000, 0x000000070d000000)
    AC 0 O TS 0 PTAMS 0x000000070dfffff0 NTAMS 0x000000070dfffff0 space 16384K, 99% used [0x000000070d000000, 0x000000070e000000)
    AC 0 O TS 0 PTAMS 0x000000070efffff8 NTAMS 0x000000070efffff8 space 16384K, 99% used [0x000000070e000000, 0x000000070f000000)
    AC 0 O TS 0 PTAMS 0x000000070fffffe0 NTAMS 0x000000070fffffe0 space 16384K, 99% used [0x000000070f000000, 0x0000000710000000)
    AC 0 O TS 0 PTAMS 0x0000000710fff670 NTAMS 0x0000000710fff670 space 16384K, 99% used [0x0000000710000000, 0x0000000711000000)
    AC 0 O TS 0 PTAMS 0x0000000711fffff0 NTAMS 0x0000000711fffff0 space 16384K, 99% used [0x0000000711000000, 0x0000000712000000)
    AC 0 O TS 0 PTAMS 0x0000000712ffffa0 NTAMS 0x0000000712ffffa0 space 16384K, 99% used [0x0000000712000000, 0x0000000713000000)
    AC 0 O TS 0 PTAMS 0x0000000713fffff0 NTAMS 0x0000000713fffff0 space 16384K, 99% used [0x0000000713000000, 0x0000000714000000)
    AC 0 O TS 0 PTAMS 0x0000000714fffff8 NTAMS 0x0000000714fffff8 space 16384K, 99% used [0x0000000714000000, 0x0000000715000000)
    AC 0 O TS 0 PTAMS 0x0000000716000000 NTAMS 0x0000000716000000 space 16384K, 100% used [0x0000000715000000, 0x0000000716000000)
    AC 0 O TS 0 PTAMS 0x0000000717000000 NTAMS 0x0000000717000000 space 16384K, 100% used [0x0000000716000000, 0x0000000717000000)
    AC 0 O TS 0 PTAMS 0x0000000717fffca8 NTAMS 0x0000000717fffca8 space 16384K, 99% used [0x0000000717000000, 0x0000000718000000)
    AC 0 O TS 0 PTAMS 0x0000000718ffee78 NTAMS 0x0000000718ffee78 space 16384K, 99% used [0x0000000718000000, 0x0000000719000000)
    AC 0 O TS 0 PTAMS 0x000000071a000000 NTAMS 0x000000071a000000 space 16384K, 100% used [0x0000000719000000, 0x000000071a000000)
    AC 0 O TS 0 PTAMS 0x000000071b000000 NTAMS 0x000000071b000000 space 16384K, 100% used [0x000000071a000000, 0x000000071b000000)
    AC 0 O TS 0 PTAMS 0x000000071bfffff8 NTAMS 0x000000071bfffff8 space 16384K, 99% used [0x000000071b000000, 0x000000071c000000)
    AC 0 O TS 0 PTAMS 0x000000071cffffe8 NTAMS 0x000000071cffffe8 space 16384K, 99% used [0x000000071c000000, 0x000000071d000000)
    AC 0 O TS 0 PTAMS 0x000000071dffffb0 NTAMS 0x000000071dffffb0 space 16384K, 99% used [0x000000071d000000, 0x000000071e000000)
    AC 0 O TS 0 PTAMS 0x000000071efffff8 NTAMS 0x000000071efffff8 space 16384K, 99% used [0x000000071e000000, 0x000000071f000000)
    AC 0 O TS 0 PTAMS 0x000000071fffffe0 NTAMS 0x000000071fffffe0 space 16384K, 99% used [0x000000071f000000, 0x0000000720000000)
    AC 0 O TS 0 PTAMS 0x0000000720fff5c0 NTAMS 0x0000000720fff5c0 space 16384K, 99% used [0x0000000720000000, 0x0000000721000000)
    AC 0 O TS 0 PTAMS 0x0000000721ffffe8 NTAMS 0x0000000721ffffe8 space 16384K, 99% used [0x0000000721000000, 0x0000000722000000)
    AC 0 O TS 0 PTAMS 0x0000000722fffff8 NTAMS 0x0000000722fffff8 space 16384K, 99% used [0x0000000722000000, 0x0000000723000000)
    AC 0 O TS 0 PTAMS 0x0000000724000000 NTAMS 0x0000000724000000 space 16384K, 100% used [0x0000000723000000, 0x0000000724000000)
    AC 0 O TS 0 PTAMS 0x0000000724ffffd8 NTAMS 0x0000000724ffffd8 space 16384K, 99% used [0x0000000724000000, 0x0000000725000000)
    AC 0 O TS 0 PTAMS 0x0000000725ffffa0 NTAMS 0x0000000725ffffa0 space 16384K, 99% used [0x0000000725000000, 0x0000000726000000)
    AC 0 O TS 0 PTAMS 0x0000000727000000 NTAMS 0x0000000727000000 space 16384K, 100% used [0x0000000726000000, 0x0000000727000000)
    AC 0 O TS 0 PTAMS 0x0000000727fffff8 NTAMS 0x0000000727fffff8 space 16384K, 99% used [0x0000000727000000, 0x0000000728000000)
    AC 0 O TS 0 PTAMS 0x0000000728fffff8 NTAMS 0x0000000728fffff8 space 16384K, 99% used [0x0000000728000000, 0x0000000729000000)
    AC 0 O TS 0 PTAMS 0x0000000729ffffe0 NTAMS 0x0000000729ffffe0 space 16384K, 99% used [0x0000000729000000, 0x000000072a000000)
    AC 0 O TS 0 PTAMS 0x000000072afffff0 NTAMS 0x000000072afffff0 space 16384K, 99% used [0x000000072a000000, 0x000000072b000000)
    AC 0 O TS 0 PTAMS 0x000000072bfffff0 NTAMS 0x000000072bfffff0 space 16384K, 99% used [0x000000072b000000, 0x000000072c000000)
    AC 0 O TS 0 PTAMS 0x000000072cffffe8 NTAMS 0x000000072cffffe8 space 16384K, 99% used [0x000000072c000000, 0x000000072d000000)
    AC 0 O TS 0 PTAMS 0x000000072dffff98 NTAMS 0x000000072dffff98 space 16384K, 99% used [0x000000072d000000, 0x000000072e000000)
    AC 0 O TS 0 PTAMS 0x000000072efffff0 NTAMS 0x000000072efffff0 space 16384K, 99% used [0x000000072e000000, 0x000000072f000000)
    AC 0 O TS 0 PTAMS 0x0000000730000000 NTAMS 0x0000000730000000 space 16384K, 100% used [0x000000072f000000, 0x0000000730000000)
    AC 0 O TS 0 PTAMS 0x0000000730fffff0 NTAMS 0x0000000730fffff0 space 16384K, 99% used [0x0000000730000000, 0x0000000731000000)
    AC 0 O TS 0 PTAMS 0x0000000731ffffc0 NTAMS 0x0000000731ffffc0 space 16384K, 99% used [0x0000000731000000, 0x0000000732000000)
    AC 0 O TS 0 PTAMS 0x0000000732fffff0 NTAMS 0x0000000732fffff0 space 16384K, 99% used [0x0000000732000000, 0x0000000733000000)
    AC 0 O TS 0 PTAMS 0x0000000733fffff0 NTAMS 0x0000000733fffff0 space 16384K, 99% used [0x0000000733000000, 0x0000000734000000)
    AC 0 O TS 0 PTAMS 0x0000000734fffff8 NTAMS 0x0000000734fffff8 space 16384K, 99% used [0x0000000734000000, 0x0000000735000000)
    AC 0 O TS 0 PTAMS 0x0000000735ffffe8 NTAMS 0x0000000735ffffe8 space 16384K, 99% used [0x0000000735000000, 0x0000000736000000)
    AC 0 O TS 0 PTAMS 0x0000000736ffffe0 NTAMS 0x0000000736ffffe0 space 16384K, 99% used [0x0000000736000000, 0x0000000737000000)
    AC 0 O TS 0 PTAMS 0x0000000737fffff0 NTAMS 0x0000000737fffff0 space 16384K, 99% used [0x0000000737000000, 0x0000000738000000)
    AC 0 O TS 0 PTAMS 0x0000000739000000 NTAMS 0x0000000739000000 space 16384K, 100% used [0x0000000738000000, 0x0000000739000000)
    AC 0 O TS 0 PTAMS 0x000000073a000000 NTAMS 0x000000073a000000 space 16384K, 100% used [0x0000000739000000, 0x000000073a000000)
    AC 0 O TS 0 PTAMS 0x000000073affffe8 NTAMS 0x000000073affffe8 space 16384K, 99% used [0x000000073a000000, 0x000000073b000000)
    AC 0 O TS 0 PTAMS 0x000000073c000000 NTAMS 0x000000073c000000 space 16384K, 100% used [0x000000073b000000, 0x000000073c000000)
    AC 0 O TS 0 PTAMS 0x000000073d000000 NTAMS 0x000000073d000000 space 16384K, 100% used [0x000000073c000000, 0x000000073d000000)
    AC 0 O TS 0 PTAMS 0x000000073dfffff0 NTAMS 0x000000073dfffff0 space 16384K, 99% used [0x000000073d000000, 0x000000073e000000)
    AC 0 O TS 0 PTAMS 0x000000073efffff8 NTAMS 0x000000073efffff8 space 16384K, 99% used [0x000000073e000000, 0x000000073f000000)
    AC 0 O TS 0 PTAMS 0x000000073fffffd0 NTAMS 0x000000073fffffd0 space 16384K, 99% used [0x000000073f000000, 0x0000000740000000)
    AC 0 O TS 0 PTAMS 0x0000000740fffff8 NTAMS 0x0000000740fffff8 space 16384K, 99% used [0x0000000740000000, 0x0000000741000000)
    AC 0 O TS 0 PTAMS 0x0000000741f77f28 NTAMS 0x0000000741f77f28 space 16384K, 96% used [0x0000000741000000, 0x0000000742000000)
    AC 0 O TS 0 PTAMS 0x0000000742ffffe8 NTAMS 0x0000000742ffffe8 space 16384K, 99% used [0x0000000742000000, 0x0000000743000000)
    AC 0 O TS 0 PTAMS 0x0000000743fffff8 NTAMS 0x0000000743fffff8 space 16384K, 99% used [0x0000000743000000, 0x0000000744000000)
    AC 0 O TS 0 PTAMS 0x0000000744ffffe8 NTAMS 0x0000000744ffffe8 space 16384K, 99% used [0x0000000744000000, 0x0000000745000000)
    AC 0 O TS 0 PTAMS 0x0000000745ffffe8 NTAMS 0x0000000745ffffe8 space 16384K, 99% used [0x0000000745000000, 0x0000000746000000)
    AC 0 O TS 0 PTAMS 0x0000000746fffbd8 NTAMS 0x0000000746fffbd8 space 16384K, 99% used [0x0000000746000000, 0x0000000747000000)
    AC 0 O TS 0 PTAMS 0x0000000747ffffe8 NTAMS 0x0000000747ffffe8 space 16384K, 99% used [0x0000000747000000, 0x0000000748000000)
    AC 0 O TS 0 PTAMS 0x0000000748fffa30 NTAMS 0x0000000748fffa30 space 16384K, 99% used [0x0000000748000000, 0x0000000749000000)
    AC 0 O TS 0 PTAMS 0x0000000749fff830 NTAMS 0x0000000749fff830 space 16384K, 99% used [0x0000000749000000, 0x000000074a000000)
    AC 0 O TS 0 PTAMS 0x000000074afffc40 NTAMS 0x000000074afffc40 space 16384K, 99% used [0x000000074a000000, 0x000000074b000000)
    AC 0 O TS 0 PTAMS 0x000000074bffe0f0 NTAMS 0x000000074bffe0f0 space 16384K, 99% used [0x000000074b000000, 0x000000074c000000)
    AC 0 O TS 0 PTAMS 0x000000074cffe050 NTAMS 0x000000074cffe050 space 16384K, 99% used [0x000000074c000000, 0x000000074d000000)
    AC 0 O TS 0 PTAMS 0x000000074dfffff0 NTAMS 0x000000074dfffff0 space 16384K, 99% used [0x000000074d000000, 0x000000074e000000)
    AC 0 O TS 0 PTAMS 0x000000074efff950 NTAMS 0x000000074efff950 space 16384K, 99% used [0x000000074e000000, 0x000000074f000000)
    AC 0 O TS 0 PTAMS 0x000000074ffffc10 NTAMS 0x000000074ffffc10 space 16384K, 99% used [0x000000074f000000, 0x0000000750000000)
    AC 0 O TS 0 PTAMS 0x0000000750fffc08 NTAMS 0x0000000750fffc08 space 16384K, 99% used [0x0000000750000000, 0x0000000751000000)
    AC 0 O TS 0 PTAMS 0x0000000752000000 NTAMS 0x0000000752000000 space 16384K, 100% used [0x0000000751000000, 0x0000000752000000)
    AC 0 O TS 0 PTAMS 0x0000000752ffff70 NTAMS 0x0000000752ffff70 space 16384K, 99% used [0x0000000752000000, 0x0000000753000000)
    AC 0 O TS 0 PTAMS 0x0000000753eb89f8 NTAMS 0x0000000753eb89f8 space 16384K, 92% used [0x0000000753000000, 0x0000000754000000)
    AC 0 O TS 0 PTAMS 0x0000000755000000 NTAMS 0x0000000755000000 space 16384K, 100% used [0x0000000754000000, 0x0000000755000000)
    AC 0 O TS 0 PTAMS 0x0000000756000000 NTAMS 0x0000000756000000 space 16384K, 100% used [0x0000000755000000, 0x0000000756000000)
    AC 0 O TS 0 PTAMS 0x0000000757000000 NTAMS 0x0000000757000000 space 16384K, 100% used [0x0000000756000000, 0x0000000757000000)
    AC 0 O TS 0 PTAMS 0x0000000758000000 NTAMS 0x0000000758000000 space 16384K, 100% used [0x0000000757000000, 0x0000000758000000)
    AC 0 O TS 0 PTAMS 0x0000000759000000 NTAMS 0x0000000759000000 space 16384K, 100% used [0x0000000758000000, 0x0000000759000000)
    AC 0 O TS 0 PTAMS 0x000000075a000000 NTAMS 0x000000075a000000 space 16384K, 100% used [0x0000000759000000, 0x000000075a000000)
    AC 0 O TS 0 PTAMS 0x000000075b000000 NTAMS 0x000000075b000000 space 16384K, 100% used [0x000000075a000000, 0x000000075b000000)
    AC 0 O TS 0 PTAMS 0x000000075c000000 NTAMS 0x000000075c000000 space 16384K, 100% used [0x000000075b000000, 0x000000075c000000)
    AC 0 O TS 0 PTAMS 0x000000075d000000 NTAMS 0x000000075d000000 space 16384K, 100% used [0x000000075c000000, 0x000000075d000000)
    AC 0 O TS 0 PTAMS 0x000000075e000000 NTAMS 0x000000075e000000 space 16384K, 100% used [0x000000075d000000, 0x000000075e000000)
    AC 0 O TS 0 PTAMS 0x000000075f000000 NTAMS 0x000000075f000000 space 16384K, 100% used [0x000000075e000000, 0x000000075f000000)
    AC 0 O TS 0 PTAMS 0x0000000760000000 NTAMS 0x0000000760000000 space 16384K, 100% used [0x000000075f000000, 0x0000000760000000)
    AC 0 O TS 0 PTAMS 0x0000000761000000 NTAMS 0x0000000761000000 space 16384K, 100% used [0x0000000760000000, 0x0000000761000000)
    AC 0 O TS 0 PTAMS 0x0000000762000000 NTAMS 0x0000000762000000 space 16384K, 100% used [0x0000000761000000, 0x0000000762000000)
    AC 0 O TS 1 PTAMS 0x0000000762516600 NTAMS 0x0000000762516600 space 16384K, 90% used [0x0000000762000000, 0x0000000763000000)
    AC 0 F TS 0 PTAMS 0x0000000763000000 NTAMS 0x0000000763000000 space 16384K, 0% used [0x0000000763000000, 0x0000000764000000)
    AC 0 F TS 0 PTAMS 0x0000000764000000 NTAMS 0x0000000764000000 space 16384K, 0% used [0x0000000764000000, 0x0000000765000000)
    AC 0 F TS 0 PTAMS 0x0000000765000000 NTAMS 0x0000000765000000 space 16384K, 0% used [0x0000000765000000, 0x0000000766000000)
    AC 0 F TS 0 PTAMS 0x0000000766000000 NTAMS 0x0000000766000000 space 16384K, 0% used [0x0000000766000000, 0x0000000767000000)
    AC 0 F TS 0 PTAMS 0x0000000767000000 NTAMS 0x0000000767000000 space 16384K, 0% used [0x0000000767000000, 0x0000000768000000)
    AC 0 F TS 0 PTAMS 0x0000000768000000 NTAMS 0x0000000768000000 space 16384K, 0% used [0x0000000768000000, 0x0000000769000000)
    AC 0 F TS 0 PTAMS 0x0000000769000000 NTAMS 0x0000000769000000 space 16384K, 0% used [0x0000000769000000, 0x000000076a000000)
    AC 0 F TS 0 PTAMS 0x000000076a000000 NTAMS 0x000000076a000000 space 16384K, 0% used [0x000000076a000000, 0x000000076b000000)
    AC 0 F TS 0 PTAMS 0x000000076b000000 NTAMS 0x000000076b000000 space 16384K, 0% used [0x000000076b000000, 0x000000076c000000)
    AC 0 F TS 0 PTAMS 0x000000076c000000 NTAMS 0x000000076c000000 space 16384K, 0% used [0x000000076c000000, 0x000000076d000000)
    AC 0 F TS 0 PTAMS 0x000000076d000000 NTAMS 0x000000076d000000 space 16384K, 0% used [0x000000076d000000, 0x000000076e000000)
    AC 0 F TS 0 PTAMS 0x000000076e000000 NTAMS 0x000000076e000000 space 16384K, 0% used [0x000000076e000000, 0x000000076f000000)
    AC 0 F TS 0 PTAMS 0x000000076f000000 NTAMS 0x000000076f000000 space 16384K, 0% used [0x000000076f000000, 0x0000000770000000)
    AC 0 F TS 0 PTAMS 0x0000000770000000 NTAMS 0x0000000770000000 space 16384K, 0% used [0x0000000770000000, 0x0000000771000000)
    AC 0 F TS 0 PTAMS 0x0000000771000000 NTAMS 0x0000000771000000 space 16384K, 0% used [0x0000000771000000, 0x0000000772000000)
    AC 0 F TS 0 PTAMS 0x0000000772000000 NTAMS 0x0000000772000000 space 16384K, 0% used [0x0000000772000000, 0x0000000773000000)
    AC 0 F TS 0 PTAMS 0x0000000773000000 NTAMS 0x0000000773000000 space 16384K, 0% used [0x0000000773000000, 0x0000000774000000)
    AC 0 F TS 0 PTAMS 0x0000000774000000 NTAMS 0x0000000774000000 space 16384K, 0% used [0x0000000774000000, 0x0000000775000000)
    AC 0 F TS 0 PTAMS 0x0000000775000000 NTAMS 0x0000000775000000 space 16384K, 0% used [0x0000000775000000, 0x0000000776000000)
    AC 0 F TS 0 PTAMS 0x0000000776000000 NTAMS 0x0000000776000000 space 16384K, 0% used [0x0000000776000000, 0x0000000777000000)
    AC 0 F TS 0 PTAMS 0x0000000777000000 NTAMS 0x0000000777000000 space 16384K, 0% used [0x0000000777000000, 0x0000000778000000)
    AC 0 F TS 0 PTAMS 0x0000000778000000 NTAMS 0x0000000778000000 space 16384K, 0% used [0x0000000778000000, 0x0000000779000000)
    AC 0 F TS 0 PTAMS 0x0000000779000000 NTAMS 0x0000000779000000 space 16384K, 0% used [0x0000000779000000, 0x000000077a000000)
    AC 0 F TS 0 PTAMS 0x000000077a000000 NTAMS 0x000000077a000000 space 16384K, 0% used [0x000000077a000000, 0x000000077b000000)
    AC 0 F TS 0 PTAMS 0x000000077b000000 NTAMS 0x000000077b000000 space 16384K, 0% used [0x000000077b000000, 0x000000077c000000)
    AC 0 F TS 0 PTAMS 0x000000077c000000 NTAMS 0x000000077c000000 space 16384K, 0% used [0x000000077c000000, 0x000000077d000000)
    AC 0 F TS 0 PTAMS 0x000000077d000000 NTAMS 0x000000077d000000 space 16384K, 0% used [0x000000077d000000, 0x000000077e000000)
    AC 0 F TS 0 PTAMS 0x000000077e000000 NTAMS 0x000000077e000000 space 16384K, 0% used [0x000000077e000000, 0x000000077f000000)
    AC 0 F TS 0 PTAMS 0x000000077f000000 NTAMS 0x000000077f000000 space 16384K, 0% used [0x000000077f000000, 0x0000000780000000)
    AC 0 F TS 0 PTAMS 0x0000000780000000 NTAMS 0x0000000780000000 space 16384K, 0% used [0x0000000780000000, 0x0000000781000000)
    AC 0 F TS 0 PTAMS 0x0000000781000000 NTAMS 0x0000000781000000 space 16384K, 0% used [0x0000000781000000, 0x0000000782000000)
    AC 0 F TS 0 PTAMS 0x0000000782000000 NTAMS 0x0000000782000000 space 16384K, 0% used [0x0000000782000000, 0x0000000783000000)
    AC 0 F TS 0 PTAMS 0x0000000783000000 NTAMS 0x0000000783000000 space 16384K, 0% used [0x0000000783000000, 0x0000000784000000)
    AC 0 F TS 0 PTAMS 0x0000000784000000 NTAMS 0x0000000784000000 space 16384K, 0% used [0x0000000784000000, 0x0000000785000000)
    AC 0 F TS 0 PTAMS 0x0000000785000000 NTAMS 0x0000000785000000 space 16384K, 0% used [0x0000000785000000, 0x0000000786000000)
    AC 0 F TS 0 PTAMS 0x0000000786000000 NTAMS 0x0000000786000000 space 16384K, 0% used [0x0000000786000000, 0x0000000787000000)
    AC 0 F TS 0 PTAMS 0x0000000787000000 NTAMS 0x0000000787000000 space 16384K, 0% used [0x0000000787000000, 0x0000000788000000)
    AC 0 F TS 0 PTAMS 0x0000000788000000 NTAMS 0x0000000788000000 space 16384K, 0% used [0x0000000788000000, 0x0000000789000000)
    AC 0 F TS 0 PTAMS 0x0000000789000000 NTAMS 0x0000000789000000 space 16384K, 0% used [0x0000000789000000, 0x000000078a000000)
    AC 0 S CS TS 1 PTAMS 0x000000078a000000 NTAMS 0x000000078a000000 space 16384K, 49% used [0x000000078a000000, 0x000000078b000000)
    AC 0 S CS TS 1 PTAMS 0x000000078b000000 NTAMS 0x000000078b000000 space 16384K, 100% used [0x000000078b000000, 0x000000078c000000)
    AC 0 S CS TS 1 PTAMS 0x000000078c000000 NTAMS 0x000000078c000000 space 16384K, 100% used [0x000000078c000000, 0x000000078d000000)
    AC 0 S CS TS 1 PTAMS 0x000000078d000000 NTAMS 0x000000078d000000 space 16384K, 100% used [0x000000078d000000, 0x000000078e000000)
    AC 0 S CS TS 1 PTAMS 0x000000078e000000 NTAMS 0x000000078e000000 space 16384K, 100% used [0x000000078e000000, 0x000000078f000000)
    AC 0 F TS 0 PTAMS 0x000000078f000000 NTAMS 0x000000078f000000 space 16384K, 0% used [0x000000078f000000, 0x0000000790000000)
    AC 0 F TS 0 PTAMS 0x0000000790000000 NTAMS 0x0000000790000000 space 16384K, 0% used [0x0000000790000000, 0x0000000791000000)
    AC 0 F TS 0 PTAMS 0x0000000791000000 NTAMS 0x0000000791000000 space 16384K, 0% used [0x0000000791000000, 0x0000000792000000)
    AC 0 F TS 0 PTAMS 0x0000000792000000 NTAMS 0x0000000792000000 space 16384K, 0% used [0x0000000792000000, 0x0000000793000000)
    AC 0 F TS 0 PTAMS 0x0000000793000000 NTAMS 0x0000000793000000 space 16384K, 0% used [0x0000000793000000, 0x0000000794000000)
    AC 0 F TS 0 PTAMS 0x0000000794000000 NTAMS 0x0000000794000000 space 16384K, 0% used [0x0000000794000000, 0x0000000795000000)
    AC 0 F TS 0 PTAMS 0x0000000795000000 NTAMS 0x0000000795000000 space 16384K, 0% used [0x0000000795000000, 0x0000000796000000)
    AC 0 F TS 0 PTAMS 0x0000000796000000 NTAMS 0x0000000796000000 space 16384K, 0% used [0x0000000796000000, 0x0000000797000000)
    AC 0 F TS 0 PTAMS 0x0000000797000000 NTAMS 0x0000000797000000 space 16384K, 0% used [0x0000000797000000, 0x0000000798000000)
    AC 0 F TS 0 PTAMS 0x0000000798000000 NTAMS 0x0000000798000000 space 16384K, 0% used [0x0000000798000000, 0x0000000799000000)
    AC 0 F TS 0 PTAMS 0x0000000799000000 NTAMS 0x0000000799000000 space 16384K, 0% used [0x0000000799000000, 0x000000079a000000)
    AC 0 F TS 0 PTAMS 0x000000079a000000 NTAMS 0x000000079a000000 space 16384K, 0% used [0x000000079a000000, 0x000000079b000000)
    AC 0 F TS 0 PTAMS 0x000000079b000000 NTAMS 0x000000079b000000 space 16384K, 0% used [0x000000079b000000, 0x000000079c000000)
    AC 0 F TS 0 PTAMS 0x000000079c000000 NTAMS 0x000000079c000000 space 16384K, 0% used [0x000000079c000000, 0x000000079d000000)
    AC 0 F TS 0 PTAMS 0x000000079d000000 NTAMS 0x000000079d000000 space 16384K, 0% used [0x000000079d000000, 0x000000079e000000)
    AC 0 F TS 0 PTAMS 0x000000079e000000 NTAMS 0x000000079e000000 space 16384K, 0% used [0x000000079e000000, 0x000000079f000000)
    AC 0 F TS 0 PTAMS 0x000000079f000000 NTAMS 0x000000079f000000 space 16384K, 0% used [0x000000079f000000, 0x00000007a0000000)
    AC 0 F TS 0 PTAMS 0x00000007a0000000 NTAMS 0x00000007a0000000 space 16384K, 0% used [0x00000007a0000000, 0x00000007a1000000)
    AC 0 F TS 0 PTAMS 0x00000007a1000000 NTAMS 0x00000007a1000000 space 16384K, 0% used [0x00000007a1000000, 0x00000007a2000000)
    AC 0 F TS 0 PTAMS 0x00000007a2000000 NTAMS 0x00000007a2000000 space 16384K, 0% used [0x00000007a2000000, 0x00000007a3000000)
    AC 0 F TS 0 PTAMS 0x00000007a3000000 NTAMS 0x00000007a3000000 space 16384K, 0% used [0x00000007a3000000, 0x00000007a4000000)
    AC 0 F TS 0 PTAMS 0x00000007a4000000 NTAMS 0x00000007a4000000 space 16384K, 0% used [0x00000007a4000000, 0x00000007a5000000)
    AC 0 F TS 0 PTAMS 0x00000007a5000000 NTAMS 0x00000007a5000000 space 16384K, 0% used [0x00000007a5000000, 0x00000007a6000000)
    AC 0 F TS 0 PTAMS 0x00000007a6000000 NTAMS 0x00000007a6000000 space 16384K, 0% used [0x00000007a6000000, 0x00000007a7000000)
    AC 0 F TS 0 PTAMS 0x00000007a7000000 NTAMS 0x00000007a7000000 space 16384K, 0% used [0x00000007a7000000, 0x00000007a8000000)
    AC 0 F TS 0 PTAMS 0x00000007a8000000 NTAMS 0x00000007a8000000 space 16384K, 0% used [0x00000007a8000000, 0x00000007a9000000)
    AC 0 F TS 0 PTAMS 0x00000007a9000000 NTAMS 0x00000007a9000000 space 16384K, 0% used [0x00000007a9000000, 0x00000007aa000000)
    AC 0 F TS 0 PTAMS 0x00000007aa000000 NTAMS 0x00000007aa000000 space 16384K, 0% used [0x00000007aa000000, 0x00000007ab000000)
    AC 0 F TS 0 PTAMS 0x00000007ab000000 NTAMS 0x00000007ab000000 space 16384K, 0% used [0x00000007ab000000, 0x00000007ac000000)
    AC 0 F TS 0 PTAMS 0x00000007ac000000 NTAMS 0x00000007ac000000 space 16384K, 0% used [0x00000007ac000000, 0x00000007ad000000)
    AC 0 F TS 0 PTAMS 0x00000007ad000000 NTAMS 0x00000007ad000000 space 16384K, 0% used [0x00000007ad000000, 0x00000007ae000000)
    AC 0 F TS 0 PTAMS 0x00000007ae000000 NTAMS 0x00000007ae000000 space 16384K, 0% used [0x00000007ae000000, 0x00000007af000000)
    AC 0 E TS 0 PTAMS 0x00000007af000000 NTAMS 0x00000007af000000 space 16384K, 87% used [0x00000007af000000, 0x00000007b0000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b0000000 NTAMS 0x00000007b0000000 space 16384K, 100% used [0x00000007b0000000, 0x00000007b1000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b1000000 NTAMS 0x00000007b1000000 space 16384K, 100% used [0x00000007b1000000, 0x00000007b2000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b2000000 NTAMS 0x00000007b2000000 space 16384K, 100% used [0x00000007b2000000, 0x00000007b3000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b3000000 NTAMS 0x00000007b3000000 space 16384K, 100% used [0x00000007b3000000, 0x00000007b4000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b4000000 NTAMS 0x00000007b4000000 space 16384K, 100% used [0x00000007b4000000, 0x00000007b5000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b5000000 NTAMS 0x00000007b5000000 space 16384K, 100% used [0x00000007b5000000, 0x00000007b6000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b6000000 NTAMS 0x00000007b6000000 space 16384K, 100% used [0x00000007b6000000, 0x00000007b7000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b7000000 NTAMS 0x00000007b7000000 space 16384K, 100% used [0x00000007b7000000, 0x00000007b8000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b8000000 NTAMS 0x00000007b8000000 space 16384K, 100% used [0x00000007b8000000, 0x00000007b9000000)
    AC 0 E CS TS 0 PTAMS 0x00000007b9000000 NTAMS 0x00000007b9000000 space 16384K, 100% used [0x00000007b9000000, 0x00000007ba000000)
    AC 0 E CS TS 0 PTAMS 0x00000007ba000000 NTAMS 0x00000007ba000000 space 16384K, 100% used [0x00000007ba000000, 0x00000007bb000000)
    AC 0 E CS TS 0 PTAMS 0x00000007bb000000 NTAMS 0x00000007bb000000 space 16384K, 100% used [0x00000007bb000000, 0x00000007bc000000)
    AC 0 E CS TS 0 PTAMS 0x00000007bc000000 NTAMS 0x00000007bc000000 space 16384K, 100% used [0x00000007bc000000, 0x00000007bd000000)
    AC 0 E CS TS 0 PTAMS 0x00000007bd000000 NTAMS 0x00000007bd000000 space 16384K, 100% used [0x00000007bd000000, 0x00000007be000000)
    AC 0 E CS TS 0 PTAMS 0x00000007be000000 NTAMS 0x00000007be000000 space 16384K, 100% used [0x00000007be000000, 0x00000007bf000000)
    AC 0 E CS TS 0 PTAMS 0x00000007bf000000 NTAMS 0x00000007bf000000 space 16384K, 100% used [0x00000007bf000000, 0x00000007c0000000)

    Card table byte_map: [0x00000000132e0000,0x00000000138e0000] byte_map_base: 0x000000000fae0000

    Marking Bits (Prev, Next): (CMBitMap*) 0x00000000022189d0, (CMBitMap*) 0x0000000002218978
    Prev Bits: [0x0000000016ee0000, 0x0000000019ee0000)
    Next Bits: [0x0000000013ee0000, 0x0000000016ee0000)

    Polling page: 0x0000000000130000

    CodeCache: size=245760Kb used=82980Kb max_used=83625Kb free=162779Kb
    bounds [0x0000000002890000, 0x0000000007ab0000, 0x0000000011890000]
    total_blobs=20943 nmethods=19724 adapters=1125
    compilation: enabled

    Compilation events (10 events):
    Event: 1352.460 Thread 0x000000001c939000 nmethod 31808 0x0000000005f6a0d0 code [0x0000000005f6a320, 0x0000000005f6b710]
    Event: 1352.460 Thread 0x000000001c939000 31906 4 cubicchunks.lighting.LightingManager::updateDiffuseLight (117 bytes)
    Event: 1352.461 Thread 0x000000001c93d000 nmethod 31905 0x0000000002d57ed0 code [0x0000000002d58040, 0x0000000002d58218]
    Event: 1352.461 Thread 0x000000001c93d000 31904 4 net.minecraft.block.BlockLeaves::beginLeavesDecay (39 bytes)
    Event: 1352.468 Thread 0x000000001c93d800 31908 3 com.mcmoddev.orespawn.impl.os3.DimensionListAcceptAllOverworld::matches (16 bytes)
    Event: 1352.469 Thread 0x000000001c93d800 nmethod 31908 0x0000000004b35990 code [0x0000000004b35ae0, 0x0000000004b35cd0]
    Event: 1352.469 Thread 0x000000001c93d800 31909 3 com.mcmoddev.orespawn.impl.os3.OS3APIImpl$$Lambda$1039/1856245627::apply (10 bytes)
    Event: 1352.469 Thread 0x000000001c93d800 nmethod 31909 0x0000000003290fd0 code [0x0000000003291140, 0x0000000003291468]
    Event: 1352.469 Thread 0x000000001c93d800 31910 3 com.mcmoddev.orespawn.worldgen.OreSpawnWorldGen$$Lambda$1040/999490966::test (10 bytes)
    Event: 1352.469 Thread 0x000000001c93d800 nmethod 31910 0x000000000529d9d0 code [0x000000000529db40, 0x000000000529de68]

    GC Heap History (10 events):
    Event: 1341.571 GC heap before
    {Heap before GC invocations=181 (full 3):
    garbage-first heap total 3145728K, used 2306930K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 43 young (704512K), 4 survivors (65536K)
    Metaspace used 110739K, capacity 113989K, committed 114176K, reserved 1146880K
    class space used 15128K, capacity 15857K, committed 15872K, reserved 1048576K
    Event: 1341.587 GC heap after
    Heap after GC invocations=182 (full 3):
    garbage-first heap total 3145728K, used 1676146K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 110739K, capacity 113989K, committed 114176K, reserved 1146880K
    class space used 15128K, capacity 15857K, committed 15872K, reserved 1048576K
    }
    Event: 1343.668 GC heap before
    {Heap before GC invocations=182 (full 3):
    garbage-first heap total 3145728K, used 2200434K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 38 young (622592K), 5 survivors (81920K)
    Metaspace used 110793K, capacity 114059K, committed 114176K, reserved 1146880K
    class space used 15129K, capacity 15858K, committed 15872K, reserved 1048576K
    Event: 1343.688 GC heap after
    Heap after GC invocations=183 (full 3):
    garbage-first heap total 3145728K, used 1681150K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 110793K, capacity 114059K, committed 114176K, reserved 1146880K
    class space used 15129K, capacity 15858K, committed 15872K, reserved 1048576K
    }
    Event: 1346.631 GC heap before
    {Heap before GC invocations=184 (full 3):
    garbage-first heap total 3145728K, used 2418430K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 49 young (802816K), 5 survivors (81920K)
    Metaspace used 110812K, capacity 114059K, committed 114176K, reserved 1146880K
    class space used 15129K, capacity 15858K, committed 15872K, reserved 1048576K
    Event: 1346.651 GC heap after
    Heap after GC invocations=185 (full 3):
    garbage-first heap total 3145728K, used 1676520K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 110812K, capacity 114059K, committed 114176K, reserved 1146880K
    class space used 15129K, capacity 15858K, committed 15872K, reserved 1048576K
    }
    Event: 1347.831 GC heap before
    {Heap before GC invocations=185 (full 3):
    garbage-first heap total 3145728K, used 1922280K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 21 young (344064K), 5 survivors (81920K)
    Metaspace used 110813K, capacity 114059K, committed 114176K, reserved 1146880K
    class space used 15129K, capacity 15858K, committed 15872K, reserved 1048576K
    Event: 1347.855 GC heap after
    Heap after GC invocations=186 (full 3):
    garbage-first heap total 3145728K, used 1684712K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 110813K, capacity 114059K, committed 114176K, reserved 1146880K
    class space used 15129K, capacity 15858K, committed 15872K, reserved 1048576K
    }
    Event: 1351.780 GC heap before
    {Heap before GC invocations=187 (full 3):
    garbage-first heap total 3145728K, used 2438376K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 49 young (802816K), 5 survivors (81920K)
    Metaspace used 110870K, capacity 114069K, committed 114176K, reserved 1146880K
    class space used 15131K, capacity 15859K, committed 15872K, reserved 1048576K
    Event: 1351.804 GC heap after
    Heap after GC invocations=188 (full 3):
    garbage-first heap total 3145728K, used 1686212K [0x0000000700000000, 0x0000000701000600, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 110870K, capacity 114069K, committed 114176K, reserved 1146880K
    class space used 15131K, capacity 15859K, committed 15872K, reserved 1048576K
    }

    Deoptimization events (10 events):
    Event: 1352.177 Thread 0x0000000020ba4800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000034445a0 method=net.minecraft.world.World.func_175642_b(Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;)I @ 1
    Event: 1352.177 Thread 0x0000000020ba4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000071427d0 method=net.minecraft.world.chunk.Chunk.func_177444_d(Lnet/minecraft/util/math/BlockPos;)Z @ 1
    Event: 1352.177 Thread 0x0000000020ba4800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000034445a0 method=net.minecraft.world.World.func_175642_b(Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;)I @ 1
    Event: 1352.282 Thread 0x0000000020ba4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000078183b0 method=net.minecraft.world.World.getCubeFromBlockCoords(Lnet/minecraft/util/math/BlockPos;)Lcubicchunks/world/cube/Cube; @ 2
    Event: 1352.282 Thread 0x0000000020ba4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000071427d0 method=net.minecraft.world.chunk.Chunk.func_177444_d(Lnet/minecraft/util/math/BlockPos;)Z @ 1
    Event: 1352.282 Thread 0x0000000020ba4800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000062593b0 method=net.minecraft.util.math.BlockPos.func_177965_g(I)Lnet/minecraft/util/math/BlockPos; @ 5
    Event: 1352.284 Thread 0x0000000020ba4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000078183b0 method=net.minecraft.world.World.getCubeFromBlockCoords(Lnet/minecraft/util/math/BlockPos;)Lcubicchunks/world/cube/Cube; @ 2
    Event: 1352.284 Thread 0x0000000020ba4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000071427d0 method=net.minecraft.world.chunk.Chunk.func_177444_d(Lnet/minecraft/util/math/BlockPos;)Z @ 1
    Event: 1352.284 Thread 0x0000000020ba4800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000062593b0 method=net.minecraft.util.math.BlockPos.func_177965_g(I)Lnet/minecraft/util/math/BlockPos; @ 5
    Event: 1352.468 Thread 0x0000000020ba4800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000676de64 method=net.minecraft.world.World.func_180501_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z @ 40

    Internal exceptions (10 events):
    Event: 1352.348 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b3000df0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3163]
    Event: 1352.351 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b3000ff0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.355 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b30011f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.365 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b30013f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.381 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b30015f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.410 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b30017f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.415 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b30019f0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.443 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b3001bf0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.457 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b3001df0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]
    Event: 1352.465 Thread 0x0000000026193800 Exception <a ‘java/lang/InterruptedException’: sleep interrupted> (0x00000007b3001ff0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmprimsjvm.cpp, line 3211]

    Events (10 events):
    Event: 1352.416 Thread 0x0000000025b89800 Thread added: 0x0000000025b89800
    Event: 1352.418 Thread 0x0000000020ba4800 DEOPT PACKING pc=0x0000000007aad659 sp=0x000000002f19e790
    Event: 1352.418 Thread 0x0000000020ba4800 DEOPT UNPACKING pc=0x00000000028d787f sp=0x000000002f19e4e8 mode 0
    Event: 1352.447 Thread 0x0000000020ba4800 DEOPT PACKING pc=0x000000000796f5cc sp=0x000000002f19de10
    Event: 1352.447 Thread 0x0000000020ba4800 DEOPT UNPACKING pc=0x00000000028d787f sp=0x000000002f19dba0 mode 0
    Event: 1352.450 Thread 0x0000000020ba4800 DEOPT PACKING pc=0x000000000796f5cc sp=0x000000002f19de10
    Event: 1352.450 Thread 0x0000000020ba4800 DEOPT UNPACKING pc=0x00000000028d787f sp=0x000000002f19dba0 mode 0
    Event: 1352.468 Thread 0x0000000020ba4800 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000676de64
    Event: 1352.468 Thread 0x0000000020ba4800 DEOPT PACKING pc=0x000000000676de64 sp=0x000000002f19e3d0
    Event: 1352.468 Thread 0x0000000020ba4800 DEOPT UNPACKING pc=0x00000000028d582a sp=0x000000002f19e3b8 mode 2

    Dynamic libraries:
    0x000000013fe60000 — 0x000000013fe97000 D:Minecraftruntimejre-x641.8.0_51binjavaw.exe
    0x0000000077a70000 — 0x0000000077c0f000 C:WindowsSYSTEM32ntdll.dll
    0x0000000077850000 — 0x000000007796f000 C:Windowssystem32kernel32.dll
    0x000007fefd8e0000 — 0x000007fefd94a000 C:Windowssystem32KERNELBASE.dll
    0x000007fefda90000 — 0x000007fefdb6b000 C:Windowssystem32ADVAPI32.dll
    0x000007feff450000 — 0x000007feff4ef000 C:Windowssystem32msvcrt.dll
    0x000007feffcc0000 — 0x000007feffcdf000 C:WindowsSYSTEM32sechost.dll
    0x000007feff710000 — 0x000007feff83d000 C:Windowssystem32RPCRT4.dll
    0x0000000077970000 — 0x0000000077a6a000 C:Windowssystem32USER32.dll
    0x000007fefe3d0000 — 0x000007fefe437000 C:Windowssystem32GDI32.dll
    0x000007feff520000 — 0x000007feff52e000 C:Windowssystem32LPK.dll
    0x000007fefdea0000 — 0x000007fefdf6b000 C:Windowssystem32USP10.dll
    0x000007fefbd70000 — 0x000007fefbf64000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757COMCTL32.dll
    0x000007fefe640000 — 0x000007fefe6b1000 C:Windowssystem32SHLWAPI.dll
    0x000007feff4f0000 — 0x000007feff51e000 C:Windowssystem32IMM32.DLL
    0x000007feffb90000 — 0x000007feffc99000 C:Windowssystem32MSCTF.dll
    0x000000006d8e0000 — 0x000000006d9b2000 D:Minecraftruntimejre-x641.8.0_51binmsvcr100.dll
    0x000000005aa40000 — 0x000000005b2c3000 D:Minecraftruntimejre-x641.8.0_51binserverjvm.dll
    0x000007feedc70000 — 0x000007feedc79000 C:Windowssystem32WSOCK32.dll
    0x000007feffce0000 — 0x000007feffd2d000 C:Windowssystem32WS2_32.dll
    0x000007fefda80000 — 0x000007fefda88000 C:Windowssystem32NSI.dll
    0x000007fefb530000 — 0x000007fefb56b000 C:Windowssystem32WINMM.dll
    0x000007fefc840000 — 0x000007fefc84c000 C:Windowssystem32VERSION.dll
    0x0000000077c20000 — 0x0000000077c27000 C:Windowssystem32PSAPI.DLL
    0x0000000074ed0000 — 0x0000000074edf000 D:Minecraftruntimejre-x641.8.0_51binverify.dll
    0x000000006f6e0000 — 0x000000006f709000 D:Minecraftruntimejre-x641.8.0_51binjava.dll
    0x000000006f6c0000 — 0x000000006f6d6000 D:Minecraftruntimejre-x641.8.0_51binzip.dll
    0x000007fefe6c0000 — 0x000007feff44a000 C:Windowssystem32SHELL32.dll
    0x000007fefe440000 — 0x000007fefe63d000 C:Windowssystem32ole32.dll
    0x000007fefd5f0000 — 0x000007fefd5ff000 C:Windowssystem32profapi.dll
    0x0000000074ee0000 — 0x0000000074eed000 D:Minecraftruntimejre-x641.8.0_51binmanagement.dll
    0x000007fefcdd0000 — 0x000007fefcde8000 C:Windowssystem32CRYPTSP.dll
    0x000007fefcad0000 — 0x000007fefcb17000 C:Windowssystem32rsaenh.dll
    0x000007fefd600000 — 0x000007fefd61e000 C:Windowssystem32USERENV.dll
    0x000007fefd480000 — 0x000007fefd48f000 C:Windowssystem32CRYPTBASE.dll
    0x000000006f6a0000 — 0x000000006f6ba000 D:Minecraftruntimejre-x641.8.0_51binnet.dll
    0x000007fefcd70000 — 0x000007fefcdc5000 C:Windowssystem32mswsock.dll
    0x000007fefcd60000 — 0x000007fefcd67000 C:WindowsSystem32wship6.dll
    0x000007fefa930000 — 0x000007fefa957000 C:Windowssystem32IPHLPAPI.DLL
    0x000007fefa920000 — 0x000007fefa92b000 C:Windowssystem32WINNSI.DLL
    0x000007fefa740000 — 0x000007fefa751000 C:Windowssystem32dhcpcsvc6.DLL
    0x000007fefa720000 — 0x000007fefa738000 C:Windowssystem32dhcpcsvc.DLL
    0x000000006f680000 — 0x000000006f691000 D:Minecraftruntimejre-x641.8.0_51binnio.dll
    0x000007fefb250000 — 0x000007fefb25a000 C:UsersRaphAppDataLocalTempjansi-64-4572333200643444382.dll
    0x000007fefa900000 — 0x000007fefa915000 C:Windowssystem32NLAapi.dll
    0x000007fef5c20000 — 0x000007fef5c35000 C:Windowssystem32napinsp.dll
    0x000007fef5c00000 — 0x000007fef5c19000 C:Windowssystem32pnrpnsp.dll
    0x000007fefcbf0000 — 0x000007fefcc4b000 C:Windowssystem32DNSAPI.dll
    0x000007fef5bf0000 — 0x000007fef5bfb000 C:WindowsSystem32winrnr.dll
    0x000007fefc4f0000 — 0x000007fefc4f7000 C:WindowsSystem32wshtcpip.dll
    0x000007fef6a00000 — 0x000007fef6a08000 C:Windowssystem32rasadhlp.dll
    0x000007fefa830000 — 0x000007fefa883000 C:WindowsSystem32fwpuclnt.dll
    0x000000006f660000 — 0x000000006f677000 D:Minecraftruntimejre-x641.8.0_51binunpack.dll
    0x0000000180000000 — 0x0000000180053000 C:UsersRaphAppDataLocalTemp5508-d167-20a2-0ef0lwjgl64.dll
    0x000007feed3e0000 — 0x000007feed4fd000 C:Windowssystem32OPENGL32.dll
    0x000007fef5d90000 — 0x000007fef5dbd000 C:Windowssystem32GLU32.dll
    0x000007feeacc0000 — 0x000007feeadb1000 C:Windowssystem32DDRAW.dll
    0x000007fef1140000 — 0x000007fef1148000 C:Windowssystem32DCIMAN32.dll
    0x000007feff530000 — 0x000007feff707000 C:Windowssystem32SETUPAPI.dll
    0x000007fefd950000 — 0x000007fefd986000 C:Windowssystem32CFGMGR32.dll
    0x000007fefd9a0000 — 0x000007fefda7a000 C:Windowssystem32OLEAUT32.dll
    0x000007fefd630000 — 0x000007fefd64a000 C:Windowssystem32DEVOBJ.dll
    0x000007fefb4d0000 — 0x000007fefb4e8000 C:Windowssystem32dwmapi.dll
    0x000000006d740000 — 0x000000006d8d8000 D:Minecraftruntimejre-x641.8.0_51binawt.dll
    0x000007fefb930000 — 0x000007fefb986000 C:Windowssystem32uxtheme.dll
    0x00000000513f0000 — 0x0000000053a81000 C:Windowssystem32nvoglv64.DLL
    0x000007fefc670000 — 0x000007fefc681000 C:Windowssystem32WTSAPI32.dll
    0x000007fefc830000 — 0x000007fefc833000 C:Windowssystem32api-ms-win-core-synch-l1-2-0.DLL
    0x000007fefd890000 — 0x000007fefd8cb000 C:Windowssystem32WINTRUST.dll
    0x000007fefd720000 — 0x000007fefd88d000 C:Windowssystem32CRYPT32.dll
    0x000007fefd5e0000 — 0x000007fefd5ef000 C:Windowssystem32MSASN1.dll
    0x000007fefc800000 — 0x000007fefc82d000 C:Windowssystem32ntmarta.dll
    0x000007fefdb70000 — 0x000007fefdbc2000 C:Windowssystem32WLDAP32.dll
    0x000007feebe90000 — 0x000007feec119000 C:Windowssystem32nvspcap64.dll
    0x000007fef9190000 — 0x000007fef922c000 C:Windowssystem32mscms.dll
    0x000007fef5d40000 — 0x000007fef5d82000 C:Windowssystem32icm32.dll
    0x000007fefd3e0000 — 0x000007fefd41d000 C:Windowssystem32WINSTA.dll
    0x000007fef5cf0000 — 0x000007fef5d32000 C:UsersRaphAppDataLocalTempjna-2539655jna3128073873700161327.dll
    0x000000006eca0000 — 0x000000006ecc4000 D:Minecraftruntimejre-x641.8.0_51binsunec.dll
    0x000000006ec50000 — 0x000000006ec97000 D:Minecraftruntimejre-x641.8.0_51binfontmanager.dll
    0x000007fef9f80000 — 0x000007fefa17f000 C:Windowssystem32d3d9.dll
    0x000007fef9f70000 — 0x000007fef9f77000 C:Windowssystem32d3d8thk.dll
    0x000007fee7880000 — 0x000007fee8a80000 C:Windowssystem32nvd3dumx.dll
    0x000007fefbc90000 — 0x000007fefbcbc000 C:Windowssystem32powrprof.dll
    0x000007feffca0000 — 0x000007feffcb9000 C:Windowssystem32imagehlp.dll
    0x000007fefcf50000 — 0x000007fefcfa0000 C:Windowssystem32ncrypt.dll
    0x000007fefcf20000 — 0x000007fefcf42000 C:Windowssystem32bcrypt.dll
    0x000007fefca10000 — 0x000007fefca5c000 C:Windowssystem32bcryptprimitives.dll
    0x000007fefc890000 — 0x000007fefc8ab000 C:Windowssystem32GPAPI.dll
    0x000007fef90d0000 — 0x000007fef90f7000 C:Windowssystem32cryptnet.dll
    0x000000006d6a0000 — 0x000000006d6e2000 D:Minecraftruntimejre-x641.8.0_51bint2k.dll
    0x000000001a210000 — 0x000000001a274000 C:UsersRaphAppDataLocalTemp5508-d167-20a2-0ef0OpenAL64.dll
    0x000007feff840000 — 0x000007feff8d9000 C:Windowssystem32CLBCatQ.DLL
    0x000007fefbb10000 — 0x000007fefbb5b000 C:WindowsSystem32MMDevApi.dll
    0x000007fefb9e0000 — 0x000007fefbb0c000 C:WindowsSystem32PROPSYS.dll
    0x000007fef1060000 — 0x000007fef10e8000 C:Windowssystem32dsound.dll
    0x000007fefb440000 — 0x000007fefb48f000 C:Windowssystem32AUDIOSES.DLL
    0x000007fefb130000 — 0x000007fefb14a000 C:UsersRaphAppDataLocalTemp5508-d167-20a2-0ef0SAPIWrapper_x64.dll
    0x000007fef4ca0000 — 0x000007fef4dc5000 C:Windowssystem32dbghelp.dll

    VM Arguments:
    jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:UsersRaphAppDataLocalTemp5508-d167-20a2-0ef0 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1432 -Dminecraft.client.jar=C:UsersRaphAppDataRoaming.minecraftversions1.12.21.12.2.jar -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    java_command: net.minecraft.launchwrapper.Launch —username TBiscuit1 —version 1.12.2-forge1.12.2-14.23.4.2705 —gameDir C:/UsersRaphAppDataRoaming.minecraft —assetsDir C:/UsersRaphAppDataRoaming.minecraft/assets —assetIndex 1.12 —uuid 1a23a27ab4ee4030ae227db432d6e44c —accessToken b3c979211cf04333a742f9f7be1b33bd —userType mojang —tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker —versionType Forge
    java_class_path (initial): C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.12.2-14.23.4.2705forge-1.12.2-14.23.4.2705.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftlaunchwrapper1.12launchwrapper-1.12.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgow2asmasm-all5.2asm-all-5.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesjlinejline2.13jline-2.13.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeakkaakka-actor_2.112.3.3akka-actor_2.11-2.3.3.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeconfig1.2.1config-1.2.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-actors-migration_2.111.1.0scala-actors-migration_2.11-1.1.0.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-compiler2.11.1scala-compiler-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-library_2.111.0.2scala-continuations-library_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-plugin_2.11.11.0.2scala-continuations-plugin_2.11.1-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-library2.11.1scala-library-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-parser-combinators_2.111.0.1scala-parser-combinators_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-reflect2.11.1scala-reflect-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-swing_2.111.0.1scala-swing_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-xml_2.111.0.2scala-xml_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrarieslzmalzma.0.1lzma-0.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT
    USERNAME=Raph
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

    ————— S Y S T E M —————

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

    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

    Memory: 4k page, physical 16461608k(9045124k free), swap 32921320k(24389368k free)

    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)

    time: Thu Sep 27 17:55:34 2018
    elapsed time: 1352 seconds (0d 0h 22m 32s)


  • #19

    Sep 28, 2018

    Don’t work!

    Here the crash log

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000070f0cd618, pid=7692, tid=5032
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C 0x000000070f0cd618
    #
    # 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
    #

    ————— T H R E A D —————

    Current thread (0x0000000002183800): GCTaskThread [stack: 0x0000000011d60000,0x0000000011e60000] [id=5032]

    siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x000000070f0cd618

    Registers:
    RAX=0x0000000000000000, RBX=0x0000000055057bed, RCX=0x000000070f0cd61b, RDX=0x0000000721a02980
    RSP=0x0000000011e5f188, RBP=0x0000000000000011, RSI=0x0000000721a02980, RDI=0x0000000011e5f740
    R8 =0x0000000000000011, R9 =0x0000000000000000, R10=0x000000000217e6f0, R11=0x00000000213a62e0
    R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x000000000000000a
    RIP=0x000000070f0cd618, EFLAGS=0x0000000000010206

    Top of Stack: (sp=0x0000000011e5f188)
    0x0000000011e5f188: 0000000055057bed 0000000721a02980
    0x0000000011e5f198: 0000000011e5f740 0000000011e5f740
    0x0000000011e5f1a8: 0000000721a02968 000000070f04c010
    0x0000000011e5f1b8: 0000000054db7f7d 000000070f04c005
    0x0000000011e5f1c8: 0000000000000000 0000000000000000
    0x0000000011e5f1d8: 00000000021789e0 000000000000dcb6
    0x0000000011e5f1e8: 0000000011e5f740 000000070f0cd60c
    0x0000000011e5f1f8: 000000001a2870d0 0000000000000000
    0x0000000011e5f208: 0000000055048361 0000000000000000
    0x0000000011e5f218: 0000000700000004 000000000000170c
    0x0000000011e5f228: 00000000021f85b0 00009eac0000dcae
    0x0000000011e5f238: 0000000055058033 000000000218bd80
    0x0000000011e5f248: 000000000218bd88 0000000011e5f740
    0x0000000011e5f258: 00000000021789e0 00009eab0000dcae
    0x0000000011e5f268: 00009eac0000dcae 000000070d8d1704
    0x0000000011e5f278: 000000001a281f10 0000000000000000

    Instructions: (pc=0x000000070f0cd618)
    0x000000070f0cd5f8: 00 00 00 00 00 00 00 00 15 00 00 00 00 00 00 00
    0x000000070f0cd608: da 02 00 f8 30 05 34 e4 11 d3 fb e5 00 00 00 00
    0x000000070f0cd618: 05 9a e1 e1 f3 99 e1 e1 ff 99 e1 e1 a4 9a e1 e1
    0x000000070f0cd628: 00 00 00 00 29 9a e1 e1 00 00 00 00 4a 9a e1 e1

    Register to memory mapping:

    RAX=0x0000000000000000 is an unknown value
    RBX=0x0000000055057bed is an unknown value
    RCX=0x000000070f0cd61b is pointing into object: 0x000000070f04c010

    [error occurred during error reporting (printing register info), id 0xc0000005]

    Stack: [0x0000000011d60000,0x0000000011e60000], sp=0x0000000011e5f188, free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x000000070f0cd618

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x000000002507f000 JavaThread «LWJGL Timer» daemon [_thread_blocked, id=1440, stack(0x000000002dc90000,0x000000002dd90000)]
    0x000000002208b000 JavaThread «Thread-3» [_thread_blocked, id=6692, stack(0x000000002d4e0000,0x000000002d5e0000)]
    0x0000000025358000 JavaThread «Java2D Disposer» daemon [_thread_blocked, id=6180, stack(0x0000000026ec0000,0x0000000026fc0000)]
    0x000000002114c000 JavaThread «Timer hack thread» daemon [_thread_blocked, id=7488, stack(0x0000000025820000,0x0000000025920000)]
    0x000000001edc8000 JavaThread «Snooper Timer» daemon [_thread_blocked, id=6660, stack(0x000000001fd20000,0x000000001fe20000)]
    0x000000001c9a7800 JavaThread «Service Thread» daemon [_thread_blocked, id=7856, stack(0x000000001e0e0000,0x000000001e1e0000)]
    0x000000000222a000 JavaThread «C1 CompilerThread2» daemon [_thread_blocked, id=5540, stack(0x000000001ddd0000,0x000000001ded0000)]
    0x0000000002227800 JavaThread «C2 CompilerThread1» daemon [_thread_blocked, id=7316, stack(0x000000001df50000,0x000000001e050000)]
    0x000000001c92c800 JavaThread «C2 CompilerThread0» daemon [_thread_blocked, id=6184, stack(0x000000001d450000,0x000000001d550000)]
    0x000000001c92c000 JavaThread «Attach Listener» daemon [_thread_blocked, id=2312, stack(0x000000001dcb0000,0x000000001ddb0000)]
    0x000000001c927000 JavaThread «Signal Dispatcher» daemon [_thread_blocked, id=4796, stack(0x000000001db70000,0x000000001dc70000)]
    0x0000000002224800 JavaThread «Surrogate Locker Thread (Concurrent GC)» daemon [_thread_blocked, id=6332, stack(0x000000001d9f0000,0x000000001daf0000)]
    0x0000000002208800 JavaThread «Finalizer» daemon [_thread_blocked, id=6532, stack(0x000000001d690000,0x000000001d790000)]
    0x0000000002201800 JavaThread «Reference Handler» daemon [_thread_blocked, id=4208, stack(0x000000001d7c0000,0x000000001d8c0000)]
    0x00000000022af000 JavaThread «Client thread» [_thread_blocked, id=4076, stack(0x0000000002580000,0x0000000002680000)]

    Other Threads:
    0x00000000021fc800 VMThread [stack: 0x000000001d550000,0x000000001d650000] [id=6360]
    0x000000001c962800 WatcherThread [stack: 0x000000001ea50000,0x000000001eb50000] [id=6712]

    =>0x0000000002183800 (exited) GCTaskThread [stack: 0x0000000011d60000,0x0000000011e60000] [id=5032]

    VM state:at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0000000002169280] Threads_lock — owner thread: 0x00000000021fc800
    [0x0000000002169780] Heap_lock — owner thread: 0x00000000022af000

    Heap:
    garbage-first heap total 1048576K, used 403456K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 12 young (196608K), 5 survivors (81920K)
    Metaspace used 38301K, capacity 38763K, committed 39416K, reserved 1083392K
    class space used 4926K, capacity 5098K, committed 5112K, reserved 1048576K

    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)
    AC 0 O TS 0 PTAMS 0x0000000701000000 NTAMS 0x0000000701000000 space 16384K, 100% used [0x0000000700000000, 0x0000000701000000)
    AC 0 O TS 0 PTAMS 0x0000000702000000 NTAMS 0x0000000702000000 space 16384K, 100% used [0x0000000701000000, 0x0000000702000000)
    AC 0 O TS 0 PTAMS 0x0000000703000000 NTAMS 0x0000000703000000 space 16384K, 100% used [0x0000000702000000, 0x0000000703000000)
    AC 0 O TS 0 PTAMS 0x0000000704000000 NTAMS 0x0000000704000000 space 16384K, 100% used [0x0000000703000000, 0x0000000704000000)
    AC 0 O TS 0 PTAMS 0x0000000705000000 NTAMS 0x0000000705000000 space 16384K, 100% used [0x0000000704000000, 0x0000000705000000)
    AC 0 O TS 0 PTAMS 0x0000000706000000 NTAMS 0x0000000706000000 space 16384K, 100% used [0x0000000705000000, 0x0000000706000000)
    AC 0 HS TS 0 PTAMS 0x0000000706a00010 NTAMS 0x0000000706a00010 space 16384K, 62% used [0x0000000706000000, 0x0000000707000000)
    AC 0 O TS 0 PTAMS 0x0000000708000000 NTAMS 0x0000000708000000 space 16384K, 100% used [0x0000000707000000, 0x0000000708000000)
    AC 0 O TS 0 PTAMS 0x0000000709000000 NTAMS 0x0000000709000000 space 16384K, 100% used [0x0000000708000000, 0x0000000709000000)
    AC 0 O TS 0 PTAMS 0x000000070a000000 NTAMS 0x000000070a000000 space 16384K, 100% used [0x0000000709000000, 0x000000070a000000)
    AC 0 O TS 0 PTAMS 0x000000070b000000 NTAMS 0x000000070b000000 space 16384K, 100% used [0x000000070a000000, 0x000000070b000000)
    AC 0 O TS 0 PTAMS 0x000000070c000000 NTAMS 0x000000070c000000 space 16384K, 100% used [0x000000070b000000, 0x000000070c000000)
    AC 0 O TS 0 PTAMS 0x000000070d000000 NTAMS 0x000000070d000000 space 16384K, 100% used [0x000000070c000000, 0x000000070d000000)
    AC 0 O TS 1 PTAMS 0x000000070d000000 NTAMS 0x000000070e000000 space 16384K, 100% used [0x000000070d000000, 0x000000070e000000)
    AC 0 O TS 1 PTAMS 0x000000070e000000 NTAMS 0x000000070f000000 space 16384K, 100% used [0x000000070e000000, 0x000000070f000000)
    AC 0 O TS 1 PTAMS 0x000000070f000000 NTAMS 0x0000000710000000 space 16384K, 100% used [0x000000070f000000, 0x0000000710000000)
    AC 0 O TS 1 PTAMS 0x0000000710000000 NTAMS 0x0000000711000000 space 16384K, 36% used [0x0000000710000000, 0x0000000711000000)
    AC 0 F TS 0 PTAMS 0x0000000711000000 NTAMS 0x0000000711000000 space 16384K, 0% used [0x0000000711000000, 0x0000000712000000)
    AC 0 F TS 0 PTAMS 0x0000000712000000 NTAMS 0x0000000712000000 space 16384K, 0% used [0x0000000712000000, 0x0000000713000000)
    AC 0 F TS 0 PTAMS 0x0000000713000000 NTAMS 0x0000000713000000 space 16384K, 0% used [0x0000000713000000, 0x0000000714000000)
    AC 0 F TS 0 PTAMS 0x0000000714000000 NTAMS 0x0000000714000000 space 16384K, 0% used [0x0000000714000000, 0x0000000715000000)
    AC 0 F TS 0 PTAMS 0x0000000715000000 NTAMS 0x0000000715000000 space 16384K, 0% used [0x0000000715000000, 0x0000000716000000)
    AC 0 F TS 0 PTAMS 0x0000000716000000 NTAMS 0x0000000716000000 space 16384K, 0% used [0x0000000716000000, 0x0000000717000000)
    AC 0 F TS 0 PTAMS 0x0000000717000000 NTAMS 0x0000000717000000 space 16384K, 0% used [0x0000000717000000, 0x0000000718000000)
    AC 0 F TS 0 PTAMS 0x0000000718000000 NTAMS 0x0000000718000000 space 16384K, 0% used [0x0000000718000000, 0x0000000719000000)
    AC 0 F TS 0 PTAMS 0x0000000719000000 NTAMS 0x0000000719000000 space 16384K, 0% used [0x0000000719000000, 0x000000071a000000)
    AC 0 F TS 0 PTAMS 0x000000071a000000 NTAMS 0x000000071a000000 space 16384K, 0% used [0x000000071a000000, 0x000000071b000000)
    AC 0 F TS 0 PTAMS 0x000000071b000000 NTAMS 0x000000071b000000 space 16384K, 0% used [0x000000071b000000, 0x000000071c000000)
    AC 0 F TS 0 PTAMS 0x000000071c000000 NTAMS 0x000000071c000000 space 16384K, 0% used [0x000000071c000000, 0x000000071d000000)
    AC 0 F TS 0 PTAMS 0x000000071d000000 NTAMS 0x000000071d000000 space 16384K, 0% used [0x000000071d000000, 0x000000071e000000)
    AC 0 E CS TS 0 PTAMS 0x000000071e000000 NTAMS 0x000000071f000000 space 16384K, 100% used [0x000000071e000000, 0x000000071f000000)
    AC 0 E CS TS 0 PTAMS 0x000000071f000000 NTAMS 0x0000000720000000 space 16384K, 100% used [0x000000071f000000, 0x0000000720000000)
    AC 0 E CS TS 0 PTAMS 0x0000000720000000 NTAMS 0x0000000721000000 space 16384K, 100% used [0x0000000720000000, 0x0000000721000000)
    AC 0 E CS TS 0 PTAMS 0x0000000721000000 NTAMS 0x0000000722000000 space 16384K, 100% used [0x0000000721000000, 0x0000000722000000)
    AC 0 E CS TS 0 PTAMS 0x0000000722000000 NTAMS 0x0000000723000000 space 16384K, 100% used [0x0000000722000000, 0x0000000723000000)
    AC 0 F TS 0 PTAMS 0x0000000723000000 NTAMS 0x0000000723000000 space 16384K, 0% used [0x0000000723000000, 0x0000000724000000)
    AC 0 F TS 0 PTAMS 0x0000000724000000 NTAMS 0x0000000724000000 space 16384K, 0% used [0x0000000724000000, 0x0000000725000000)
    AC 0 F TS 0 PTAMS 0x0000000725000000 NTAMS 0x0000000725000000 space 16384K, 0% used [0x0000000725000000, 0x0000000726000000)
    AC 0 F TS 0 PTAMS 0x0000000726000000 NTAMS 0x0000000726000000 space 16384K, 0% used [0x0000000726000000, 0x0000000727000000)
    AC 0 F TS 0 PTAMS 0x0000000727000000 NTAMS 0x0000000727000000 space 16384K, 0% used [0x0000000727000000, 0x0000000728000000)
    AC 0 F TS 0 PTAMS 0x0000000728000000 NTAMS 0x0000000728000000 space 16384K, 0% used [0x0000000728000000, 0x0000000729000000)
    AC 0 F TS 0 PTAMS 0x0000000729000000 NTAMS 0x0000000729000000 space 16384K, 0% used [0x0000000729000000, 0x000000072a000000)
    AC 0 F TS 0 PTAMS 0x000000072a000000 NTAMS 0x000000072a000000 space 16384K, 0% used [0x000000072a000000, 0x000000072b000000)
    AC 0 F TS 0 PTAMS 0x000000072b000000 NTAMS 0x000000072b000000 space 16384K, 0% used [0x000000072b000000, 0x000000072c000000)
    AC 0 F TS 0 PTAMS 0x000000072c000000 NTAMS 0x000000072c000000 space 16384K, 0% used [0x000000072c000000, 0x000000072d000000)
    AC 0 F TS 0 PTAMS 0x000000072d000000 NTAMS 0x000000072d000000 space 16384K, 0% used [0x000000072d000000, 0x000000072e000000)
    AC 0 F TS 0 PTAMS 0x000000072e000000 NTAMS 0x000000072e000000 space 16384K, 0% used [0x000000072e000000, 0x000000072f000000)
    AC 0 F TS 0 PTAMS 0x000000072f000000 NTAMS 0x000000072f000000 space 16384K, 0% used [0x000000072f000000, 0x0000000730000000)
    AC 0 F TS 0 PTAMS 0x0000000730000000 NTAMS 0x0000000730000000 space 16384K, 0% used [0x0000000730000000, 0x0000000731000000)
    AC 0 F TS 0 PTAMS 0x0000000731000000 NTAMS 0x0000000731000000 space 16384K, 0% used [0x0000000731000000, 0x0000000732000000)
    AC 0 F TS 0 PTAMS 0x0000000732000000 NTAMS 0x0000000732000000 space 16384K, 0% used [0x0000000732000000, 0x0000000733000000)
    AC 0 F TS 0 PTAMS 0x0000000733000000 NTAMS 0x0000000733000000 space 16384K, 0% used [0x0000000733000000, 0x0000000734000000)
    AC 0 F TS 0 PTAMS 0x0000000734000000 NTAMS 0x0000000734000000 space 16384K, 0% used [0x0000000734000000, 0x0000000735000000)
    AC 0 F TS 0 PTAMS 0x0000000735000000 NTAMS 0x0000000735000000 space 16384K, 0% used [0x0000000735000000, 0x0000000736000000)
    AC 0 F TS 0 PTAMS 0x0000000736000000 NTAMS 0x0000000736000000 space 16384K, 0% used [0x0000000736000000, 0x0000000737000000)
    AC 0 S TS 1 PTAMS 0x0000000737000000 NTAMS 0x0000000737000000 space 16384K, 99% used [0x0000000737000000, 0x0000000738000000)
    AC 0 S TS 1 PTAMS 0x0000000738000000 NTAMS 0x0000000738000000 space 16384K, 100% used [0x0000000738000000, 0x0000000739000000)
    AC 0 E CS TS 0 PTAMS 0x0000000739000000 NTAMS 0x000000073a000000 space 16384K, 100% used [0x0000000739000000, 0x000000073a000000)
    AC 0 E CS TS 0 PTAMS 0x000000073a000000 NTAMS 0x000000073b000000 space 16384K, 100% used [0x000000073a000000, 0x000000073b000000)
    AC 0 E CS TS 0 PTAMS 0x000000073b000000 NTAMS 0x000000073c000000 space 16384K, 100% used [0x000000073b000000, 0x000000073c000000)
    AC 0 E CS TS 0 PTAMS 0x000000073c000000 NTAMS 0x000000073d000000 space 16384K, 100% used [0x000000073c000000, 0x000000073d000000)
    AC 0 E CS TS 0 PTAMS 0x000000073d000000 NTAMS 0x000000073e000000 space 16384K, 100% used [0x000000073d000000, 0x000000073e000000)
    AC 0 E CS TS 0 PTAMS 0x000000073e000000 NTAMS 0x000000073f000000 space 16384K, 100% used [0x000000073e000000, 0x000000073f000000)
    AC 0 E CS TS 0 PTAMS 0x000000073f000000 NTAMS 0x0000000740000000 space 16384K, 100% used [0x000000073f000000, 0x0000000740000000)

    Card table byte_map: [0x00000000134e0000,0x0000000013ae0000] byte_map_base: 0x000000000fce0000

    Marking Bits (Prev, Next): (CMBitMap*) 0x00000000021b16c0, (CMBitMap*) 0x00000000021b1668
    Prev Bits: [0x00000000170e0000, 0x000000001a0e0000)
    Next Bits: [0x00000000140e0000, 0x00000000170e0000)

    Polling page: 0x0000000000130000

    CodeCache: size=245760Kb used=19307Kb max_used=19340Kb free=226452Kb
    bounds [0x0000000002950000, 0x0000000003c50000, 0x0000000011950000]
    total_blobs=5803 nmethods=5136 adapters=579
    compilation: enabled

    Compilation events (10 events):
    Event: 11.331 Thread 0x000000000222a000 nmethod 6113 0x0000000003c2e950 code [0x0000000003c2eae0, 0x0000000003c2ef10]
    Event: 11.331 Thread 0x000000000222a000 6116 1 net.minecraftforge.fml.client.SplashProgress::access$200 (4 bytes)
    Event: 11.331 Thread 0x000000000222a000 nmethod 6116 0x0000000003c2f110 code [0x0000000003c2f260, 0x0000000003c2f370]
    Event: 11.331 Thread 0x000000000222a000 6117 3 net.minecraftforge.fml.client.SplashProgress$Texture::texCoord (16 bytes)
    Event: 11.332 Thread 0x000000000222a000 nmethod 6117 0x0000000003c308d0 code [0x0000000003c30ae0, 0x0000000003c31438]
    Event: 11.332 Thread 0x000000000222a000 6114 3 org.lwjgl.opengl.GL11::glOrtho (33 bytes)
    Event: 11.332 Thread 0x000000000222a000 nmethod 6114 0x0000000003c31b10 code [0x0000000003c31d00, 0x0000000003c32498]
    Event: 11.332 Thread 0x000000000222a000 6115 3 net.minecraftforge.fml.client.SplashProgress::access$1800 (4 bytes)
    Event: 11.332 Thread 0x000000000222a000 nmethod 6115 0x0000000003c32a50 code [0x0000000003c32ba0, 0x0000000003c32cf0]
    Event: 11.334 Thread 0x0000000002227800 nmethod 6086 0x0000000003c39990 code [0x0000000003c39de0, 0x0000000003c3f168]

    GC Heap History (10 events):
    Event: 4.956 GC heap after
    Heap after GC invocations=32 (full 0):
    garbage-first heap total 524288K, used 117999K [0x0000000700000000, 0x0000000701000100, 0x00000007c0000000)
    region size 16384K, 1 young (16384K), 1 survivors (16384K)
    Metaspace used 24369K, capacity 24692K, committed 25216K, reserved 1071104K
    class space used 2767K, capacity 2852K, committed 2944K, reserved 1048576K
    }
    Event: 5.884 GC heap before
    {Heap before GC invocations=32 (full 0):
    garbage-first heap total 524288K, used 380143K [0x0000000700000000, 0x0000000701000100, 0x00000007c0000000)
    region size 16384K, 17 young (278528K), 1 survivors (16384K)
    Metaspace used 26947K, capacity 27328K, committed 27776K, reserved 1073152K
    class space used 3232K, capacity 3366K, committed 3456K, reserved 1048576K
    Event: 5.899 GC heap after
    Heap after GC invocations=33 (full 0):
    garbage-first heap total 1048576K, used 128764K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 2 young (32768K), 2 survivors (32768K)
    Metaspace used 26947K, capacity 27328K, committed 27776K, reserved 1073152K
    class space used 3232K, capacity 3366K, committed 3456K, reserved 1048576K
    }
    Event: 7.408 GC heap before
    {Heap before GC invocations=33 (full 0):
    garbage-first heap total 1048576K, used 718588K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 38 young (622592K), 2 survivors (32768K)
    Metaspace used 32248K, capacity 32652K, committed 33152K, reserved 1077248K
    class space used 4253K, capacity 4374K, committed 4480K, reserved 1048576K
    Event: 7.434 GC heap after
    Heap after GC invocations=34 (full 0):
    garbage-first heap total 1048576K, used 159511K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 4 young (65536K), 4 survivors (65536K)
    Metaspace used 32248K, capacity 32652K, committed 33152K, reserved 1077248K
    class space used 4253K, capacity 4374K, committed 4480K, reserved 1048576K
    }
    Event: 9.419 GC heap before
    {Heap before GC invocations=34 (full 0):
    garbage-first heap total 1048576K, used 716567K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 38 young (622592K), 4 survivors (65536K)
    Metaspace used 37116K, capacity 37557K, committed 38272K, reserved 1083392K
    class space used 4754K, capacity 4913K, committed 4992K, reserved 1048576K
    Event: 9.473 GC heap after
    Heap after GC invocations=35 (full 0):
    garbage-first heap total 1048576K, used 206698K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 37116K, capacity 37557K, committed 38272K, reserved 1083392K
    class space used 4754K, capacity 4913K, committed 4992K, reserved 1048576K
    }
    Event: 10.680 GC heap before
    {Heap before GC invocations=35 (full 0):
    garbage-first heap total 1048576K, used 665450K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 34 young (557056K), 5 survivors (81920K)
    Metaspace used 37893K, capacity 38379K, committed 38828K, reserved 1083392K
    class space used 4863K, capacity 5034K, committed 5036K, reserved 1048576K
    Event: 10.753 GC heap after
    Heap after GC invocations=36 (full 0):
    garbage-first heap total 1048576K, used 288768K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 5 young (81920K), 5 survivors (81920K)
    Metaspace used 37893K, capacity 38379K, committed 38828K, reserved 1083392K
    class space used 4863K, capacity 5034K, committed 5036K, reserved 1048576K
    }
    Event: 11.413 GC heap before
    {Heap before GC invocations=37 (full 0):
    garbage-first heap total 1048576K, used 403456K [0x0000000700000000, 0x0000000701000200, 0x00000007c0000000)
    region size 16384K, 12 young (196608K), 5 survivors (81920K)
    Metaspace used 38301K, capacity 38763K, committed 39416K, reserved 1083392K
    class space used 4926K, capacity 5098K, committed 5112K, reserved 1048576K

    Deoptimization events (10 events):
    Event: 10.522 Thread 0x00000000022af000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000327a15c method=java.lang.StringCoding.encode(Ljava/nio/charset/Charset;[CII)[B @ 1
    Event: 10.523 Thread 0x00000000022af000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000327a15c method=java.lang.StringCoding.encode(Ljava/nio/charset/Charset;[CII)[B @ 1
    Event: 10.566 Thread 0x00000000022af000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038f8050 method=com.google.common.collect.Iterators.addAll(Ljava/util/Collection;Ljava/util/Iterator;)Z @ 13
    Event: 10.566 Thread 0x00000000022af000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038f8050 method=com.google.common.collect.Iterators.addAll(Ljava/util/Collection;Ljava/util/Iterator;)Z @ 13
    Event: 10.566 Thread 0x00000000022af000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038f8050 method=com.google.common.collect.Iterators.addAll(Ljava/util/Collection;Ljava/util/Iterator;)Z @ 13
    Event: 10.566 Thread 0x00000000022af000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038f8050 method=com.google.common.collect.Iterators.addAll(Ljava/util/Collection;Ljava/util/Iterator;)Z @ 13
    Event: 10.588 Thread 0x00000000022af000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003067b0c method=sun.nio.cs.SingleByte$Encoder.encode(C)I @ 13
    Event: 10.652 Thread 0x00000000022af000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000032a6ebc method=com.google.common.base.CharMatcher.indexIn(Ljava/lang/CharSequence;I)I @ 31
    Event: 10.654 Thread 0x00000000022af000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000032a6ebc method=com.google.common.base.CharMatcher.indexIn(Ljava/lang/CharSequence;I)I @ 31
    Event: 10.655 Thread 0x00000000022af000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000032a6ebc method=com.google.common.base.CharMatcher.indexIn(Ljava/lang/CharSequence;I)I @ 31

    Internal exceptions (10 events):
    Event: 10.801 Thread 0x00000000022af000 Implicit null exception at 0x00000000030eb644 to 0x00000000030ec90e
    Event: 10.801 Thread 0x00000000022af000 Exception <a ‘java/lang/NullPointerException’> (0x000000073fa11890) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmruntimesharedRuntime.cpp, line 605]
    Event: 10.802 Thread 0x00000000022af000 Exception <a ‘java/lang/NoClassDefFoundError’: org/apache/log4j/Priority> (0x000000073fad3ca0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmclassfilesystemDictionary.cpp, line 199]
    Event: 10.804 Thread 0x00000000022af000 Implicit null exception at 0x00000000030eb644 to 0x00000000030ec90e
    Event: 10.804 Thread 0x00000000022af000 Exception <a ‘java/lang/NullPointerException’> (0x000000073fc08bf0) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmruntimesharedRuntime.cpp, line 605]
    Event: 10.814 Thread 0x00000000022af000 Implicit null exception at 0x00000000030eb644 to 0x00000000030ec90e
    Event: 10.814 Thread 0x00000000022af000 Exception <a ‘java/lang/NullPointerException’> (0x000000073ff49bc8) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmruntimesharedRuntime.cpp, line 605]
    Event: 10.820 Thread 0x00000000022af000 Exception <a ‘java/lang/ClassCastException’: sun.misc.Cleaner cannot be cast to java.lang.Runnable> (0x000000073e0c5940) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevminterpreterinterpreterRuntime.cpp, line 38‚³YLÚ¤%@
    Event: 10.822 Thread 0x00000000022af000 Implicit null exception at 0x00000000030eb644 to 0x00000000030ec90e
    Event: 10.822 Thread 0x00000000022af000 Exception <a ‘java/lang/NullPointerException’> (0x000000073e115298) thrown at [C:reworkspace8-2-build-windows-amd64-cygwinjdk8u513951hotspotsrcsharevmruntimesharedRuntime.cpp, line 605]

    Events (10 events):
    Event: 11.176 Thread 0x00000000022af000 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000267caa0 mode 0
    Event: 11.178 Thread 0x00000000022af000 DEOPT PACKING pc=0x0000000003baa76c sp=0x000000000267cd60
    Event: 11.178 Thread 0x00000000022af000 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000267caa0 mode 0
    Event: 11.189 Thread 0x00000000022af000 DEOPT PACKING pc=0x0000000003baa76c sp=0x000000000267cd60
    Event: 11.189 Thread 0x00000000022af000 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000267caa0 mode 0
    Event: 11.191 Thread 0x00000000022af000 DEOPT PACKING pc=0x0000000003baa76c sp=0x000000000267cd60
    Event: 11.191 Thread 0x00000000022af000 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000267caa0 mode 0
    Event: 11.192 Thread 0x00000000022af000 DEOPT PACKING pc=0x0000000003baa76c sp=0x000000000267cd60
    Event: 11.192 Thread 0x00000000022af000 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000267caa0 mode 0
    Event: 11.413 Executing VM operation: G1IncCollectionPause

    Dynamic libraries:
    0x000000013f630000 — 0x000000013f667000 D:Minecraftruntimejre-x641.8.0_51binjavaw.exe
    0x0000000077340000 — 0x00000000774df000 C:WindowsSYSTEM32ntdll.dll
    0x0000000077220000 — 0x000000007733f000 C:Windowssystem32kernel32.dll
    0x000007fefd060000 — 0x000007fefd0ca000 C:Windowssystem32KERNELBASE.dll
    0x000007fefd890000 — 0x000007fefd96b000 C:Windowssystem32ADVAPI32.dll
    0x000007fefe8c0000 — 0x000007fefe95f000 C:Windowssystem32msvcrt.dll
    0x000007feff520000 — 0x000007feff53f000 C:WindowsSYSTEM32sechost.dll
    0x000007feff3f0000 — 0x000007feff51d000 C:Windowssystem32RPCRT4.dll
    0x0000000077120000 — 0x000000007721a000 C:Windowssystem32USER32.dll
    0x000007fefeed0000 — 0x000007fefef37000 C:Windowssystem32GDI32.dll
    0x000007fefd270000 — 0x000007fefd27e000 C:Windowssystem32LPK.dll
    0x000007feff320000 — 0x000007feff3eb000 C:Windowssystem32USP10.dll
    0x000007fefb670000 — 0x000007fefb864000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757COMCTL32.dll
    0x000007fefe7a0000 — 0x000007fefe811000 C:Windowssystem32SHLWAPI.dll
    0x000007feff540000 — 0x000007feff56e000 C:Windowssystem32IMM32.DLL
    0x000007fefe960000 — 0x000007fefea69000 C:Windowssystem32MSCTF.dll
    0x0000000055510000 — 0x00000000555e2000 D:Minecraftruntimejre-x641.8.0_51binmsvcr100.dll
    0x0000000054c80000 — 0x0000000055503000 D:Minecraftruntimejre-x641.8.0_51binserverjvm.dll
    0x000007feed230000 — 0x000007feed239000 C:Windowssystem32WSOCK32.dll
    0x000007feff140000 — 0x000007feff18d000 C:Windowssystem32WS2_32.dll
    0x000007feff5f0000 — 0x000007feff5f8000 C:Windowssystem32NSI.dll
    0x000007fefadc0000 — 0x000007fefadfb000 C:Windowssystem32WINMM.dll
    0x000007fefc110000 — 0x000007fefc11c000 C:Windowssystem32VERSION.dll
    0x00000000774f0000 — 0x00000000774f7000 C:Windowssystem32PSAPI.DLL
    0x00000000576a0000 — 0x00000000576af000 D:Minecraftruntimejre-x641.8.0_51binverify.dll
    0x0000000057670000 — 0x0000000057699000 D:Minecraftruntimejre-x641.8.0_51binjava.dll
    0x0000000057450000 — 0x0000000057466000 D:Minecraftruntimejre-x641.8.0_51binzip.dll
    0x000007fefd970000 — 0x000007fefe6fa000 C:Windowssystem32SHELL32.dll
    0x000007fefef40000 — 0x000007feff13d000 C:Windowssystem32ole32.dll
    0x000007fefceb0000 — 0x000007fefcebf000 C:Windowssystem32profapi.dll
    0x0000000057440000 — 0x000000005744d000 D:Minecraftruntimejre-x641.8.0_51binmanagement.dll
    0x000007fefc6a0000 — 0x000007fefc6b8000 C:Windowssystem32CRYPTSP.dll
    0x000007fefc3a0000 — 0x000007fefc3e7000 C:Windowssystem32rsaenh.dll
    0x000007fefd040000 — 0x000007fefd05e000 C:Windowssystem32USERENV.dll
    0x000007fefcd50000 — 0x000007fefcd5f000 C:Windowssystem32CRYPTBASE.dll
    0x0000000057420000 — 0x000000005743a000 D:Minecraftruntimejre-x641.8.0_51binnet.dll
    0x000007fefc640000 — 0x000007fefc695000 C:Windowssystem32mswsock.dll
    0x000007fefc630000 — 0x000007fefc637000 C:WindowsSystem32wship6.dll
    0x000007fefa200000 — 0x000007fefa227000 C:Windowssystem32IPHLPAPI.DLL
    0x000007fefa1f0000 — 0x000007fefa1fb000 C:Windowssystem32WINNSI.DLL
    0x000007fefa010000 — 0x000007fefa021000 C:Windowssystem32dhcpcsvc6.DLL
    0x000007fef9ff0000 — 0x000007fefa008000 C:Windowssystem32dhcpcsvc.DLL
    0x0000000057400000 — 0x0000000057411000 D:Minecraftruntimejre-x641.8.0_51binnio.dll
    0x000007fefb2a0000 — 0x000007fefb2aa000 C:UsersRaphAppDataLocalTempjansi-64-8994199210537865720.dll
    0x000007fefa1d0000 — 0x000007fefa1e5000 C:Windowssystem32NLAapi.dll
    0x000007fef4fe0000 — 0x000007fef4ff5000 C:Windowssystem32napinsp.dll
    0x000007fef4fc0000 — 0x000007fef4fd9000 C:Windowssystem32pnrpnsp.dll
    0x000007fefc4c0000 — 0x000007fefc51b000 C:Windowssystem32DNSAPI.dll
    0x000007fef4fb0000 — 0x000007fef4fbb000 C:WindowsSystem32winrnr.dll
    0x000007fefbdc0000 — 0x000007fefbdc7000 C:WindowsSystem32wshtcpip.dll
    0x000007fef6e90000 — 0x000007fef6e98000 C:Windowssystem32rasadhlp.dll
    0x000007fefa040000 — 0x000007fefa093000 C:WindowsSystem32fwpuclnt.dll
    0x00000000573e0000 — 0x00000000573f7000 D:Minecraftruntimejre-x641.8.0_51binunpack.dll
    0x0000000180000000 — 0x0000000180053000 C:UsersRaphAppDataLocalTempb412-2a15-bf99-644dlwjgl64.dll
    0x000007fee64e0000 — 0x000007fee65fd000 C:Windowssystem32OPENGL32.dll
    0x000007fee9760000 — 0x000007fee978d000 C:Windowssystem32GLU32.dll
    0x000007fee9bd0000 — 0x000007fee9cc1000 C:Windowssystem32DDRAW.dll
    0x000007feea3f0000 — 0x000007feea3f8000 C:Windowssystem32DCIMAN32.dll
    0x000007fefd280000 — 0x000007fefd457000 C:Windowssystem32SETUPAPI.dll
    0x000007fefd000000 — 0x000007fefd036000 C:Windowssystem32CFGMGR32.dll
    0x000007fefd460000 — 0x000007fefd53a000 C:Windowssystem32OLEAUT32.dll
    0x000007fefcf30000 — 0x000007fefcf4a000 C:Windowssystem32DEVOBJ.dll
    0x000007fefad60000 — 0x000007fefad78000 C:Windowssystem32dwmapi.dll
    0x0000000054ae0000 — 0x0000000054c78000 D:Minecraftruntimejre-x641.8.0_51binawt.dll
    0x000007fefb200000 — 0x000007fefb256000 C:Windowssystem32uxtheme.dll
    0x00000000507d0000 — 0x0000000052e61000 C:Windowssystem32nvoglv64.DLL
    0x000007fefbf40000 — 0x000007fefbf51000 C:Windowssystem32WTSAPI32.dll
    0x000007fefc100000 — 0x000007fefc103000 C:Windowssystem32api-ms-win-core-synch-l1-2-0.DLL
    0x000007fefcef0000 — 0x000007fefcf2b000 C:Windowssystem32WINTRUST.dll
    0x000007fefd0e0000 — 0x000007fefd24d000 C:Windowssystem32CRYPT32.dll
    0x000007fefcec0000 — 0x000007fefcecf000 C:Windowssystem32MSASN1.dll
    0x000007fefc0d0000 — 0x000007fefc0fd000 C:Windowssystem32ntmarta.dll
    0x000007feff570000 — 0x000007feff5c2000 C:Windowssystem32WLDAP32.dll
    0x000007feea840000 — 0x000007feeaac9000 C:Windowssystem32nvspcap64.dll
    0x000007fef8c80000 — 0x000007fef8d1c000 C:Windowssystem32mscms.dll
    0x000007fee96c0000 — 0x000007fee9702000 C:Windowssystem32icm32.dll
    0x000007fefcba0000 — 0x000007fefcbdd000 C:Windowssystem32WINSTA.dll
    0x000007fee9710000 — 0x000007fee9752000 C:UsersRaphAppDataLocalTempjna-2539655jna3783147934464071103.dll
    0x000007fef45a0000 — 0x000007fef46c5000 C:Windowssystem32dbghelp.dll

    VM Arguments:
    jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:UsersRaphAppDataLocalTempb412-2a15-bf99-644d -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1432 -Dminecraft.client.jar=C:UsersRaphAppDataRoaming.minecraftversions1.12.21.12.2.jar -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    java_command: net.minecraft.launchwrapper.Launch —username TBiscuit1 —version 1.12.2-forge1.12.2-14.23.4.2705 —gameDir C:/UsersRaphAppDataRoaming.minecraft —assetsDir C:/UsersRaphAppDataRoaming.minecraft/assets —assetIndex 1.12 —uuid 1a23a27ab4ee4030ae227db432d6e44c —accessToken e4b7b6650a3142cb828fda446e6f3161 —userType mojang —tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker —versionType Forge
    java_class_path (initial): C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.12.2-14.23.4.2705forge-1.12.2-14.23.4.2705.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetminecraftlaunchwrapper1.12launchwrapper-1.12.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgow2asmasm-all5.2asm-all-5.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesjlinejline2.13jline-2.13.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeakkaakka-actor_2.112.3.3akka-actor_2.11-2.3.3.jar;C:UsersRaphAppDataRoaming.minecraftlibrariescomtypesafeconfig1.2.1config-1.2.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-actors-migration_2.111.1.0scala-actors-migration_2.11-1.1.0.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-compiler2.11.1scala-compiler-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-library_2.111.0.2scala-continuations-library_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langpluginsscala-continuations-plugin_2.11.11.0.2scala-continuations-plugin_2.11.1-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-library2.11.1scala-library-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-parser-combinators_2.111.0.1scala-parser-combinators_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-reflect2.11.1scala-reflect-2.11.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-swing_2.111.0.1scala-swing_2.11-1.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesorgscala-langscala-xml_2.111.0.2scala-xml_2.11-1.0.2.jar;C:UsersRaphAppDataRoaming.minecraftlibrarieslzmalzma.0.1lzma-0.0.1.jar;C:UsersRaphAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT
    USERNAME=Raph
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

    ————— S Y S T E M —————

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

    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

    Memory: 4k page, physical 16461608k(11118124k free), swap 32921320k(26310960k free)

    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)

    time: Fri Sep 28 19:40:20 2018
    elapsed time: 11 seconds (0d 0h 0m 11s)

  • To post a comment, please login.

Posts Quoted:

Reply

Clear All Quotes


Сегодня разберем фатальную ошибку expression exception access violation с кодом 0xc0000005 с которой чаще всего сталкиваются геймеры при запуске или в момент игры в cyberpunk 2077, vimeworld (minecraft), diablo 2, civilization, borderlands, R2 online, властелин колец и прочие. Выясним причины появления и попробуем самостоятельно исправить эту проблему.

Содержание статьи

  1. Что это за неполадка
  2. Простые способы устранения
  3. Отключение DEP
  4. Выключаем UAC
  5. Проверка памяти
  6. Драйвера
  7. Для игроков во Властелин Колец
  8. Дополнительные способы
  9. Комментарии пользователей

Что это за неполадка

В переводе на русский «exception access violation» означает нарушение прав доступа.

Исходя из перевода можно предположить, что проблема на стороне прав доступа, но это не всегда так. На самом деле причин здесь может быть масса. Давайте разберем каждую из них.

Простые способы устранения

Вот список действий, которые желательно выполнить в первую очередь. Они простые и возможно, сэкономят много времени.

  1. Удостоверьтесь, что с правами доступа все в порядке. Войдите в «Свойства» ярлыка и во вкладке «Общие» уберите галочки со всех атрибутов.свойства ярлыка
  2. Запустите приложение в режиме совместимости с другой версией ОС. Для этого вновь откройте «Свойства» ярлыка и переместитесь в раздел «Совместимость». Активируйте пункт режима совместимости и выберите другую систему.запуск в режиме совместимости
  3. Сбросьте настройки Биос. Особенно актуально, если до появления сбоя разгонялась оперативная память, процессор или вносились другие изменения в BIOS.
  4. Если разгон осуществлялся через программы, например, «Msi AfterBurner», то также его отключите. При этом убедитесь, что значения вернулись к стоковым.
  5. Иногда помогает небольшое понижение производительности видеокарты через ту же «Msi AfterBurner». Нужно понизить значения «Core Clock» и «Memory Clock» на 5-10%, передвигая ползунки. Сохраните изменения, нажав на галочку. Проверьте результат.
  6. Обновите Windows и установите «AVX FIX» (актуально для игроков в киберпанк).
  7. Удостоверьтесь, что вход в систему осуществлен через учетную запись с правами администратора.
  8. Попробуйте запустить приложение через правый клик – запуск с правами администратора.запуск с правами администратора
  9. Переустановите программу или игру, с которой возникают проблемы. Удалять софт желательно через деинсталляторы, например, «Revo Uninstaller».
  10. Проверьте компьютер на вирусы. Желательно с помощью нескольких антивирусных сканеров.

Если ничего не помогло, ничего страшного, ниже предоставлю еще несколько вариантов решения.

Отключение DEP

Попробуйте отключить «DEP» для конкретной программы.

Как это сделать:

  1. Зайдите в свойства значка «Компьютер».свойства
  2. Откройте «Дополнительные параметры».дополнительные параметры
  3. Во вкладке «Быстродействие» нажмите по кнопке «Параметры».быстродействие
  4. Переместитесь в «Предотвращение выполнения данных», отметьте второй пункт с пометкой «кроме выбранных ниже» и кликните «Добавить».опции быстродействия
  5. Выберите «.exe» файл приложения (не ярлык) с которым возникают проблемы.

По окончании перезагрузите компьютер.

Выключаем UAC

UAC – это функция контроля учетных записей, которая имеется по умолчанию в новых системах Windows. Давайте ее отключим.

  1. Откройте «Панель управления» и войдите в раздел «Учетные записи».учетные записи
  2. Выберите «Изменить параметры контроля».изменение настроек контроля
  3. Перетащите ползунок в самый низ до появления отметки «никогда не уведомлять» и кликните «Ок».без уведомлений

Проверка памяти

Также стоит провести диагностику модулей памяти (ОЗУ). Особенно, если сбой появляется в разных приложениях, а не только в одном.

  1. В Windows 10 и 8 можно использовать стандартной средство. Запускается оно через поиск «WIN + S» и ввода слова «памяти».тест памяти
  2. В Windows 7 и более ранних версиях необходимо использовать утилиту «Memtest86».

При выявлении неисправностей, замените «битую» память новой.

Единственным минусом этих тестов является не способность выявить несовместимость модулей ОЗУ с материнской платой.

Драйвера

Убедитесь, что драйвера находятся в актуальном состоянии. Сделать это можно с помощью некоторых бесплатных утилит.

Если проблема возникла после обновления какого-то драйвера, например, видеокарты. То войдите в «Диспетчер устройств» и откройте «Свойства» нужного компонента. Затем во вкладке «Драйвер» кликните «Откатить».

откат

Перед обновлением драйвера видеокарты, рекомендую удалять старое ПО через специальные деинсталляторы. Это поможет избежать множества ошибок в будущем.

Для игроков во Властелин Колец

Единственное приложение, которое стоит отдельно разобрать это властелин колец: Битва за Средиземье.

  1. Нажмите «WIN + R» и напишите %appdata%.appdata
  2. Войдите в папку с игрушкой и создайте простой текстовый документ, кликнув правой мышкой по пустой области.
  3. Вставьте в документ следующие строки:

AudioLOD = Low

HasSeenLogoMovies = yes

IdealStaticGameLOD = VeryLow

Resolution = 800 600

StaticGameLOD = VeryLow

TimesInGame = 1

  1. Затем щелкните «Файл» – «Сохранить как».содержимое документа
  2. Выберите «Все файлы», в поле имени напишите «options.ini» и сохраните его в папку с игрой (туда, где был создан текстовый файл).
  3. По завершении процедуры текстовый документ можно удалить, оставив только «options.ini».

Дополнительные способы

В некоторых случаях эти способы помогают устранить ошибку exception access violation. Выполните их, если ничего другое не помогло.

  1. Проведите диагностику видеокарты, используя программы стресс-теста, например, «FurMark».
  2. Убедитесь, что жесткий диск находится в хорошем состоянии.
  3. Верните ОС к исходному состоянию. Актуально для пользователей Windows 10 и 8.функция сброса десятки
  4. Воспользуйтесь точками для отката через «WIN + R» – rstrui.exe.
  5. Установите актуальные версии Net Framework, DirectX, Visual C++ и Java.

Как и обычно последним способом решения является переустановка операционки.

Exception_Access_Violation 0xc0000005 error could block your game from starting or cause it to suddenly crash during gameplay 🙃

XINSTALL BY CLICKING THE DOWNLOAD FILE

Get the most out of your gaming experience by keeping drivers in check!

To ensure your PC and peripherals work at their full potential, you need to stay away from driver problems. Having them out of date can lead to poor performance and in-game errors.
A quick and effortless way to always have well-performing drivers is to follow the steps below:

  1. Download and install Outbyte Driver Updater.
  2. Launch the app on your PC to find all the problematic drivers.
  3. Click Update & Apply Selected to fix all errors.

Unlock the full potential of your PC with Outbyte Driver Updater’s performance tweaks. Optimize CPU usage, extend battery life, prevent overheating, and more for an enhanced gaming experience.

If you play Minecraft, you’re probably familiar with the exception_access_violation 0xc0000005 error. This error is usually displayed when Minecraft players try to start the game, and sometimes during gameplay.

The game may successfully begin to launch but suddenly crash, showing an exception_access_violation error, and ruining your gaming experience.

Fortunately, this article will provide you with some practical methods to fix the error permanently. But first, let’s quickly understand what Minecraft java error exception_access_violation is and what causes it.

What is EXCEPTION_ACCESS_VIOLATION 0xC0000005?

Exception_Access_Violation 0xc0000005 is an error that occurs in games and applications that are built with the Java programming language. It is a Windows-specific error message which could prevent your game from starting or cause it to suddenly crash during gameplay.

Some of the reasons for the Exception_Access_Violation 0xC0000005 error include:

  • Missing or corrupt Java components
  • Outdated GPU driver
  • Misconfigured User Account Control

How to fix EXCEPTION_ACCESS_VIOLATION 0xc0000005?

Table of contents: 

  1. Close unnecessary background apps
  2. Update graphics card driver
  3. Reinstall the Java Runtime Environment
  4. Disable User Account Control (UAC)
  5. Add Minecraft to Data Execution Prevention (DEP) exception list

1. Close unnecessary background apps

It’s possible that one of the active programs is interfering with Minecraft causing EXCEPTION_ACCESS_VIOLATION 0xC0000005. The error messages can occasionally be resolved by terminating any other open programs in the Task Manager. Here is how you do it:

  1. Open Task Manager (Shift + Ctrl + Esc) and click on the Processes tab.
  2. Choose a program that is consuming your CPU, then right-click on it.
  3. Click the End Task button to close the application.

end tasks to fix minecraft error

2. Update graphics card driver

If your graphics card is outdated or not compatible with your device, Minecraft will certainly keep crashing and raising error codes such as 0xC0000005 error. The following steps will show you how to update your GPU driver.

  1. Type Device Manager into the search bar of your Windows device. Click on it to open.
  2. Expand Display adapters, right-click the one you are using, then select Update driver.
  3. Click on Search automatically for drivers and follow the instructions to download the GPU.

Updating your GPU driver manually can be difficult or time-consuming, but you can use a third-party app like Outbyte Driver Updater to update your drivers automatically. This app is easy to use and only requires a few clicks to update any driver you want.

⇒ Get Outbyte Driver Updater

3. Reinstall the Java Runtime Environment

Minecraft 1.17 exception_access_violation error sometimes happens because Java is not working correctly. To fix this problem, you have to reinstall a new copy of the software on your computer. But first, you have to uninstall all corrupt or unsuccessfully installed Java items.

  1. Open the Run accessory using Windows + R
  2. Type in the command cpl. Press Enter
  3. Click on Java from the list of programs. Right-click to Uninstall.
  4. Click Yes to confirm the uninstallation process.

Once you have uninstalled it, restart your computer. Then go to Java official website, select and download the appropriate Java Runtime Environment for your operating system.

You’ll need 32-bit Java for a 32-bit program and 64-bit java for a 64-bit program. But if you’re not sure which one suits your device, it’s best to download both. After installing Java, restart your device and launch Minecraft to see if the problem is solved.

4. Disable User Account Control (UAC)

UAC is a Microsoft Windows security feature that helps prevent unauthorized changes that may be initiated by applications or malware on the operating system. This feature can cause Minecraft exception_Access_Violation 0xC0000005 error if it’s enabled on your device. To disable UAC follow the steps below:

  1. Click on the windows search icon and type UAC. Double-click to open
  2. Drag the slider down to Never notify and click OK to save changes

5. Add Minecraft to Data Execution Prevention (DEP) exception list

DEP helps secure your PC from all forms of corrupted data. However, DEP might see the Minecraft file as malicious software and block it from launching. The best solution here is to add Minecraft to the DEP exception list so that it allows the game to run on your PC.

  1. On the taskbar search box, type View advanced system settings. Click to open.
  2. Click on the Advanced tab and click the Settings button under the Performance section.
  3. Click on the Data Execution Prevention tab and select turn on DEP for all programs and services except the ones I select.
  4. Click Add to locate Minecraft .exe file, select it and click on Open.
  5. Click Apply and OK to save the changes.

With any of the methods listed above, you should be able to fix Minecraft exception_access_violation 0xc0000005 error. But if the game continues to display the error after trying all the above methods, then it’s better to uninstall the game and reinstall it.

If your Minecraft ever crashed due to -1073740791 error code, make sure to read our article on how to fix the problem easily.

If you encounter any issues or errors while playing your favorite games and require support, feel free to contact us here. Our team is always ready to assist you and ensure your gaming experience is seamless and enjoyable.

Some players in Minecraft may encounter an EXCEPTION_ACCESS_VIOLATION (0xc0000005) error when the game starts. In the message to the error, you can find information that a critical failure was detected during the attempt to start the game by the Java runtime. In this article, we will try to help you fix EXCEPTION_ACCESS_VIOLATION (0xc0000005) error so you can run Minecraft and enjoy the game.

Fixing EXCEPTION_ACCESS_VIOLATION (0xc0000005) error

Reinstalling Java

First of all, you need to try to reinstall the Java components on your computer. It is possible that their last installation was not as successful as you thought. The reinstallation is done quite simply: go to “Programs and Components”, find the Java item there, right click on it and select “Delete”.

Then go to the official Java website, download the software libraries installer, install them and reboot your computer. After these simple actions, try running Minecraft again and check for EXCEPTION_ACCESS_VIOLATION (0xc0000005) error.

Reinstalling Minecraft

If reinstalling the Java components did not help resolve the error situation when running Minecraft, then why not try to reinstall the game itself. Given that the size of that is incredibly small, then this should not be a problem for you.

Go back to “Programs and Features”. Find the installed Minecraft in the list of installed programs. Right-click on it and select “Delete”. Then re-install the game, as you did the first time.

Disabling User Account Control

There is a possibility that the EXCEPTION_ACCESS_VIOLATION (0xc0000005) error when starting Minecraft could have occurred due to a conflict with Account Control in your Windows operating system. To test this probability, you need to disable User Account Control, and then try again to run Minecraft. To do this, do the following:

  • Press the Windows + S key combination.
  • Type the query “Change User Account Control settings” in the search box and select the result.
  • Before you should appear a slider that is responsible for notifications of Account Control. Move it to the “Never notify” position.
  • Apply the changes.

Again, try running Minecraft to check for EXCEPTION_ACCESS_VIOLATION (0xc0000005) error. If it does not help, then let’s move on.

Checking game conflicts with DEP

DEP (Data Execution Prevention or Data Execution Prevention) is the software and hardware of the system that does not allow the launching of malicious code on it. The Minecraft files could enter into conflict with this security, as a result of which they were blocked for execution. You need to add the game files to the DEP exception list. To do this, do the following:

  • Press the Windows + S key combination.
  • Type the query “System Information” in the search box and select the result.
  • Click on “Advanced System Settings”.
  • Go to the “Advanced” tab.
  • Go to the “Settings” section of “Performance”.
  • Go to the “Data Execution Prevention” tab.
  • Check the box next to “Enable DEP for all programs and services except those selected below: “.
  • Then click the “Add” button.
  • Add the Minecraft executable file to the DEP exceptions. If you installed the game in the default directory, it should be in C: Users UserName AppData Local .Minecraft.
  • Save the changes to the DEP.

Once you have eliminated Minecraft from DEP, try running it again. If none of the above did not help you in solving the EXCEPTION_ACCESS_VIOLATION (0xc0000005) error, then we have one more, the last method, which, according to many users on the network, will certainly correct the problem.

Changing the Options File

So, go to the Minecraft folder, which should be in the C: Users UserName AppData Local .Minecraft directory. Find in this folder a file called options.txt. Open it and find the line fnoEnable: true in it.

You must change the value of this line from fnoEnable: true to fnoEnable: false. Then, save the changes to this file and continue playing quietly in Minecraft, because this time there should be no EXCEPTION_ACCESS_VIOLATION (0xc0000005) error.

  • Ошибка video tdr failure nvlddmkm sys windows 10
  • Ошибка video shedule internal error windows 10
  • Ошибка video scheduler internal error windows 10 при играх
  • Ошибка video dxgkrnl fatal error windows 10 как исправить
  • Ошибка video card or driver doesn t support ubyte4n vertex data