This commit is contained in:
Daniel D. Daugherty 2011-01-13 08:32:15 -08:00
commit 1ce36e3055
35 changed files with 243 additions and 512 deletions

View file

@ -2399,7 +2399,8 @@ public:
Label& slow_case // continuation point if fast allocation fails
);
void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case);
void incr_allocated_bytes(Register var_size_in_bytes, int con_size_in_bytes, Register t1);
void incr_allocated_bytes(RegisterOrConstant size_in_bytes,
Register t1, Register t2);
// interface method calling
void lookup_interface_method(Register recv_klass,