RFR: 8373800: Remove ScopedValueBindingsResolver [v2]
Alan Bateman
alanb at openjdk.org
Wed Dec 17 11:56:32 UTC 2025
On Wed, 17 Dec 2025 10:49:37 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> The `ScopedValueBindingsResolver::ScopedValueBindingsResolver()` constructor is invoked the first time
>> `JVM_FindScopedValueBindings` is invoked, and may cause unexpected behavior if the loading of the `ScopedValue$Carrier` class fails to load (due to OOM, etc).
>>
>> With this PR, `ScopedValue$Carrier` is loaded during bootstrap with all other `vmClasses`.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>
> @AlanBateman comment: remove "JEP 506"
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28849#pullrequestreview-3587381154
More information about the hotspot-dev
mailing list