RFR: 8289071: Compute allocation sizes of stubs and nmethods outside of lock protection [v2]
Paul Hohensee
phh at openjdk.org
Tue Jun 28 15:14:42 UTC 2022
On Fri, 24 Jun 2022 17:16:37 GMT, Yi-Fan Tsai <duke at openjdk.org> wrote:
>> The pattern of computing the allocation size is inconsistent among the derived classes of CodeBlob. These sizes are not based on the shared resources but computed inside lock-protected regions in several classes. This change moves these cases outside the protected region.
>
> Yi-Fan Tsai has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'master' of https://github.com/yftsai/jdk into JDK-8289071
> - 8289071: Compute stub sizes outside of locks
Lgtm.
-------------
Marked as reviewed by phh (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9266
More information about the hotspot-compiler-dev
mailing list