RFR: 8298720: Insufficient error handling when CodeBuffer is exhausted [v2]

Tobias Hartmann thartmann at openjdk.org
Thu Jan 5 06:14:28 UTC 2023


On Wed, 4 Jan 2023 20:18:48 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adjusted bailout message
>
> src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp line 1205:
> 
>> 1203:                                    *op->stub()->entry());
>> 1204:   if (tpc == nullptr) {
>> 1205:     bailout("trampoline stub overflow");
> 
> The message is confusing. How about `"no space for trampoline stub"` used in `c1_LIRAssembler_ppc.cpp`.

Makes sense. Fixed.

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

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


More information about the hotspot-dev mailing list