Skip to content

Commit

Permalink
8240751: Shenandoah: fold ShenandoahTracer definition
Browse files Browse the repository at this point in the history
Reviewed-by: adityam, zgu
  • Loading branch information
shipilev committed Sep 9, 2020
1 parent c98417e commit 382b8fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
Expand Up @@ -25,11 +25,16 @@
#ifndef SHARE_GC_SHENANDOAH_SHENANDOAHCOLLECTORPOLICY_HPP
#define SHARE_GC_SHENANDOAH_SHENANDOAHCOLLECTORPOLICY_HPP

#include "gc/shared/gcTrace.hpp"
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahTracer.hpp"
#include "memory/allocation.hpp"
#include "utilities/ostream.hpp"

class ShenandoahTracer : public GCTracer {
public:
ShenandoahTracer() : GCTracer(Shenandoah) {}
};

class ShenandoahCollectorPolicy : public CHeapObj<mtGC> {
private:
size_t _success_concurrent_gcs;
Expand Down
35 changes: 0 additions & 35 deletions src/hotspot/share/gc/shenandoah/shenandoahTracer.hpp

This file was deleted.

1 comment on commit 382b8fe

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 382b8fe Sep 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

Issues

Please sign in to comment.