RFR: 8349814: [leyden] Avoid uncommon traps in preload code [v2]

Aleksey Shipilev shade at openjdk.org
Tue Feb 11 16:39:39 UTC 2025


On Tue, 11 Feb 2025 16:27:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Aleksey Shipilev 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 three additional commits since the last revision:
>> 
>>  - Merge branch 'premain' into JDK-8349814-preload-avoid-uncommon-traps
>>  - Comment
>>  - Fix
>
> src/hotspot/share/compiler/precompiler.cpp line 215:
> 
>> 213:       IntxFlagSetting fs2(PerMethodSpecTrapLimit, 0);
>> 214: 
>> 215:       compile_cached_code(CompLevel_full_optimization, true, CompLevel_full_optimization, CHECK);
> 
> Please add ` /*for_preload*/` for second parameter.

Done!

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

PR Review Comment: https://git.openjdk.org/leyden/pull/38#discussion_r1951193029


More information about the leyden-dev mailing list