Skip to content

[GR-74489] Split small hosted diagnostics and resource-reporting support singletons.#13283

Merged
graalvmbot merged 6 commits intomasterfrom
cs/GR-74489-split-hosted-diagnostics
Apr 6, 2026
Merged

[GR-74489] Split small hosted diagnostics and resource-reporting support singletons.#13283
graalvmbot merged 6 commits intomasterfrom
cs/GR-74489-split-hosted-diagnostics

Conversation

@graalvmbot
Copy link
Copy Markdown
Collaborator

Summary:

  • Moves heap-dump phase state and dump entry points out of HostedHeapDumpFeature into a dedicated HostedHeapDumpHandler singleton, so CompileQueue consumes the handler directly.
  • Moves debug-info strip state out of NativeImageDebugInfoStripFeature and onto ProgressReporter, which is the only consumer of the stripped-debug-info result.
  • Moves the embedded-resource reporting flag into EmbeddedResourcesInfo while keeping ResourcesFeature.collectEmbeddedResourcesInfo() as the configuration hook for overrides such as EnterpriseResourcesFeature.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 6, 2026
@graalvmbot graalvmbot closed this Apr 6, 2026
@graalvmbot graalvmbot deleted the cs/GR-74489-split-hosted-diagnostics branch April 6, 2026 13:01
@graalvmbot graalvmbot merged commit 012b3ab into master Apr 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants