< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page
rev 60435 : imported patch improve_inlining

@@ -44,10 +44,14 @@
 
 #ifndef ATTRIBUTE_ALIGNED
 #define ATTRIBUTE_ALIGNED(x)
 #endif
 
+#ifndef ATTRIBUTE_FLATTEN
+#define ATTRIBUTE_FLATTEN
+#endif
+
 // These are #defines to selectively turn on/off the Print(Opto)Assembly
 // capabilities. Choices should be led by a tradeoff between
 // code size and improved supportability.
 // if PRINT_ASSEMBLY then PRINT_ABSTRACT_ASSEMBLY must be true as well
 // to have a fallback in case hsdis is not available.
< prev index next >