8251505: Use of types in compiler shared code should be consistent.

Reviewed-by: phh
This commit is contained in:
Yi-Fan Tsai 2022-02-03 19:34:28 +00:00 committed by Paul Hohensee
parent 130cf46dcb
commit b6935dfb86
10 changed files with 33 additions and 31 deletions

View file

@ -660,7 +660,7 @@
nonstatic_field(nmethod, _verified_entry_point, address) \
nonstatic_field(nmethod, _osr_entry_point, address) \
volatile_nonstatic_field(nmethod, _lock_count, jint) \
volatile_nonstatic_field(nmethod, _stack_traversal_mark, long) \
volatile_nonstatic_field(nmethod, _stack_traversal_mark, int64_t) \
nonstatic_field(nmethod, _compile_id, int) \
nonstatic_field(nmethod, _comp_level, int) \
\
@ -1199,6 +1199,7 @@
declare_integer_type(ssize_t) \
declare_integer_type(intx) \
declare_integer_type(intptr_t) \
declare_integer_type(int64_t) \
declare_unsigned_integer_type(uintx) \
declare_unsigned_integer_type(uintptr_t) \
declare_unsigned_integer_type(uint8_t) \