mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8251505: Use of types in compiler shared code should be consistent.
Reviewed-by: phh
This commit is contained in:
parent
130cf46dcb
commit
b6935dfb86
10 changed files with 33 additions and 31 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue