hg: jdk/jdk: 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'

tobias.hartmann at oracle.com tobias.hartmann at oracle.com
Thu Aug 16 07:09:39 UTC 2018


Changeset: c11be049acb8
Author:    thartmann
Date:      2018-08-16 09:09 +0200
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/c11be049acb8

8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
Summary: Make sure label is bound even if SSE is disabled.
Reviewed-by: kvn

! src/hotspot/cpu/x86/macroAssembler_x86.cpp



More information about the jdk-all-changes mailing list