Integrated: 8253964: [Graal] UnschedulableGraphTest#test01fails with expected:<4> but was:<3>

David Leopoldseder davleopo at openjdk.java.net
Wed Oct 21 07:37:12 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 .

This pull request has now been integrated.

Changeset: c107178b
Author:    David Leopoldseder <davleopo at openjdk.org>
Committer: Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c107178b
Stats:     11 lines in 1 file changed: 11 ins; 0 del; 0 mod

8253964: [Graal] UnschedulableGraphTest#test01fails with expected:<4> but was:<3>

Reviewed-by: kvn, dlong

-------------

PR: https://git.openjdk.java.net/jdk/pull/756


More information about the hotspot-compiler-dev mailing list