Integrated: 8264546: Dependencies: Context class is always an InstanceKlass

Vladimir Ivanov vlivanov at openjdk.java.net
Thu Apr 1 13:00:28 UTC 2021


On Wed, 31 Mar 2021 21:27:14 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> A trivial refactoring/cleanup: dependency context is always an InstanceKlass, but `Dependencies` uses `Klass*`. 
> Migrate` Dependencies` from `Klass*` to `InstanceKlass*`.
> 
> Testing: hs-tier1 - hs-tier2

This pull request has now been integrated.

Changeset: 80681b54
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/80681b54
Stats:     33 lines in 4 files changed: 1 ins; 6 del; 26 mod

8264546: Dependencies: Context class is always an InstanceKlass

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list