--- old/src/cpu/x86/vm/macroAssembler_x86.hpp 2015-07-27 12:11:18.159413656 +0300 +++ new/src/cpu/x86/vm/macroAssembler_x86.hpp 2015-07-27 12:11:18.115413838 +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();