This application claims benefit of priority of Foreign Patent Application No. CA 2680596, filed in Canada on Oct. 16, 2009, which is herein incorporated by reference.
The present invention relates to Java virtual machines, and more specifically, to the interaction of different machines or processes operating Java and native code. Java™ is a trademark of Sun Microsystems, Inc. in the United States, other countries, or both
A method and system that increases the efficiency of communications between processes using Java and native code is desired.
According to one embodiment of the present invention, a method includes receiving a remote call from a native process in a Java virtual process; and sending a return call to the native process, wherein the return call includes an exception status of the Java virtual process.
According to another embodiment of the present invention a method includes determining whether an interrupt is posted on a first thread in a Java virtual machine, sending a remote call to a native process that indicates that an exception has occurred in the first thread responsive to determining that an interrupt is posted on the first thread in the Java virtual machine, and updating a second thread in the native process with the exception, wherein the second thread is associated with the first thread.
According to yet another embodiment of the present invention a system includes a processor operative to receive a remote call from a native process in a Java virtual machine process, and send a return call to the native process, wherein the return call includes an exception status of the Java virtual machine process.
Additional features and advantages are realized through the techniques of the present invention. Other embodiments and aspects of the invention are described in detail herein and are considered a part of the claimed invention. For a better understanding of the invention with the advantages and the features, refer to the description and to the drawings.
The subject matter which is regarded as the invention is particularly pointed out and distinctly claimed in the claims at the conclusion of the specification. The forgoing and other features, and advantages of the invention are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:
Java virtual machine (JVM) implementations support the Java native interface (JNI) as a mechanism which allows Java code to call methods written in native code, for example, C and C++ programming language and native code to call Java code methods.
In previous systems, natives use JNI methods to interact with the JVM. Many of the JNI methods signal error conditions by setting an exception flag on the calling thread that is checked explicitly by the JNI native.
For example, one such JNI function is the CallStatic<Type>Method family of calls defined as: NativeType CallStatic<type>Method(JNIEnv *env, jclass,jmethodID methodID, . . . );
The family of operations invokes a static method on a Java object, according to the specified method identification (methodID). The methodID argument is obtained by calling GetStaticMethodID( ). These methods return the result of calling the Java method identified by the jmethodID. The return value does not indicate whether the call succeeded or failed, thus an additional JNI method such as “ExceptionOccurred( )” is invoked to detect an error condition. In previous systems where natives execute remotely from the JVM, the pattern uses two remote procedure calls, one to invoke the method and a subsequent call to check for exceptions.
There are other Java language features such as, for example, “Thread.Interrupt( )” that may asynchronously cause an exception to be posted on a thread.
Example embodiments of the present invention may be implemented, in software, for example, as any suitable computer program. For example, a program in accordance with one or more example embodiments of the present invention may be a computer program product causing a computer to execute one or more of the example methods described herein: a method for simulating arbitrary software and/or unmodified code directly on a host processor.
The computer program product may include a computer-readable medium having computer program logic or code portions embodied thereon for enabling a processor of the apparatus to perform one or more functions in accordance with one or more of the example methodologies described above. The computer program logic may thus cause the processor to perform one or more of the example methodologies, or one or more functions of a given methodology described herein.
The computer-readable storage medium may be a built-in medium installed inside a computer main body or removable medium arranged so that it can be separated from the computer main body. Examples of the built-in medium include, but are not limited to, rewriteable non-volatile memories, such as RAMs, ROMs, flash memories, and hard disks. Examples of a removable medium may include, but are not limited to, optical storage media such as CD-ROMs and DVDs; magneto-optical storage media such as MOs; magnetism storage media such as floppy disks (trademark), cassette tapes, and removable hard disks; media with a built-in rewriteable non-volatile memory such as memory cards; and media with a built-in ROM, such as ROM cassettes.
These programs may also be provided in the form of an externally supplied propagated signal and/or a computer data signal (e.g., wireless or terrestrial) embodied in a carrier wave. The computer data signal embodying one or more instructions or functions of an example methodology may be carried on a carrier wave for transmission and/or reception by an entity that executes the instructions or functions of the example methodology. For example, the functions or instructions of the example embodiments may be implemented by processing one or more code segments of the carrier wave, for example, in a computer, where instructions or functions may be executed for simulating arbitrary software and/or unmodified code directly on a host processor, in accordance with example embodiments of the present invention.
Further, such programs, when recorded on computer-readable storage media, may be readily stored and distributed. The storage medium, as it is read by a computer, may enable the simulation of arbitrary software and/or unmodified code directly on a host processor, in accordance with the example embodiments of the present invention.
Example embodiments of the present invention being thus described, it will be obvious that the same may be varied in many ways. For example, the methods according to example embodiments of the present invention may be implemented in hardware and/or software. The hardware/software implementations may include a combination of processor(s) and article(s) of manufacture. The article(s) of manufacture may further include storage media and executable computer program(s), for example, a computer program product stored on a computer readable medium.
Although example embodiments of the present invention have been discussed herein with regard to specific applications and/or implementations, it will be understood that example embodiments may be utilized in, for example, in firm ASIC chip design or implemented in traditional circuitry.
Although example embodiments of the present invention have been shown and described with regard to certain operations being performed serially or consecutively, it will be understood that any combination of these operations may be performed simultaneously and in parallel.
Although specific aspects may be associated with specific example embodiments of the present invention, as described herein, it will be understood that the aspects of the example embodiments, as described herein, may be combined in any suitable manner.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, element components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated
The flow diagrams depicted herein are just one example. There may be many variations to this diagram or the steps (or operations) described therein without departing from the spirit of the invention. For instance, the steps may be performed in a differing order or steps may be added, deleted or modified. All of these variations are considered a part of the claimed invention.
While the preferred embodiment to the invention had been described, it will be understood that those skilled in the art, both now and in the future, may make various improvements and enhancements, which fall within the scope of the claims, which follow. These claims should be construed to maintain the proper protection for the invention first described.
Number | Date | Country | Kind |
---|---|---|---|
2680596 | Oct 2009 | CA | national |