hotspot Udiff make/solaris/makefiles/product.make (original) (raw)

< prev index next >

Print this page


@@ -35,10 +35,15 @@

for this method for now. (fix this when dtrace bug 6258412 is fixed)

ifndef USE_GCC OPT_CFLAGS/ciEnv.o = $(OPT_CFLAGS) -xinline=no%_1cFciEnvbFpost_compiled_method_load_event6MpnHnmethod__v endif

+# Need extra inlining to get oop_ps_push_contents functions to perform well enough. +ifndef USE_GCC +OPT_CFLAGS/psPromotionManager.o = $(OPT_CFLAGS) -W2,-Ainline:inc=1000 +endif +

(OPT_CFLAGS/SLOWER is also available, to alter compilation of buggy files)

ifeq ("${Platform_compiler}", "sparcWorks")

ifeq ($(COMPILER_REV_NUMERIC), 510)

CC 5.10 has bug XXXXX with -xO4

< prev index next >