LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

random garbage collection minecraft 1.12 to 23w13a #873

Closed Danjhop4 closed 1 year ago

Danjhop4 commented 1 year ago

Version

3.3.1

Platform

Windows x64

JDK

OpenJDK microsoft

Module

LWJGL Core and opengl

Bug description

the garbage collector seems to to randomly stop for seconds at a time at random on minecraft even on old versions it does it but I am going off new versions for the report

Stacktrace or crash log output

N/a
Spasi commented 1 year ago

There have been no indications that LWJGL causes excessive GC pauses. There are minimal allocations inside LWJGL and all of them happen at initialization.

There is also zero technical information in this bug report and no way to reproduce an issue.