RFR: 8074723: AARCH64: Stray pop in C1 LIR_Assembler::emit_profile_type

Andrew Haley aph at redhat.com
Wed Mar 11 17:44:57 UTC 2015


There's a pop() in emit_profile_type with no corresponding push(). If we hit that pop
we will crash immediately.

http://cr.openjdk.java.net/~aph/8074723/

Andrew.


More information about the hotspot-runtime-dev mailing list