diff -r a2b2936240b9 -r 1ec65b303bb7 hotspot/src/share/vm/gc/g1/heapRegionTracer.cpp --- 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(); } }