Skip to content

Commit 18a37f9

Browse files
committedJan 11, 2021
8259368: Zero: UseCompressedClassPointers does not depend on UseCompressedOops
Reviewed-by: aph, zgu
1 parent a03e22b commit 18a37f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright 2009, 2015, Red Hat, Inc.
2+
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
3+
* Copyright 2009, 2021, Red Hat, Inc.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -36,6 +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
39+
#define COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS false
4040

4141
#endif // CPU_ZERO_GLOBALDEFINITIONS_ZERO_HPP

0 commit comments

Comments
 (0)
Please sign in to comment.