JDK-8278149 : compiler/codecache/CodeCacheFullCountTest.java failing in loom repo
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-loom
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-12-02
  • Updated: 2022-03-07
  • Resolved: 2022-03-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-loomFixed
Related Reports
Relates :  
Description
This is a new test in jdk-18+26, fails when merged with loom repo.

---------System.err:(11/620)---------
java.lang.RuntimeException: codecache shortage did not occur.
at CodeCacheFullCountTest.runTest(CodeCacheFullCountTest.java:71)
at CodeCacheFullCountTest.main(CodeCacheFullCountTest.java:43)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1493)


Comments
Thanks Alan, removed the test from the ProblemList.txt now. commit 89e70fc271d607bdb5f73d3b2bb578e35e61776a (HEAD -> fibers, upstream/fibers) Author: Coleen Phillimore <coleen.phillimore@oracle.com> Date: Mon Mar 7 13:43:29 2022 +0000 8278149: compiler/codecache/CodeCacheFullCountTest.java failing in loom repo
07-03-2022

The loom repo has been sync'ed up to jdk-19+12 so the changes for JDK-8279573 are in the loom repo now.
07-03-2022

After fixing JDK-8279573, we can unproblem list this test in the loom repo.
01-03-2022