X-Received: by 10.68.196.134 with SMTP id im6mr2115825pbc.5.1361898290333; Tue, 26 Feb 2013 09:04:50 -0800 (PST) X-Received: by 10.50.213.35 with SMTP id np3mr1712933igc.13.1361898290248; Tue, 26 Feb 2013 09:04:50 -0800 (PST) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!su1no9710430pbb.0!news-out.google.com!ov8ni17067pbb.1!nntp.google.com!su1no9710423pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Tue, 26 Feb 2013 09:04:49 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=64.183.216.122; posting-account=v1lx5wkAAAALWYfGBkwkMb2guPF9cW2u NNTP-Posting-Host: 64.183.216.122 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: code for native functions From: bob smith Injection-Date: Tue, 26 Feb 2013 17:04:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:22541 Is there a way for me to look at the code for native functions such as this? public static native long nanoTime(); Thanks.