8213711: Zero build broken after JDK-8213199 (GC abstraction for Assembler::needs_explicit_null_check())
Reviewed-by: rkennke, stuefe
--- a/src/hotspot/cpu/zero/assembler_zero.hpp Sat Nov 10 09:06:33 2018 -0500
+++ b/src/hotspot/cpu/zero/assembler_zero.hpp Sat Nov 10 19:27:52 2018 +0100
@@ -47,6 +47,7 @@
void align(int modulus);
void bang_stack_with_offset(int offset);
bool needs_explicit_null_check(intptr_t offset);
+ bool uses_implicit_null_check(void* address);
RegisterOrConstant delayed_value_impl(intptr_t* delayed_value_addr,
Register tmp, int offset);
public: