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
STDERR:
WARNING: Using incubator modules: jdk.incubator.foreign
OpenJDK 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
OpenJDK 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
java.lang.VirtualMachineError: Out of space in CodeCache for adapters
at java.base/java.time.zone.ZoneOffsetTransition.<init>(ZoneOffsetTransition.java:175)
at java.base/java.time.zone.ZoneRules.<init>(ZoneRules.java:300)
at java.base/java.time.zone.ZoneRules.readExternal(ZoneRules.java:478)
at java.base/java.time.zone.Ser.readInternal(Ser.java:196)
at java.base/java.time.zone.Ser.read(Ser.java:189)
at java.base/java.time.zone.TzdbZoneRulesProvider.provideRules(TzdbZoneRulesProvider.java:135)
at java.base/java.time.zone.ZoneRulesProvider.getRules(ZoneRulesProvider.java:235)
at java.base/java.time.ZoneRegion.ofId(ZoneRegion.java:121)
at java.base/java.time.ZoneId.of(ZoneId.java:410)
at java.base/java.time.ZoneId.of(ZoneId.java:358)
at java.base/java.time.ZoneId.of(ZoneId.java:314)
at java.base/java.util.TimeZone.toZoneId0(TimeZone.java:574)
at java.base/java.util.TimeZone.toZoneId(TimeZone.java:551)
at java.base/java.util.TimeZone.toZoneId0(TimeZone.java:563)
at java.base/java.util.TimeZone.toZoneId(TimeZone.java:551)
at java.base/sun.util.cldr.CLDRTimeZoneNameProviderImpl.getDisplayNameArray(CLDRTimeZoneNameProviderImpl.java:94)
at java.base/sun.util.locale.provider.TimeZoneNameProviderImpl.getDisplayName(TimeZoneNameProviderImpl.java:99)
at java.base/sun.util.locale.provider.TimeZoneNameUtility$TimeZoneNameGetter.getName(TimeZoneNameUtility.java:271)
at java.base/sun.util.locale.provider.TimeZoneNameUtility$TimeZoneNameGetter.getObject(TimeZoneNameUtility.java:229)
at java.base/sun.util.locale.provider.TimeZoneNameUtility$TimeZoneNameGetter.getObject(TimeZoneNameUtility.java:215)
at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:275)
at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
at java.base/java.text.SimpleDateFormat.subFormat(SimpleDateFormat.java:1306)
at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:1001)
at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)
at java.base/java.text.DateFormat.format(DateFormat.java:339)
at java.base/java.text.Format.format(Format.java:159)
at org.testng.util.TimeUtils.formatTimeInLocalOrSpecifiedTimeZone(TimeUtils.java:23)
at org.testng.reporters.XMLReporter.addDurationAttributes(XMLReporter.java:212)
at org.testng.reporters.XMLReporter.getSuiteAttributes(XMLReporter.java:196)
at org.testng.reporters.XMLReporter.writeSuiteToBuffer(XMLReporter.java:140)
at org.testng.reporters.XMLReporter.writeSuite(XMLReporter.java:108)
at org.testng.reporters.XMLReporter.generateReport(XMLReporter.java:76)
at org.testng.TestNG.generateReports(TestNG.java:1099)
at org.testng.TestNG.run(TestNG.java:1042)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
JavaTest Message: Test threw exception: java.lang.VirtualMachineError: Out of space in CodeCache for adapters
JavaTest Message: shutting down test
The text was updated successfully, but these errors were encountered:
zhaoyuanfang1
changed the title
【dragonwell17】用例test/jdk/java/foreign/TestDowncall.java在x64环境上使用-Xcomp -XX:TieredStopAtLevel=1选项必然失败
【dragonwell17】用例test/jdk/java/foreign/TestDowncall.java在x64环境上使用-Xcomp -XX:TieredStopAtLevel=1选项概率失败
Aug 4, 2023
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/210413?tab=1
Steps to Reproduce
Steps to reproduce the behavior:
dragonwell失败日志
2.log
关键错误信息
dragonwell17使用-Xcomp -XX:TieredStopAtLevel=1选项失败概率:16/50
使用-Xmixed选项500次未出现失败
使用temurin复现失败,失败日志:
178.log
temurin复现概率:27/500
环境信息:
The text was updated successfully, but these errors were encountered: