We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近我们在生产环境中打算使用graal jit,小概率的情况下会出现应用启动失败,容器长时间处于not ready状态. 拉取thread stack dump 之后发现是和加载ttl相关.
JDK:
java version "21.0.5" 2024-10-15 LTS Java(TM) SE Runtime Environment Oracle GraalVM 21.0.5+9.1 (build 21.0.5+9-LTS-jvmci-23.1-b48) Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.5+9.1 (build 21.0.5+9-LTS-jvmci-23.1-b48, mixed mode, sharing)
OS: custom linux Architecture: AMD64
具体的stack dump如下: stack0.txt stack1.txt
想确认下是不是在Graal jit的情况下会触发ttl加载的相关问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近我们在生产环境中打算使用graal jit,小概率的情况下会出现应用启动失败,容器长时间处于not ready状态. 拉取thread stack dump
之后发现是和加载ttl相关.
JDK:
OS: custom linux
Architecture: AMD64
具体的stack dump如下:
stack0.txt
stack1.txt
想确认下是不是在Graal jit的情况下会触发ttl加载的相关问题
The text was updated successfully, but these errors were encountered: