8307959: Remove explicit type casts from SerializeClosure::do_xxx() calls

Reviewed-by: matsaave, ccheung
This commit is contained in:
Ioi Lam 2023-05-15 16:33:37 +00:00
parent 97b2ca3de7
commit 57e7a3fbea
15 changed files with 47 additions and 28 deletions

View file

@ -932,6 +932,6 @@ void StringTable::serialize_shared_table_header(SerializeClosure* soc) {
}
soc->do_bool(&_is_two_dimensional_shared_strings_array);
soc->do_u4((u4*)(&_shared_strings_array_root_index));
soc->do_int(&_shared_strings_array_root_index);
}
#endif //INCLUDE_CDS_JAVA_HEAP