8074723: AARCH64: Stray pop in C1 LIR_Assembler::emit_profile_type
authoraph
Fri, 13 Mar 2015 12:44:28 +0000
changeset 29454 e5e9478e2ddb
parent 29362 4188dc7f05a8
child 29455 e451c01a5747
8074723: AARCH64: Stray pop in C1 LIR_Assembler::emit_profile_type Summary: Remove stray POP instruction Reviewed-by: dholmes
hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp
--- a/hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp	Fri Mar 06 04:58:52 2015 -0800
+++ b/hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp	Fri Mar 13 12:44:28 2015 +0000
@@ -2776,7 +2776,6 @@
 
           __ stop("unexpected profiling mismatch");
           __ bind(ok);
-          __ pop(tmp);
         }
 #endif
         // first time here. Set profile type.