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

Split ScanClosure and ScanClosureWithParBarrier

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • hotspot
    • None
    • gc
    • b19

        ScanClosureWithParBarrier inherits from ScanClosure, and overrides the do_oop implementations in ScanClosure.

        ScanClosureWithParBarrier is the only ExtendedOopClosure that overrides the do_oop functions of a super class.

        I propose that we change so that ScanClosureWithParBarrier instead inherits from ScanClosure's super class. This allows for an interesting way to divirtualize our do_oop calls without the current specialized oops macros.

              stefank Stefan Karlsson
              stefank Stefan Karlsson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: