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

Shenandoah: Add test for JDK-8269661

XMLWordPrintable

    • gc
    • b06

        Shenandoah is the only GC at this moment, that supports object pinning and string deduplication, we should add a test to ensure no regression of JDK-8269661.

        JDK-8269661 did not show up in early tests are due to:
        1) Majority strings are latin1
        2) CompactString default to true

        the combination results string values are never pinned, as GetStringCritical returns a inflated UTF16 copy instead of pinned string value.
         

              zgu Zhengyu Gu
              zgu Zhengyu Gu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: