From owner-freebsd-ports@freebsd.org Tue Aug 23 08:05:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6C7ABC386C for ; Tue, 23 Aug 2016 08:05:54 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9A416BD for ; Tue, 23 Aug 2016 08:05:54 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id i5so181820004wmg.0 for ; Tue, 23 Aug 2016 01:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=0ZOyaFrATZRrxgALaxZr/95K01JXgz3WH8gke1h4+Ho=; b=o8+5enNLNbxLf41dCs/nQR2SkULwZRtdVPmzCF44wABKnGUDP6+s5bfug9jj2VwCGg 9lU6dfjBQDFOdYbRubrfoNKc9zQ1S5Unfnsx4BcsIDcpTavwhPedRAmDASxyVoOGRvgh e/qVxozXJdpPVdAlw/MVkCsD/aBS5NBesJscbDxTTUTCsJYBchhAZZeGFRUueoO5DGK8 GzpcTxcJSu6GMOvO7832dWujf2k9BiH4qpRMU+ROkOQrtHA2IsydvZK8IRPTHbx16URZ X+P/9TZHb0tQ5SDdWvAjGq/7pLX/Nf3SnuZ3Q1E5pxKMctWEYL8x2l2OQ284Tur2LORy aOUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0ZOyaFrATZRrxgALaxZr/95K01JXgz3WH8gke1h4+Ho=; b=AaU3wFANxkD1++hI8fh+r2cyUMJb40JKQFwEjz+m1gWZJjAvnZ4RR5hAsHM/A9VzL1 dMgk6untx58BjIZI2Bs2oTuR8SLycqw62gGbzmSP0Sqxre/mbZ60j3+nNgYPgn6+TV1o zQG+X71Q3r9V6QpU5CVVmpeItVM7LtEJKPGKUXnx9z+E3WwVvOmUt4okDEYwoXK+Fvrk Y4TL/tmOs2OS7G8B4iR65Pd8wAc2T8rIug0/uo1cQtun1gewqjVXgsP9B1pJNVWgiOye zJLx/35opfBZewoDdVhd+jlaQJ3WbzqoF4mvBBBf/bvNI32hjQSm5a1XmHLoXawvEzGS uIuQ== X-Gm-Message-State: AEkoouslCrn36Ks5NGSrVo+F7HJbZ9ILONnrNOzoBbZZNEwrdjnyUIgahRAxwVD6qXkc1rZdhcA8DcYZpWJ4Kg== X-Received: by 10.28.211.10 with SMTP id k10mr18055129wmg.16.1471939552522; Tue, 23 Aug 2016 01:05:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.195.4.137 with HTTP; Tue, 23 Aug 2016 01:05:31 -0700 (PDT) From: =?UTF-8?Q?Jo=C3=A3o_Neves?= Date: Tue, 23 Aug 2016 10:05:31 +0200 Message-ID: Subject: DTrace and java/openjdk8 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 08:05:54 -0000 Hi, I am attempting to use DTrace with openjdk8 on 10.3 amd64, but trying to enable the -XX:+ExtendedDTraceProbes flag in the JVM fails with "ExtendedDTraceProbes flag is not applicable for this configuration". After some searching I found that this should be related to a DTRACE_ENABLED flag not being defined during compilation of openjdk8, but as far as I can tell there is no config option to enable it explicitly and it seems to be completely determined by the openjdk build process. Is there any way to get it to work, or any known reason why it's not supposed to? Apologies if this is the wrong list for this question. Thank you, -- Jo=C3=A3o Neves