aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorkamg <none@none>2010-09-17 19:45:12 -0400
committerkamg <none@none>2010-09-17 19:45:12 -0400
commitbfa8c15022fba8d7c31386831a505229ada3dc1b (patch)
treeb7ee20784a9f695bf87ae5e0a248ce2b6df70579 /make
parente4f0169290f75872ad2a08f963394813a7f65f79 (diff)
parent534d79f35e48f74b7988682a5062b5ff1e28335b (diff)
Merge
Diffstat (limited to 'make')
-rw-r--r--make/solaris/makefiles/dtrace.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/solaris/makefiles/dtrace.make b/make/solaris/makefiles/dtrace.make
index 39ae1e46b..2338c0109 100644
--- a/make/solaris/makefiles/dtrace.make
+++ b/make/solaris/makefiles/dtrace.make
@@ -165,7 +165,7 @@ $(DTRACE).d: $(DTRACE_SRCDIR)/hotspot.d $(DTRACE_SRCDIR)/hotspot_jni.d \
$(DTRACE.o): $(DTRACE).d $(JVMOFFS).h $(JVMOFFS)Index.h $(DTraced_Files)
@echo Compiling $(DTRACE).d
- $(QUIETLY) $(DTRACE_PROG) $(DTRACE_OPTS) -C -I. -G -o $@ -s $(DTRACE).d \
+ $(QUIETLY) $(DTRACE_PROG) $(DTRACE_OPTS) -C -I. -G -xlazyload -o $@ -s $(DTRACE).d \
$(DTraced_Files) ||\
STATUS=$$?;\
if [ x"$$STATUS" = x"1" -a \