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
To prove termination of Java Bytecode (JBC) automatically, we transform JBC to finite termination graphs which represent all… 
2004
2004
Quality management is becoming a more and more important part of the software development process. As software testing is… 
2002
2002
We report on a project that performed a bigram analysis of dynamic bytecode sequences. The objective was to identify the most… 
2000
2000
  • Jianjun Zhao
  • 2000
  • Corpus ID: 17545326
Understanding program dependencies in a computer program is essential for many software engineering tasks such as program… 
1999
1999
Verification plays a central role in the security of Java bytecode: the Java bytecode verifier performs a static analysis to… 
1999
1999
The paper identifies some of the most important execution characteristics of a recent suite of Java benchmarks (SPEC JVM98) from… 
1998
1998
In this paper, we present practical algorithms for inferring static types for local variables and stack locations of Java… 
Highly Cited
1997
Highly Cited
1997
In this paper we show how implicit parallelism in Java programs can be made explicit by a restructuring compiler using the multi… 
1997
1997
This paper describes Cream, an optimizer for Java bytecode using side-effect analysis to improve the optimizations. Dead-code…