hg: jdk9/hs-comp/hotspot: 8160245: C1: Clean up platform #defines in c1_LIR.hpp.

tobias.hartmann at oracle.com tobias.hartmann at oracle.com
Tue Jul 19 08:25:41 UTC 2016


Changeset: faaed259df37
Author:    goetz
Date:      2016-06-23 22:33 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/faaed259df37

8160245: C1: Clean up platform #defines in c1_LIR.hpp.
Summary: Also add fnoreg on x86, LIR_Address constructor without scale, clean up templateInterpreterGenerator.hpp and remove PPC32 special cases.
Reviewed-by: coleenp, thartmann

! src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp
+ src/cpu/aarch64/vm/c1_LIR_aarch64.cpp
+ src/cpu/ppc/vm/c1_LIR_ppc.cpp
! src/cpu/ppc/vm/register_ppc.hpp
! src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp
+ src/cpu/sparc/vm/c1_LIR_sparc.cpp
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
+ src/cpu/x86/vm/c1_LIR_x86.cpp
! src/cpu/x86/vm/register_definitions_x86.cpp
! src/cpu/x86/vm/register_x86.hpp
! src/share/vm/c1/c1_Compilation.hpp
! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/interpreter/templateInterpreterGenerator.hpp



More information about the jdk9-all-changes mailing list