List Question
20 TechQA 2023-12-28T11:46:46.877000Explicit Branch-prediction in JVM-based langauges?
86 views
Asked by doliphin
Java bytecode not in .class file
143 views
Asked by rain 183
Merging int[] and String[] should result in Object[]
110 views
Asked by Johannes Kuhn
Does the JVM operand stack have to be deterministic?
60 views
Asked by MrAnima
How to change class reference of a class in the constant pool using ASM library?
42 views
Asked by NO ONE
Transform a stack using Java Virtual Machine Instruction Set
71 views
Asked by Alex
Why are my self-written classes / 3-party library classes invisible to JRE classes?
63 views
Asked by Red Ad
What bytecode will Kotlin compiller produce if jvmToolchain is set to 11 and jvmTarget to 1.8?
188 views
Asked by Sasha Shpota
Java ASM: Bad local variable type (dload) Type top (current frame, locals[5]) is not assignable to double
354 views
Asked by Tambapps
JVM byte code instructions, debug info source file as well as line number
149 views
Asked by rwallace
Why does COMPUTE_FRAMES generate a lot of redundant instructions?
71 views
Asked by rwallace
How to replace generic with exact implementation using byte-buddy?
93 views
Asked by stepan2271
Does javac generate inaccurate line numbers compared to ecj (for this particular case)?
122 views
Asked by Sybuser
Java Bytecode: invokevirtual methodref on an objectref with a different class
213 views
Asked by Tim Engbrocks
How can I use ASM lib in java to instrument an if-else block?
173 views
Asked by a stand-out flamingo
What piece of code in Java will generate the JVM instructions DUP2, DUP2_X1, SWAP?
243 views
Asked by Sybuser
How do I create a class with bcel and bcel-util which passes the verifier?
296 views
Asked by Sybuser
Java: search for an object by name in .class files
67 views
Asked by Антон Кочергин
JVM field descriptor for array of multiple types
372 views
Asked by Lyon