Skip to content

Commit fc00dff

Browse files
author
duke
committed
Backport 51be7db
1 parent c5407b6 commit fc00dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.pack/share/native/common-unpack/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ enum {
203203
AO_HAVE_FIELD_FLAGS_HI = 1<<10,
204204
AO_HAVE_METHOD_FLAGS_HI = 1<<11,
205205
AO_HAVE_CODE_FLAGS_HI = 1<<12,
206-
AO_UNUSED_MBZ = (-1)<<13, // options bits reserved for future use.
206+
AO_UNUSED_MBZ = (int)((~0U)<<13), // options bits reserved for future use.
207207

208208
#define ARCHIVE_BIT_DO(F) \
209209
F(AO_HAVE_SPECIAL_FORMATS) \

0 commit comments

Comments
 (0)