-
Enhancement
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11.0.9, 14, 15
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8257649 | 11.0.11 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
Currently, we have shenandoahTracer.hpp with a sole definition:
class ShenandoahTracer : public GCTracer {
public:
ShenandoahTracer() : GCTracer(Shenandoah) {}
};
This can be folded near the only use at shenandoahCollectorPolicy.hpp.
class ShenandoahTracer : public GCTracer {
public:
ShenandoahTracer() : GCTracer(Shenandoah) {}
};
This can be folded near the only use at shenandoahCollectorPolicy.hpp.
- backported by
-
JDK-8257649 Shenandoah: fold ShenandoahTracer definition
- Resolved