inspect jvm bytecode instructions from .class files with javap
The Java bytecode viewer runs javap -verbose on your uploaded .class file and shows you the raw JVM instructions: constant pool entries, method descriptors, local variable tables, and every opcode with its operands. It is the same output you get running javap locally, available instantly in your browser without a local JDK installation.