[lworld] RFR: 8248330: [lworld] [lw3] test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/TestDescription.java fails because of IdentityObject [v2]

Frederic Parain fparain at openjdk.java.net
Thu Jun 25 18:25:53 UTC 2020


> 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

Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:

  Remove temporary fix in Hidden Class test

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

Changes:
  - all: https://git.openjdk.java.net/valhalla/pull/100/files
  - new: https://git.openjdk.java.net/valhalla/pull/100/files/9846fd0c..e5f14cf7

Webrevs:
 - full: https://webrevs.openjdk.java.net/valhalla/100/webrev.01
 - incr: https://webrevs.openjdk.java.net/valhalla/100/webrev.00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/100.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/100/head:pull/100

PR: https://git.openjdk.java.net/valhalla/pull/100



More information about the valhalla-dev mailing list