Integrated: 8289071: Compute allocation sizes of stubs and nmethods outside of lock protection
Yi-Fan Tsai
duke at openjdk.org
Tue Jun 28 15:19:10 UTC 2022
On Fri, 24 Jun 2022 00:05:25 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.
This pull request has now been integrated.
Changeset: 88fe19c5
Author: Yi-Fan Tsai <yftsai at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/88fe19c5b2d809d5b9136e1a86887a50d0eeeb55
Stats: 25 lines in 2 files changed: 8 ins; 7 del; 10 mod
8289071: Compute allocation sizes of stubs and nmethods outside of lock protection
Reviewed-by: thartmann, phh
-------------
PR: https://git.openjdk.org/jdk/pull/9266
More information about the hotspot-compiler-dev
mailing list