"Attach Listener" Id=6 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@4e43898d
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@4e43898d
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)


"IO-Worker-50" Id=97 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2c543c8b
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@2c543c8b
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	...


"IO-Worker-51" Id=98 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2c543c8b
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@2c543c8b
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	...


"Java2D Disposer" Id=45 WAITING on java.lang.ref.ReferenceQueue$Lock@661e2149
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@661e2149
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at sun.java2d.Disposer.run(Disposer.java:148)
	at java.lang.Thread.run(Thread.java:745)


"LanServerPinger #2" Id=86 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at epk.run(SourceFile:54)


"Narrator" Id=27 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at com.mojang.text2speech.NarratorWindows$NarratorThread.run(NarratorWindows.java:84)
	at java.lang.Thread.run(Thread.java:745)


"Netty Local Client IO #0" Id=51 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@903f6d9
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@903f6d9
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at io.netty.util.concurrent.SingleThreadEventExecutor.takeTask(SingleThreadEventExecutor.java:238)
	at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:52)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
	at java.lang.Thread.run(Thread.java:745)


"Netty Local Client IO #1" Id=82 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@26f31188
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@26f31188
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at io.netty.util.concurrent.SingleThreadEventExecutor.takeTask(SingleThreadEventExecutor.java:238)
	at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:52)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
	at java.lang.Thread.run(Thread.java:745)


"Netty Server IO #0" Id=48 RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked io.netty.channel.nio.SelectedSelectionKeySet@2e6fb44e
	-  locked java.util.Collections$UnmodifiableSet@3422d100
	-  locked sun.nio.ch.WindowsSelectorImpl@2323a1f0
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
	...


"Netty Server IO #1" Id=52 RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked io.netty.channel.nio.SelectedSelectionKeySet@50cef0bf
	-  locked java.util.Collections$UnmodifiableSet@6a6e1734
	-  locked sun.nio.ch.WindowsSelectorImpl@25965004
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
	...


"Netty Server IO #2" Id=60 RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked io.netty.channel.nio.SelectedSelectionKeySet@17abd95e
	-  locked java.util.Collections$UnmodifiableSet@34e1df65
	-  locked sun.nio.ch.WindowsSelectorImpl@14db6d90
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
	...


"Netty Server IO #3" Id=81 RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked io.netty.channel.nio.SelectedSelectionKeySet@5c0d9cd3
	-  locked java.util.Collections$UnmodifiableSet@57655798
	-  locked sun.nio.ch.WindowsSelectorImpl@31111507
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
	...


"Netty Server IO #4" Id=83 RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked io.netty.channel.nio.SelectedSelectionKeySet@3c68dd98
	-  locked java.util.Collections$UnmodifiableSet@6c3cfbf9
	-  locked sun.nio.ch.WindowsSelectorImpl@7e831229
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
	...


"Netty Server IO #5" Id=85 RUNNABLE
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
	at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
	at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked io.netty.channel.nio.SelectedSelectionKeySet@36a6dc9
	-  locked java.util.Collections$UnmodifiableSet@3f65b91e
	-  locked sun.nio.ch.WindowsSelectorImpl@28ce0cd5
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
	...


"ObjectCleanerThread" Id=47 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@35803e73
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@35803e73
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.lang.Thread.run(Thread.java:745)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@5940fd65
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.Reference$Lock@5940fd65
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)


"Render thread" Id=1 RUNNABLE
	at org.lwjgl.opengl.GL15C.glBindBuffer(Native Method)
	at org.lwjgl.opengl.GL15.glBindBuffer(GL15.java:139)
	at dgw.g(SourceFile:424)
	at com.mojang.blaze3d.systems.RenderSystem.glBindBuffer(SourceFile:1132)
	at dhz.a(SourceFile:22)
	at ecg.a(SourceFile:1492)
	at ecg.a(SourceFile:1366)
	at ecb.a(SourceFile:717)
	...


"Server thread" Id=79 RUNNABLE
	at sun.management.ThreadImpl.dumpThreads0(Native Method)
	at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
	at net.minecraft.server.MinecraftServer.f(SourceFile:1570)
	at net.minecraft.server.MinecraftServer.a(SourceFile:1521)
	at vk.c(SourceFile:89)
	at vk.a(SourceFile:44)
	at vk$$Lambda$3302/645187727.run(Unknown Source)
	at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262)
	...


"Signal Dispatcher" Id=5 RUNNABLE


"Snooper Timer" Id=80 WAITING on java.util.TaskQueue@f503dfc
	at java.lang.Object.wait(Native Method)
	-  waiting on java.util.TaskQueue@f503dfc
	at java.lang.Object.wait(Object.java:502)
	at java.util.TimerThread.mainLoop(Timer.java:526)
	at java.util.TimerThread.run(Timer.java:505)


"Snooper Timer" Id=41 WAITING on java.util.TaskQueue@4416465b
	at java.lang.Object.wait(Native Method)
	-  waiting on java.util.TaskQueue@4416465b
	at java.lang.Object.wait(Object.java:502)
	at java.util.TimerThread.mainLoop(Timer.java:526)
	at java.util.TimerThread.run(Timer.java:505)


"Snooper Timer" Id=24 WAITING on java.util.TaskQueue@7a844308
	at java.lang.Object.wait(Native Method)
	-  waiting on java.util.TaskQueue@7a844308
	at java.lang.Object.wait(Object.java:502)
	at java.util.TimerThread.mainLoop(Timer.java:526)
	at java.util.TimerThread.run(Timer.java:505)


"Sound engine" Id=84 WAITING on java.lang.String@1966abe4
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.lang.String@1966abe4
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at ept.bk(SourceFile:49)
	at amp.c(SourceFile:129)
	at ept.c(SourceFile:42)
	at ept$$Lambda$2333/1186128100.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)


"Timer hack thread" Id=22 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at v$2.run(SourceFile:524)


"Worker-Main-27" Id=64 WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


"Worker-Main-37" Id=75 WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


"Worker-Main-38" Id=76 WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


"Worker-Main-39" Id=77 WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


"Worker-Main-47" Id=94 WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


"Worker-Main-8" Id=29 TIMED_WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


"Worker-Main-9" Id=30 WAITING on java.util.concurrent.ForkJoinPool@402c06d7
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.ForkJoinPool@402c06d7
	at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1821)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1690)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)


