[lworld] Integrated: 8248330: [lworld] [lw3] test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/TestDescription.java fails because of IdentityObject
Frederic Parain
fparain at openjdk.java.net
Thu Jun 25 18:25:54 UTC 2020
On Thu, 25 Jun 2020 15:33:21 GMT, Frederic Parain <fparain at openjdk.org> wrote:
> Please review this small fix in JVMTI.
>
> The problem is that GetImplementedInterfaces doesn't return the expected set of interfaces because of the injection of
> the java.lang.IdentityObject interface by the JVM. The fix simply filters out this interface if it has been injected by
> the JVM, providing the same behavior as for reflection. Thank you,
>
> Fred
This pull request has now been integrated.
Changeset: d39d4207
Author: Frederic Parain <fparain at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/d39d4207
Stats: 11 lines in 2 files changed: 0 ins; 5 del; 6 mod
8248330: [lworld] [lw3]
test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/TestDescription.java fails because of
IdentityObject
Reviewed-by: hseigel
-------------
PR: https://git.openjdk.java.net/valhalla/pull/100
More information about the valhalla-dev
mailing list