由于GCAssert失败,Websphere应用程序JVM间歇性崩溃

ecbunoof  于 2022-12-18  发布在  其他
关注(0)|答案(1)|浏览(179)

我们在websphere 9 / jre 1.8中托管了一个java应用程序。JVM间歇性崩溃并生成javacore。我们在java core中遇到以下错误,Assert失败错误。

j9mm.141 - * ** ASSERTION FAILED ** AT LargeObjectAllocateStats.cpp:1126: ((false))**

GC History :
j9mm.621 - GC Assertion message: Calculated value of getSizeClassIndex() 133 can not be larger then maximum 122

j9mm.465 - CopyForward start

min heap size : 2GB
max heap size : 4GB
used heap size : 2GB at the time of GC
GC policy : balanced
lx0bsm1f

lx0bsm1f1#

我没有看到现有的GitHub问题,所以我认为你最好的选择是open a new user raised issue,这样GC开发人员就可以分类了。

相关问题