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

Remove jbyte use in CardTable

XMLWordPrintable

    • gc
    • b13

      Cardtables use jbyte as type for a card. We should only use java types (j*) in VM code when interfacing with the java world - this case clearly is not such a case.

      Change the type of card table entries to CardValue, a typedef for uint8_t instead.

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

              Created:
              Updated:
              Resolved: