RFR: 8317273: compiler/codecache/OverflowCodeCacheTest.java fails transiently on Graal
Tom Rodriguez
never at openjdk.org
Thu Sep 28 21:00:26 UTC 2023
On Thu, 28 Sep 2023 20:34:14 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PR changes JVMCI to throw a `BailoutException` instead of causing a VM fatal error when a JVMCI RuntimeStub cannot be allocated in the CodeCache.
looks good.
src/hotspot/share/jvmci/jvmciCodeInstaller.cpp line 663:
> 661: }
> 662:
> 663: name = os::strdup(name); // Note: this leaks. See JDK-8289632
JDK-8289632 was closed as not an issue since RuntimeStubs are never freed in normal execution so maybe drop this comment.
-------------
Marked as reviewed by never (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15970#pullrequestreview-1649700178
PR Review Comment: https://git.openjdk.org/jdk/pull/15970#discussion_r1340661454
More information about the hotspot-compiler-dev
mailing list