Provide support for running Java computations in isolation.
Each computation should (logically) have its own statics
and not have any shared state with other computations.
There are a variety of implementation techniques that can be
used to implement this logical model. For Tiger we will
probably just run each isolated computation as a separate
operating system process.
###@###.### 2002-02-18
Each computation should (logically) have its own statics
and not have any shared state with other computations.
There are a variety of implementation techniques that can be
used to implement this logical model. For Tiger we will
probably just run each isolated computation as a separate
operating system process.
###@###.### 2002-02-18
- duplicates
-
JDK-4293485 improve isolation between Java programs
-
- Closed
-
- relates to
-
JDK-4554528 All applications should run through a single instance of the JVM
-
- Open
-