commit | c4173769ec772c1bc25a5d1af5bde7fee729e636 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Fri Jan 31 09:57:50 2014 +0100 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Fri Jan 31 09:57:50 2014 +0100 |
tree | 9e25e8024dfc31662d15b82d1d07e7966bbe202e | |
parent | 0d958d12f27438723a39a949c0990bb2c5ea1df3 [diff] |
6991197: G1: specialize deal_with_reference() for narrowOop* Clean up and slightly optimize reference handling from the GC reference task queue. Since we never push partial array chunks as narrowOop* we can manually specialize the code so that some code can be optimized away. Reviewed-by: tonyp, brutisso, stefank