RFR (S): 8144714 Add extension point to G1 evacuation closures

Kim Barrett kim.barrett at oracle.com
Mon Dec 7 18:43:46 UTC 2015


On Dec 7, 2015, at 1:04 PM, Jon Masamitsu <jon.masamitsu at oracle.com> wrote:
> 
> 
> 
> On 12/07/2015 12:36 AM, David Lindholm wrote:
>> On 2015-12-05 22:30, Kim Barrett wrote:
>>> On Dec 4, 2015, at 12:42 PM, Jon Masamitsu <jon.masamitsu at oracle.com> wrote:
>>>> http://cr.openjdk.java.net/~mgerdin/8144714/webrev.0/src/share/vm/gc/g1/g1ParScanThreadState_ext.cpp.frames.html 
>>>> 
>>>> Lines 39 and 40 not particularly useful?
>>>> 
>>>> 37 template void G1ParScanThreadState::do_oop_ext<oop>(oop* ref);
>>>> 38 template void G1ParScanThreadState::do_oop_ext<narrowOop>(narrowOop* ref);
>>>> 39
>>>> 40
>>> These are explicit instantiations of the immediately preceding definition.
>> 
>> They look like empty lines to me. :-)
> 
> Yes, I should speak more plainly.

Oh, now I see.  Never mind.




More information about the hotspot-gc-dev mailing list