--- old/src/share/vm/opto/compile.cpp 2015-10-08 07:24:14.000000000 -1000 +++ new/src/share/vm/opto/compile.cpp 2015-10-08 07:24:14.000000000 -1000 @@ -2254,6 +2254,8 @@ if (failing()) return; } } + // Ensure that major progress is now clear + C->clear_major_progress(); { // Verify that all previous optimizations produced a valid graph