--- old/src/share/vm/opto/block.hpp 2016-04-13 12:47:36.193509488 +0200 +++ new/src/share/vm/opto/block.hpp 2016-04-13 12:47:35.415512756 +0200 @@ -197,7 +197,7 @@ // Report the alignment required by this block. Must be a power of 2. // The previous block will insert nops to get this alignment. - uint code_alignment(); + uint code_alignment() const; uint compute_loop_alignment(); // BLOCK_FREQUENCY is a sentinel to mark uses of constant block frequencies.