OpenJDK / jdk / jdk12
changeset 26231:c815db24a6a0
8056064: Fix corba locale build problem on windows
Reviewed-by: alanb, tbell
author | erikj |
---|---|
date | Wed, 27 Aug 2014 10:59:34 +0200 |
parents | c6cdd019b5cb |
children | ca9aa0749e5d |
files | corba/make/GensrcCorba.gmk |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/corba/make/GensrcCorba.gmk Mon Aug 18 10:07:13 2014 +0100 +++ b/corba/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 ################################################################################