src/os_cpu/windows_x86/vm/assembler_windows_x86_32.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6705887 Cdiff src/os_cpu/windows_x86/vm/assembler_windows_x86_32.cpp

src/os_cpu/windows_x86/vm/assembler_windows_x86_32.cpp

Print this page

        

*** 57,64 **** assert(ThreadLocalStorage::get_thread_ptr_offset() != 0, "Thread Pointer Offset has not been initialized"); movl(thread, Address(thread, ThreadLocalStorage::get_thread_ptr_offset())); } ! bool MacroAssembler::needs_explicit_null_check(int offset) { return offset < 0 || (int)os::vm_page_size() <= offset; } --- 57,64 ---- assert(ThreadLocalStorage::get_thread_ptr_offset() != 0, "Thread Pointer Offset has not been initialized"); movl(thread, Address(thread, ThreadLocalStorage::get_thread_ptr_offset())); } ! bool MacroAssembler::needs_explicit_null_check(intptr_t offset) { return offset < 0 || (int)os::vm_page_size() <= offset; }
src/os_cpu/windows_x86/vm/assembler_windows_x86_32.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File