When in doubt, run your code through a dissassembler. The Oracle JDK includes a javap tool which allows you to decompile the output.

I copied your code into test.java (default compiler options,...