comparison src/share/vm/runtime/javaCalls.hpp @ 8157:2156359ee519

Fix JavaCallArguments initialization.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 22:33:46 +0100
parents b8f261ba79c6
children 6b0fd0964b87
comparison
equal deleted inserted replaced
8156:5977a55503e9 8157:2156359ee519
130 _value++; _is_oop++; 130 _value++; _is_oop++;
131 131
132 _max_size = max_size; 132 _max_size = max_size;
133 _size = 0; 133 _size = 0;
134 _start_at_zero = false; 134 _start_at_zero = false;
135 GRAAL_ONLY(_alternative_target = NULL;)
135 } else { 136 } else {
136 initialize(); 137 initialize();
137 } 138 }
138 } 139 }
139 140