]> source.dussan.org Git - jgit.git/commit
Declare internal flag accessors of ObjectToPack final 52/11652/1
authorShawn Pearce <spearce@spearce.org>
Thu, 4 Apr 2013 18:14:38 +0000 (11:14 -0700)
committerShawn Pearce <spearce@spearce.org>
Thu, 4 Apr 2013 18:16:04 +0000 (11:16 -0700)
commit1d362e35bc5b13632b6a8e72fc02894604b5534c
tree478502e7ae85dbeea1db3e511bf9d4ce2e584c58
parent876a2ffb21372091f6ac321bc6d70726009131d4
Declare internal flag accessors of ObjectToPack final

None of these methods should ever be overridden at runtime by an
extension class. Given how small they are the JIT should perform
inlining where reasonable. Hint this is possible by marking all
methods final so its clear no replacement can be loaded later on.

Change-Id: Ia75a5d36c6bd25b24169e2bdfa360c8f52b669cd
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/ObjectToPack.java