diff src/share/vm/code/debugInfoRec.hpp @ 17378:b888ded3ee42

Be more aggressive about sharing of debug info
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 08 Oct 2014 11:52:00 -0700
parents b8f261ba79c6
children be896a1983c0
line wrap: on
line diff
--- a/src/share/vm/code/debugInfoRec.hpp	Wed Oct 08 11:50:00 2014 -0700
+++ b/src/share/vm/code/debugInfoRec.hpp	Wed Oct 08 11:52:00 2014 -0700
@@ -163,7 +163,9 @@
 
   // Scopes that have been described so far.
   GrowableArray<DIR_Chunk*>* _all_chunks;
+#ifndef GRAAL
   GrowableArray<DIR_Chunk*>* _shared_chunks;
+#endif
   DIR_Chunk* _next_chunk;
   DIR_Chunk* _next_chunk_limit;