# HG changeset patch # User rkennke # Date 1443618201 -7200 # Node ID fe9a5147d1ea10a43e2146ffbc79c75b47f45b76 # Parent 7da3c9b25a684588aaefe5c8082aa1c3b2d1f3c7 Enable additional optimization in C2 Shenandoah support. diff -r 7da3c9b25a68 -r fe9a5147d1ea src/share/vm/opto/shenandoahSupport.cpp --- 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)) {