mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8151413: os::allocation_granularity/page_size and friends return signed values
Reviewed-by: stefank, ccheung, ysr
This commit is contained in:
parent
09b8a19597
commit
4fe99da74f
66 changed files with 165 additions and 163 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue