[lworld] RFR: 8253744: [lworld] [lw3] Injected IdentityObject interface should not be hidden by the JVM

Frederic Parain fparain at openjdk.java.net
Mon Sep 28 20:32:05 UTC 2020


Please review these changes which expose the IdentityObject interface when it is injected by the JVM instead of hiding
it. Some tests needed some updates because of the new interface showing up.

Thanks to Daniel Fuchs for his work to fix the test/jdk/javax/naming/module/RunBasic.java test (it was not a small
task).

Tested with Mach5, tiers 1 to 3.

Thank you,

Fred

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

Commit messages:
 - Merge pull request #1 from dfuch/jndi_fix
 - [lworld][idobj_intf] Update copyright and fix comments in modified files
 - [lworld][idobj_intf] Fix test/jdk/javax/naming/module/RunBasic.java by updating the .ldap replay files
 - Fix one more test
 - Fix tests
 - Show injected IdentityObject interface

Changes: https://git.openjdk.java.net/valhalla/pull/201/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=201&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8253744
  Stats: 213 lines in 8 files changed: 36 ins; 23 del; 154 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/201.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/201/head:pull/201

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


More information about the valhalla-dev mailing list