RFR: 8373800: Remove ScopedValueBindingsResolver [v2]

Ioi Lam iklam at openjdk.org
Wed Dec 17 10:49:37 UTC 2025


> 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"

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28849/files
  - new: https://git.openjdk.org/jdk/pull/28849/files/6f6aac92..42ffeaa2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28849&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28849&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/28849.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28849/head:pull/28849

PR: https://git.openjdk.org/jdk/pull/28849


More information about the hotspot-dev mailing list