diff src/share/vm/opto/phaseX.hpp @ 851:fc4be448891f

6851742: (EA) allocation elimination doesn't work with UseG1GC Summary: Fix eliminate_card_mark() to eliminate G1 pre/post barriers. Reviewed-by: never
author kvn
date Thu, 16 Jul 2009 14:10:42 -0700
parents d1605aabd0a1
children 89e0543e1737
line wrap: on
line diff
--- a/src/share/vm/opto/phaseX.hpp	Wed Jul 15 13:37:35 2009 -0700
+++ b/src/share/vm/opto/phaseX.hpp	Thu Jul 16 14:10:42 2009 -0700
@@ -450,6 +450,8 @@
     subsume_node(old, nn);
   }
 
+  bool delay_transform() const { return _delay_transform; }
+
   void set_delay_transform(bool delay) {
     _delay_transform = delay;
   }