Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045367 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8038565 | 8u20 | Goetz Lindenmaier | P4 | Closed | Fixed | b08 |
JDK-8052668 | emb-8u26 | Vladimir Kozlov | P4 | Resolved | Fixed | b17 |
JDK-8168592 | openjdk7u | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
Access to the tmp_oop in a frame is done with several #ifdefs distinguishing the platforms and interpreters.
Introduce accessor function interpreter_frame_temp_oop_addr() as for many other fields cleaning up the defines.
Also move
#ifdef PPC32
oop* interpreter_frame_mirror_addr() const;
#endif
from frame.hpp into frame_ppc.hpp in the closed port.
Introduce accessor function interpreter_frame_temp_oop_addr() as for many other fields cleaning up the defines.
Also move
#ifdef PPC32
oop* interpreter_frame_mirror_addr() const;
#endif
from frame.hpp into frame_ppc.hpp in the closed port.
- backported by
-
JDK-8045367 Introduce accessor for tmp_oop in frame.
- Resolved
-
JDK-8052668 Introduce accessor for tmp_oop in frame.
- Resolved
-
JDK-8168592 Introduce accessor for tmp_oop in frame.
- Resolved
-
JDK-8038565 Introduce accessor for tmp_oop in frame.
- Closed