OpenJDK / valhalla / valhalla
changeset 52914:18bd95c0e463
8213711: Zero build broken after JDK-8213199 (GC abstraction for Assembler::needs_explicit_null_check())
Reviewed-by: rkennke, stuefe
author | shade |
---|---|
date | Sat, 10 Nov 2018 19:27:52 +0100 |
parents | 5643a5bff514 |
children | e5534cc91a10 |
files | src/hotspot/cpu/zero/assembler_zero.hpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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: