You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After changing gc from G1 to ZGC, we started to observe VM crashes.
The problematic frames have different causes, apparently related to truffle compiled nmethod.
The logs are attached.
Steps to reproduce the issue
Run JVM with the following arguments: -XX:+UseZGC -XX:InitiatingHeapOccupancyPercent=70 -XX:ReservedCodeCacheSize=512m -Dsun.reflect.inflationThreshold=2147483647 -XX:MaxVectorSize=16
Describe GraalVM and your environment:
GraalVM version GraalVM EE 21.0.4+8.1 (21.0.4+8.1) (build 21.0.4+8-LTS-jvmci-23.1-b41)
JDK major version: 21
OS: Amazon Linux release 2023.6.20241212
Architecture: Intel
Describe the issue
After changing gc from G1 to ZGC, we started to observe VM crashes.
The problematic frames have different causes, apparently related to truffle compiled nmethod.
The logs are attached.
Steps to reproduce the issue
Run JVM with the following arguments:
-XX:+UseZGC -XX:InitiatingHeapOccupancyPercent=70 -XX:ReservedCodeCacheSize=512m -Dsun.reflect.inflationThreshold=2147483647 -XX:MaxVectorSize=16
Describe GraalVM and your environment:
GraalVM version GraalVM EE 21.0.4+8.1 (21.0.4+8.1) (build 21.0.4+8-LTS-jvmci-23.1-b41)
JDK major version: 21
OS: Amazon Linux release 2023.6.20241212
Architecture: Intel
More details
See core dumps attached.
hs_err_pid.zip
The text was updated successfully, but these errors were encountered: