RFR: 8267338: [JVMCI] revive JVMCI API removed by JDK-8243287 [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Tue May 18 23:52:38 UTC 2021
On Tue, 18 May 2021 20:35:57 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> This PR revives ResolvedJavaType.getHostClass to preserve JVMCI compatibility. The revived method just returns `null`.
>
> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
>
> denote ResolvedJavaType.getHostClass as deprecated
It seems the fix is incomplete - next test is failing: compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
-------------
PR: https://git.openjdk.java.net/jdk/pull/4099
More information about the hotspot-compiler-dev
mailing list