Skip to content

Does it work with OpenJDK ?  #31

Description

@gaquino

Hi,

I am trying to run JTune with OpenJDK 1.8 but its throwing an exception:

$ jtune -c 40 -p 27164
File "/usr/local/bin/jtune", line 9, in
load_entry_point('jtune==2.0.3', 'console_scripts', 'jtune')()
File "/usr/local/lib/python2.7/site-packages/jtune/jtune.py", line 1923, in main
jmap_data = get_jmap_data(cmd_args.pid, proc_details)
File "/usr/local/lib/python2.7/site-packages/jtune/jtune.py", line 1775, in get_jmap_data
jmap_data = _run_jmap(pid, procdetails)
File "/usr/local/lib/python2.7/site-packages/jtune/jtune.py", line 1331, in _run_jmap
java_int = procdetails['java_ver_int']
KeyError: 'java_ver_int'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions