Treffer: Towards Efficient Java Virtual Machine Support for Dynamic Deployment of Inter-type Declarations

Title:
Towards Efficient Java Virtual Machine Support for Dynamic Deployment of Inter-type Declarations
Contributors:
Computer Science
Source:
archive/lib.dr.iastate.edu/cs_techreports/321/paper.pdf|||Fri Jan 14 23:35:01 UTC 2022
Publication Year:
2010
Collection:
Digital Repository @ Iowa State University
Document Type:
Fachzeitschrift article in journal/newspaper
File Description:
application/pdf
Language:
unknown
Relation:
archive/lib.dr.iastate.edu/cs_techreports/321/; 1314; 5539974; cs_techreports/321; https://dr.lib.iastate.edu/handle/20.500.12876/20151
Accession Number:
edsbas.172E6DEC
Database:
BASE

Weitere Informationen

Dynamic deployment is an important feature of an aspect-oriented language design that has many applications, e.g. in runtime monitoring, runtime adaptation to fix bugs or add features to long running applications, runtime update of dynamic policy changes, etc. Many recently proposed language designs support these use cases. In previous work, researchers have demonstrated that the ability to support unanticipated deployment enables simpler and often more efficient implementations. These works have addressed an important subset of aspect-oriented features namely those that can be represented as the pointcut-advice model. In this work, we describe the design, formal semantics, and implementation of our strategy for efficiently supporting dynamic deployment of inter-type declarations, which is another important aspect-oriented feature. Additional contributions of this work are: a detailed real world case study that demonstrates the need for supporting dynamic deployment of inter-type declaration for online update of long running applications, and a prototype based on the Jikes Virtual Machine that supports these features. We evaluate our prototype via a rigorous performance analysis, which shows that flexible, dynamic deployment of inter-type declarations can be efficiently supported in a JVM. ; Copyright © 2009, Bashar Gharaibeh, Hridesh Rajan, and J. Morris Chang.