changeset 13552:c9daba2a2bac

removed unnecessary relocation entry
author Doug Simon <doug.simon@oracle.com>
date Wed, 08 Jan 2014 16:56:01 +0100
parents ba72961e0d41
children d49f00604347
files src/share/vm/c1/c1_LIRAssembler.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRAssembler.cpp	Wed Jan 08 15:40:06 2014 +0100
+++ b/src/share/vm/c1/c1_LIRAssembler.cpp	Wed Jan 08 16:56:01 2014 +0100
@@ -334,7 +334,6 @@
 
 
 void LIR_Assembler::add_debug_info_for_branch(CodeEmitInfo* info) {
-  _masm->code_section()->relocate(pc(), relocInfo::poll_type);
   int pc_offset = code_offset();
   flush_debug_info(pc_offset);
   info->record_debug_info(compilation()->debug_info_recorder(), pc_offset);