[
https://issues.apache.org/jira/browse/LANG-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182309#comment-15182309
]
ASF GitHub Bot commented on LANG-1146:
--------------------------------------
Github user garydgregory commented on the pull request:
https://github.com/apache/commons-lang/pull/103#issuecomment-192982662
Here are some sys props from one of our z/OS systems:
Start system properties (71):
awt.toolkit = sun.awt.X11.XToolkit
com.ibm.cpu.endian = big
com.ibm.jcl.checkClassPath =
com.ibm.oti.configuration = scar
com.ibm.oti.jcl.build = 20150630_255633
com.ibm.oti.shared.enabled = false
com.ibm.oti.vm.bootstrap.library.path =
/rsusr/java/IBM/J8.0_64/lib/s390x/compressedrefs:/rsusr/java/IBM/J8.0_64/lib/s390x
com.ibm.oti.vm.library.version = 28
com.ibm.packed.version = 2
com.ibm.system.agent.path = /rsusr/java/IBM/J8.0_64/lib/s390x
com.ibm.util.extralibs.properties =
com.ibm.vm.bitmode = 64
com.ibm.zero.version = 2
file.encoding = IBM-1047
file.encoding.pkg = sun.io
file.separator = /
ibm.signalhandling.rs = false
ibm.signalhandling.sigchain = false
ibm.signalhandling.sigint = true
ibm.system.encoding = IBM-1047
java.awt.fonts =
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.awt.printerjob = sun.print.PSPrinterJob
java.class.path = ***
java.class.version = 52.0
java.compiler = j9jit28
java.endorsed.dirs = /rsusr/java/IBM/J8.0_64/lib/endorsed
java.ext.dirs = /rsusr/java/IBM/J8.0_64/lib/ext
java.fullversion = JRE 1.8.0 IBM J9 2.8 z/OS s390x-64 Compressed
References 20150630_255633 (JIT enabled, AOT enabled)
J9VM - R28_jvm.28_20150630_1742_B255633
JIT - tr.r14.java_20150625_95081.01
GC - R28_jvm.28_20150630_1742_B255633_CMPRSS
J9CL - 20150630_255633
java.home = /rsusr/java/IBM/J8.0_64
java.io.tmpdir = /tmp
java.library.path = ***
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = pmz6480sr1fp10-20150716_01 (SR1 FP10)
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 1.8
java.util.prefs.PreferencesFactory =
java.util.prefs.FileSystemPreferencesFactory
java.vendor = IBM Corporation
java.vendor.url = http://www.ibm.com/
java.version = 1.8.0
java.vm.info = JRE 1.8.0 z/OS s390x-64 Compressed References
20150630_255633 (JIT enabled, AOT enabled)
J9VM - R28_jvm.28_20150630_1742_B255633
JIT - tr.r14.java_20150625_95081.01
GC - R28_jvm.28_20150630_1742_B255633_CMPRSS
J9CL - 20150630_255633
java.vm.name = IBM J9 VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 1.8
java.vm.vendor = IBM Corporation
java.vm.version = 2.8
line.separator = 0x15
os.arch = s390x
os.encoding = ISO8859_1
os.name = z/OS
os.version = 02.02.00
path.separator = :
platform.notASCII = true
sun.arch.data.model = 64
sun.boot.class.path = ***
sun.boot.library.path = ***
sun.cpu.endian = big
sun.io.unicode.encoding = UnicodeBig
sun.java.command = ***
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = IBM-1047
sun.security.policy.utf8 = false
user.country = US
user.dir = ***
user.home = ***
user.language = en
user.name = ***
user.timezone = GMT-05:00
user.variant =
> zOS identification in SystemUtils
> ---------------------------------
>
> Key: LANG-1146
> URL: https://issues.apache.org/jira/browse/LANG-1146
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.*
> Reporter: Gabor Liptak
> Priority: Minor
> Attachments: LANG-1146.1.patch
>
>
> Add helper method to SystemUtils.java for zOS identification.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)