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

David Holmes david.holmes at oracle.com
Thu Mar 12 12:29:20 UTC 2015


On 12/03/2015 3:44 AM, Andrew Haley wrote:
> 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/

Interesting that testing to date did not hit this.

Change looks okay and as it only affects Aarch64 code it can be pushed 
directly.

Thanks,
David

> Andrew.
>


More information about the hotspot-runtime-dev mailing list