Method and apparatus for dynamically selecting bytecodes for...

Data processing: software development – installation – and managem – Software program development tool – Translation of code

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C717S152000, C717S152000

Reexamination Certificate

active

06295641

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Technical Field
The present invention relates generally to an improved data processing system and in particular to an improved method and apparatus for processing a method in a Java virtual machine. Still more particularly, the present invention relates to a method and apparatus for selectively controlling just in time compilation of a method.
2. Description of Related Art
Java is an object oriented programming language and environment focusing on defining data as objects and the methods that may be applied to those objects. Java is designed to solve a number of problems in modern programming practice. Java is able to support applications for many types of data processing systems, which may contain a variety of central processing units and operating systems architectures. To enable a Java application to execute on different types of data processing systems, a compiler typically generates an architecture-neutral file format—the compiled code is executable on many processors, given the presence of the Java run time system. The Java compiler generates bytecode instructions that are non-specific to a particular computer architecture. A bytecode is a machine independent code generated by the Java compiler and executed by a Java interpreter. A Java interpreter is a module that alternately decodes and executes a bytecode. The decoding of the bytecode places the instruction into an executable form for the computer on which the code is to be executed. Then, the instruction is executed by the computer. These bytecode instructions are designed to be easy to interpret on any machine and easily translated on the fly into native machine code.
The Java virtual machine (JVM) is a virtual computer component that resides only in memory. A JVM includes components necessary to run a program on a computer, including an interpreter. The JVM allows Java programs to be executed on different platforms as opposed to only the one platform for which the code was compiled. Java programs are compiled for the JVM. In this manner, Java is able to support applications for many types of data processing systems, which may contain a variety of central processing units and operating systems architectures.
When extra speed in executing a Java program or applet is needed, a just in time (JIT) compiler may be used to translate bytecodes for a method or class into native machine instructions before executing them. Typically, this compilation only occurs once per method. Some JIT compilers may compile entire classes, rather than one method at a time.
In some situations, a JIT compiler may produce invalid results when compiling bytecodes from a given method of a class into instructions or machine code for execution on the computer. These errors do not occur if the code is not just in time compiled. Typically, these errors in execution of native instructions occur as a result of faulty logic in the JIT compiler. Currently, a mechanism for avoiding these errors is unavailable. In particular, a mechanism for allowing users of Java applications and applets to avoid these errors is unavailable.
Therefore, it would be advantageous to have an improved method and apparatus for just in time compiling of methods.
SUMMARY OF THE INVENTION
The present invention provides a process in a computer for selectively just in time compiling a method. Compiling options for the method are presented on an output device. User input is received, changing the compiling options for the method. The method to just in time compile is monitored for a call. A determination is made as to whether the method should be compiled using the compiling options, responsive to detecting the call to just in time compile the method. The method is sent to a just in time compiler, responsive to a determination that the method is to be compiled.


REFERENCES:
patent: 5274815 (1993-12-01), Trissel et al.
patent: 5920718 (1999-07-01), Uczekaj et al.
patent: 5920720 (1999-07-01), Toutonghi et al.
patent: 5960202 (1999-09-01), Granston et al.
patent: 5987258 (1999-11-01), Daniel et al.
patent: 6081655 (2000-06-01), Carter et al.
patent: 6110226 (2000-08-01), Bothner
Benton et al. Compiling Standard ML to Java Bytecodes. ACM. pp. 129-140. Apr. 1998.*
Krall. Efficient Java VM Just-in-Time Compilation. ACM. 1998.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method and apparatus for dynamically selecting bytecodes for... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method and apparatus for dynamically selecting bytecodes for..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method and apparatus for dynamically selecting bytecodes for... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2497463

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.