JDK-8359373 : Split stubgen initial blob into pre and post-universe blobs
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2025-06-12
  • Updated: 2025-07-11
  • Resolved: 2025-06-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 26
26 b03Fixed
Related Reports
Relates :  
Description
Some StubGenerator initial subs must be generated before initializing the universe while others depend on universe init having completed. The relevant stubs need to be relocated into their own blob and the generator updated to allow for this extra blob.
Comments
Changeset: ee35f638 Branch: master Author: Andrew Dinn <adinn@openjdk.org> Date: 2025-06-13 16:52:40 +0000 URL: https://git.openjdk.org/jdk/commit/ee35f6384fdd0783a7ae62508e837a66683cdd3c
13-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25784 Date: 2025-06-12 17:01:17 +0000
12-06-2025