commit | adc362a4b1775e3728f312fab24588e2b7d07707 | [log] [tgz] |
---|---|---|
author | Goetz Lindenmaier <goetz@openjdk.org> | Wed Feb 26 11:33:34 2014 -0800 |
committer | Goetz Lindenmaier <goetz@openjdk.org> | Wed Feb 26 11:33:34 2014 -0800 |
tree | 2d74513623a06b23c8601321b9723080e6b3723a | |
parent | 2d0e05627280005ef775fec9cbadc62bbb0c9a22 [diff] |
8035396: Introduce accessor for tmp_oop in frame Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr(). Reviewed-by: kvn, twisti