diff src/share/vm/opto/callnode.hpp @ 74:2a9af0b9cb1c

6674600: (Escape Analysis) Optimize memory graph for instance's fields Summary: EA gives opportunite to do more aggressive memory optimizations. Reviewed-by: never, jrose
author kvn
date Thu, 20 Mar 2008 15:11:44 -0700
parents 99269dbf4ba8
children ba764ed4b6f2
line wrap: on
line diff
--- a/src/share/vm/opto/callnode.hpp	Thu Mar 20 13:51:55 2008 -0700
+++ b/src/share/vm/opto/callnode.hpp	Thu Mar 20 15:11:44 2008 -0700
@@ -419,7 +419,7 @@
   uint _first_index; // First input edge index of a SafePoint node where
                      // states of the scalarized object fields are collected.
   uint _n_fields;    // Number of non-static fields of the scalarized object.
-  DEBUG_ONLY(AllocateNode* _alloc);
+  DEBUG_ONLY(AllocateNode* _alloc;)
 public:
   SafePointScalarObjectNode(const TypeOopPtr* tp,
 #ifdef ASSERT