Skip to content

Commit 80ae89b

Browse files
committedJun 10, 2020
8247284: Zero VM is broken after JDK-8244920 ('class JavaFrameAnchor' has no member named 'set_last_Java_sp')
Reviewed-by: iklam, dholmes
1 parent ee45294 commit 80ae89b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/cpu/zero/javaFrameAnchor_zero.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@
9393
return byte_offset_of(JavaFrameAnchor, _last_Java_fp);
9494
}
9595

96+
void set_last_Java_sp(intptr_t* sp) { _last_Java_sp = sp; }
97+
9698
#endif // CPU_ZERO_JAVAFRAMEANCHOR_ZERO_HPP

0 commit comments

Comments
 (0)
Please sign in to comment.