diff -r 74533f63b116 -r d2a62e0f25eb make/solaris/makefiles/jvmg.make --- a/make/solaris/makefiles/jvmg.make Wed Jun 27 15:23:36 2012 +0200 +++ b/make/solaris/makefiles/jvmg.make Thu Jun 28 17:03:16 2012 -0400 @@ -37,7 +37,8 @@ endif endif -CFLAGS += $(DEBUG_CFLAGS/BYFILE) +# _NMT_NOINLINE_ informs NMT that no inlining by Compiler +CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_ # Set the environment variable HOTSPARC_GENERIC to "true" # to inhibit the effect of the previous line on CFLAGS.