Integrated: 8253636: C2: Adjust NodeClasses::_max_classes

Roberto Castañeda Lozano github.com+8792647+robcasloz at openjdk.java.net
Thu Oct 1 06:42:13 UTC 2020


On Tue, 29 Sep 2020 09:57:38 GMT, Roberto Castañeda Lozano <github.com+8792647+robcasloz at openjdk.org> wrote:

> Update `NodeClasses::_max_classes` to the max class id within the enumeration. Update comment and assertion to reflect
> that `NodeClasses` uses now 32 bits after the addition of `Opaque1` in JDK-8229495.

This pull request has now been integrated.

Changeset: 5dd9353b
Author:    Roberto Castañeda Lozano <roberto.castaneda.lozano at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/5dd9353b
Stats:     3 lines in 2 files changed: 0 ins; 0 del; 3 mod

8253636: C2: Adjust NodeClasses::_max_classes

Update NodeClasses::_max_classes to the max class id within the
enumeration. Update comment and assertion to reflect that NodeClasses uses now
32 bits after the addition of Opaque1 in JDK-8229495.

Reviewed-by: neliasso, kvn

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

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


More information about the hotspot-compiler-dev mailing list