hotspot/src/share/vm/code/debugInfoRec.hpp
changeset 38673 e8a403dd5a7d
parent 33593 60764a78fa5c
--- a/hotspot/src/share/vm/code/debugInfoRec.hpp	Wed May 11 20:27:17 2016 +0000
+++ b/hotspot/src/share/vm/code/debugInfoRec.hpp	Wed May 11 17:43:23 2016 -0700
@@ -167,9 +167,6 @@
 
   // 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;