thartmann [Fri, 30 May 2014 09:26:48 +0200] rev 24919
8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50"
Summary: Reimplemented the test using the Whitebox API to deterministically trigger compilation and deoptimization. Now allowing number of recursive calls to vary by 1.
Reviewed-by: twisti, roland, iignatyev
twisti [Fri, 30 May 2014 09:49:50 -0700] rev 24918
Merge
mikael [Thu, 29 May 2014 16:01:13 -0700] rev 24917
8044071: Print format/argument warnings
Reviewed-by: drchase, dholmes, lfoltan, twisti
anoll [Fri, 30 May 2014 06:50:38 +0200] rev 24916
8011646: SEGV in compiled code with loop predication
Summary: Remove control edge of load node to ensure that castPP removal sets the control edge correctly
Reviewed-by: kvn, roland