On 2/3/19 10:43 PM, [email protected] wrote: > Bug: https://bugs.openjdk.java.net/browse/JDK-8212127 > Webrev: http://cr.openjdk.java.net/~zgu/JDK-8212127/webrev.00/
Looks fine code-wise.
*) In src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp, why this whole
thing is removed? I
would expect "just" the rename of slow_refill_waste() to refill_waste() and
removing
fast_refill_waste() here, leaving everything else untouched.
105 // statistics
106
107 int number_of_refills() const { return _number_of_refills; }
108 int fast_refill_waste() const { return _fast_refill_waste; }
109 int slow_refill_waste() const { return _slow_refill_waste; }
110 int gc_waste() const { return _gc_waste; }
111 int slow_allocations() const { return _slow_allocations; }
112
Thanks,
-Aleksey
signature.asc
Description: OpenPGP digital signature
