comparison src/share/vm/jvmci/jvmciCodeInstaller.hpp @ 21731:df9d2375512a

Track max live register value in reference map
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 03 Jun 2015 20:24:05 -0700
parents b9f9b8af17ff
children
comparison
equal deleted inserted replaced
21730:b9f9b8af17ff 21731:df9d2375512a
67 jint _parameter_count; 67 jint _parameter_count;
68 jint _constants_size; 68 jint _constants_size;
69 #ifndef PRODUCT 69 #ifndef PRODUCT
70 jobject _comments_handle; 70 jobject _comments_handle;
71 #endif 71 #endif
72
73 bool _has_wide_vector;
72 74
73 MarkId _next_call_type; 75 MarkId _next_call_type;
74 address _invoke_mark_pc; 76 address _invoke_mark_pc;
75 77
76 CodeSection* _instructions; 78 CodeSection* _instructions;