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:
Chris Phillips 2018-06-19 10:00:39 -04:00
parent 43248585b4
commit 561ec75b9b
13 changed files with 17 additions and 17 deletions

View file

@ -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);