src/hotspot/cpu/ppc/globals_ppc.hpp
changeset 47881 0ce0ac68ace7
parent 47821 0cd18aa4f7b6
child 48332 651a95f30dfb
--- a/src/hotspot/cpu/ppc/globals_ppc.hpp	Sat Nov 11 01:21:09 2017 +0100
+++ b/src/hotspot/cpu/ppc/globals_ppc.hpp	Thu Aug 31 10:00:28 2017 +0200
@@ -83,6 +83,8 @@
 // 2x unrolled loop is shorter with more than 9 HeapWords.
 define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong);
 
+define_pd_global(bool, ThreadLocalHandshakes, false);
+
 // Platform dependent flag handling: flags only defined on this platform.
 #define ARCH_FLAGS(develop, \
                    product, \