Search code examples
Which Java code generates Wide instruction...


javajvmbytecodeinstruction-setjvm-bytecode

Read More
Tool to read and display Java .class versions...


jvm-bytecode

Read More
Merging int[] and String[] should result in Object[]...


javajvmlanguage-lawyerjava-bytecode-asmjvm-bytecode

Read More
Does the JVM operand stack have to be deterministic?...


jvmlanguage-lawyerjvm-bytecode

Read More
Transform a stack using Java Virtual Machine Instruction Set...


javastackinstruction-setjvm-bytecodemachine-instruction

Read More
Why are my self-written classes / 3-party library classes invisible to JRE classes?...


javabytecodeinstrumentationjava-bytecode-asmjvm-bytecode

Read More
Java ASM: Bad local variable type (dload) Type top (current frame, locals[5]) is not assignable to d...


javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
JVM byte code instructions, debug info source file as well as line number...


javajvmjava-bytecode-asmjvm-bytecode

Read More
Why does COMPUTE_FRAMES generate a lot of redundant instructions?...


javajava-bytecode-asmjvm-bytecode

Read More
How to replace generic with exact implementation using byte-buddy?...


javabyte-buddyjvm-bytecode

Read More
Does javac generate inaccurate line numbers compared to ecj (for this particular case)?...


javajavacbytecodejvm-bytecodeecj

Read More
Java Bytecode: invokevirtual methodref on an objectref with a different class...


javajvmjvm-bytecodeinvokevirtual

Read More
What piece of code in Java will generate the JVM instructions DUP2, DUP2_X1, SWAP?...


javajvmbytecodejvm-bytecode

Read More
What's the value of the generated getClass invocation for method references?...


javajava-8jvm-bytecode

Read More
JVM field descriptor for array of multiple types...


javajvmbytecodesignaturejvm-bytecode

Read More
When instrumenting classes, offset of inserted stack frame overlap with existing one...


javajvminstrumentationjava-bytecode-asmjvm-bytecode

Read More
Is it possible for a Java classfile StackMap to model a "broken" this instance?...


javajvmjvm-bytecode

Read More
Bytecode transforming record class to be mutable...


javajvmbytecodejvm-bytecodejava-record

Read More
ASM cannot pass 'Type.INT_TYPE' as constant Bootstrap Method Argument...


javajava-bytecode-asminvokedynamicjvm-bytecode

Read More
ASM & Javaagent bytecode instrumentation: ClassFormatError: StackMapTable format error: bad offs...


javainstrumentationjava-bytecode-asmjavaagentsjvm-bytecode

Read More
How to resolve SwitchTree Expression type in Java Annotation Processor?...


javajavacjava-bytecode-asmannotation-processingjvm-bytecode

Read More
What is the use of the "dup2_x2" instruction in JVM bytecode?...


javajvmjavacjvm-bytecode

Read More
Fastest way to invoke method handle fields...


jvmbenchmarkingbytecodejvm-bytecodemethodhandle

Read More
I don't understand this opcode in JVM Implementation...


javajvmbytecodeopcodejvm-bytecode

Read More
Null or empty lambda as default value...


lambdakotlindecompilingjvm-bytecode

Read More
Why jump instead of return in Java bytecode?...


javajvmbytecodejava-bytecode-asmjvm-bytecode

Read More
short -> int -> long type promotion: is there any overhead?...


javaperformancejvm-bytecode

Read More
In the Java bytecode/class format, what determines if a method overrides another?...


javajvmbytecodejvm-bytecode

Read More
Java Bytecode Error : Expecting to find object/array on stack...


javajvmbytecodeverifyerrorjvm-bytecode

Read More
Injecting try/catch block for serializable check in bytecode through ASM...


javabytecodejava-bytecode-asmbytecode-manipulationjvm-bytecode

Read More
BackNext