Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92665 invoked from network); 19 Jul 2007 14:36:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2007 14:36:55 -0000 Received: (qmail 10733 invoked by uid 500); 19 Jul 2007 14:36:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 10662 invoked by uid 500); 19 Jul 2007 14:36:29 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 10653 invoked by uid 99); 19 Jul 2007 14:36:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 07:36:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 07:36:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2EED7141FD for ; Thu, 19 Jul 2007 07:36:06 -0700 (PDT) Message-ID: <1502499.1184855766861.JavaMail.jira@brutus> Date: Thu, 19 Jul 2007 07:36:06 -0700 (PDT) From: "Alexei Zakharov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-2894) [jdktools][jdwp] JDWP agent uses non-standard VM property In-Reply-To: <32324855.1167217401122.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Zakharov reassigned HARMONY-2894: ---------------------------------------- Assignee: Alexei Zakharov > [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 > Assignee: Alexei Zakharov > 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.