changeset 19817:8b7a143aea6b

Local fix for JDK-8075105
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 12 Mar 2015 15:02:01 -0700
parents a71b0398f8c7
children 907128d02b31
files src/share/vm/opto/compile.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/compile.cpp	Thu Mar 12 12:15:06 2015 -0700
+++ b/src/share/vm/opto/compile.cpp	Thu Mar 12 15:02:01 2015 -0700
@@ -2184,6 +2184,8 @@
       if (failing())  return;
     }
   }
+  // Ensure that major progress is now clear
+  C->clear_major_progress();
 
   {
     // Verify that all previous optimizations produced a valid graph