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

Larger renamings after JDK-8342382: Improve Application Throughput with a More Efficient Write Barrier

XMLWordPrintable

    • gc

      This CR collects some refactorings that were pointed out either publicly or internally that should be done after JDK-8342382 as they unduly cause code churn (renamings) in many components

      Renamings:

      generate_post_barrier_fast_path -> generate_post_barrier in the code generation backends

      g1_write_barrier_post_c1 -> g1_post_write_barrier_c1; moved because there are existing untouched names that use the same order of terms for e.g. c2 and interpreter.

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

              Created:
              Updated: