java: move context creation logic from RunJava to ContextIsolator
ContextIsolator is a generic API for starting new applications inside a single JVM. RunJava should be just a command-line starter which uses that API. I tried to change as little as possible during the code move so that any changes to that logic are clearly visible. The changes which adapt the code to a more generic API are in the next patches.
Showing
- java/runjava/src/main/java/io/osv/ContextIsolator.java 221 additions, 0 deletionsjava/runjava/src/main/java/io/osv/ContextIsolator.java
- java/runjava/src/main/java/io/osv/MultiJarLoader.java 1 addition, 1 deletionjava/runjava/src/main/java/io/osv/MultiJarLoader.java
- java/runjava/src/main/java/io/osv/RunJava.java 2 additions, 222 deletionsjava/runjava/src/main/java/io/osv/RunJava.java
Loading
Please register or sign in to comment