Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamlin-Li committed Nov 9, 2021
1 parent d496ded commit 4b33882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/gc/g1/g1EvacFailureObjectsSet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@
// Provides sorted iteration of these elements for processing during the remove
// self forwards phase.
class G1EvacFailureObjectsSet {
public:
// Storage type of an object that failed evacuation within a region. Given
// heap region size and possible object locations within a region, it is
// sufficient to use an uint here to save some space instead of full pointers.
typedef uint OffsetInRegion;

private:
// Helper class to join, sort and iterate over the previously collected segmented
// array of objects that failed evacuation.
class G1EvacFailureObjectsIterationHelper {
Expand Down Expand Up @@ -70,7 +68,6 @@ class G1EvacFailureObjectsSet {
void do_buffer(G1SegmentedArrayBuffer<mtGC>* node, uint length);
};

private:
static const uint BufferLength = 256;
static const uint Alignment = 4;

Expand Down

0 comments on commit 4b33882

Please sign in to comment.