Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8314545

[Lilliput] Fix ZGC related issues

XMLWordPrintable

    • gc
    • generic
    • generic

      We have a bunch of STS additions in zRelocate.cpp. The guidance that I've got from Erik is that those are not needed and may in-fact cause deadlocks. We have, indeed, observed deadlocks in GHA.

      Those should be removed, and we should use the GC/monitor-deflation sync improvement from JDK-8314551 instead.

      In addition, ZObjArrayAllocator::initialize() installs a 'naked' mark prototype into objects at the end. Those need to be prototype-headers with the appropriate Klass* bits for Lilliput.

            rkennke Roman Kennke
            rkennke Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: