Skip to content

Commit

Permalink
8259368: Zero: UseCompressedClassPointers does not depend on UseCompr…
Browse files Browse the repository at this point in the history
…essedOops
  • Loading branch information
shipilev committed Jan 7, 2021
1 parent 1b60acd commit 5e97717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/zero/globalDefinitions_zero.hpp
Expand Up @@ -36,6 +36,6 @@
// 32-bit integer argument values are extended to 64 bits.
const bool CCallingConventionRequiresIntsAsLongs = false;

#define COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS true
#define COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS false

#endif // CPU_ZERO_GLOBALDEFINITIONS_ZERO_HPP

0 comments on commit 5e97717

Please sign in to comment.