You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove !defined(OMR_OVERRIDE_COMPRESS_OBJECT_REFERENCES) from
preprocessor guard of _compressObjectReferences field
Make _compressObjectReferences a protected field
[skip ci]
Signed-off-by: Sharon Wang <[email protected]>
UDATA _compressedPointersShift; /**< the number of bits to shift by when converting between the compressed pointers heap and real heap */
61
-
#endif/* defined(OMR_GC_COMPRESSED_POINTERS) */
61
+
#endif/* defined(OMR_GC_COMPRESSED_POINTERS) */
62
62
UDATA _referenceLinkOffset; /** Offset within java/lang/ref/Reference of the reference link field */
63
63
UDATA _ownableSynchronizerLinkOffset; /** Offset within java/util/concurrent/locks/AbstractOwnableSynchronizer of the ownable synchronizer link field */
64
64
public:
@@ -572,12 +572,12 @@ class MM_ObjectAccessBarrier : public MM_BaseVirtual
0 commit comments