8297864: Dead code elimination

Reviewed-by: coleenp, pchilanomate
This commit is contained in:
Robbin Ehn 2022-12-05 10:31:35 +00:00
parent 777fb52ef5
commit d523d9d081
100 changed files with 11 additions and 1058 deletions

View file

@ -1071,7 +1071,6 @@
nonstatic_field(CompileTask, _next, CompileTask*) \
nonstatic_field(CompileTask, _prev, CompileTask*) \
\
nonstatic_field(vframeArray, _next, vframeArray*) \
nonstatic_field(vframeArray, _original, frame) \
nonstatic_field(vframeArray, _caller, frame) \
nonstatic_field(vframeArray, _frames, int) \