comparison jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.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 f8178417d018
children a920338dd4d4
comparison
equal deleted inserted replaced
23344:32d6bceb9adc 23345:1c4b6a7f1917
244 * {@code JVM_CONSTANT_InvokeDynamic} entry. 244 * {@code JVM_CONSTANT_InvokeDynamic} entry.
245 */ 245 */
246 native void resolveInvokeDynamicInPool(HotSpotConstantPool constantPool, int cpi); 246 native void resolveInvokeDynamicInPool(HotSpotConstantPool constantPool, int cpi);
247 247
248 /** 248 /**
249 * Ensures that the type referenced by the entry for a <a 249 * Ensures that the type referenced by the entry for a
250 * href="https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-2.html#jvms-2.9">signature 250 * <a href="https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-2.html#jvms-2.9">signature
251 * polymorphic</a> method at index {@code cpi} in {@code constantPool} is loaded and 251 * polymorphic</a> method at index {@code cpi} in {@code constantPool} is loaded and
252 * initialized. 252 * initialized.
253 * 253 *
254 * The behavior of this method is undefined if {@code cpi} does not denote an entry representing 254 * The behavior of this method is undefined if {@code cpi} does not denote an entry representing
255 * a signature polymorphic method. 255 * a signature polymorphic method.