-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
[upstream]-Xcomp -XX:TieredStopAtLevel=1选项x64平台运行java/foreign/TestDowncall.java用例随机报Out of space in CodeCache for adapters #114
Comments
sendaoYan
changed the title
[regress]-Xcomp -XX:TieredStopAtLevel=1选项x64平台运行test/jdk/java/foreign/TestDowncall.java用例随机报Out of space in CodeCache for adapters
[regress]-Xcomp -XX:TieredStopAtLevel=1选项x64平台运行java/foreign/TestDowncall.java用例随机报Out of space in CodeCache for adapters
Aug 4, 2023
vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java 存在类似的问题 |
在同一台机器上,都是跑50次,dragonwell17跑50次出现14次fail,temurin17全部pass 测试命令: export test="-jdk:/home/yansendao.ysd/software/jdk/temurin/jdk-17.0.8+7 -nativepath:/home/yansendao.ysd/software/jdk/2023-08/dragonwell-17.0.7.0.7+7-GA-test-image/jdk/jtreg/native -Xcomp -XX:TieredStopAtLevel=1 test/jdk/java/foreign/TestDowncall.java"
function runJtreg() { jtreg -ea -esa -timeoutFactor:4 -v:fail,error,time,nopass -nr -w $dir/index-$1 $test &> $dir/$1.log ; if [[ 0 -ne $? ]] ; then echo -n "$1 " ; else rm -rf $dir/index-$1 $dir/$1.log ; fi ; } ; export -f runJtreg ; export dir="tmp-jtreg-"`basename ${test##* } .java` ; rm -rf $dir ; mkdir -p $dir ; time seq 50 | xargs -i -n 1 -P `nproc` bash -c "runJtreg {}" ; echo total fail number: `ls $dir/*.log 2> /dev/null | wc | awk '{print $1}'` |
用例失败场景分析JVM打开code cache sweep日志选项
pass:
代码差异分析
|
本地编译上游对应tag的版本,测试发现与dragonwell行为一致,失败概率约为21/50
opendjk17对应的上游tag
openjdk17运行情况
|
sendaoYan
changed the title
[regress]-Xcomp -XX:TieredStopAtLevel=1选项x64平台运行java/foreign/TestDowncall.java用例随机报Out of space in CodeCache for adapters
[upstream]-Xcomp -XX:TieredStopAtLevel=1选项x64平台运行java/foreign/TestDowncall.java用例随机报Out of space in CodeCache for adapters
Aug 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
t-one job:https://tone.aliyun-inc.com/ws/xesljfzh/test_result/210413?tab=1
test comand:
dragonwell17复现概率:20/50
10.log
temurin复现概率:0/50
错误信息:
环境信息:
The text was updated successfully, but these errors were encountered: