You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2007/07/18 17:13:05 UTC

[jira] Commented: (HARMONY-2894) [jdktools][jdwp] JDWP agent uses non-standard VM property

    [ https://issues.apache.org/jira/browse/HARMONY-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513605 ] 

Andrey Yakushev commented on HARMONY-2894:
------------------------------------------

I just checked 'H2894_jdwp_agent.patch' on the following platforms: 
    Windows 32 Revision: 556025 
    Windows 64 Revision: 556026 
    Linux 32 Revision: 557211 
    Linux 64 Revision: 556949 
VM compiled in release mode. All tests passed succsesfully. 

> [jdktools][jdwp] JDWP agent uses non-standard VM property
> ---------------------------------------------------------
>
>                 Key: HARMONY-2894
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2894
>             Project: Harmony
>          Issue Type: Improvement
>          Components: JDK
>            Reporter: Ivan Popov
>            Priority: Trivial
>         Attachments: H2894_jdwp_agent.patch
>
>
> Current implementation of JDWP agent uses "vm.boot.class.path" VM property for returning bootclasspath value in VirtualMacnine.ClassPath command. This property is provided only in DRLVM. It makes sense to check also "sun.boot.class.path" property which is de-facto provided by most other JVMs. This will improve usability of Harmony's JDWP agent running with different JVMs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.