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

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


On Wed, 31 Mar 2021 22:02:54 GMT, Vladimir Kozlov <kvn 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.

Thanks, Vladimir.

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

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


More information about the hotspot-compiler-dev mailing list