From owner-freebsd-java@FreeBSD.ORG Thu Nov 1 22:00:53 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 267E8370 for ; Thu, 1 Nov 2012 22:00:53 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 93FE08FC0A for ; Thu, 1 Nov 2012 22:00:51 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so2767987lag.13 for ; Thu, 01 Nov 2012 15:00:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=OwytIBng1ucL9hRWLoVJhVMIV2uRgDTjifCikRVibkg=; b=B/G4dP0dXd0zFOG8XxnGJywzbmCrwklxUUTwxqdrWzgIXVnUPPv9Vpx0muwuRs7Tc7 ttBFanwC1p7nVpiRMQHK/cr7PdjuhRk7sgs8AQTqwkkwbMbwxYXabhJQzU4WTrYAQmVA OVrbUcrDpWgjLzKH8i6LJni2vACTu/5U+C8cNJV1Cb73hYUfcRpDTKKnWqbjkQHyXEID +gvmc+JbghIK4zIvgw6p8BdJ/kN1IkcNdwpNGM0rNDS9ta7y1t5JPpebR02xQlx3K+jv 19ZzX+4ljVmS0bAPVstxaMAR0VydaBkrAt7MuGZ6kQbx+OjAkPVhhEU2k0hcYCiRGgxB DN2A== MIME-Version: 1.0 Received: by 10.152.123.103 with SMTP id lz7mr37835676lab.21.1351807250517; Thu, 01 Nov 2012 15:00:50 -0700 (PDT) Received: by 10.114.29.231 with HTTP; Thu, 1 Nov 2012 15:00:50 -0700 (PDT) X-Originating-IP: [203.99.129.1] Date: Fri, 2 Nov 2012 11:00:50 +1300 Message-ID: Subject: OpenJDK7 and remote debugging. From: Jonathan Chen To: freebsd-java@freebsd.org X-Gm-Message-State: ALoCoQnWCT9Ck/FEAfWSbxWnJi5iCLtSh9S+GwlATng+j5i8OqVBRa3vYW4R3R0MnMYHYiT87Hny Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2012 22:00:53 -0000 Hi all, I'd really love to move to using openjdk7 as my main development JVM, but one of the main barriers to its adoption is the inability to remotely debug apps. There's an open PR associated with this: http://www.freebsd.org/cgi/query-pr.cgi?pr=166844 Can I request some love for this from the java-gurus? It's possibly some build-env/install thingy, if someone could point me in the right direction I could try to tackle this myself. Cheers. -- Jonathan Chen