< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/TargetDescription.java

Print this page

        

*** 54,65 **** * The {@link JavaKind} to be used for representing raw pointers and CPU registers in Java code. */ public final JavaKind wordJavaKind; /** ! * The stack alignment requirement of the platform. For example, from Appendix D of <a ! * href="http://www.intel.com/Assets/PDF/manual/248966.pdf">Intel 64 and IA-32 Architectures * Optimization Reference Manual</a>: * * <pre> * "It is important to ensure that the stack frame is aligned to a * 16-byte boundary upon function entry to keep local __m128 data, --- 54,65 ---- * The {@link JavaKind} to be used for representing raw pointers and CPU registers in Java code. */ public final JavaKind wordJavaKind; /** ! * The stack alignment requirement of the platform. For example, from Appendix D of ! * <a href="http://www.intel.com/Assets/PDF/manual/248966.pdf">Intel 64 and IA-32 Architectures * Optimization Reference Manual</a>: * * <pre> * "It is important to ensure that the stack frame is aligned to a * 16-byte boundary upon function entry to keep local __m128 data,
< prev index next >