8150822: Fix typo in JDK-8150201
authorerikj
Tue, 01 Mar 2016 09:42:19 +0100
changeset 36383 f41dad80f4e3
parent 36382 c369cb93d90e
child 36384 b0b41336a9a8
child 36402 7c20aae43c41
8150822: Fix typo in JDK-8150201 Reviewed-by: ihse, dholmes
hotspot/make/solaris/makefiles/amd64.make
--- a/hotspot/make/solaris/makefiles/amd64.make	Tue Mar 01 02:15:31 2016 +0000
+++ b/hotspot/make/solaris/makefiles/amd64.make	Tue Mar 01 09:42:19 2016 +0100
@@ -39,7 +39,7 @@
 # of OPT_CFLAGS. Restore it here.
 ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)
   OPT_CFLAGS/generateOptoStub.o += -g0 -xs
-  OPT_CFLAGS/LinearScan.o += -g0 -xs
+  OPT_CFLAGS/c1_LinearScan.o += -g0 -xs
 endif
 
 else