RFR: 8297036: Generalize C2 stub mechanism [v7]

Vladimir Kozlov kvn at openjdk.org
Tue Dec 6 18:42:17 UTC 2022


On Tue, 6 Dec 2022 09:46:32 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Relax size-check in C2CodeStubList::emit()
>
> I need somebody to run this on PPC to figure out the actual stub size for C2SafepointPollStub. @tstuefe could you try this? Thanks!

@rkennke I got bad COPYRIGHT line error. You missed `,` after second year in c2_CodeStubs_aarch64.cpp and c2_CodeStubs_x86.cpp:

* Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.

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

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


More information about the hotspot-compiler-dev mailing list