RFR: 8253311: Cleanup relocInfo constructors

Kim Barrett kbarrett at openjdk.java.net
Sat Sep 19 13:36:51 UTC 2020


On Sat, 19 Sep 2020 13:28:05 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> 8253311: Cleanup relocInfo constructors

Please review this cleanup of the relocInfo constructors.

We use constructor delegation to avoid code duplication.  The old code seems
to have been attempting to fake constructor delegation for similar reasons.

Also fixed some comments about a nonexistent BoundRelocation class.

Testing: mach5 tier1-3

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

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


More information about the hotspot-compiler-dev mailing list