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.
2010
2010
Java Management Extensions (JMX) provides the fundamental architecture and standard theory for monitoring distributed system. ASM… 
2007
2007
Estimating execution time, during compilation process, can be very useful in software development. We are going to analyze… 
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… 
Review
2003
Review
2003
A synthesis and sound-modeling system is introduced. The design philosophy is to be “good enough most of the time” in an… 
2001
2001
The aJile family of low-power, single-chip, embedded Java microcontrollers provides an efficient platform for embedded and real… 
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…