RFR: 8253275: Remove unused methods after CMS removal

Aleksey Shipilev shade at openjdk.java.net
Thu Sep 17 08:24:23 UTC 2020


Static analysis shows a few examples of methods that are not used/implemented after CMS removal. We can purge them.

Testing: text searches over the code base, no hits; Linux x86_64 builds

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

Commit messages:
 - 8253275: Remove unused methods after CMS removal

Changes: https://git.openjdk.java.net/jdk/pull/219/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=219&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8253275
  Stats: 12 lines in 2 files changed: 0 ins; 12 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/219.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/219/head:pull/219

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


More information about the hotspot-dev mailing list