From ed0dddbc941d3c0aebc0f61ee547d832d42034a3 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 14 Jan 2020 11:53:20 -0500 Subject: [PATCH] Use com.ibm.jvm.io.ConsolePrintStream.localize for z/OS Create the com.ibm.jzos module, and add some missing com.ibm.jzos.ZFile stubs. Skip the CI builds since there is an openjdk dependency and they won't succeed. [ci skip] Signed-off-by: Peter Shipton --- debugtools/DDR_VM/.classpath | 1 - jcl/jpp_configuration.xml | 9 +++++- .../share/classes}/com/ibm/jzos/ZFile.java | 15 ++++++++- .../share/classes/module-info.java | 32 +++++++++++++++++++ .../share/classes/java/lang/System.java | 6 ++-- 5 files changed, 57 insertions(+), 6 deletions(-) rename {debugtools/DDR_VM/src_stubs => jcl/src/com.ibm.jzos/share/classes}/com/ibm/jzos/ZFile.java (85%) create mode 100644 jcl/src/com.ibm.jzos/share/classes/module-info.java diff --git a/debugtools/DDR_VM/.classpath b/debugtools/DDR_VM/.classpath index d6bc280acf2..cea21c8f841 100644 --- a/debugtools/DDR_VM/.classpath +++ b/debugtools/DDR_VM/.classpath @@ -1,7 +1,6 @@ - diff --git a/jcl/jpp_configuration.xml b/jcl/jpp_configuration.xml index 67b4a12f65e..956c152d1dd 100644 --- a/jcl/jpp_configuration.xml +++ b/jcl/jpp_configuration.xml @@ -2,7 +2,7 @@