8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2016-06-22 22:39:32 +00:00
parent 1e3a876d37
commit d64a4e7df3
10 changed files with 217 additions and 29 deletions

View file

@ -71,6 +71,8 @@
static_field(CompilerToVM::Data, _heap_end_addr, HeapWord**) \
static_field(CompilerToVM::Data, _heap_top_addr, HeapWord**) \
\
static_field(CompilerToVM::Data, _max_oop_map_stack_offset, int) \
\
static_field(CompilerToVM::Data, cardtable_start_address, jbyte*) \
static_field(CompilerToVM::Data, cardtable_shift, int) \
\