< prev index next >

src/share/vm/code/debugInfoRec.hpp

Print this page

        

@@ -165,13 +165,10 @@
 
   OopRecorder* _oop_recorder;
 
   // Scopes that have been described so far.
   GrowableArray<DIR_Chunk*>* _all_chunks;
-#if !INCLUDE_JVMCI
-  GrowableArray<DIR_Chunk*>* _shared_chunks;
-#endif
   DIR_Chunk* _next_chunk;
   DIR_Chunk* _next_chunk_limit;
 
 #ifdef ASSERT
   enum { rs_null, rs_safepoint, rs_non_safepoint };
< prev index next >