hotspot/src/share/vm/code/debugInfoRec.hpp
changeset 38673 e8a403dd5a7d
parent 33593 60764a78fa5c
equal deleted inserted replaced
38672:06ddaebd2564 38673:e8a403dd5a7d
   165 
   165 
   166   OopRecorder* _oop_recorder;
   166   OopRecorder* _oop_recorder;
   167 
   167 
   168   // Scopes that have been described so far.
   168   // Scopes that have been described so far.
   169   GrowableArray<DIR_Chunk*>* _all_chunks;
   169   GrowableArray<DIR_Chunk*>* _all_chunks;
   170 #if !INCLUDE_JVMCI
       
   171   GrowableArray<DIR_Chunk*>* _shared_chunks;
       
   172 #endif
       
   173   DIR_Chunk* _next_chunk;
   170   DIR_Chunk* _next_chunk;
   174   DIR_Chunk* _next_chunk_limit;
   171   DIR_Chunk* _next_chunk_limit;
   175 
   172 
   176 #ifdef ASSERT
   173 #ifdef ASSERT
   177   enum { rs_null, rs_safepoint, rs_non_safepoint };
   174   enum { rs_null, rs_safepoint, rs_non_safepoint };