Skip to content

Commit

Permalink
Formatting and ShenandoahEvacInfo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
satyenme committed Aug 30, 2024
1 parent ad94b8f commit 1fc6ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/gc/shenandoah/shenandoahEvacInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "memory/allocation.hpp"

class ShenandoahEvacInfo : public StackObj {
// Values for ShenandoahEvacInfo jfr event, sizes stored as bytes
size_t _collection_set_regions;
size_t _collection_set_used_before;
size_t _collection_set_used_after;
Expand Down
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shenandoah/shenandoahTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ void ShenandoahTracer::send_evacuation_info_event(ShenandoahEvacInfo* info) {

e.commit();
}
}
}
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shenandoah/shenandoahTrace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ class ShenandoahTracer : public GCTracer, public CHeapObj<mtGC> {
void send_evacuation_info_event(ShenandoahEvacInfo* info);
};

#endif
#endif

0 comments on commit 1fc6ef0

Please sign in to comment.