Integrated: 8294578: [PPC64] C2: Missing is_oop information when using disjoint compressed oops mode

Martin Doerr mdoerr at openjdk.org
Tue Oct 4 10:16:45 UTC 2022


On Thu, 29 Sep 2022 11:07:34 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Fix missing is_oop information shown by assertion `assert(t->base() == Type::Int || t->base() == Type::Half || t->base() == Type::FloatCon || t->base() == Type::FloatBot) failed: Unexpected type`. See JBS issue for details.

This pull request has now been integrated.

Changeset: f03934e2
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f03934e270aa86de3c6832f9754caba05726726b
Stats:     3 lines in 1 file changed: 3 ins; 0 del; 0 mod

8294578: [PPC64] C2: Missing is_oop information when using disjoint compressed oops mode

Reviewed-by: shade, lucy

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

PR: https://git.openjdk.org/jdk/pull/10484


More information about the hotspot-compiler-dev mailing list