src/hotspot/cpu/arm/globals_arm.hpp
changeset 52351 0ecb4e520110
parent 47881 0ce0ac68ace7
child 52460 f1bb77833b59
--- a/src/hotspot/cpu/arm/globals_arm.hpp	Mon Oct 29 11:31:25 2018 -0700
+++ b/src/hotspot/cpu/arm/globals_arm.hpp	Tue Oct 30 10:39:19 2018 -0400
@@ -88,13 +88,5 @@
                    notproduct, \
                    range, \
                    constraint, \
-                   writeable) \
-                                                                                        \
-  develop(bool, VerifyInterpreterStackTop, false,                                       \
-          "Verify interpreter stack top at every stack expansion (AArch64 only)")       \
-                                                                                        \
-  develop(bool, ZapHighNonSignificantBits, false,                                       \
-          "Zap high non-significant bits of values (AArch64 only)")                     \
-                                                                                        \
-
+                   writeable)
 #endif // CPU_ARM_VM_GLOBALS_ARM_HPP