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

Simple G1 evacuation path performance enhancements

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 11
    • 11
    • hotspot
    • gc
    • b10

      During recent source code browsing the following minor performance (code generation) enhancement could be found:

      - some stores can be made OOP_NOT_NULL
      - the path for compressed/uncompressed oops when popping elements from the task queue during evacuation can be specialized a bit: compressed oops are never array oops
      - some load of the "from" region in the evacuation path can be delayed and in many cases actually avoided

            tschatzl Thomas Schatzl
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: