changeset 32203 | 01a3716ed455 |
parent 31368 | 2cb1abbda511 |
child 32391 | 01e2f5e916c7 |
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp Mon Aug 10 10:39:19 2015 -0700 +++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp Tue Aug 11 12:24:26 2015 +0300 @@ -192,6 +192,7 @@ // Alignment void align(int modulus); + void align(int modulus, int target); // A 5 byte nop that is safe for patching (see patch_verified_entry) void fat_nop();