--- old/src/hotspot/share/jvmci/vmStructs_jvmci.cpp 2018-04-11 14:33:12.329196827 -0700 +++ new/src/hotspot/share/jvmci/vmStructs_jvmci.cpp 2018-04-11 14:33:12.017197893 -0700 @@ -323,7 +323,7 @@ \ nonstatic_field(ThreadLocalAllocBuffer, _start, HeapWord*) \ nonstatic_field(ThreadLocalAllocBuffer, _top, HeapWord*) \ - nonstatic_field(ThreadLocalAllocBuffer, _current_end, HeapWord*) \ + nonstatic_field(ThreadLocalAllocBuffer, _fast_path_end, HeapWord*) \ nonstatic_field(ThreadLocalAllocBuffer, _pf_top, HeapWord*) \ nonstatic_field(ThreadLocalAllocBuffer, _desired_size, size_t) \ nonstatic_field(ThreadLocalAllocBuffer, _refill_waste_limit, size_t) \