Skip to content

Commit

Permalink
Remove declaration and definition of movedObjectHashCode
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth cox <differentialcalc1050@gmail.com>
  • Loading branch information
KenCox94 committed Mar 17, 2021
1 parent c2af26b commit b2217c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include_core/omr.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ typedef struct OMR_VMConfiguration {
uintptr_t _maximum_thread_count; /* 0 for unlimited */
} OMR_VMConfiguration;

typedef struct movedObjectHashCode {
uint32_t originalHashCode;
BOOLEAN hasBeenMoved;
BOOLEAN hasBeenHashed;
} movedObjectHashCode;

typedef struct OMR_ExclusiveVMAccessStats {
U_64 startTime;
U_64 endTime;
Expand Down Expand Up @@ -194,8 +188,6 @@ typedef struct OMR_VMThread {

void *memorySpace;

struct movedObjectHashCode movedObjectHashCodeCache;

int32_t _attachCount;

void *_savedObject1; /**< holds new object allocation until object can be attached to reference graph (see MM_AllocationDescription::save/restoreObjects()) */
Expand Down

0 comments on commit b2217c1

Please sign in to comment.