changeset 9755:fe9a5147d1ea

Enable additional optimization in C2 Shenandoah support.
author rkennke
date Wed, 30 Sep 2015 15:03:21 +0200
parents 7da3c9b25a68
children cbd4cf7a1097
files src/share/vm/opto/shenandoahSupport.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/shenandoahSupport.cpp	Wed Sep 30 15:01:47 2015 +0200
+++ b/src/share/vm/opto/shenandoahSupport.cpp	Wed Sep 30 15:03:21 2015 +0200
@@ -209,7 +209,7 @@
     return this;
   }
 
-  if (true) return NULL;
+  // if (true) return NULL;
 
   Unique_Node_List visited;
   if (! has_barrier_users(mem_proj, visited)) {