mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8203030: Zero s390 31 bit size_t type conflicts in shared code
Cast to size_t or change to size_t foe compatibility with other archs. Reviewed-by: pliden, dholmes
This commit is contained in:
parent
43248585b4
commit
561ec75b9b
13 changed files with 17 additions and 17 deletions
|
@ -81,7 +81,7 @@ private:
|
|||
void check_concurrent_work();
|
||||
void trigger_concurrent_work();
|
||||
|
||||
static uintx item_added();
|
||||
static size_t item_added();
|
||||
static void item_removed();
|
||||
size_t add_items_to_clean(size_t ndead);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue