comparison jvmci/jdk.vm.ci.code/src/jdk/vm/ci/code/TargetDescription.java @ 23345:1c4b6a7f1917

update to Eclipse 4.5.2 format style
author Doug Simon <doug.simon@oracle.com>
date Thu, 07 Apr 2016 13:56:58 +0200
parents 1bbd4a7c274b
children 9ed5b586018b
comparison
equal deleted inserted replaced
23344:32d6bceb9adc 23345:1c4b6a7f1917
54 * The {@link JavaKind} to be used for representing raw pointers and CPU registers in Java code. 54 * The {@link JavaKind} to be used for representing raw pointers and CPU registers in Java code.
55 */ 55 */
56 public final JavaKind wordJavaKind; 56 public final JavaKind wordJavaKind;
57 57
58 /** 58 /**
59 * The stack alignment requirement of the platform. For example, from Appendix D of <a 59 * The stack alignment requirement of the platform. For example, from Appendix D of
60 * href="http://www.intel.com/Assets/PDF/manual/248966.pdf">Intel 64 and IA-32 Architectures 60 * <a href="http://www.intel.com/Assets/PDF/manual/248966.pdf">Intel 64 and IA-32 Architectures
61 * Optimization Reference Manual</a>: 61 * Optimization Reference Manual</a>:
62 * 62 *
63 * <pre> 63 * <pre>
64 * "It is important to ensure that the stack frame is aligned to a 64 * "It is important to ensure that the stack frame is aligned to a
65 * 16-byte boundary upon function entry to keep local __m128 data, 65 * 16-byte boundary upon function entry to keep local __m128 data,