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

Remove unused method Generation::performs_in_place_marking()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b107

      The methods Generation::performs_in_place_marking() is documented as that it should be used by biased locking. But it is currently unused and a "hg grep performs_in_place_marking" does not indicate that it was ever used.

      Currently it is only used in two asserts, but these operate on a young or an old generation instance, where performs_in_place_marking() adds no value since it returns true for old generations and false for young.

            brutisso Bengt Rutisson (Inactive)
            brutisso Bengt Rutisson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: