[ https://issues.apache.org/jira/browse/HARMONY-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Popov updated HARMONY-2894: -------------------------------- Patch Info: [Patch Available] > [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.