RFR: 8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value

Tobias Hartmann thartmann at openjdk.org
Tue Nov 15 17:39:59 UTC 2022


On Tue, 15 Nov 2022 10:53:12 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotConstantPool.java line 270:
>> 
>>> 268:                             opcode == Bytecodes.INVOKEVIRTUAL ||
>>> 269:                             opcode == Bytecodes.INVOKESPECIAL ||
>>> 270:                             opcode == Bytecodes.INVOKESTATIC) {
>> 
>> Indentation looks a bit off.
>
> That's due to the Eclipse formatter enforced style adopted across JVMCI and Graal. I can add comments to explicitly disable it here if you want but I'm not sure it's worth it.

I see. No, that's not worth it then.

-------------

PR: https://git.openjdk.org/jdk/pull/11142


More information about the hotspot-dev mailing list