Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

ARM64: Fix AllocFast large object size check #8292

Merged
merged 2 commits into from
Sep 1, 2020

Commits on Sep 1, 2020

  1. ARM64: Fix AllocFast large object size check

    After allocation objects in the large object heap needs to be published for some cleanups related to the background gc. The constant value for this limit (RH_LARGE_OBJECT_SIZE) was not loaded correctly in the register. This caused that the upper 32 bits of the register were in an undefined state. Therefore the check for large objects did practically always fail and the objects were never published. Therefore the cleanup never happened and the background GC did fail.
    RalfKornmannEnvision committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d5e3f16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from RalfKornmannEnvision/ARM64

    ARM64: Fix AllocFast large object size check
    RalfKornmannEnvision authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a514d8c View commit details
    Browse the repository at this point in the history