Open ZZZank opened 1 year ago
Description 使用 -XX:+G1ElasticHeap 参数会导致JVM在启动瞬间崩溃,错误报告里提到Problematic frame: # V [jvm.dll+0x1eb408] 不加上ElasticHeap的相关参数时启动正常
Steps to Reproduce
Expected behavior NO CRASH
JDK version openjdk version "1.8.0_352" OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.13.14) (build 1.8.0_352-b01) OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.13.14) (build 25.352-b01, mixed mode)
Execution environment
G1ElasticHeap这个特性目前只支持linux平台,windows平台暂不支持,后续我们会通过调整选项配置避免在不支持的平台上被enable并出现异常行为。
Description 使用 -XX:+G1ElasticHeap 参数会导致JVM在启动瞬间崩溃,错误报告里提到Problematic frame: # V [jvm.dll+0x1eb408] 不加上ElasticHeap的相关参数时启动正常
Steps to Reproduce
Expected behavior NO CRASH
JDK version openjdk version "1.8.0_352" OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.13.14) (build 1.8.0_352-b01) OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.13.14) (build 25.352-b01, mixed mode)
Execution environment