changeset 616:1f5939bac4ae

8056064: Fix corba locale build problem on windows Reviewed-by: alanb, tbell
author erikj
date Wed, 27 Aug 2014 10:59:34 +0200
parents 4d704afddadd
children 163a9cd806fd
files make/GensrcCorba.gmk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/GensrcCorba.gmk	Mon Aug 18 10:07:13 2014 +0100
+++ b/make/GensrcCorba.gmk	Wed Aug 27 10:59:34 2014 +0200
@@ -50,8 +50,9 @@
     INCLUDES := com/sun/tools/corba/se/idl, \
     EXCLUDE_FILES := ResourceBundleUtil.java))
 
+# Force the language to english for predictable source code generation.
 TOOL_IDLJ_CMD := $(JAVA) -cp $(CORBA_OUTPUTDIR)/idlj_classes \
-    com.sun.tools.corba.se.idl.toJavaPortable.Compile
+    -Duser.language=en com.sun.tools.corba.se.idl.toJavaPortable.Compile
 
 ################################################################################