diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Fri May 02 00:17:40 2014 +0200
+++ b/src/share/vm/runtime/vmStructs.cpp	Fri May 02 00:36:27 2014 +0200
@@ -1307,6 +1307,7 @@
   nonstatic_field(CompileTask,                 _osr_bci,                                     int)                                    \
   nonstatic_field(CompileTask,                 _comp_level,                                  int)                                    \
   nonstatic_field(CompileTask,                 _compile_id,                                  uint)                                   \
+  nonstatic_field(CompileTask,                 _num_inlined_bytecodes,                       int)                                    \
   nonstatic_field(CompileTask,                 _next,                                        CompileTask*)                           \
   nonstatic_field(CompileTask,                 _prev,                                        CompileTask*)                           \
                                                                                                                                      \