OpenJDK / jdk / jdk
changeset 49448:b91b558a9076
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
Reviewed-by: stefank
author | coleenp |
---|---|
date | Fri, 16 Mar 2018 08:26:53 -0400 |
parents | 657893cb281b |
children | ef5d5d343e2a |
files | src/hotspot/share/gc/parallel/psParallelCompact.hpp |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/gc/parallel/psParallelCompact.hpp Thu Mar 15 11:58:58 2018 +0100 +++ b/src/hotspot/share/gc/parallel/psParallelCompact.hpp Fri Mar 16 08:26:53 2018 -0400 @@ -950,19 +950,7 @@ ParCompactionManager* _cm; }; - class AdjustKlassClosure : public KlassClosure { - public: - AdjustKlassClosure(ParCompactionManager* cm) { - assert(cm != NULL, "associate ParCompactionManage should not be NULL"); - _cm = cm; - } - void do_klass(Klass* klass); - private: - ParCompactionManager* _cm; - }; - friend class AdjustPointerClosure; - friend class AdjustKlassClosure; friend class RefProcTaskProxy; friend class PSParallelCompactTest;