commit | 460503b13bc894828a2d2d47d09e5534b3e91aa1 | [log] [tgz] |
---|---|---|
author | Fred Shih <ffred@google.com> | Wed Jun 18 11:26:11 2014 -0700 |
committer | Fred Shih <ffred@google.com> | Thu Jul 10 10:41:34 2014 -0700 |
tree | 97c42c08fd04034cf6cecadb39644bf9531be0f1 | |
parent | adce33da293b0eeaaf52673338770f22be71ca5d [diff] |
Add intrinsic for Reference.get() Added an intrinsic function for Reference.get(). Return immediately without going through JNI if the slow path is not currently in use. Otherwise, branch off to the the existing JNI function. Approximately 47x speedup for cases where slow path is not enabled. Change-Id: I13ad65a356fe4e104d8d83980694dc2740d7d039