J-Kernel: a capability-based operating system for Java

  • Authors:
  • Thorsten von Eicken;Chi-Chao Chang;Grzegorz Czajkowski;Chris Hawblitzel;Deyu Hu;Dan Spoonhower

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • Secure Internet programming
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Safe language technology can be used for protection within a single address space. This protection is enforced by the language's type system, which ensures that references to objects cannot be forged. A safe language alone, however, lacks many features taken for granted in more traditional operating systems, such as rights revocation, thread protection, resource management, and support for domain termination. This paper describes the J-Kernel, a portable Java-based protection system that addresses these issues. J-Kernel protection domains can communicate through revocable capabilities, but are prevented from directly sharing unrevocable object references. A number of micro-benchmaxks characterize the costs of language-based protection, and an extensible web and telephony server based on the J-Kernel demonstrates the use of language-based protection in a large application.