RFR: 8334165: Remove serialVersionUID compatibility logic from JMX

Kevin Walls kevinw at openjdk.org
Thu Sep 5 13:22:19 UTC 2024


Remove very very old serialization compatibility logic from JMX.

This relates to keeping the JDK's JMX implementation compatible with JMX versions from when JMX was a separate component, before being integrated into JDK 5.  It should all be removed.

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

Commit messages:
 - whitespace
 - Remove additional jmx.serial.form reference in private javadoc
 - Remove SuppressWarmnings for SVUID not constant
 - Remove test
 - 8334165: remove serialVersionUID compatibility logic from JMX

Changes: https://git.openjdk.org/jdk/pull/20856/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20856&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8334165
  Stats: 1952 lines in 21 files changed: 2 ins; 1785 del; 165 mod
  Patch: https://git.openjdk.org/jdk/pull/20856.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20856/head:pull/20856

PR: https://git.openjdk.org/jdk/pull/20856


More information about the serviceability-dev mailing list