RFR: 8253964: [Graal] UnschedulableGraphTest#test01fails with expected:<4> but was:<3>
Dean Long
dlong at openjdk.java.net
Tue Oct 20 20:44:09 UTC 2020
On Tue, 20 Oct 2020 07:37:26 GMT, David Leopoldseder <davleopo at openjdk.org> wrote:
> This PR fixes a Graal unit test failure in the presence of -Xcomp. The assertion in the test fails with -Xcomp as
> RemoveNeverExecutedCode triggers since we dont have proper profiles with Xcomp there.
> The fix is already tested and integrated in tip graal
> https://github.com/oracle/graal/commit/287dbdf63ec3bfcce74e910d66c21dccf8e9cc46 .
Marked as reviewed by dlong (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/756
More information about the hotspot-compiler-dev
mailing list