Extending Standard Java Runtime Systems for Resource Management.

Gespeichert in:
Bibliographische Detailangaben
Titel: Extending Standard Java Runtime Systems for Resource Management.
Autoren: Gschwind, Thomas, Mascolo, Cecilia, Binder, Walter, Hulaas, Jarle
Quelle: Software Engineering & Middleware; 2005, p154-169, 16p
Abstract: Resource management is a precondition to build reliable, extensible middleware and to host potentially untrusted user components. Resource accounting allows to charge users for the resource consumption of their deployed components, while resource control can limit the resource consumption of components in order to prevent denial-of-service attacks. In the approach presented here program transformations enable resource management in Java-based environments, even though the underlying runtime system may not expose information concerning the resource consumption of applications. In order to accurately monitor the resource utilization of Java applications, the application code as well as the libraries used by the application - in particular, the classes of the Java Development Kit (JDK) - have to be transformed for resource accounting. However, the JDK classes are tightly interwoven with the native code of the Java runtime system. These dependencies, which are not well documented, have to be respected in order to preserve the integrity of the Java platform. We discuss several hurdles we have encountered when rewriting the JDK classes for resource management, and we present our solutions to these problems. Performance evaluations complete this paper. Keywords: Bytecode rewriting, Java, JDK, program transformations, resource management. [ABSTRACT FROM AUTHOR]
Copyright of Software Engineering & Middleware is the property of Springer eBooks and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
Datenbank: Complementary Index
Beschreibung
Abstract:Resource management is a precondition to build reliable, extensible middleware and to host potentially untrusted user components. Resource accounting allows to charge users for the resource consumption of their deployed components, while resource control can limit the resource consumption of components in order to prevent denial-of-service attacks. In the approach presented here program transformations enable resource management in Java-based environments, even though the underlying runtime system may not expose information concerning the resource consumption of applications. In order to accurately monitor the resource utilization of Java applications, the application code as well as the libraries used by the application - in particular, the classes of the Java Development Kit (JDK) - have to be transformed for resource accounting. However, the JDK classes are tightly interwoven with the native code of the Java runtime system. These dependencies, which are not well documented, have to be respected in order to preserve the integrity of the Java platform. We discuss several hurdles we have encountered when rewriting the JDK classes for resource management, and we present our solutions to these problems. Performance evaluations complete this paper. Keywords: Bytecode rewriting, Java, JDK, program transformations, resource management. [ABSTRACT FROM AUTHOR]
ISBN:9783540253280
DOI:10.1007/11407386_12