src/hotspot/cpu/x86/x86_64.ad
changeset 53844 8323fdac6da5
parent 53841 48b50573dee4
child 54022 ff399127078a
--- a/src/hotspot/cpu/x86/x86_64.ad	Wed Feb 20 13:43:02 2019 +0100
+++ b/src/hotspot/cpu/x86/x86_64.ad	Wed Feb 20 13:43:28 2019 +0100
@@ -354,7 +354,7 @@
 RegMask _STACK_OR_INT_REG_mask;
 
 static bool need_r12_heapbase() {
-  return UseCompressedOops || UseCompressedClassPointers || UseZGC;
+  return UseCompressedOops || UseCompressedClassPointers;
 }
 
 void reg_mask_init() {