[
https://issues.apache.org/jira/browse/DERBY-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859898#action_12859898
]
Lily Wei commented on DERBY-4441:
---------------------------------
Thanks, Kim. The result of this fix is to add one line (java.runtime.version)
to the sysinfo output for sun jvm. For ibm jvm, it will add two line
(java.runtime.version and java.fullversion)
This is the example from sun jvm output for sysinfo:
Java user dir: c:\derby\trunk\testtmp
java.specification.name: Java Platform API Specification
java.specification.version: 1.6
java.runtime.version: 1.6.0_17-b04
<<<====NEW======>>>
This is the example for ibm jvm output for sysinfo:
Java user dir: c:\derby\trunk
java.specification.name: Java Platform API Specification
java.specification.version: 1.6
java.runtime.version: jvmwi3260sr7-20091214_49398
<<<====NEW======>>>
java.fullversion: JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32
jvmwi3260sr7-20091214_49 <<<====NEW======>>>
398 (JIT enabled, AOT enabled)
<<<====NEW======>>>
J9VM - 20091214_049398
<<<====NEW======>>>
JIT - r9_20091123_13891
<<<====NEW======>>>
GC - 20091111_AA
<<<====NEW======>>>
Kathey also suggests to add more info to the change of policy file. Will you
mind include that in the doc as well.
> Change sysinfo to print out more specific JVM information
> ---------------------------------------------------------
>
> Key: DERBY-4441
> URL: https://issues.apache.org/jira/browse/DERBY-4441
> Project: Derby
> Issue Type: Improvement
> Components: Tools
> Affects Versions: 10.3.3.1, 10.4.2.1, 10.5.3.1, 10.6.0.0
> Reporter: Kathey Marsden
> Assignee: Lily Wei
> Priority: Minor
> Attachments: DERBY-4441-2_diff.txt, DERBY-4441-3_diff.txt,
> DERBY-4441-4.diff.txt, DERBY-4441-5.diff.txt, DERBY-4441-6.diff.txt,
> DERBY-4441-7.diff.txt, DERBY-4441_diff.txt, DERBY-4441_diff.txt,
> suites.All.withdiff2.txt
>
>
> It would be nice if sysinfo printed out more specific jvm information that is
> provided with java -version. At least with the IBM jvm the system properties
> java.runtime.version and java.fullversion give some more (but not all)
> information. More research is needed across multiple jvms to tie it down.
> Alternatively sysinfo could dump *all* the system property information, but
> that could make the output pretty big and show irrelavant information in some
> contexts.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.