Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 22:50:20 +0800 (SGT)
From:      Patrick Dung <patrick_dkt@yahoo.com.hk>
To:        Mark Johnston <markj@freebsd.org>
Cc:        freebsd hackers <freebsd-hackers@freebsd.org>
Subject:   Re: openjdk7 dtrace support
Message-ID:  <1381416620.47605.YahooMailNeo@web193506.mail.sg3.yahoo.com>
In-Reply-To: <20131010040739.GA65451@raichu>
References:  <1381209858.81219.YahooMailNeo@web193501.mail.sg3.yahoo.com> <1381326951.68334.YahooMailNeo@web193502.mail.sg3.yahoo.com> <20131010040739.GA65451@raichu>

next in thread | previous in thread | raw e-mail | index | archive | help





On Thursday, October 10, 2013 12:07 PM, Mark Johnston <markj@freebsd.org> wrote:
 
On Wed, Oct 09, 2013 at 09:55:51PM +0800, Patrick Dung wrote:

> Hello, 
> 
> 
> I would like to know it there is dtrace support in the openjdk7?

Not yet on FreeBSD, unless there's something I'm missing. Some work
needs to be done on the port in order to get it working.

hotspot/make/bsd/makefiles/dtrace.make only does anything if it detects
that it's running on Darwin; that'd probably be a good place to start
for anyone interested in working on this.

-Mark
Hi Mark,

Noted and thanks.
The Postgresql port (9.3, not sure for 8.4/9.1/9.2) have dtrace support, which is very cool.

Thanks,
Patrick
From owner-freebsd-hackers@FreeBSD.ORG  Thu Oct 10 21:03:14 2013
Return-Path: <owner-freebsd-hackers@FreeBSD.ORG>
Delivered-To: freebsd-hackers@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id 70EFD986;
 Thu, 10 Oct 2013 21:03:14 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1])
 (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 4B0012DA2;
 Thu, 10 Oct 2013 21:03:14 +0000 (UTC)
Received: from jhbbsd.localnet (unknown [209.249.190.124])
 by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4A643B986;
 Thu, 10 Oct 2013 17:03:13 -0400 (EDT)
From: John Baldwin <jhb@freebsd.org>
To: freebsd-hardware@freebsd.org
Subject: Re: What's the state of AF-4Kn support?
Date: Thu, 10 Oct 2013 16:57:22 -0400
User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; )
References: <CE659940.F44B9%rpokala@mac.com>
In-Reply-To: <CE659940.F44B9%rpokala@mac.com>
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <201310101657.22675.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7
 (bigwig.baldwin.cx); Thu, 10 Oct 2013 17:03:13 -0400 (EDT)
Cc: Ravi Pokala <rp_freebsd@mac.com>, freebsd-hackers@freebsd.org,
 Jia-Shiun Li <jiashiun@gmail.com>
X-BeenThere: freebsd-hackers@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Technical Discussions relating to FreeBSD
 <freebsd-hackers.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-hackers>, 
 <mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers>;
List-Post: <mailto:freebsd-hackers@freebsd.org>
List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>,
 <mailto:freebsd-hackers-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Oct 2013 21:03:14 -0000

On Monday, September 23, 2013 10:58:19 am Ravi Pokala wrote:
> -----Original Message-----
> From: Jia-Shiun Li <jiashiun@gmail.com>
> Date: Sunday, September 22, 2013 11:22 PM
> To: Ravi Pokala <rp_freebsd@mac.com>
> Cc: "freebsd-hardware@freebsd.org" <freebsd-hardware@freebsd.org>,
> <freebsd-hackers@freebsd.org>
> Subject: Re: What's the state of AF-4Kn support?
> 
> >On Wed, Sep 18, 2013 at 10:49 PM, Ravi Pokala <rp_freebsd@mac.com> wrote:
> >>
> >>...
> >
> >CC -hackers.
> >
> >Thanks for the clarification. Is there any 4Kn HDDs shopping now? I am
> >not aware of any.
> 
> Good question. I had the impression that some currently shipping drives
> were AF-4Kn, but spot-checking some of the drives listed in
> 
>     src/cam/ata/ata_da.c::ada_quirk_table[]
> 
> against their datasheets, suggests that they're AF-512e. So, their being
> flagged w/ ADA_Q_4K is "just" a performance optimization.
> 
> >BTW I believe UFS and ZFS have proper design for 4K-sectors, but FreeBSD
> >needs some ecosystem connections to get samples early to test,
> >incorporate supports and validate for it. Or we will need to wait until
> >it appears on market and someone got caught into some kind of bugs.
> 
> Yeah, based on my reading of the code, it looks like the ATACAM layer and
> higher (GEOM, filesystems) take the physical block size into account. That
> just leaves the bootstrap code. Now that I've taken a second look, it
> seems as though at least 'pmbr' only works in terms of 512 bytes. :-(

Yes, the BIOS calls have always only used 512 byte sectors.  There would
have to be an updated spec for those, and it would be a bit of a PITA to
use.  I suspect the "right" answer for this on x86 is UEFI.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1381416620.47605.YahooMailNeo>