8151413: os::allocation_granularity/page_size and friends return signed values

Reviewed-by: stefank, ccheung, ysr
This commit is contained in:
Afshin Zafari 2023-02-07 14:08:01 +00:00 committed by Jesper Wilhelmsson
parent 09b8a19597
commit 4fe99da74f
66 changed files with 165 additions and 163 deletions

View file

@ -74,7 +74,7 @@ int CompilerToVM::Data::_fields_annotations_base_offset;
CardTable::CardValue* CompilerToVM::Data::cardtable_start_address;
int CompilerToVM::Data::cardtable_shift;
int CompilerToVM::Data::vm_page_size;
size_t CompilerToVM::Data::vm_page_size;
int CompilerToVM::Data::sizeof_vtableEntry = sizeof(vtableEntry);
int CompilerToVM::Data::sizeof_ExceptionTableElement = sizeof(ExceptionTableElement);