Skip to content
Snippets Groups Projects
Commit c0c1ef63 authored by Tomasz Grabiec's avatar Tomasz Grabiec
Browse files

java: extract abstraction of isolated application

We aim to support running multiple isolated Java applications in one
JVM. Some work has already been done to isolate system class
loaders. There is much more to it than that. Isolated applications
(aka Contexts) do not map 1-1 to class loaders. One context may have
many different class loaders.

This change extracts context-specific logic to separate classes as a
base for further additions.
parent 61e56929
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment