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

Vladimir Kozlov kvn at openjdk.java.net
Wed Mar 31 22:06:20 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

Good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list