8295661: CompileTask::compile_id() should be passed as int

Reviewed-by: thartmann, dnsimon, never
This commit is contained in:
Damon Fenacci 2022-12-19 08:50:44 +00:00 committed by Tobias Hartmann
parent 86d588b035
commit 8e49fcdde4
9 changed files with 44 additions and 46 deletions

View file

@ -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*) \