commit | 179d6df8c01c3acf4614dd45efdf1ab06c555135 | [log] [tgz] |
---|---|---|
author | John Cuthbertson <johnc@openjdk.org> | Thu Jan 26 14:14:55 2012 -0800 |
committer | John Cuthbertson <johnc@openjdk.org> | Thu Jan 26 14:14:55 2012 -0800 |
tree | c2acdbb13603990bf978e23000decb737678d4fe | |
parent | 3eb017ee50e3d237b627f9040fb717c0f9d16447 [diff] |
7133038: G1: Some small profile based optimizations Some minor profile based optimizations. Reduce the number of branches and branch mispredicts by removing some virtual calls, through closure specalization, and refactoring some conditional statements. Reviewed-by: brutisso, tonyp