Skip to content

Commit 6dcdac0

Browse files
author
duke
committedAug 24, 2021
Automatic merge of jdk:master into master
2 parents 5f5be2d + 6e0328f commit 6dcdac0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/share/gc/g1/g1HeapRegionAttr.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ struct G1HeapRegionAttr {
3939
#else
4040
typedef int8_t region_type_t;
4141
#endif
42+
// _needs_remset_update_t is essentially bool, but we need precise control
43+
// on the size, and sizeof(bool) is implementation specific.
4244
typedef uint8_t needs_remset_update_t;
4345

4446
private:

0 commit comments

Comments
 (0)
Please sign in to comment.