[jboss-jira] [JBoss JIRA] (WFCORE-859) Product info report show wrong "host-cpu-arch" on amd64 architecture with 32-bit version of java

Marek Kopecký (JIRA) issues at jboss.org
Mon Aug 3 03:17:03 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Kopecký moved JBEAP-570 to WFCORE-859:
--------------------------------------------

              Project: WildFly Core  (was: JBoss Enterprise Application Platform)
                  Key: WFCORE-859  (was: JBEAP-570)
             Workflow: GIT Pull Request workflow   (was: CDW v1)
    Affects Version/s: 2.0.0.Alpha11
                           (was: EAP 7.0.0.DR7)
          Component/s: CLI
                           (was: CLI)
       Target Release:   (was: EAP 7.0.0.GA)


> Product info report show wrong "host-cpu-arch" on amd64 architecture with 32-bit version of java
> ------------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-859
>                 URL: https://issues.jboss.org/browse/WFCORE-859
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.0.0.Alpha11
>            Reporter: Marek Kopecký
>            Assignee: ehsavoie Hugonnet
>
> *Description of problem:*
> Product info report show wrong "host-cpu-arch" on amd64 architecture with 32-bit version of java (example: "Linux 32-bit x86" version of IBM JDK 8). Host-cpu-arch is probably generated by JDK version.
> *Steps to Reproduce:*
> # use 32bit java on 64bit architecture of CPU
> # get fresh EAP from zip
> # ./standalone.sh
> # ./jboss-cli.sh -c
> # :product-info
> *Actual results:*
> {noformat}
>         ...
>         "host-cpu" => {
>             "host-cpu-arch" => "x86",
>             "host-core-count" => 8
>         },
>         ...
> {noformat}
> *Expected results:*
> Correct value for "host-cpu-arch":
> {noformat}
>         ...
>         "host-cpu" => {
>             "host-cpu-arch" => "amd64",
>             "host-core-count" => 8
>         },
>         ...
> {noformat}
> *Additional info:*
> Architecture from product report is architecture of java (not architecture of CPU). There should be at least something like "host-cpu-arch (generated by JVM)" in product report.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list