src/share/vm/asm/assembler.hpp

changeset 4323
f0c2369fda5a
parent 4318
cd3d6a6b95d9
child 4356
18d56ca3e901
equal deleted inserted replaced
4320:c5d414e98fd4 4323:f0c2369fda5a
245 }; 245 };
246 friend class InstructionMark; 246 friend class InstructionMark;
247 #ifdef ASSERT 247 #ifdef ASSERT
248 // Make it return true on platforms which need to verify 248 // Make it return true on platforms which need to verify
249 // instruction boundaries for some operations. 249 // instruction boundaries for some operations.
250 inline static bool pd_check_instruction_mark(); 250 static bool pd_check_instruction_mark();
251 251
252 // Add delta to short branch distance to verify that it still fit into imm8. 252 // Add delta to short branch distance to verify that it still fit into imm8.
253 int _short_branch_delta; 253 int _short_branch_delta;
254 254
255 int short_branch_delta() const { return _short_branch_delta; } 255 int short_branch_delta() const { return _short_branch_delta; }

mercurial