8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii).
authorerikj
Wed, 20 Aug 2014 14:11:35 +0200
changeset 25884 e78c55488f6c
parent 25883 1aedb364117b
child 25885 a4a81944aedd
child 26115 7a9dc384f3c8
8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii). Reviewed-by: ihse
make/common/IdlCompilation.gmk
--- a/make/common/IdlCompilation.gmk	Tue Aug 19 19:07:53 2014 -0700
+++ b/make/common/IdlCompilation.gmk	Wed Aug 20 14:11:35 2014 +0200
@@ -60,7 +60,7 @@
 	$(RM) -rf $3/$$($4_TMPDIR)
 	$(MKDIR) -p $(dir $5)
 	$(ECHO) $(LOG_INFO) Compiling IDL $(patsubst $2/%,%,$4)
-	$8 -td $3/$$($4_TMPDIR) \
+	LC_ALL=C $8 -td $3/$$($4_TMPDIR) \
 	    -i $2/org/omg/CORBA \
 	    -i $2/org/omg/PortableInterceptor \
 	    -i $2/org/omg/PortableServer \