-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 13
-
Component/s: hotspot
-
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.
Change the type of card table entries to CardValue, a typedef for uint8_t instead.
- relates to
-
JDK-8220660 [s390]: debug build broken after JDK-8220301
-
- Resolved
-