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

Doug Simon dnsimon at openjdk.org
Wed Mar 8 22:37:26 UTC 2023


On Wed, 8 Mar 2023 10:52:40 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

>> Doug Simon has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>> 
>>  - Merge remote-tracking branch 'openjdk-jdk/master' into JDK-8299570
>>  - changed return type of NativeCall::trampoline_jump to void
>>  - try rationalize code in NativeCall::trampoline_jump
>>  - properly handle CodeBuffer exhaustion in JVMCI backend
>
> @dougxc I'm assuming the test failures are unrelated? If so then ok to push.

Thanks for the reviews @adinn @theRealAph and @tkrodriguez .

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

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


More information about the hotspot-compiler-dev mailing list