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.

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

              Created:
              Updated:
              Resolved: