RFR: 8316002: Remove unnecessary seen_dead_loader in ClassLoaderDataGraph::do_unloading

Thomas Schatzl tschatzl at openjdk.org
Mon Sep 11 14:19:01 UTC 2023


Hi all,

  please review this removal of an unnecessary local variable which value can be derived at the end by existing ones.

Testing: gha

Thanks,
  Thomas

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

Commit messages:
 - 8316002-remove-seen-dead-loaders

Changes: https://git.openjdk.org/jdk/pull/15662/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15662&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8316002
  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15662.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15662/head:pull/15662

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


More information about the hotspot-runtime-dev mailing list