changeset 40664 | 1ec65b303bb7 |
parent 36098 | e056a98ac7ca |
--- a/hotspot/src/share/vm/gc/g1/heapRegionTracer.cpp Mon Aug 22 15:54:22 2016 +0000 +++ b/hotspot/src/share/vm/gc/g1/heapRegionTracer.cpp Tue Aug 23 19:21:48 2016 +0200 @@ -39,7 +39,7 @@ e.set_to(to); e.set_start(start); e.set_used(used); - e.set_allocContext(allocationContext); + e.set_allocationContext(allocationContext); e.commit(); } }