diff options
| author | Elliott Hughes <enh@google.com> | 2012-12-18 17:24:36 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2012-12-19 11:09:16 -0800 |
| commit | 84303f5cd613f24653cc08d156a533e23a76b34a (patch) | |
| tree | f5bc14978b80237105cdd47de3bd9b78de4fead6 /docs/html/training/articles | |
| parent | 4c59230a2fe0ec750b31a0908fbee5c5613b87c0 (diff) | |
| download | frameworks_base-84303f5cd613f24653cc08d156a533e23a76b34a.zip frameworks_base-84303f5cd613f24653cc08d156a533e23a76b34a.tar.gz frameworks_base-84303f5cd613f24653cc08d156a533e23a76b34a.tar.bz2 | |
Update the JNI spec link, and remove a dead link.
Also remove the duplicate copy of this file. There's a redirect in place
from the old location.
Bug: http://code.google.com/p/android/issues/detail?id=41623
(cherry picked from commit 965da34de94cdb845b64bd676e45b260000cd09d)
Change-Id: I5a940383fb27900ba560822c060cc5ed864eb771
Diffstat (limited to 'docs/html/training/articles')
| -rw-r--r-- | docs/html/training/articles/perf-jni.jd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/training/articles/perf-jni.jd b/docs/html/training/articles/perf-jni.jd index a21e9fe..2abb000 100644 --- a/docs/html/training/articles/perf-jni.jd +++ b/docs/html/training/articles/perf-jni.jd @@ -32,12 +32,11 @@ page.article=true code (written in C/C++). It's vendor-neutral, has support for loading code from dynamic shared libraries, and while cumbersome at times is reasonably efficient.</p> -<p>You really should read through the -<a href="http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html">JNI spec for J2SE 6</a> +<p>If you're not already familiar with it, read through the +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html">Java Native Interface Specification</a> to get a sense for how JNI works and what features are available. Some aspects of the interface aren't immediately obvious on -first reading, so you may find the next few sections handy. -There's a more detailed <a href="http://java.sun.com/docs/books/jni/html/jniTOC.html">JNI Programmer's Guide and Specification</a>.</p> +first reading, so you may find the next few sections handy.</p> <a name="JavaVM_and_JNIEnv" id="JavaVM_and_JNIEnv"></a> |
