comparison src/share/vm/runtime/vmStructs.cpp @ 15463:a20be10ad437

made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 00:36:27 +0200
parents 175111728365
children a250a512434d
comparison
equal deleted inserted replaced
15462:05d3f069cff2 15463:a20be10ad437
1305 \ 1305 \
1306 nonstatic_field(CompileTask, _method, Method*) \ 1306 nonstatic_field(CompileTask, _method, Method*) \
1307 nonstatic_field(CompileTask, _osr_bci, int) \ 1307 nonstatic_field(CompileTask, _osr_bci, int) \
1308 nonstatic_field(CompileTask, _comp_level, int) \ 1308 nonstatic_field(CompileTask, _comp_level, int) \
1309 nonstatic_field(CompileTask, _compile_id, uint) \ 1309 nonstatic_field(CompileTask, _compile_id, uint) \
1310 nonstatic_field(CompileTask, _num_inlined_bytecodes, int) \
1310 nonstatic_field(CompileTask, _next, CompileTask*) \ 1311 nonstatic_field(CompileTask, _next, CompileTask*) \
1311 nonstatic_field(CompileTask, _prev, CompileTask*) \ 1312 nonstatic_field(CompileTask, _prev, CompileTask*) \
1312 \ 1313 \
1313 nonstatic_field(vframeArray, _next, vframeArray*) \ 1314 nonstatic_field(vframeArray, _next, vframeArray*) \
1314 nonstatic_field(vframeArray, _original, frame) \ 1315 nonstatic_field(vframeArray, _original, frame) \