RFR: Save/load i2c2i adapters [v2]

Ashutosh Mehra asmehra at openjdk.org
Tue Nov 12 18:38:11 UTC 2024


On Wed, 6 Nov 2024 22:23:07 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> src/hotspot/share/code/SCCache.cpp line 2488:
>> 
>>> 2486:   // TODO - maybe move this up to selected callers so we only lock
>>> 2487:   // when saving a c1 or opto blob
>>> 2488:   MutexLocker ml(Compile_lock);
>> 
>> Only one compiler thread should generate compiler's runtime blobs.
>> See `AbstractCompiler::should_perform_init()`.
>
> Unless you changed when you call this generation.

Done

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

PR Review Comment: https://git.openjdk.org/leyden/pull/25#discussion_r1838588469


More information about the leyden-dev mailing list