equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
115 assert(_rsp_offset >= 0, "stack offset underflow"); |
115 assert(_rsp_offset >= 0, "stack offset underflow"); |
116 } |
116 } |
117 |
117 |
118 void invalidate_registers(bool inv_rax, bool inv_rbx, bool inv_rcx, bool inv_rdx, bool inv_rsi, bool inv_rdi) PRODUCT_RETURN; |
118 void invalidate_registers(bool inv_rax, bool inv_rbx, bool inv_rcx, bool inv_rdx, bool inv_rsi, bool inv_rdi) PRODUCT_RETURN; |
119 |
119 |
|
120 // This platform only uses signal-based null checks. The Label is not needed. |
|
121 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } |
|
122 |
120 #endif // CPU_X86_VM_C1_MACROASSEMBLER_X86_HPP |
123 #endif // CPU_X86_VM_C1_MACROASSEMBLER_X86_HPP |