Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix some SOS commands after SharedDomain removal #21401

Merged
merged 1 commit into from
Dec 7, 2018

Commits on Dec 6, 2018

  1. Fix some SOS commands after SharedDomain removal

    The recent removal of SharedDomain has broken some SOS commands, like
    Name2EE or bpmd. There was a code that was enumerating domains and
    obtaining some information on them. And the shared domain pointer from
    DacpAppDomainStoreData was being included in the list of domains. As it
    is NULL now, we have failed to get the information and the domain
    iteration loop was exited prematurely.
    I have made SOS resilient to the possibility of missing shared domain.
    On older runtimes, the shared domain is still being reported.
    janvorli committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    0f5d816 View commit details
    Browse the repository at this point in the history