hotspot/src/share/vm/opto/chaitin.cpp
changeset 46630 75aa3e39d02c
parent 46625 edefffab74e2
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Wed Jul 05 11:03:19 2017 -0700
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Thu Jul 06 01:50:26 2017 +0200
@@ -1301,7 +1301,7 @@
       if( iscore < score ||
           (iscore == score && iarea > area && lrgs(lo_score)._was_spilled2) ||
           (iscore == score && iarea == area &&
-           ( (ibound && !bound) || ibound == bound && (icost < cost) )) ) {
+           ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) {
         lo_score = i;
         score = iscore;
         area = iarea;