Skip to search formSkip to main contentSkip to account menu

Java bytecode

Known as: JVM bytecode, Java byte code, Java byte-code 
Java bytecode is the instruction set of the Java virtual machine. Each bytecode is composed of one, or in some cases two bytes that represent the… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2012
2012
We describe a mechanically checked proof that a straightforward implementation of the preprocessing for a version of the Boyer… 
2009
2009
Worst case time execution time (WCET) analysis is crucial for developing hard real-time systems. Many WCET analysis tools rely on… 
2007
2007
Estimating execution time, during compilation process, can be very useful in software development. We are going to analyze… 
2006
2006
String concatenation via the “+” operator is one of the most convenient things to do in Java, and also one of the most expensive… 
2005
2005
  • Gerwin Klein
  • 2005
  • Corpus ID: 41971193
Zusammenfassung Der Bytecode Verifier ist ein essenzieller Bestandteil der Sicherheitsarchitektur der Programmierplattform Java… 
2004
2004
Quality management is becoming a more and more important part of the software development process. As software testing is… 
2004
2004
Java applets run on a Virtual Machine that checks code’s integrity and correctness before execution using a module called… 
2003
2003
Dynamic program optimization is increasingly important for achieving good runtime performance. A key issue is how to select which… 
1998
1998
This paper provides a manual for javab, a prototype tool that supports the automatic detection and exploitation of implicit loop… 
Review
1997
Review
1997
  • Dan Lambright
  • 1997
  • Corpus ID: 34087374
We present our results obtained from applying well known optimizations to Java bytecodes. We survey the optimizations implemented…