mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8295661: CompileTask::compile_id() should be passed as int
Reviewed-by: thartmann, dnsimon, never
This commit is contained in:
parent
86d588b035
commit
8e49fcdde4
9 changed files with 44 additions and 46 deletions
|
@ -1066,7 +1066,7 @@
|
|||
nonstatic_field(CompileTask, _method, Method*) \
|
||||
nonstatic_field(CompileTask, _osr_bci, int) \
|
||||
nonstatic_field(CompileTask, _comp_level, int) \
|
||||
nonstatic_field(CompileTask, _compile_id, uint) \
|
||||
nonstatic_field(CompileTask, _compile_id, int) \
|
||||
nonstatic_field(CompileTask, _num_inlined_bytecodes, int) \
|
||||
nonstatic_field(CompileTask, _next, CompileTask*) \
|
||||
nonstatic_field(CompileTask, _prev, CompileTask*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue