RFR: 8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted

Doug Simon dnsimon at openjdk.org
Wed Jan 11 18:44:13 UTC 2023


On Wed, 11 Jan 2023 17:01:16 GMT, Tom Rodriguez <never at openjdk.org> wrote:

>The if (stub == null) test below should be the else branch of this if which I think makes it clearer

I'm suspecting this is indeed a dormant bug. I will investigate further.

@theRealAph any chance you recall the intended logic here?

-------------

PR: https://git.openjdk.org/jdk/pull/11945


More information about the hotspot-compiler-dev mailing list