Skip to content

Commit 587505f

Browse files
committedMay 14, 2020
8244971: Zero VM is broken after JDK-8241825 (COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS not defined)
Reviewed-by: dholmes
1 parent 17dd7dc commit 587505f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/cpu/zero/globalDefinitions_zero.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@
3636
// 32-bit integer argument values are extended to 64 bits.
3737
const bool CCallingConventionRequiresIntsAsLongs = false;
3838

39+
#define COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS true
40+
3941
#endif // CPU_ZERO_GLOBALDEFINITIONS_ZERO_HPP

0 commit comments

Comments
 (0)
Please sign in to comment.