8191437: AOT doesn't work easily after thread local handshakes

Reviewed-by: kvn, rehn, aph
This commit is contained in:
Dean Long 2017-11-30 10:40:48 -08:00
parent 40f06dc0e3
commit 15ea766de2
23 changed files with 201 additions and 75 deletions

View file

@ -317,6 +317,7 @@
\
nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \
nonstatic_field(Thread, _allocated_bytes, jlong) \
nonstatic_field(Thread, _polling_page, address) \
\
nonstatic_field(ThreadLocalAllocBuffer, _start, HeapWord*) \
nonstatic_field(ThreadLocalAllocBuffer, _top, HeapWord*) \