< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page
rev 49643 : [mq]: heap8
rev 49649 : [mq]: heap14

@@ -321,11 +321,11 @@
   nonstatic_field(Thread,                   _allocated_bytes,                                 jlong)                                 \
   nonstatic_field(Thread,                   _polling_page,                                    address)                               \
                                                                                                                                      \
   nonstatic_field(ThreadLocalAllocBuffer,   _start,                                           HeapWord*)                             \
   nonstatic_field(ThreadLocalAllocBuffer,   _top,                                             HeapWord*)                             \
-  nonstatic_field(ThreadLocalAllocBuffer,   _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)                                \
   nonstatic_field(ThreadLocalAllocBuffer,   _number_of_refills,                               unsigned)                              \
   nonstatic_field(ThreadLocalAllocBuffer,   _fast_refill_waste,                               unsigned)                              \
< prev index next >