US20140075422A1 - Method for dynamically transforming the bytecode of java virtual machine bootstrap classes - Google Patents
Method for dynamically transforming the bytecode of java virtual machine bootstrap classes Download PDFInfo
- Publication number
- US20140075422A1 US20140075422A1 US13/885,915 US201113885915A US2014075422A1 US 20140075422 A1 US20140075422 A1 US 20140075422A1 US 201113885915 A US201113885915 A US 201113885915A US 2014075422 A1 US2014075422 A1 US 2014075422A1
- Authority
- US
- United States
- Prior art keywords
- virtual machine
- java virtual
- jvm
- classes
- bytecode
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45516—Runtime code conversion or optimisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
- G06F8/656—Updates while running
Definitions
- the present invention relates to the ability to perform bytecode transformations to enable user-defined customizations of the behavior of computer programs running on top of an unmodified JVM. More particularly, the present invention enables transparent bytecode transformations of the special JVM bootstrap classes in order to obtain full bytecode coverage of user-defined customizations for existing classes. With the present invention, computer programs requiring bytecode transformations of the foresaid bootstrap classes, beyond the capabilities of the current Java HotSwap mechanism, no longer have to use an off-line transformation tool that performs the required bytecode transformations statically to the bootstrap classes before the computer program can be started on the JVM with the modified bootstrap classes. Rather, the present invention enables transparent on-line bytecode transformations and automatic program execution with the set of hereby dynamically modified bootstrap classes.
- the JDK 1.5 has introduced a mechanism, Java language instrumentation agents (package java.lang.instrument), to transform classes as they are being loaded. Even though instrumentation agents are loaded and executed before the class containing the main(String[ ]) method, these agents are loaded only after the JVM has completed bootstrapping. At this stage of the execution, already several hundred classes have been loaded but not been processed by any instrumentation agent.
- the JDK offers a mechanism to redefine these pre-loaded classes, which however imposes several strong limitations on class redefinition, as summarized in the JDK 1.6 API documentation: The redefinition may change method bodies, the constant pool and attributes.
- Binder et al. discloses the method FERRARI as a general-purpose bytecode instrumentation framework.
- FERRARI it's possible to instrument all classes including the special JVM bootstrap classes.
- the method requires the bytecode modifications of the JVM bootstrap classes to be done by a special static transformation tool called FIRST.
- FIRST a special static transformation tool
- FERRARI requires users to accept a two-step process in which the application is first prepared to execute, and then the real execution can be carried out. Not only does this alter the standard usage pattern of executing Java programs, but more importantly it requires the user to remember to execute the preparation tool.
- An embodiment of the present invention provides a method for transparently performing user-defined customizations of the bootstrap classes of an actively running Java Virtual Machine (JVM) on a desktop, server, mainframe, cloud computing or embedded computing device.
- JVM Java Virtual Machine
- bytecode transformation of bootstrap classes is transparently performed on-line as part of startup of a JVM compliant computer program using a special instance of a JVM Agent.
- the invention operates by having the said JVM Agent executing code to transform the bytecode of the already loaded JVM bootstrap classes accordantly to the required user-defined customizations and storing the hereby-resulting set of modified bootstrap classes onto data storage.
- the invention has the JVM Agent intercepting all class-loading events and transforming the bytecode of those classes declaring the special program startup-method with the unique method signature“public static void main(String[ ])”, by inserting bytecode at the beginning of the special startup-method to call a callback method in the said JVM Agent. Further, in those classes declaring the special program startup-method, the inventions has the said JVM Agent to remove the bytecode within the body of the special class-initialize method, as defined in the present JVM class file format as “ ⁇ clinit>”, to avoid any side-effects in the program.
- the bytecode inserted therein calls the callback method on the said JVM Agent, passing as parameters the same set of arguments as passed to the JVM upon initial program startup.
- the call-back method has control it spawns a new operating system process executing a second JVM instance, passing to it the obtained input parameters, the main method arguments as well as a JVM input argument to use the stored set of modified bootstrap classes.
- the callback method executes code for waiting for the process actively running the second JVM instance to terminate, before the callback method terminates the first JVM instance.
- the tasks of the said JVM Agent are equally performed as part of a modified JVM.
- FIG. 1 is a block diagram of a generic computing device, which could be a desktop, workstation, server, mainframe computer, embedded computing device, etc., wherein the present invention may be practiced.
- FIG. 2 is a flowchart showing the steps taken to dynamically instrument the bytecode of bootstrap classes.
- FIG. 1 is a block diagram of a computing device, such as a workstation, wherein the present invention may be practiced.
- the environment of FIG. 1 comprises a single representative computing device 100 , such as a personal computer, workstation, enterprise mainframe computer, server, laptop, hand-held computer, information appliance, etc., including related peripheral devices.
- the computing device 110 includes a microprocessor 102 or equivalent processing capability and a bus 104 to connect and enable communication between the microprocessor 102 and the components of the computing device 100 in accordance with known techniques. Note that in some computing devices there may be multiple processors incorporated therein.
- the microprocessor 102 communicates with storage 106 via the bus 104 .
- Memory 108 such as Random Access Memory (RAM), Read Only Memory (ROM), flash memory, etc. is directly accessible while secondary storage device 110 , such as a hard disk, and removable storage device 112 , such as a floppy diskette drive, CD ROM drive, tape storage, etc. is accessible with additional interface hardware and software as is known and customary in the art.
- the removable storage device 112 will have associated therewith an appropriate type of removable media 114 , such as a diskette, CD, tape reel or cartridge, solid state storage, etc. that will hold computer useable data and is a form of computer useable medium.
- a computing device 100 may have multiple memories (e.g., RAM and ROM), secondary storage devices, and removable storage devices (e.g., floppy drive and CD ROM drive).
- the computing device 100 typically includes a user interface adapter 116 that connects the microprocessor 102 via the bus 104 to one or more interface devices, such as a keyboard 118 , a mouse or other pointing device 120 , a display 122 (such as a CRT monitor, LCD screen, etc.), a printer 124 , or any other user interface device, such as a touch sensitive screen, digitized entry pad, etc.
- a user interface adapter 116 that connects the microprocessor 102 via the bus 104 to one or more interface devices, such as a keyboard 118 , a mouse or other pointing device 120 , a display 122 (such as a CRT monitor, LCD screen, etc.), a printer 124 , or any other user interface device, such as a touch sensitive screen, digitized entry pad, etc.
- the computing device 100 may use multiple user interface adapters in order to make the necessary connections with the user interface devices.
- the computing device 100 may also communicate with other computing devices, computers, workstations, etc. or networks thereof through a communications adapter 126 , such as a telephone, cable, or wireless modem, ISDN Adapter, DSL adapter, Local Area Network (LAN) adapter, or other communications channel.
- a communications adapter 126 such as a telephone, cable, or wireless modem, ISDN Adapter, DSL adapter, Local Area Network (LAN) adapter, or other communications channel.
- networks 128 LANs, Wide Area Networks (WANs), the Internet, etc.
- telephone lines 130 that may be used to access other networks or computers
- wireless networks 132 such cellular telephone networks, and other communication mechanisms.
- the computing device 100 may use multiple communication adapters for making the necessary communication connections (e.g., a telephone modem card and a Cellular Digital Packet Data (CDPD).
- CDPD Cellular Digital Packet Data
- the computing device 100 may be associated with other computing devices in a LAN or WAN, or the computing device can be a client or server in a client/server arrangement with another computer, etc. All these configurations, as well as the appropriate communications hardware and software, are known in the art.
- the computing device 100 provides the facility for running software, such as Operating System software 134 , Middleware software 136 , and Application software 138 . Note that such software executes tasks and may communicate with various software components on this and other computing devices.
- software such as Operating System software 134 , Middleware software 136 , and Application software 138 .
- “media”, “medium”, “computer useable medium”, or “computer useable media”, as used herein, may include a computer memory (RAM and/or ROM), a diskette, a tape, a compact disc, an integrated circuit, a programmable logic array (PLA), a remote transmission over a communications circuit, a remote transmission over a wireless network such as a cellular network, or any other medium useable by computers with or without proper adapter interfaces.
- RAM random access memory
- PDA programmable logic array
- Examples of a computer useable medium include but are not limited to palpable physical media, such as a CD Rom, diskette, hard drive and the like, as well as other non-palpable physical media, such as a carrier signal, whether over wires or wireless, when the program is distributed electronically.
- palpable physical media such as a CD Rom, diskette, hard drive and the like
- other non-palpable physical media such as a carrier signal, whether over wires or wireless, when the program is distributed electronically.
- a carrier signal whether over wires or wireless
- computer program product is used to refer to a computer useable medium, as defined above, which bears or has embodied thereon any form of software or instructions to enable a computer system (or multiple cooperating systems) to operate according to the above-identified invention.
- the computer hardware upon which the invention is effected contains one or more processors, operating together, substantially independently, or distributed over a network, and further includes memory for storing the instructions and calculations necessary to perform the invention.
- a method according to the present invention may be created in a variety of different ways known in the art.
- a general purpose computing device as described in FIG. 1 may be configured with appropriate software so that the computing device functions as described hereafter.
- discrete electronic components may be used to create a system or computer program product that implements all or part of the functional.
- combinations of multiple computing devices running appropriate software or discrete electrical components can be used in like fashion.
- the hardware is configured (whether by software, custom designed, etc.) to perform the functional elements making up the present invention.
- FIG. 2 a flowchart showing the steps taken to transparently transform the bytecode of the special bootstrap classes, automatically executing a new program instance wherein the transformed set of bootstrap classes are prepended to the boot class path of the JVM.
- the flow of events is triggered by a request to start a computer program instance in the JVM.
- an additional input argument to setup a JVM Agent that intercepts the program execution before the execution point of the computer program startup-method is passed to the JVM 204 .
- the virtual machine transfers control to the JVM Agent as specified as the additional input argument.
- the JVM Agent obtain a reference to the set of already loaded classes, namely the bootstrap classes in 208 , transforming the bytecode of those bootstrap classes, saving the modified set of bootstrap classes onto a data storage in step 210 .
- the code in the JVM Agent sets up a class file transformer that intercepts the class loading process for all further class loading events in the JVM.
- the class file transformer intercepts the class loading in 214 , transforming the bytecode of those specific classes wherein the special application startup-method, main(String[ ]) method, is declared.
- main(String[ ]) method is declared.
- main(String[ ]) method In those specific main classes the bytecode, if such bytecode exists, contained within the method body of the special class initialize method ( ⁇ clinit>) is removed.
- the class file transformer inserts bytecode at the beginning of the special program startup-method to invoke a callback method of a class declared within the Java agent passing the main arguments to the callback method as method parameters.
- the callback method collects the remaining input arguments of the computer program.
- a new computer program instance of the said computer program is executed, on a new JVM instance within a new operating system process, with the set of obtained input arguments, the main method arguments, in addition to an argument that defines a new prepending boot class path at the location where the modified set of bootstrap classes was stored.
- the JVM Agent as given to the first computer program instance is passed on to the new JVM instance, and once the JVM Agent intercepts the execution flow of the new computer program instance, it determines if the special instrumentation of described by steps 208 - 218 was already preformed by the previously executed computer program instance, and if so, it will skip the steps of 208 - 218 .
- the callback method blocks further execution of the first computer program instance by waiting for the process running the second JVM instance to terminate. Once the second JVM instance terminates the callback method is wakened just to terminate execution of the first computer program.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
- The present invention relates to the ability to perform bytecode transformations to enable user-defined customizations of the behavior of computer programs running on top of an unmodified JVM. More particularly, the present invention enables transparent bytecode transformations of the special JVM bootstrap classes in order to obtain full bytecode coverage of user-defined customizations for existing classes. With the present invention, computer programs requiring bytecode transformations of the foresaid bootstrap classes, beyond the capabilities of the current Java HotSwap mechanism, no longer have to use an off-line transformation tool that performs the required bytecode transformations statically to the bootstrap classes before the computer program can be started on the JVM with the modified bootstrap classes. Rather, the present invention enables transparent on-line bytecode transformations and automatic program execution with the set of hereby dynamically modified bootstrap classes.
- Altering the semantics of a JVM compliant computer program via bytecode transformation is a well-known practice. Bytecode transformation has been used for many purposes, especially to enhance programs with new capabilities and or add monitoring or profiling. A widespread objective when applying bytecode transformation is full bytecode coverage of the bytecode being executed in the JVM, meaning that every class loaded into or as part of the JVM should be intercepted by the bytecode transformer to permit bytecode modifications. In contrary, incomplete bytecode coverage would cause a lack of bytecode enhancement for parts of the program that depends on modifications of parts which cannot be changed by current available techniques. Currently many available techniques for bytecode transformation are limited in their support for full bytecode coverage. Firstly, certain core classes (the special bootstrap classes) of the JDK are completely excluded from instrumentation because they are loaded before bytecode transformation can take place. Consequently, the bytecode executed within these classes corresponds to the unmodified versions of the classes. Secondly, because of the first cause, transformation of boot-classes has to be performed statically meaning the whole method has to be transformed prior to execution.
- The JDK 1.5 has introduced a mechanism, Java language instrumentation agents (package java.lang.instrument), to transform classes as they are being loaded. Even though instrumentation agents are loaded and executed before the class containing the main(String[ ]) method, these agents are loaded only after the JVM has completed bootstrapping. At this stage of the execution, already several hundred classes have been loaded but not been processed by any instrumentation agent. The JDK offers a mechanism to redefine these pre-loaded classes, which however imposes several strong limitations on class redefinition, as summarized in the JDK 1.6 API documentation: The redefinition may change method bodies, the constant pool and attributes. The redefinition must not add, remove or rename fields or methods, change the signatures of methods, or change inheritance.' These limitations are far too restrictive for many instrumentation-processes, such as e.g. for calling context reification which requires the introduction of additional method arguments and therefore changes method signatures. The present invention does not suffer from these strong limitations as it enables full modification of already loaded bootstrap classes.
- In [1] Binder et al. discloses the method FERRARI as a general-purpose bytecode instrumentation framework. In FERRARI it's possible to instrument all classes including the special JVM bootstrap classes. However, the method requires the bytecode modifications of the JVM bootstrap classes to be done by a special static transformation tool called FIRST. Hence, FERRARI requires users to accept a two-step process in which the application is first prepared to execute, and then the real execution can be carried out. Not only does this alter the standard usage pattern of executing Java programs, but more importantly it requires the user to remember to execute the preparation tool.
- An embodiment of the present invention provides a method for transparently performing user-defined customizations of the bootstrap classes of an actively running Java Virtual Machine (JVM) on a desktop, server, mainframe, cloud computing or embedded computing device.
- Specifically, under the present invention, user-defined customization of bootstrap classes no more requires use of an off-line bytecode transformation tool that change the bytecode of bootstrap classes before startup of the JVM, instead bytecode transformation of bootstrap classes is transparently performed on-line as part of startup of a JVM compliant computer program using a special instance of a JVM Agent.
- The invention operates by having the said JVM Agent executing code to transform the bytecode of the already loaded JVM bootstrap classes accordantly to the required user-defined customizations and storing the hereby-resulting set of modified bootstrap classes onto data storage.
- Next, the invention has the JVM Agent intercepting all class-loading events and transforming the bytecode of those classes declaring the special program startup-method with the unique method signature“public static void main(String[ ])”, by inserting bytecode at the beginning of the special startup-method to call a callback method in the said JVM Agent. Further, in those classes declaring the special program startup-method, the inventions has the said JVM Agent to remove the bytecode within the body of the special class-initialize method, as defined in the present JVM class file format as “<clinit>”, to avoid any side-effects in the program.
- Subsequently, when the JVM hands over control to a compliant computer program's special program startup-method, the bytecode inserted therein calls the callback method on the said JVM Agent, passing as parameters the same set of arguments as passed to the JVM upon initial program startup. Then, when the call-back method has control it spawns a new operating system process executing a second JVM instance, passing to it the obtained input parameters, the main method arguments as well as a JVM input argument to use the stored set of modified bootstrap classes. On return from spawning the operating system process of the second JVM instance, the callback method executes code for waiting for the process actively running the second JVM instance to terminate, before the callback method terminates the first JVM instance.
- In a variant of this embodiment, the tasks of the said JVM Agent are equally performed as part of a modified JVM.
- A more particular description of the invention briefly described above will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. These drawings depict only one or more typical embodiments of the invention and are not therefore to be considered to be limiting of its scope. With respect to the following drawings, like reference numbers denotes the same element throughout the set of drawings.
-
FIG. 1 is a block diagram of a generic computing device, which could be a desktop, workstation, server, mainframe computer, embedded computing device, etc., wherein the present invention may be practiced. -
FIG. 2 is a flowchart showing the steps taken to dynamically instrument the bytecode of bootstrap classes. -
FIG. 1 is a block diagram of a computing device, such as a workstation, wherein the present invention may be practiced. The environment ofFIG. 1 comprises a singlerepresentative computing device 100, such as a personal computer, workstation, enterprise mainframe computer, server, laptop, hand-held computer, information appliance, etc., including related peripheral devices. Thecomputing device 110 includes amicroprocessor 102 or equivalent processing capability and abus 104 to connect and enable communication between themicroprocessor 102 and the components of thecomputing device 100 in accordance with known techniques. Note that in some computing devices there may be multiple processors incorporated therein. - The
microprocessor 102 communicates withstorage 106 via thebus 104.Memory 108, such as Random Access Memory (RAM), Read Only Memory (ROM), flash memory, etc. is directly accessible whilesecondary storage device 110, such as a hard disk, andremovable storage device 112, such as a floppy diskette drive, CD ROM drive, tape storage, etc. is accessible with additional interface hardware and software as is known and customary in the art. Theremovable storage device 112 will have associated therewith an appropriate type ofremovable media 114, such as a diskette, CD, tape reel or cartridge, solid state storage, etc. that will hold computer useable data and is a form of computer useable medium. Note that acomputing device 100 may have multiple memories (e.g., RAM and ROM), secondary storage devices, and removable storage devices (e.g., floppy drive and CD ROM drive). - The
computing device 100 typically includes auser interface adapter 116 that connects themicroprocessor 102 via thebus 104 to one or more interface devices, such as akeyboard 118, a mouse orother pointing device 120, a display 122 (such as a CRT monitor, LCD screen, etc.), aprinter 124, or any other user interface device, such as a touch sensitive screen, digitized entry pad, etc. Note that thecomputing device 100 may use multiple user interface adapters in order to make the necessary connections with the user interface devices. - The
computing device 100 may also communicate with other computing devices, computers, workstations, etc. or networks thereof through acommunications adapter 126, such as a telephone, cable, or wireless modem, ISDN Adapter, DSL adapter, Local Area Network (LAN) adapter, or other communications channel. This gives the computing device direct access to networks 128 (LANs, Wide Area Networks (WANs), the Internet, etc.),telephone lines 130 that may be used to access other networks or computers,wireless networks 132, such cellular telephone networks, and other communication mechanisms. Note that thecomputing device 100 may use multiple communication adapters for making the necessary communication connections (e.g., a telephone modem card and a Cellular Digital Packet Data (CDPD). Thecomputing device 100 may be associated with other computing devices in a LAN or WAN, or the computing device can be a client or server in a client/server arrangement with another computer, etc. All these configurations, as well as the appropriate communications hardware and software, are known in the art. - The
computing device 100 provides the facility for running software, such as Operating Systemsoftware 134, Middlewaresoftware 136, andApplication software 138. Note that such software executes tasks and may communicate with various software components on this and other computing devices. - As will be understood by one of ordinary skill in the art, computer programs such as that described herein (including Operating
System software 134, Middlewaresoftware 136, and/or Application software 138) are typically distributed as part of a computer program product that has a computer useable media or medium containing or storing the program code. Therefore, “media”, “medium”, “computer useable medium”, or “computer useable media”, as used herein, may include a computer memory (RAM and/or ROM), a diskette, a tape, a compact disc, an integrated circuit, a programmable logic array (PLA), a remote transmission over a communications circuit, a remote transmission over a wireless network such as a cellular network, or any other medium useable by computers with or without proper adapter interfaces. Note that examples of a computer useable medium include but are not limited to palpable physical media, such as a CD Rom, diskette, hard drive and the like, as well as other non-palpable physical media, such as a carrier signal, whether over wires or wireless, when the program is distributed electronically. Note also that “servlets” or “applets” according to JAVA technology available from Sun Microsystems out of Mountain View, Calif., would be considered computer program products. - Although the enabling instructions might be “written on” on a diskette or tape, “stored in” an integrated circuit or PLA, “carried over” a communications circuit or wireless network, it will be appreciated, that for purposes of the present invention described herein, the computer useable medium will be referred to as “bearing” the instructions, or the instructions (or software) will be referred to as being “on” the medium. Thus, software or instructions “embodied on” a medium is intended to encompass the above and all equivalent ways in which the instructions or software can be associated with a computer useable medium.
- For simplicity, the term “computer program product” is used to refer to a computer useable medium, as defined above, which bears or has embodied thereon any form of software or instructions to enable a computer system (or multiple cooperating systems) to operate according to the above-identified invention.
- It will be likewise appreciated that the computer hardware upon which the invention is effected contains one or more processors, operating together, substantially independently, or distributed over a network, and further includes memory for storing the instructions and calculations necessary to perform the invention.
- Those skilled in the art will recognize that a method according to the present invention may be created in a variety of different ways known in the art. For example, a general purpose computing device as described in
FIG. 1 may be configured with appropriate software so that the computing device functions as described hereafter. Furthermore, discrete electronic components may be used to create a system or computer program product that implements all or part of the functional. Finally, note that combinations of multiple computing devices running appropriate software or discrete electrical components can be used in like fashion. Essentially, the hardware is configured (whether by software, custom designed, etc.) to perform the functional elements making up the present invention. - Referring now to
FIG. 2 , a flowchart showing the steps taken to transparently transform the bytecode of the special bootstrap classes, automatically executing a new program instance wherein the transformed set of bootstrap classes are prepended to the boot class path of the JVM. Initially, at 202 the flow of events is triggered by a request to start a computer program instance in the JVM. In some embodiments of the present invention an additional input argument to setup a JVM Agent that intercepts the program execution before the execution point of the computer program startup-method is passed to theJVM 204. In 206 the virtual machine transfers control to the JVM Agent as specified as the additional input argument. The JVM Agent obtain a reference to the set of already loaded classes, namely the bootstrap classes in 208, transforming the bytecode of those bootstrap classes, saving the modified set of bootstrap classes onto a data storage instep 210. Instep 212 the code in the JVM Agent sets up a class file transformer that intercepts the class loading process for all further class loading events in the JVM. On every class-loading event happening in the computer program the class file transformer intercepts the class loading in 214, transforming the bytecode of those specific classes wherein the special application startup-method, main(String[ ]) method, is declared. In those specific main classes the bytecode, if such bytecode exists, contained within the method body of the special class initialize method (<clinit>) is removed. Moreover, the class file transformer inserts bytecode at the beginning of the special program startup-method to invoke a callback method of a class declared within the Java agent passing the main arguments to the callback method as method parameters. Once the callback method is first executed in 216 the callback method collects the remaining input arguments of the computer program. Afterwards, in 218 a new computer program instance of the said computer program is executed, on a new JVM instance within a new operating system process, with the set of obtained input arguments, the main method arguments, in addition to an argument that defines a new prepending boot class path at the location where the modified set of bootstrap classes was stored. In some embodiments, the JVM Agent as given to the first computer program instance is passed on to the new JVM instance, and once the JVM Agent intercepts the execution flow of the new computer program instance, it determines if the special instrumentation of described by steps 208-218 was already preformed by the previously executed computer program instance, and if so, it will skip the steps of 208-218. In 220 the callback method blocks further execution of the first computer program instance by waiting for the process running the second JVM instance to terminate. Once the second JVM instance terminates the callback method is wakened just to terminate execution of the first computer program. - [1] W. Binder, J. Hulaas, and P. Moret. Advanced Java Bytecode Instrumentation. 5th International Symposium on Principles and Practice of Programming in Java (PPPJ-2007), Lisboa, Portugal, September 2007. ACM Press, ISBN 978-1-59593-672-1, pp. 135-144.
Claims (15)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/885,915 US9141415B2 (en) | 2010-11-16 | 2011-11-02 | Method for dynamically transforming the bytecode of Java virtual machine bootstrap classes |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US41402910P | 2010-11-16 | 2010-11-16 | |
PCT/EP2011/069254 WO2012065845A1 (en) | 2010-11-16 | 2011-11-02 | Method for dynamically transforming the bytecode of java virtual machine bootstrap classes |
US13/885,915 US9141415B2 (en) | 2010-11-16 | 2011-11-02 | Method for dynamically transforming the bytecode of Java virtual machine bootstrap classes |
Publications (2)
Publication Number | Publication Date |
---|---|
US20140075422A1 true US20140075422A1 (en) | 2014-03-13 |
US9141415B2 US9141415B2 (en) | 2015-09-22 |
Family
ID=44947066
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/885,915 Active 2032-01-18 US9141415B2 (en) | 2010-11-16 | 2011-11-02 | Method for dynamically transforming the bytecode of Java virtual machine bootstrap classes |
Country Status (2)
Country | Link |
---|---|
US (1) | US9141415B2 (en) |
WO (1) | WO2012065845A1 (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140337815A1 (en) * | 2013-05-10 | 2014-11-13 | Sap Ag | Entity-based cross-application navigation |
US20140365884A1 (en) * | 2012-03-30 | 2014-12-11 | Google Inc. | Voice command recording and playback |
US8954935B2 (en) | 2013-03-14 | 2015-02-10 | Pivotal Software, Inc. | Method and system that filters byte-code instrumentation at the instrumentation level |
CN104965732A (en) * | 2015-06-05 | 2015-10-07 | 小米科技有限责任公司 | Desktop startup method and apparatus |
US20170147368A1 (en) * | 2015-01-29 | 2017-05-25 | AppDynamics, Inc. | Dynamic Agent Delivery |
US9996379B2 (en) * | 2016-01-25 | 2018-06-12 | International Business Machines Corporation | Program execution without the use of bytecode modification or injection |
CN111949491A (en) * | 2020-08-14 | 2020-11-17 | 中国工商银行股份有限公司 | SQL extraction method and device for MyBatis application program |
US10977027B1 (en) | 2020-05-07 | 2021-04-13 | Hcl Technologies Limited | System and method of deploying java agents in runtime |
CN116302365A (en) * | 2023-05-17 | 2023-06-23 | 建信金融科技有限责任公司 | Method and device for testing data persistence layer, electronic equipment and storage medium |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9639329B2 (en) | 2012-06-15 | 2017-05-02 | Syddansk Universitet | System and method for automatic invocation of constructor code for superclasses |
US9411617B2 (en) * | 2013-10-03 | 2016-08-09 | ZeroTurnaround AS | System and method for matching synthetically generated inner classes and methods |
CN106354624B (en) * | 2015-07-17 | 2020-09-22 | 北京奇虎科技有限公司 | Automatic testing method and device |
CN108228147B (en) * | 2016-12-15 | 2021-09-21 | 中国移动通信集团公司 | Method and device for acquiring performance data log |
US10503525B2 (en) | 2017-08-22 | 2019-12-10 | Refinitiv Us Organization Llc | Apparatuses, methods and systems for persisting values in a computing environment |
CN107608764A (en) * | 2017-09-27 | 2018-01-19 | 郑州云海信息技术有限公司 | The moving method and moving apparatus of a kind of server |
CN110262841B (en) * | 2018-03-07 | 2024-10-18 | 北京京东尚科信息技术有限公司 | Method and device for enhancing byte codes |
US11449324B2 (en) | 2018-07-16 | 2022-09-20 | Red Hat, Inc. | Automatic updating of an application executing on an application server |
US11016762B2 (en) | 2019-06-06 | 2021-05-25 | International Business Machines Corporation | Determining caller of a module in real-time |
US11036619B2 (en) | 2019-06-06 | 2021-06-15 | International Business Machines Corporation | Bypassing execution of a module in real-time |
US11074069B2 (en) | 2019-06-06 | 2021-07-27 | International Business Machines Corporation | Replaying interactions with transactional and database environments with re-arrangement |
US10915426B2 (en) | 2019-06-06 | 2021-02-09 | International Business Machines Corporation | Intercepting and recording calls to a module in real-time |
US10929126B2 (en) | 2019-06-06 | 2021-02-23 | International Business Machines Corporation | Intercepting and replaying interactions with transactional and database environments |
US11663020B2 (en) * | 2019-10-31 | 2023-05-30 | Red Hat, Inc. | Bootstrapping frameworks from a generated static initialization method for faster booting |
US11797332B2 (en) | 2019-11-25 | 2023-10-24 | Red Hat, Inc. | System for transforming legacy items contained in a data archive for execution or use by an executable |
US12013845B1 (en) | 2023-04-17 | 2024-06-18 | Bank Of America Corporation | Real time optimization apparatus using smart contracts for dynamic code validation and approval |
Citations (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6260068B1 (en) * | 1998-06-10 | 2001-07-10 | Compaq Computer Corporation | Method and apparatus for migrating resources in a multi-processor computer system |
US20020049963A1 (en) * | 2000-10-25 | 2002-04-25 | Beck Ralph L. | Software instrumentation method and apparatus |
US20040015921A1 (en) * | 2001-03-15 | 2004-01-22 | Daynes Laurent P. | Method and apparatus for removing class initialization barriers from shared compiled methods |
US20040153996A1 (en) * | 2003-01-30 | 2004-08-05 | International Business Machines Corporation | Method and system for determining the defining classLoader of a Java class as it is being defined |
US20040158819A1 (en) * | 2003-02-10 | 2004-08-12 | International Business Machines Corporation | Run-time wait tracing using byte code insertion |
US20060271395A1 (en) * | 2005-05-25 | 2006-11-30 | Harris Steven T | Distributed object identity in a virtual machine cluster |
US7293260B1 (en) * | 2003-09-26 | 2007-11-06 | Sun Microsystems, Inc. | Configuring methods that are likely to be executed for instrument-based profiling at application run-time |
US7293259B1 (en) * | 2003-09-02 | 2007-11-06 | Sun Microsystems, Inc. | Dynamically configuring selected methods for instrument-based profiling at application run-time |
US7415712B2 (en) * | 1998-10-02 | 2008-08-19 | Microsoft Corporation | Heavyweight and lightweight instrumentation |
US7426720B1 (en) * | 2003-12-22 | 2008-09-16 | Sun Microsystems, Inc. | System and method for dynamic preloading of classes through memory space cloning of a master runtime system process |
US20080276227A1 (en) * | 2007-05-06 | 2008-11-06 | Bernd Greifeneder | Method and System for Adaptive, Generic Code Instrumentation using Run-time or Load-time generated Inheritance Information for Diagnosis and Monitoring Application Performance and Failure |
US7512935B1 (en) * | 2001-02-28 | 2009-03-31 | Computer Associates Think, Inc. | Adding functionality to existing code at exits |
US7793266B2 (en) * | 2007-06-04 | 2010-09-07 | International Business Machines Corporation | Method, apparatus and computer program product for optimizing access to the content of a virtual application container on a fixed, read-only medium |
US7793265B2 (en) * | 2007-06-04 | 2010-09-07 | International Business Machines Corporation | Method, apparatus and computer program product for optimizing file accesses for an application executing in a virtual container |
US7823137B2 (en) * | 2004-10-21 | 2010-10-26 | International Business Machines Corporation | Process and implementation for using byte code insertion to modify a class definition to define and use probes for application components |
US20110067013A1 (en) * | 2009-09-15 | 2011-03-17 | Advanced Micro Devices, Inc. | Systems and methods for deferring software implementation decisions until load time |
US8423977B2 (en) * | 2009-04-27 | 2013-04-16 | National Instruments Corporation | Implementing a class oriented data flow program on a programmable hardware element |
US8510723B2 (en) * | 2009-05-29 | 2013-08-13 | University Of Maryland | Binary rewriting without relocation information |
US20140059527A1 (en) * | 2012-08-24 | 2014-02-27 | Ca, Inc. | Injection of updated classes for a java agent |
US8732670B1 (en) * | 2010-06-29 | 2014-05-20 | Ca, Inc. | Ensuring determinism during programmatic replay in a virtual machine |
US8762965B2 (en) * | 2004-08-30 | 2014-06-24 | International Business Machines Corporation | Simplifying the deployment and serviceability of commercial software environments |
US8769518B1 (en) * | 2010-06-29 | 2014-07-01 | Ca, Inc. | Ensuring determinism during programmatic replay in a virtual machine |
US8863093B1 (en) * | 2009-03-06 | 2014-10-14 | Coverity, Inc. | Load-time instrumentation of virtual machine program code |
US8887141B2 (en) * | 2007-09-28 | 2014-11-11 | Symantec Corporation | Automatically modifying a native code module accessed from virtual machine bytecode to determine execution information |
-
2011
- 2011-11-02 WO PCT/EP2011/069254 patent/WO2012065845A1/en active Application Filing
- 2011-11-02 US US13/885,915 patent/US9141415B2/en active Active
Patent Citations (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6260068B1 (en) * | 1998-06-10 | 2001-07-10 | Compaq Computer Corporation | Method and apparatus for migrating resources in a multi-processor computer system |
US7415712B2 (en) * | 1998-10-02 | 2008-08-19 | Microsoft Corporation | Heavyweight and lightweight instrumentation |
US20020049963A1 (en) * | 2000-10-25 | 2002-04-25 | Beck Ralph L. | Software instrumentation method and apparatus |
US7512935B1 (en) * | 2001-02-28 | 2009-03-31 | Computer Associates Think, Inc. | Adding functionality to existing code at exits |
US20040015921A1 (en) * | 2001-03-15 | 2004-01-22 | Daynes Laurent P. | Method and apparatus for removing class initialization barriers from shared compiled methods |
US20040153996A1 (en) * | 2003-01-30 | 2004-08-05 | International Business Machines Corporation | Method and system for determining the defining classLoader of a Java class as it is being defined |
US20040158819A1 (en) * | 2003-02-10 | 2004-08-12 | International Business Machines Corporation | Run-time wait tracing using byte code insertion |
US7293259B1 (en) * | 2003-09-02 | 2007-11-06 | Sun Microsystems, Inc. | Dynamically configuring selected methods for instrument-based profiling at application run-time |
US7293260B1 (en) * | 2003-09-26 | 2007-11-06 | Sun Microsystems, Inc. | Configuring methods that are likely to be executed for instrument-based profiling at application run-time |
US7426720B1 (en) * | 2003-12-22 | 2008-09-16 | Sun Microsystems, Inc. | System and method for dynamic preloading of classes through memory space cloning of a master runtime system process |
US8762965B2 (en) * | 2004-08-30 | 2014-06-24 | International Business Machines Corporation | Simplifying the deployment and serviceability of commercial software environments |
US7823137B2 (en) * | 2004-10-21 | 2010-10-26 | International Business Machines Corporation | Process and implementation for using byte code insertion to modify a class definition to define and use probes for application components |
US20060271395A1 (en) * | 2005-05-25 | 2006-11-30 | Harris Steven T | Distributed object identity in a virtual machine cluster |
US20080276227A1 (en) * | 2007-05-06 | 2008-11-06 | Bernd Greifeneder | Method and System for Adaptive, Generic Code Instrumentation using Run-time or Load-time generated Inheritance Information for Diagnosis and Monitoring Application Performance and Failure |
US8464225B2 (en) * | 2007-05-06 | 2013-06-11 | Dynatrace Software Gmbh | Method and system for adaptive, generic code instrumentation using run-time or load-time generated inheritance information for diagnosis and monitoring application performance and failure |
US7793266B2 (en) * | 2007-06-04 | 2010-09-07 | International Business Machines Corporation | Method, apparatus and computer program product for optimizing access to the content of a virtual application container on a fixed, read-only medium |
US7793265B2 (en) * | 2007-06-04 | 2010-09-07 | International Business Machines Corporation | Method, apparatus and computer program product for optimizing file accesses for an application executing in a virtual container |
US8887141B2 (en) * | 2007-09-28 | 2014-11-11 | Symantec Corporation | Automatically modifying a native code module accessed from virtual machine bytecode to determine execution information |
US8863093B1 (en) * | 2009-03-06 | 2014-10-14 | Coverity, Inc. | Load-time instrumentation of virtual machine program code |
US8423977B2 (en) * | 2009-04-27 | 2013-04-16 | National Instruments Corporation | Implementing a class oriented data flow program on a programmable hardware element |
US8510723B2 (en) * | 2009-05-29 | 2013-08-13 | University Of Maryland | Binary rewriting without relocation information |
US20110067013A1 (en) * | 2009-09-15 | 2011-03-17 | Advanced Micro Devices, Inc. | Systems and methods for deferring software implementation decisions until load time |
US8732670B1 (en) * | 2010-06-29 | 2014-05-20 | Ca, Inc. | Ensuring determinism during programmatic replay in a virtual machine |
US8769518B1 (en) * | 2010-06-29 | 2014-07-01 | Ca, Inc. | Ensuring determinism during programmatic replay in a virtual machine |
US20140059527A1 (en) * | 2012-08-24 | 2014-02-27 | Ca, Inc. | Injection of updated classes for a java agent |
Non-Patent Citations (4)
Title |
---|
Factor, et al., "Instrumentation of Standard Libraries in Object-Oriented Languages: the Twin Class Hierarchy Approach"; 2004 ACM; [retrieved on 7-1-2015]; Retrieved from Internet;pp288-300. * |
IBM, "Bootstrap provider for Java Security"; 2003, IP.com; [retrieved on 7-1-2015]; Retrieved from Internet;pp1-2. * |
IBM, "Method and Apparatus for Dynamic Inclusion of Profiling Functionality's in Java Classes"; 2004, IP.com; [retrieved on 7-1-2015]; Retrieved from Internet;pp1-5. * |
Pina, et al., "Rubah DSU for Java on a Stock JVM"; 2014 ACM;[retrieved on 7-1-2015]; Retrieved from Internet;pp288-300. * |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140365884A1 (en) * | 2012-03-30 | 2014-12-11 | Google Inc. | Voice command recording and playback |
US8954935B2 (en) | 2013-03-14 | 2015-02-10 | Pivotal Software, Inc. | Method and system that filters byte-code instrumentation at the instrumentation level |
US9405653B1 (en) | 2013-03-14 | 2016-08-02 | Pivotal Software, Inc. | Filtering data frames using program instrumentation |
US20140337815A1 (en) * | 2013-05-10 | 2014-11-13 | Sap Ag | Entity-based cross-application navigation |
US9524147B2 (en) * | 2013-05-10 | 2016-12-20 | Sap Se | Entity-based cross-application navigation |
US9990214B2 (en) * | 2015-01-29 | 2018-06-05 | Cisco Technology, Inc. | Dynamic agent delivery |
US20170147368A1 (en) * | 2015-01-29 | 2017-05-25 | AppDynamics, Inc. | Dynamic Agent Delivery |
CN104965732A (en) * | 2015-06-05 | 2015-10-07 | 小米科技有限责任公司 | Desktop startup method and apparatus |
US9996379B2 (en) * | 2016-01-25 | 2018-06-12 | International Business Machines Corporation | Program execution without the use of bytecode modification or injection |
US10338952B2 (en) * | 2016-01-25 | 2019-07-02 | International Business Machines Corporation | Program execution without the use of bytecode modification or injection |
US10977027B1 (en) | 2020-05-07 | 2021-04-13 | Hcl Technologies Limited | System and method of deploying java agents in runtime |
CN111949491A (en) * | 2020-08-14 | 2020-11-17 | 中国工商银行股份有限公司 | SQL extraction method and device for MyBatis application program |
CN116302365A (en) * | 2023-05-17 | 2023-06-23 | 建信金融科技有限责任公司 | Method and device for testing data persistence layer, electronic equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
US9141415B2 (en) | 2015-09-22 |
WO2012065845A1 (en) | 2012-05-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9141415B2 (en) | Method for dynamically transforming the bytecode of Java virtual machine bootstrap classes | |
US6571388B1 (en) | Building a custom software environment including pre-loaded classes | |
US7975236B1 (en) | Seamless integration of non-native application into host operating system | |
TW588255B (en) | Operating system abstraction and protection layer | |
US7203941B2 (en) | Associating a native resource with an application | |
US8490070B2 (en) | Unified mobile platform | |
EP1224543B1 (en) | Fixing applications that are incompatible to the operating system by providing stubs for apis | |
US9639329B2 (en) | System and method for automatic invocation of constructor code for superclasses | |
US7720671B2 (en) | Method and system for child-parent mechanism emulation via a general interface | |
WO2018099292A1 (en) | Process management method and apparatus | |
US7844960B2 (en) | Optimizing software program execution during class loading phase | |
US6834391B2 (en) | Method and apparatus for automated native code isolation | |
TW201009709A (en) | Dynamic file system restriction for portable storage devices | |
US8930684B2 (en) | Adding a runtime service for firmware-based images for a device not known to an operating system | |
US20070100903A1 (en) | Systems and methods for compiling applications on a test server | |
EP4002121A1 (en) | Middleware interface and middleware interface generator | |
WO2001063405A2 (en) | System and method for minimizing inter-application interference among static synchronized methods | |
JP2004005419A (en) | Install processing apparatus, processing method, storage medium, and program | |
CN106066803B (en) | application program operation control method and device | |
US6779172B1 (en) | Bean scripting framework | |
US6754889B1 (en) | Java automation, testing, and analysis | |
WO2006069484A1 (en) | Methods and apparatuses to maintain multiple execution contexts | |
US20030196189A1 (en) | System and method Xlet and applet manager testing | |
US7350211B2 (en) | Middleware application environment | |
CN113010223A (en) | Android system-based uninstalled resource customization method and terminal |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SYDDANSK UNIVERSITET, DENMARK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RASMUSSEN, MICHAEL;RAUNDAHL GREGERSEN, ALLAN;NORREGAARD JORGENSEN, BO;REEL/FRAME:030485/0379 Effective date: 20130520 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: ZEROTURNAROUND AS, ESTONIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:UNIVERSITY OF SOUTHERN DENMARK, A/K/A: SYDDANSK UNIVERSITET;REEL/FRAME:047382/0565 Effective date: 20171109 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |