]> source.dussan.org Git - jgit.git/commit
ObjectIdSubclassMap: Manually inline index() 84/2684/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 9 Mar 2011 22:38:35 +0000 (14:38 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 10 Mar 2011 00:55:09 +0000 (16:55 -0800)
commitdf7b192e264fb985765c28efe4beb3ade8a6b16f
tree80af4f174d8938ec6aaf82804d53c2d738fd724c
parent16350bf9e41118425c70832f5b9127de6aebfdea
ObjectIdSubclassMap: Manually inline index()

This method is trivial in definition, and is called in only 3
places. Inline the method manually to ensure its really going
to be inlined by the JIT at runtime.

Change-Id: I128522af8167c07d2de6cc210573599038871dda
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectIdSubclassMap.java