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

Add getters for BOT and card table members

XMLWordPrintable

    • gc
    • b27

      JDK-8272773 introduced a configurable card table size. Some enum constants were converted to statics.

      Keeping their naming the same as before, they now contradict accepted coding style guidelines, e.g.

      class ObjectStartArray {
        static uint block_shift;
        [...]
      }

      class CardTable {
        static uint card_shift;
        [...]
      }

      and so on.

      Change the code to use getters as expected for those.

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

              Created:
              Updated:
              Resolved: