mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8220301: Remove jbyte use in CardTable
Use CardTable::CardValue aliased to uint8_t instead. Reviewed-by: kbarrett, shade
This commit is contained in:
parent
4df6db5e3f
commit
ece7e8a2a1
50 changed files with 255 additions and 251 deletions
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "gc/shared/cardTable.hpp"
|
||||
#include "gc/shared/cardTableBarrierSetAssembler.hpp"
|
||||
#include "gc/shared/cardTableBarrierSet.inline.hpp"
|
||||
#include "gc/shared/collectedHeap.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue